• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: problem closing file handle
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem closing file handle


  • Subject: Re: problem closing file handle
  • From: Jens Alfke <email@hidden>
  • Date: Fri, 8 Feb 2008 08:07:12 -0800


On 8 Feb '08, at 4:26 AM, Daniel Luis dos Santos wrote:

2008-02-08 11:56:09.166 TesterBundleDebugger[408] *** -[NSCFArray appendString:]: selector not recognized [self = 0x30a9a0]
2008-02-08 11:56:09.167 TesterBundleDebugger[408] *** Uncaught exception: <NSInvalidArgumentException> *** -[NSCFArray appendString:]: selector not recognized [self = 0x30a9a0]

The first step to debugging an exception is to break at the point where it gets raised/thrown. Set a breakpoint at objc_exception_throw (assuming you're on 10.5), by opening Xcode's breakpoint window/view and entering a new symbolic breakpoint with that string. Then run your app in the debugger. Seeing the backtrace might give you enough info to figure out what's wrong; or if not, you could post the backtrace here.


—Jens_______________________________________________

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


References: 
 >problem closing file handle (From: Daniel Luis dos Santos <email@hidden>)

  • Prev by Date: Re: Catching Cocoa application Crash
  • Next by Date: Re: How to detect focus on an NSTextField
  • Previous by thread: problem closing file handle
  • Next by thread: help with closing file handle
  • Index(es):
    • Date
    • Thread