[Issue 10274] DMD 2.063 produces broken binaries

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jun 10 07:54:43 PDT 2013


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



--- Comment #8 from Martin Nowak <code at 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: -------


More information about the Digitalmars-d-bugs mailing list