Subj : Re: JS_AddRoot & finalize problem To : anton muhin From : Brendan Eich Date : Thu Jul 22 2004 02:36 pm anton muhin wrote: > Maybe, but I'm not sure: constructing is called from init class code > that passes 0 as |nElements| and NULL as |elements|, so there seems to > be no references, but I'm obviously missing something. Perhaps something was added to the array later? GC_MARK_DEBUG and js_liveThingToFind would tell the answer, if you're willing to re-compile with the former defined, and set the latter at runtime to point to the object (|obj| in your code shown last time) that never gets collected. /be .