Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test suite failure on SBCL 2.3.2 with latest Quicklisp dist #28

Closed
swapneils opened this issue Jan 14, 2024 · 2 comments
Closed

Test suite failure on SBCL 2.3.2 with latest Quicklisp dist #28

swapneils opened this issue Jan 14, 2024 · 2 comments

Comments

@swapneils
Copy link

swapneils commented Jan 14, 2024

Run on Windows.

This might be related to #26, but as I understand a fix was merged into this repo for that issue (and I installed after making a git clone in quicklisp/local-packages, so not sure why it's still occurring.

 --------------------------------
 TMAP-ROLLBACK in TMAP-SUITE []: 
      Unexpected Error: #<SIMPLE-ERROR "STMX internal error!~&  ~A" {100A221773}>
STMX internal error!
  stmx:*current-thread* contains a stale value:
   found #<SB-THREAD:THREAD "main thread" RUNNING {10010A8143}>
   expecting #<SB-THREAD:THREAD "sly-channel-1-mrepl-remote-1" RUNNING {100DFA01D3}>
Typical cause is:
   new threads were created with implementation-specific functions,
   as for example (sb-thread:make-thread) or (mp:process-run-function),
   that do not apply thread-local bindings stored in
   bordeaux-threads:*default-special-bindings*
Solution:
   use (bordeaux-threads:make-thread) instead..
@swapneils swapneils changed the title Test suite failure on SBCL 2.3.5 with latest Quicklisp dist Test suite failure on SBCL 2.3.2 with latest Quicklisp dist Jan 14, 2024
@cosmos72
Copy link
Owner

Hi @swapneils,
at the moment I don't have a Windows system for reproducing this issue.

Two questions:

  1. how do you trigger this error? is (asdf:test-system "stmx") enough, or you need something else - and in case, what?
  2. does it happen also on other operating systems?

@swapneils
Copy link
Author

May have been an installation issue, reinstalling from git resulted in both asdf:test-system and fiveam:run! passing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants