Re: 10.3.9 cross development SDK not working?
site_archiver@lists.apple.com Delivered-To: Cocoa-dev@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kJ0zogyi4gIVuxjAS/FQAzMzNDVe4dmRBJ1Ge0Lh6OrIipNPYLh1g3QwpqEUArpDdOMaO27xBbMHxvgQeKbn5dEvIFwU5zGfl9HAYISvEWcBDYTiwthHjNLP/NSJouI1dQFQMiPdxq5GxFRCrnoCJGjn8fa0mezkRQpsqLZraho= Here's a snippet of my crash log: ... Exception: EXC_BREAKPOINT (0x0006) Code[0]: 0x00000001 Code[1]: 0x970dc318 Thread 0 Crashed: 0 com.apple.Foundation 0x970dc318 _NSRaiseError + 0xf8 1 com.apple.Foundation 0x970dc1fc +[NSException raise:format:] + 0x2c 2 com.apple.Foundation 0x9708eee0 -[NSPlaceholderString initWithString:] + 0x68 3 edu.csuchico.Passgen 0x00006e8c -[ComputerInfo init] + 0x6d4 4 com.apple.AppKit 0x92f6b878 -[NSCustomObject nibInstantiate] + 0x10c 5 com.apple.AppKit 0x92e9aa24 -[NSIBObjectData instantiateObject:] + 0xbc 6 com.apple.AppKit 0x92ea1a50 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 0x88 7 com.apple.AppKit 0x92f93808 loadNib + 0xfc 8 com.apple.AppKit 0x92eea9f4 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 0x2e8 9 com.apple.AppKit 0x92f698f8 +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 0x9c 10 com.apple.AppKit 0x92f7b0f8 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 0x174 11 com.apple.AppKit 0x92f69760 NSApplicationMain + 0x174 12 edu.csuchico.Passgen 0x00005354 _start + 0x188 (crt.c:267) 13 edu.csuchico.Passgen 0x000051c8 start + 0x30 ... On 9/30/05, Nick Zitzmann <nick@chronosnet.com> wrote:
On Sep 30, 2005, at 4:02 PM, Ben Borofka wrote:
It then writes a crash log to ~/Library/Logs/CrashReporter that's really cryptic.
What's the backtrace on the thread that crashed?
Nick Zitzmann <http://www.chronosnet.com/>
_______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/site_archiver%40lists.apple... This email sent to site_archiver@lists.apple.com
participants (1)
-
Ben Borofka