Subj : Re: Still unsolved problem To : David Bradley From : Brendan Eich Date : Fri Jun 06 2003 09:51 am > Can you look at the default.pac file in your temp directory and see if > it looks ok? It would be good to see the exact PAC file contents. Also, Stu: print out the string you read into SavedAclPath, just for grins, and make sure that names the file you want to read. Confirming the version of the engine or source code being used would be good. > Brendan I assume the global object and friends he has created are > protected from GC via the new born mechanism? It's not a newborn, it's the cx->globalObject root-by-definition set by JS_InitStandardClasses. There's no sign a GC is running, anyway. This looks more like some linker-related problem peculiar to windows. /be .