Re: library initialization
Re: library initialization
- Subject: Re: library initialization
- From: Cameron Hayne <email@hidden>
- Date: Mon, 12 Sep 2005 00:00:37 -0400
On 11-Sep-05, at 10:47 PM, D. Walsh wrote:
When it does eventually crash, it's doing it with one of these errors:
[Sun Sep 10 11:29:12 2005] [notice] child pid 9612 exit signal
Segmentation fault (11)
[Sun Sep 11 23:55:58 2005] [notice] child pid 6330 exit signal Bus
error (10)
Since I never know when it's going to crash sitting in xcode and
waiting a day or two is unreasonable.
You should enable core dumps (as explained in TechNote 2124: http://
developer.apple.com/technotes/tn2004/tn2124.html) and then you can
see where the SegFault or BusError was happening later on (using gdb
with the core file).
--
Cameron Hayne
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden