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