Re: Crashing a lot when running with jprof
"Mike Shaver" <[email protected]> Wed, 27 Feb 2008 16:22:30 -0500
| Newsgroups | gmane.comp.mozilla.performance |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Feb 27, 2008 at 4:15 PM, dolphinling <[email protected]> wrote: > I'm trying to profile some stuff, and firefox is being very crashy when run with > jprof. The crashes only happen when profiling is actually happening, not when > it's paused. The console prints out a simple > ./run-mozilla.sh: line 131: 6657 Segmentation fault "$prog" ${1+"$@"} > when the crash happens. What's the stack? (For jprof to be useful you'll need debugger info, so you'll want to build with --enable-debugger-info-modules=yes anyway.) Mike