Subj : Crash in js_InitXMLClasses To : netscape.public.mozilla.jseng From : Brian Barnes Date : Sun Jul 24 2005 12:48 am I'm getting a crash in "js_InitXMLClasses" after calling JS_InitStandardClasses. It has something to do with rooting, because if I remove any GC calls (I periodically call it when my game is between levels), it doesn't crash. Note that I pre-create the global object as a prototype, and use that to create all the "real" global objects that are attached to scripts. I attempted to undefine it when I compile (i.e., - UJS_HAS_XML_SUPPORT) but that doesn't seem to take it off. Three questions: 1. Any idea what could be causing this, 2. How do I remove this from the compile (is it defined in a config file somewhere?) 3. Is there documentation to all these defines so I can remove what isn't necessary? [>] Brian .