• 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
*Still* Crashing Cross Development
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

*Still* Crashing Cross Development


  • Subject: *Still* Crashing Cross Development
  • From: Robert Clair <email@hidden>
  • Date: Fri, 17 Feb 2006 15:06:57 -0500

<Progress Report>
Still not having fun yet.
</Progress Report>

OK. Now I have I Prefix File. Doesn't make nay difference. I didn't have any absolute paths anyway.

Crashes initializing the app delegate from the main nib.

Stack trace:

Program received signal EXC_BAD_ACCESS, Could not access memory.
0xfffeff00 in ?? ()
(gdb) where
#0 0xfffeff00 in ?? ()
Cannot access memory at address 0xfffeff00
Cannot access memory at address 0xfffeff00
#1 0x00044888 in -[ZGApplicationDelegate init] (self=0xd47c10, _cmd=0x9086ed94) at /Users/rclair/Zeus/system/ZGApplicationDelegate.m:71
#2 0x92f6bd80 in -[NSCustomObject nibInstantiate] ()
#3 0x92e9af38 in -[NSIBObjectData instantiateObject:] ()
#4 0x92ea1f64 in -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] ()
#5 0x92f93d04 in loadNib ()
#6 0x92eeaf28 in +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] ()
#7 0x92f69e00 in +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] ()
#8 0x92f7b5f4 in +[NSBundle(NSNibLoading) loadNibNamed:owner:] ()
#9 0x92f69c68 in NSApplicationMain ()
#10 0x000447ec in main (argc=1, argv=0xbffffb40) at /Users/rclair/ Zeus/system/main.m:28


the bit of code it's executing is:

- (id) init
{
[super init];
if (self)
{
--------> documentController = [NSDocumentController sharedDocumentController];


I don't think the particular line of code has much significance - I've rearranged the routine several times and it crashes on the first message dispatch no matter what.


Not a happy camper. Any pointers appreciated.


.....Bob

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: *Still* Crashing Cross Development
      • From: John Stiles <email@hidden>
    • Re: *Still* Crashing Cross Development
      • From: Sherm Pendley <email@hidden>
  • Prev by Date: NSLevelIndicatorCell
  • Next by Date: NSTokenField and Binding
  • Previous by thread: Re: NSLevelIndicatorCell
  • Next by thread: Re: *Still* Crashing Cross Development
  • Index(es):
    • Date
    • Thread