You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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..
The text was updated successfully, but these errors were encountered:
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
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.The text was updated successfully, but these errors were encountered: