Subj : [SpiderMonkey] Error Reporter Failure To : netscape.public.mozilla.jseng From : Brian Barnes Date : Sun Jan 30 2005 12:56 am I seem to be encountering a weird error. I have an error reporter callback. Let's say I have two scripts, A and B, loaded into that context. Each has one function, funcA in A, and funcB in B. funcB has a syntax error in it. If my C code calls funcB, the error report gets called. If my C code calls funcA, which has a function that calls back into my C code which in turn calls funcB, the code halts at the error line, fails silently, and NEVER calls the error reporter. Case 1 --- Error Reporter gets Called ---- C code funcB halts at syntax error Error Reporter Case 2 -- Error Reporter does not get Called ---- C code funcA C Code funcB halts at syntax error Has anybody seen this before? Any idea what might be causing this? [>] Brian .