Tips for debugging EXC_BAD_ACCESS

torhu no at spam.invalid
Fri Oct 12 15:37:56 PDT 2012


On 11.10.2012 08:52, Jacob Carlborg wrote:
> I didn't have any luck with this in the learn newsgroup so I'm trying here.
>
> I'm trying to debug the Mac OS X port of DWT. Almost as soon as a DWT
> application starts to process events I receive a segmentation fault. The
> error happens in the "objc_msgSend" C function when calling an
> Objective-C method. GDB backtrace:

If this is something that worked in D1 but doesn't in D2, it could be 
just some static member variable that suddenly became thread local.  But 
you probably already thought of that.


More information about the Digitalmars-d mailing list