Re: crash on command-W
Re: crash on command-W
- Subject: Re: crash on command-W
- From: Jens Alfke <email@hidden>
- Date: Tue, 10 Jun 2008 08:24:08 -0700
On 9 Jun '08, at 10:30 PM, James W. Walker wrote:
Tech Note 2124 says: "You can use GDB to set a breakpoint on -
[_NSZombie methodSignatureForSelector:] to further debug this sort
of problem." I tried pasting methodSignatureForSelector: into the
breakpoints window, and it gave me a choice of a dozen or so classes
containing such a method, none mentioning zombies. Is this Tech
Note out of date, perhaps?
In the breakpoints window, create a symbolic breakpoint with the
entire string "-[_NSZombie methodSignatureForSelector:]".
Or if you prefer, at a gdb prompt enter
break -[_NSZombie methodSignatureForSelector:]
(Is there really an _ before the class name?)
—Jens
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden