Re: Debugger has exited due to signal 11 (SIGSEGV)
Re: Debugger has exited due to signal 11 (SIGSEGV)
- Subject: Re: Debugger has exited due to signal 11 (SIGSEGV)
- From: Steve Checkoway <email@hidden>
- Date: Mon, 3 Jul 2006 16:00:18 -0700
On Jul 3, 2006, at 1:45 PM, Peter CK wrote:
Does anyone know what this means...
"The Debugger has exited due to signal 11 (SIGSEGV).The Debugger has
exited due to signal 11 (SIGSEGV)."
I keep getting this when I'm debugging a plugin project. It terminates
my application. Any ideas?
This wouldn't be an iTunes plugin, by any chance? From the ptrace man
page,
PT_DENY_ATTACH
This request is the other operation used by the
traced
process; it allows a process that is not
currently being
traced to deny future traces by its parent. All
other
arguments are ignored. If the process is
currently being
traced, it will exit with the exit status of
ENOTSUP; oth-
erwise, it sets a flag that denies future
traces. An
attempt by the parent to trace a process which
has set this
flag will result in a segmentation violation in
the parent.
If this is the case, just break on ptrace calls and skip over them.
--
Steve Checkoway
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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