DMD 2.063 produces broken binaries

Walter Bright newshound2 at digitalmars.com
Mon Jun 10 17:42:05 PDT 2013


On 6/10/2013 9:52 AM, Jerry wrote:
>> 5. Does gdb reveal anything interesting?
>
> Unfortunately there's no debugging symbols in _d_dso_registry().  I
> assume the compiler is writing asm directly.

Use the 'disassemble' command starting at _d_dso_registry, and point out which 
instruction is faulting.

You might also try running the program under valgrind.



More information about the Digitalmars-d mailing list