Crash when registering Help book
Crash when registering Help book
- Subject: Crash when registering Help book
- From: Steve Palmer <email@hidden>
- Date: Sun, 9 May 2004 17:27:00 -0700
I'm getting a crash when I select Help from the Help menu of my Cocoa
application. The help file is simply an index.html file in a Help
folder and both CFBundleHelpBookFolder and CFBundleHelpBookName seem to
be set correctly in the Info.plist file. The stack trace shows:
#0 0x91894bc4 in __cxa_throw
#1 0x918919c8 in AHRegisterHelpBook
#2 0x9307adf4 in -[_NSContextHelpBorderView drawRect:]
#3 0x93079798 in -[NSApplication(NSApplicationHelpExtension) showHelp:]
#4 0x92e77ac0 in -[NSApplication sendAction:to:from:]
#5 0x92ead30c in -[NSMenu performActionForItemAtIndex:]
#6 0x92ef1c2c in -[NSCarbonMenuImpl
performActionWithHighlightingForItemAtIndex:]
#7 0x92e2ee08 in _NSHandleCarbonMenuEvent
#8 0x92dd2d84 in _DPSNextEvent
#9 0x92de93b0 in -[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:]
#10 0x92dfd718 in -[NSApplication run]
#11 0x92eb9b80 in NSApplicationMain
#12 0x00007d70 in _start at crt.c:267
#13 0x00007be4 in start
Unfortunately the console log shows nothing relevant to this crash. Has
anybody seen a crash like this and do they have any suggestions what
might be causing it?
Thanks,
- Steve
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.