|
From: David S. <tom...@us...> - 2026-06-07 05:03:36
|
- **status**: open --> closed - **Comment**: Fixed by commit [a84283]. --- **[bugs:#4517] Maxima crashes on repeated run of rtest\_rules \(SBCL 2.5.2\)** **Status:** closed **Group:** None **Labels:** crash rtest\_rules sbcl **Created:** Wed Mar 05, 2025 10:26 AM UTC by David Scherfgen **Last Updated:** Mon Mar 10, 2025 03:30 PM UTC **Owner:** nobody On SBCL 2.5.2 (Windows), Maxima crashes after repeatedly running the `rtest_rules` test. This also happens with much older snapshots of the Git repository (I tried end of 2023), too, so it's not caused by any recent changes. Maybe it's a bug in SBCL. I don't have much experience with the Lisp debugger, so maybe others can have a look at it. ``` (%i1) run_testsuite(tests=[rtest_rules]); Testsuite run for SBCL 2.5.2: Running tests in rtest_rules: Thread local storage exhausted. fatal error encountered in SBCL pid 47081968: %PRIMITIVE HALT called; the party is over. Welcome to LDB, a low-level debugger for the Lisp runtime environment. ldb> ``` --- Sent from sourceforge.net because max...@li... is subscribed to https://sourceforge.net/p/maxima/bugs/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/maxima/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |