|
Archives
D Programming
digitalmars.Ddigitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger D.gnu D C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D - I'm getting a Bus Error with dmd 1.056
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? Feb 01 2010
|