Re: Crashing a lot when running with jprof

Boris Zbarsky <[email protected]> Wed, 27 Feb 2008 22:34:33 -0600
Newsgroups gmane.comp.mozilla.performance
Message-ID <[email protected]>
dolphinling wrote:
> Hmm, that's not mentioned on 
> http://developer.mozilla.org/en/docs/Setting_up_jprof--it just says 
> you'll need symbols. What would debugger info modules be needed for?

Getting a useful stack out of gdb.  I don't think you actually need it for jprof.

If you do enable debugger-info-modules and then run with "-g" while profiling 
and crash, then do "bt" to get the stack, what does it look like?

-Boris