• 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
How to debug a loadNib error in a Release version?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to debug a loadNib error in a Release version?


  • Subject: How to debug a loadNib error in a Release version?
  • From: Steve Cronin <email@hidden>
  • Date: Thu, 29 Jan 2009 11:54:22 -0600

Folks;

An Australian tester is reporting the crash shown below...
How can I best attack this problem?
What kind of IB setting causes a 'makeObjectsPerformSelector:'?
I do not directly call such a method in my code at all.
What do I make of the 'CFRelease' at frame 0?

What can I do to facilitate trapping this in a release version?
Since I have a number of other testers who are not having this problem at all, there something about this testers contextual data which is toasting me.
This tester is 10.4 and most are 10.5.
I have a 10.4 test environment which does not exhibit this behavior.


Thanks for any assistance,
Steve

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x00000006

Thread 0 Crashed:
0 com.apple.CoreFoundation 0x907bebd8 CFRelease + 92
1 com.myApp.coolApp 0x00021464 0x1000 + 132196
2 com.myApp.coolApp 0x0009a328 0x1000 + 627496
3 com.myApp.coolApp 0x00099f44 0x1000 + 626500
4 com.myApp.coolApp 0x00016bfc 0x1000 + 89084
5 com.myApp.coolApp 0x0000d430 0x1000 + 50224
6 com.apple.Foundation 0x92bff5e8 -[NSSet makeObjectsPerformSelector:] + 164
7 com.apple.AppKit 0x937cd6c0 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 864
8 com.apple.AppKit 0x937b98ec loadNib + 240
9 com.apple.AppKit 0x937b9344 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 716
10 com.apple.AppKit 0x93810814 +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 156
11 com.apple.AppKit 0x938a064c +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 344
12 com.apple.AppKit 0x938a03ec NSApplicationMain + 344
13 com.myApp.coolApp 0x00002f20 0x1000 + 7968
14 com.myApp.coolApp 0x00002c24 0x1000 + 7204


_______________________________________________

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


  • Follow-Ups:
    • Re: How to debug a loadNib error in a Release version?
      • From: Corbin Dunn <email@hidden>
  • Prev by Date: Re: change NSBorderlessWindowMask on NSTitledWindowMask when app is launch. how?
  • Next by Date: Re: Check URL Status
  • Previous by thread: Re: Re: Why does NSTableView stop responding to validateMenuItem: ?
  • Next by thread: Re: How to debug a loadNib error in a Release version?
  • Index(es):
    • Date
    • Thread