http://d.puremagic.com/issues/show_bug.cgi?id=10274



--- Comment #8 from Martin Nowak <c...@dawg.eu> 2013-06-10 07:54:40 PDT ---
I tried Ubuntu 12.04, Ubuntu 12.10 and Debian in VirtualBox and couldn't
reproduce it either.
It would be helpful to know more about where it crashes.

Can you gdb into the core dump and print the disassemble and backtrace.

To enable core dumps use
"ulimit -c unlimited"

To disable them again
"ulimit -c 0"

Run the binary to produce a core dump.
"./junk"

Run gdb and get more information.
"gdb junk core.<PID>"
"(gdb) disas"
"(gdb) bt"

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to