Subj : Re: Can SpiderMonkey do this? To : netscape.public.mozilla.jseng From : "Sterling Bates" Date : Fri Nov 21 2003 10:52 pm "Brendan Eich" wrote in message news:3FBE4E97.4090700@meer.net... > > Failed how? I mentioned "error report" above. If your code, or > Sterling's bridge, does not use JS_SetErrorReporter to configure an > error-reporting function, you'll miss out on why compilation and > execution may fail. That's the least of my problems right now :) Delphi doesn't return C stack traces, so when I have odd AVs during execution I'm stuck tracing through the CPU. I don't suppose you've ever seen an AV at address 0, read of address 0 on the 19th (not the first 18) consecutive start-up & tear-down in JS_DestroyContext? I think I may just rewrite this whole thing in C, just to get the stack trace! Sterling .