Subj : Re: spidermonkey "advanced" error reporting To : Jens Thiele From : Brendan Eich Date : Mon Apr 26 2004 12:07 pm Sorry, you are suffering from another aspect of bug 215173 (http://bugzilla.mozilla.org/show_bug.cgi?id=215173), which is pretty bad. It requires you to use JS_ReportErrorNumber instead of JS_ReportError, to get an error-as-exception -- but then you run into the main problem reported by that bug. I guess we could treat the two bug aspects as separate bugs, but both must be fixed by changing the same code. I'll take the bug for 1.8a. /be .