Browser Support • Re: Collection of random crashes
For those still experiencing crashes, can you post a stacktrace?
That won't help (no symbol in binary). It just crashes somewhere in libxul.so.
However, I already posted the messages PM spits out in the console (when started from it) when crashing: there's apparently a NaN happening and that could be the root cause of the issue.
As for the Inspector issue, PM does not crash per se (it just freezes), and here again, even running PM under gdb and interrupting it when it freeze, I'd just get a bunch of hexadecimal addresses without any function name in the backtrace. Also, the Inspector issue happens as well with PM 34.2
To get useful stack traces under Linux with a release build (i.e. a binary without debug symbols), you'd need to implement an exception handler using ELFIO to decode the addresses on the stack and print the corresponding trace with function/method names in a text file before bailing out.
Discussion in the ATmosphere