Re: The Debugger has exited with status 1
Re: The Debugger has exited with status 1
- Subject: Re: The Debugger has exited with status 1
- From: "Alexander v. Below" <email@hidden>
- Date: Fri, 10 Mar 2006 17:26:50 +0100
Am 10.03.2006 um 17:15 schrieb Jonathan del Strother:
On 10 Mar 2006, at 15:59, Alexander v. Below wrote:
Hello List, I am getting the message
"The Debugger has exited with status 1.The Debugger has exited
with status 1." (gdb 6.1, Intel)
at not really determinable points when debugging my application,
and without any sort of useful information. Sometime, when I step
through the code, it will never come up, when I hit "continue" the
debugger sometimes quits here, sometimes there, sometimes not at all.
Are you using QTKit, or debugging something attached to iTunes,
anything like that? These can cause a few debugging problems
similar to what you're seeing - eg if you try and open up a
protected audio file.
If that *is* your problem, try breaking on ptrace, and forcing an
early return before it gets chance to kill the debugger.
Thanks for your reply!
Not exactly, but I am using CoreAudio to convert mp3 and aac files. I
should not read protected files, but I will double check. Due to an
error in CoreAudio (discussed on the mailing list and filed on rdar)
I have to run my decoding in a seperate process -- which I sometimes
have to kill due to timeout.
The very odd thing is that the break comes at different points in the
app, I can not really find out when.
More hints are appreciated!
Alex
_______________________________________________
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