Re: "TLS exhausted"; need help interpreting output from DUMP-THREAD
Douglas Katzman via Sbcl-help <[email protected]> Sun, 16 Mar 2025 20:31:28 -0400
| Newsgroups | gmane.lisp.steel-bank.general |
|---|---|
| Message-ID | <CAOrNasxm8ghu9=KzfZw-9qd1VoqCHqigjLGZT-jPTMVWR1mChg@mail.gmail.com> |
On Sat, Mar 15, 2025 at 3:11 PM Robert Dodier <[email protected]> wrote: > > Under what circumstances can special variables become garbage and > therefore disposed of by garbage collection? > Same reason as any object could become unreachable. For symbols, typically UNINTERN, DELETE-PACKAGE, or maybe was not interned in the first place like from MAKE-SYMBOL. Functions keep their symbols live, so the referencing function would have to be deleted too. And for that, the same things already mentioned can delete functions, plus FMAKUNBOUND or function redefinition _______________________________________________ Sbcl-help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sbcl-help