Juergen Boemmels <[EMAIL PROTECTED]> wrote: > Leopold Toetsch <[EMAIL PROTECTED]> writes:
>> ... we still have a *big* problem here. During marking the system area, >> we might always detect stale objects and mark them live. This isn't a >> problem for plain objects, but objects that need timely destruction will >> not get destroyed properly. > And whats even worse, these kind of bugs can be triggered by > completele unrelated code. A little change in the call-chain and > *bang*. Yep. > ... Anyway there are > more errors like this: t/op/interp_1.pasm This one (and *all* when running with --leak-test) are doing a new_io_pmc() at destroy time, when the memory system is already down. I've disabled this - memory leaks remain of course ;-) > bye > boe leo