> > I have tried running the test for sbcl with threads enabled. There are > > a few that fail. I've reached out on the mailing list about this and > > have not heard back after a month or more. > > Which tests fail and how do they fail? What did you report on which > mailing list? Is there a mail archive link, or a bug report link? > > I searched here but didn't find anything: > > https://sourceforge.net/p/sbcl/mailman/search/?q=ktnb > https://sourceforge.net/p/sbcl/mailman/search/?q=bloom > > (I also tried https://sourceforge.net/p/sbcl/mailman/search/?q=netbsd > but there are over a thousand hits and no way to sort by date that I > could find.) Here is the message: https://sourceforge.net/p/sbcl/mailman/message/58808953/ It appears that a few of the tests fail. You can see the first one that fails in the mailing list message. If I remove that file and run the tests another one wll fail but I don't remember which one. I can run it again this weekend to get which one. I do remember the error message being the same on the other failed test: [1] Trace/BPT trap (core dumped) (set -u; if [ ${#} -gt 0 ]; then "${SBCL_RUNTI... test failed, expected 104 return code, got 133 I was thinking about running the tests on another BSD like OpenBSD just to see if they also have the issue and build with sb-thread enabled.