Crashing before NSApplicationMain
Crashing before NSApplicationMain
- Subject: Crashing before NSApplicationMain
- From: Greg Hulands <email@hidden>
- Date: Tue, 20 Dec 2005 19:26:05 +1000
I have started seeing in my application that it crashes before it
reaches NSApplicationMain. The backtrace of it is:
#0 0x00000000 in ?? ()
#1 0x00001df0 in start ()
#2 0x00001c98 in start ()
With an EXC_BAD_ACCESS
Which really makes it difficult to find out what is causing it when
its current frame doesn't even know its function name (probably
because it is at NULL). I have tried using the options available in
NSDebug.h, but it seems not to have an effect on it. No more
information is given.
I have search the archives and googled about, but cannot find anyone
else who has had a similar problem.
Is there anything I can do to try and track down why this is occurring?
Any help is greatly appreciated.
Regards,
Greg
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden