Re: Expanding "this" kills my application
Re: Expanding "this" kills my application
- Subject: Re: Expanding "this" kills my application
- From: Dave Camp <email@hidden>
- Date: Thu, 6 Dec 2007 16:47:37 -0800
On Dec 6, 2007, at 3:51 PM, Laurence Harris wrote:
On Dec 6, 2007, at 5:06 PM, Jim Ingham wrote:
I take it the logs for your application don't correspond to these
incidents? If they do, of course, I'd love to see them. If not,
you can first make 100% sure that gdb isn't going away by running
your app in the debugger up to the point where you are about to
open this. Then get a terminal window, and do (i386->powerpc is
you are on a powerpc system):
[snip]
Okay, I'll give it a try. And thanks for reminding me why I decided
to be a Mac user all those years ago.
That was uncalled for. An Apple engineer is actually trying to help
you figure out why the debugger isn't working for you. They don't have
to do that you know...
Then go to Xcode and open "this". See what happens in the terminal
when your app "goes away". You'll either see a crash, or hit the
breakpoint at exit or abort. If you don't see anything unusual
here, then something is actually causing your app to exit. You
might try putting a breakpoint on _exit and abort in your app, and
then see if opening "this" triggers either of these breakpoints in
you app.
Okay.
Are you guys aware of how painful this is compared to what Mac
development should be?
Ah, yes, Codewarrior never had any bugs. Please. Again, someone is
trying to help you get to the bottom of your problem and you just
insult them.
If nothing else, the ability to debug gdb from gdb to diagnose a
problem and potentially get a fix is a neat trick.
Dave
_______________________________________________
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