https://bugzilla.novell.com/show_bug.cgi?id=825339 https://bugzilla.novell.com/show_bug.cgi?id=825339#c15 Wolfgang Rosenauer <wolfgang@rosenauer.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wolfgang@rosenauer.org --- Comment #15 from Wolfgang Rosenauer <wolfgang@rosenauer.org> 2013-07-05 14:25:39 UTC --- yes, working with gdb is not easy. I just have no idea how to help you in a different way since I cannot reproduce it. We can also search for differences on your system since obviously there is at least one causing this. Anyway, there is still stuff missing. Did you really read all of the wiki article I've linked? and run it by typing run into gdb. crash the application switch to the terminal where you started it and type bt copy and paste the output to the bugreport It may happen you will got unrelated SIGPIPE during your gdb session. As Mozilla runtime (NSPR) ignores it by default, you have to instruct gdb to ignore them as well, unless you wont be able to got the real crash. type handle SIGPIPE noprint or nostop in the gdb commandline or write it into .gdbinit file (located in your home, or in current directory) I cannot find the "bt" output from your comment above. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.