With some code I compile I get a Bus Error with dmd 1.056 on Mac OS X 10.5.7. Running dmd through gdb I get this output:

Program received signal SIGTRAP, Trace/breakpoint trap.
0x8fe01010 in __dyld__dyld_start ()
(gdb) bt
#0  0x8fe01010 in __dyld__dyld_start ()
Cannot access memory at address 0x4

I don't have a small test case (yet). The last version I know for sure that works is dmd 1.052 with a patch to make it work on Mac OS X 10.5. I'm using tango BTW, if it matters. Does anyone have any idea what can be wrong?

Reply via email to