Subj : Re: Exceptions in js32.dll 1.5 rc5 (with stacktraces) To : netscape.public.mozilla.jseng From : John Bandhauer Date : Fri Sep 19 2003 12:54 pm Well, if it is puking in _heap_alloc_dbg then something has probably previously corrupted the heap. Like maybe a wild pointer write or just writing off the end of a block. Purify (or a similar tool) might help a lot here to detect the code that is doing the actual damage. John. .