Subj : Re: JS_ASSERT in js_MarkScriptFilename() To : Edward Chan From : Brendan Eich Date : Fri Feb 20 2004 12:07 am Edward Chan wrote: >Hi Brendan, > >I noticed that in js_SweepScriptFilenames(), script_filename_table is being >accessed unprotected. Is that ok? > > Of course -- the GC is single-threaded per runtime, by design. >Then, when I hit my breakpoint in js_MarkScript where script->filename is >bad, I see that I am coming from, > >js_SweepScriptFilenames() >JS_GC > > >Can you make any more sense out of this? > > I don't see how js_MarkScript can be called from js_SweepScriptFilenames, no. Are you sure your debug build symbols are good? /be .