Re: App crashes when launched from finder, but not when launched from debugger or command line
Re: App crashes when launched from finder, but not when launched from debugger or command line
- Subject: Re: App crashes when launched from finder, but not when launched from debugger or command line
- From: Steve Checkoway <email@hidden>
- Date: Mon, 17 Nov 2008 09:56:37 -0800
On Mon, Nov 17, 2008 at 09:48:28AM -0800, Rick Mann wrote:
> I tried printing the values of this & mWindow, but nothing ever appears
> in the crashing case.
Make sure the stream is getting flushed:
printf( "this: %p\n", this );
fflush( stdout );
--
Steve Checkoway
_______________________________________________
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