Subj : Re: Access violation in JavaScript-C 1.5 pre-release 5 2003-01-10 To : Rob Swindell From : Brendan Eich Date : Tue May 06 2003 09:56 am >Does this assertion appear related to the access violation in >JS_HashTableRawLookup or are they two unrelated anomolies? Sorry I'm not >familiar with the inner-workings of the Spidermonkey GC engine. :-( > > Not clear. It would help to know more about your embedding. Do you use multiple threads that might call into the JS API (it appears so from your stack backtrace, but maybe only one thread uses the JS API)? If so, you must define JS_THREADSAFE (even if you use a runtime per thread). Have you tried running under purify or a similar tool? /be >Thanks again, > >-Rob > > > > .