Subj : Re: SpiderMonkey crashes on invalid JSAtom* To : itaj sherman From : Brendan Eich Date : Mon Feb 24 2003 02:24 pm itaj sherman wrote: >in property hooks (get, set, resolve) we don't invoke JS_GC directly but we >use JS_DefineProperty, JS_NewObject and other API that may invoke the GC >internally. > Those paths all invoke the GC only with the GC_KEEP_ATOMS flag, so they can't explain your crashes. /be .