One of my users has reported a crash in printing, and I don't really know what could be triggering it. This is the error:

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x00000000000000f8

VM Regions Near 0xf8:
-->
__TEXT 00000001082eb000-0000000108524000 [ 2276K] r-x/rwx SM=COW /path/to/binary

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 com.apple.print.framework.PrintCore 0x000000010f8141f5 PJCSessionHasApplicationSetPrinter + 4 1 com.apple.print.framework.Print.Private 0x000000012332648a 0x123310000 + 91274 2 com.apple.AppKit 0x0000000109346857 -[NSWindowController _windowDidLoad] + 586 3 com.apple.AppKit 0x000000010932eb83 -[NSWindowController window] + 110 4 com.apple.AppKit 0x0000000109447e9d -[NSPrintPanel beginSheetWithPrintInfo:modalForWindow:delegate:didEndSelector:contextInfo:] + 533 5 com.apple.AppKit 0x0000000109447970 __91-[NSConcretePrintOperation runOperationModalForWindow:delegate:didRunSelector:contextInfo:]_block_invoke388 + 149 6 com.apple.AppKit 0x0000000109447861 __91-[NSConcretePrintOperation runOperationModalForWindow:delegate:didRunSelector:contextInfo:]_block_invoke + 55 7 com.apple.AppKit 0x00000001094467cb -[NSConcretePrintOperation runOperationModalForWindow:delegate:didRunSelector:contextInfo:] + 621 8 My.app.signature 0x00000001083d00a8 -[MyWindowController printDocument:] + 3553 9 com.apple.AppKit 0x00000001094ea0b1 -[NSToolbarButton sendAction:to:] + 75 10 com.apple.AppKit 0x00000001093dae5a -[NSToolbarItemViewer mouseDown:] + 4981 11 com.apple.AppKit 0x000000010994b2dc -[NSWindow _reallySendEvent:isDelayedEvent:] + 14125 12 com.apple.AppKit 0x00000001092dac86 -[NSWindow sendEvent:] + 470 13 com.apple.AppKit 0x00000001092d7212 -[NSApplication sendEvent:] + 2504 14 com.apple.AppKit 0x0000000109200b68 -[NSApplication run] + 711 15 com.apple.AppKit 0x000000010917d244 NSApplicationMain + 1832
16  libdyld.dylib                     0x000000010c0945c9 start + 1

My best guess is that I'm passing something wrong, but, not being able to reproduce the crash myself, I can't tell what to look for. Any suggestions?

John
--
John Brownie, john_brow...@sil.org or j.brow...@sil.org.pg
Summer Institute of Linguistics      | Mussau-Emira language, Mussau Is.
Ukarumpa, Eastern Highlands Province | New Ireland Province
Papua New Guinea                     | Papua New Guinea
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to