NSPrintPanel Crashing (?)
NSPrintPanel Crashing (?)
- Subject: NSPrintPanel Crashing (?)
- From: email@hidden
- Date: Mon, 22 Sep 2003 09:47:25 -0700
I've got an app that works absolutely fine on my development machine,
but insists on crashing on my test machine. Both machines have all the
same OS updates, etc. (10.2.6). In terms of hardware differences, the
test machine is a dual-monitor, dual G4 box.
Anyway, the crash occurs right after a call to [NSPrintPanel
beginSheetWithPrintInfo ... ] as you can see in the stack trace below.
I've checked and double-checked for missing retains, etc, but given
that this is so specific to one machine versus another, I'm quite
perplexed.
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000000
Thread 0 Crashed:
#0 0x901343d0 in __CFStrConvertBytesToUnicode
#1 0x9013435c in CFStringGetCharacters
#2 0x9013c464 in CFStringCompareWithOptions
#3 0x0565d5cc in COM_CheckOverPrintPaper__FP20OpaquePMPrintSessionPs
#4 0x05662fbc in
CBJ_CreateControls__FP16BJPDEMainContextP20OpaquePMPrintSessionP15Opaque
WindowPtr
#5 0x05662ad0 in Initialize
#6 0x94ed8e0c in
_ZN8PDEPanel10InitializeEP20OpaquePMPrintSessionP16OpaqueControlRef
#7 0x94ed8c40 in
_ZN21PJCPrintingDialogBase14AddPanelToMenuEP8PJCPanelPK10__CFStringP20Op
aquePMPrintSession
#8 0x94eda910 in
_ZN15PJCPrintDialogs14AddPMPDEToMenuEP8PJCPanelP20OpaquePMPrintSession
#9 0x94ed8574 in
_ZN21PJCPrintingDialogBase15UpdatePanelMenuEP20OpaquePMPrintSession
#10 0x94ed4cc0 in
_ZN21PJCPrintingDialogBase10LoadPanelsEP20OpaquePMPrintSession
#11 0x94ef04ec in
_ZN15PJCPrintDialogs10LoadPanelsEP20OpaquePMPrintSession
#12 0x94ed3264 in
_ZN15PJCPrintDialogs13DoPrintDialogEP20OpaquePMPrintSessionP21OpaquePMPr
intSettingsP18OpaquePMPageFormat
#13 0x94ed243c in PJCPrepareAppKitPrintDialog
#14 0x94ed2318 in PMPrepareAppKitPrintDialog
#15 0x931e8dbc in -[NSPrintPanel
beginSheetWithPrintInfo:modalForWindow:delegate:didEndSelector:contextIn
fo:]
Has anyone seen anything like this? Any advice (or crazy notion) is
welcomed and sincerely appreciated at this point.
Thanks,
- Eric
_______________________________________________
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.