blob: 67ac03049c1e2fb3ce0ccd4416350102346846e4 [file] [log] [blame]
swissChilia890aed2022-07-30 17:13:07 -07001BUG: "random" segfault in lisp (gc) calls.
2
3Theory: the values we're walking on the stack are garbage, i.e. coming
4from C.
5
6Looks like the GCSegments code got lost, I need to readd that and it
7should fix this. `eval' in `compiler.dasc' is getting it's local
8variables inspected by _do_gc.