Subj : src/sbbs3/js_global.c js_user.c To : Git commit to main/sbbs/master From : Deucе Date : Sun Jan 26 2025 11:05 pm https://gitlab.synchro.net/main/sbbs/-/commit/2139bb5ee2cf973505ea8c56 Modified Files: src/sbbs3/js_global.c js_user.c Log Message: Fix all the "Not in request" assertions with debug JS This still appears to not fix valgrind on FreeBSD. :( The background thread thing is interesting though because there's an implication that the thread ID matters to GC in the assertion, and we were very sloppy about requests in there. .