Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App crashes when printing in OS X 10.6 #53

Open
akesser opened this issue Dec 25, 2014 · 2 comments
Open

App crashes when printing in OS X 10.6 #53

akesser opened this issue Dec 25, 2014 · 2 comments

Comments

@akesser
Copy link

akesser commented Dec 25, 2014

Hello,
the app crashes when one tries to print a page in OS X 10.6. The error log says the following:

Process: Boxer [711]
Path: /Applications/Boxer.app/Contents/MacOS/Boxer
Identifier: net.washboardabs.boxer
Version: 2.0alpha (20140113.1)
Code Type: X86 (Native)
Parent Process: launchd [198]

Date/Time: 2014-12-25 12:20:13.272 +0100
OS Version: Mac OS X 10.6.8 (10K549)
Report Version: 6

Interval Since Last Report: 431324 sec
Crashes Since Last Report: 32
Per-App Interval Since Last Report: 1680 sec
Per-App Crashes Since Last Report: 9
Anonymous UUID: EE9E0250-70FB-4F10-A3FC-EA4A506597EB

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000fe9dcc02
Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Application Specific Information:
objc_msgSend() selector name: pageCount

Thread 0 Crashed: Dispatch queue: com.apple.main-thread
0 libobjc.A.dylib 0x93384f8b objc_msgSend + 27
1 com.apple.AppKit 0x928bf39e -[NSView(NSPrinting2) knowsPagesFirst:last:] + 183
2 com.apple.AppKit 0x926fd005 -[NSConcretePrintOperation(NSInternal) validatePagination] + 155
3 com.apple.AppKit 0x9294107d -[NSPrintPreviewController start] + 868
4 com.apple.Foundation 0x9790adb3 nsnote_callback + 176
5 com.apple.CoreFoundation 0x963ba763 CFXNotificationPost + 947
6 com.apple.CoreFoundation 0x963ba16a CFXNotificationPostNotification + 186
7 com.apple.Foundation 0x978ffc50 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128
8 ...ple.print.PrintingCocoaPDEs 0x1c4d8e87 0x1c4d7000 + 7815
9 ...ple.print.PrintingCocoaPDEs 0x1c4dc284 0x1c4d7000 + 21124
10 ...ple.print.PrintingCocoaPDEs 0x1c4dcad4 0x1c4d7000 + 23252
11 ...int.framework.Print.Private 0x1c225b8c 0x1c223000 + 11148
12 ...int.framework.Print.Private 0x1c229ac8 0x1c223000 + 27336
13 ...int.framework.Print.Private 0x1c247bf8 CarbonPrintButtonEventHandler(OpaqueEventHandlerCallRef
, OpaqueEventRef
, void
) + 26126
14 ...int.framework.Print.Private 0x1c24cd90 CarbonWindowEventHandler(OpaqueEventHandlerCallRef
, OpaqueEventRef
, void
) + 1643
15 com.apple.AppKit 0x9226ea26 -[NSApplication sendAction:to:from:] + 112
16 com.apple.AppKit 0x9226e8d9 -[NSMenuItem corePerformAction] + 435
17 com.apple.AppKit 0x9226e5ca -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 174
18 com.apple.AppKit 0x9226e4b6 -[NSMenu performActionForItemAtIndex:] + 65
19 com.apple.AppKit 0x9226e469 -[NSMenu internalPerformActionForItemAtIndex:] + 50
20 com.apple.AppKit 0x9226e3cf -[NSMenuItem internalPerformActionThroughMenuIfPossible] + 97
21 com.apple.AppKit 0x9226e313 -[NSCarbonMenuImpl carbonCommandProcessEvent:handlerCallRef:] + 336
22 com.apple.AppKit 0x92262a55 NSSLMMenuEventHandler + 404
23 com.apple.HIToolbox 0x989bdc2f DispatchEventToHandlers(EventTargetRec
, OpaqueEventRef
, HandlerCallRec
) + 1567
24 com.apple.HIToolbox 0x989bcef6 SendEventToEventTargetInternal(OpaqueEventRef
, OpaqueEventTargetRef_, HandlerCallRec_) + 411
25 com.apple.HIToolbox 0x989df7f3 SendEventToEventTarget + 52
26 com.apple.HIToolbox 0x98a0be87 SendHICommandEvent(unsigned long, HICommand const_, unsigned long, unsigned long, unsigned char, void const_, OpaqueEventTargetRef_, OpaqueEventTargetRef_, OpaqueEventRef**) + 448
27 com.apple.HIToolbox 0x98a30b90 SendMenuCommandWithContextAndModifiers + 66
28 com.apple.HIToolbox 0x98a30b47 SendMenuItemSelectedEvent + 121
29 com.apple.HIToolbox 0x98a30a5d FinishMenuSelection(SelectionData_, MenuResult_, MenuResult_) + 152
30 com.apple.HIToolbox 0x98bb2364 PopUpMenuSelectCore(MenuData_, Point, double, Point, unsigned short, unsigned int, Rect const_, unsigned short, unsigned long, Rect const_, Rect const_, CFString const, OpaqueMenuRef**, unsigned short) + 1857
31 com.apple.HIToolbox 0x98bb26bb HandlePopUpMenuSelection7 + 678
32 com.apple.AppKit 0x924fa6e6 NSSLMPopUpCarbonMenu3 + 3937
33 com.apple.AppKit 0x926efd12 -[NSPopUpButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 590
34 com.apple.AppKit 0x92347a4f -[NSControl mouseDown:] + 812
35 com.apple.AppKit 0x92345a58 -[NSWindow sendEvent:] + 5549
36 com.apple.AppKit 0x9225e60b -[NSApplication sendEvent:] + 6431
37 net.washboardabs.boxer 0x000bb88c -[BXApplication sendEvent:] + 276
38 net.washboardabs.boxer 0x00009f25 -[BXSession processEventsUntilDate:] + 337
39 net.washboardabs.boxer 0x000093b7 -[BXSession processEventsForEmulator:] + 73
40 net.washboardabs.boxer 0x00019de5 -[BXEmulator(BXEmulatorInternals) processEvents] + 122
41 net.washboardabs.boxer 0x0004f381 boxer_processEvents + 61
42 net.washboardabs.boxer 0x00190fa0 Normal_Loop() + 103
43 net.washboardabs.boxer 0x001912e9 DOSBOX_RunMachine() + 39
44 net.washboardabs.boxer 0x000f28f6 CALLBACK_RunRealInt(unsigned char) + 78
45 net.washboardabs.boxer 0x00299432 DOS_Shell::Execute(char
, char
) + 1438
46 net.washboardabs.boxer 0x00292120 DOS_Shell::DoCommand(char
) + 350
47 net.washboardabs.boxer 0x0028dd2d DOS_Shell::ParseLine(char
) + 673
48 net.washboardabs.boxer 0x0000df57 -[BXEmulator(BXShellInternals) _parseCommand:encoding:] + 358
49 net.washboardabs.boxer 0x0000cc0d -[BXEmulator(BXShell) executeCommand:encoding:] + 160
50 net.washboardabs.boxer 0x0000cc92 -[BXEmulator(BXShell) executeCommand:withArguments:encoding:] + 125
51 net.washboardabs.boxer 0x0000cdf2 -[BXEmulator(BXShell) executeProgramAtDOSPath:withArguments:changingDirectory:] + 275
52 net.washboardabs.boxer 0x0003763b -[BXSession(BXFileManagement) openURLInDOS:withArguments:clearScreen:onCompletion:error:] + 708
53 net.washboardabs.boxer 0x0000924a -[BXSession runLaunchCommandsForEmulator:] + 624
54 net.washboardabs.boxer 0x0000d436 -[BXEmulator(BXShell) runLaunchCommands:] + 63
55 net.washboardabs.boxer 0x0000e173 -[BXEmulator(BXShellInternals) handleCommand:withArgumentString:] + 353
56 net.washboardabs.boxer 0x0004f994 boxer_shellShouldRunCommand + 155
57 net.washboardabs.boxer 0x002920d1 DOS_Shell::DoCommand(char
) + 271
58 net.washboardabs.boxer 0x0028dd2d DOS_Shell::ParseLine(char*) + 673
59 net.washboardabs.boxer 0x0028e1e0 DOS_Shell::Run() + 780
60 net.washboardabs.boxer 0x0028ee24 SHELL_Init() + 2652
61 net.washboardabs.boxer 0x0028acf0 Config::StartUp() + 18
62 net.washboardabs.boxer 0x0001a29d -[BXEmulator(BXEmulatorInternals) _startDOSBox] + 733
63 net.washboardabs.boxer 0x00017bfb -[BXEmulator start] + 396
64 net.washboardabs.boxer 0x0000a614 -[BXSession _startEmulator] + 548
65 com.apple.Foundation 0x97921369 __NSFireDelayedPerform + 537
66 com.apple.CoreFoundation 0x9639da3b __CFRunLoopRun + 8059
67 com.apple.CoreFoundation 0x9639b3c4 CFRunLoopRunSpecific + 452
68 com.apple.CoreFoundation 0x9639b1f1 CFRunLoopRunInMode + 97
69 com.apple.HIToolbox 0x989eae04 RunCurrentEventLoopInMode + 392
70 com.apple.HIToolbox 0x989eabb9 ReceiveNextEventCommon + 354
71 com.apple.HIToolbox 0x989eaa3e BlockUntilNextEventMatchingListInMode + 81
72 com.apple.AppKit 0x92230595 _DPSNextEvent + 847
73 com.apple.AppKit 0x9222fdd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
74 com.apple.AppKit 0x921f21f3 -[NSApplication run] + 821
75 com.apple.AppKit 0x921ea289 NSApplicationMain + 574
76 net.washboardabs.boxer 0x000469bf main + 30
77 net.washboardabs.boxer 0x000028a5 start + 53

Thread 1: Dispatch queue: com.apple.libdispatch-manager
0 libSystem.B.dylib 0x91bc8382 kevent + 10
1 libSystem.B.dylib 0x91bc8a9c _dispatch_mgr_invoke + 215
2 libSystem.B.dylib 0x91bc7f59 _dispatch_queue_invoke + 163
3 libSystem.B.dylib 0x91bc7cfe _dispatch_worker_thread2 + 240
4 libSystem.B.dylib 0x91bc7781 _pthread_wqthread + 390
5 libSystem.B.dylib 0x91bc75c6 start_wqthread + 30

Thread 2: com.apple.CFSocket.private
0 libSystem.B.dylib 0x91bc0ac6 select$DARWIN_EXTSN + 10
1 com.apple.CoreFoundation 0x963dbc53 __CFSocketManager + 1091
2 libSystem.B.dylib 0x91bcf259 _pthread_start + 345
3 libSystem.B.dylib 0x91bcf0de thread_start + 34

Thread 3:
0 libSystem.B.dylib 0x91ba1afa mach_msg_trap + 10
1 libSystem.B.dylib 0x91ba2267 mach_msg + 68
2 com.apple.CoreFoundation 0x9639c2df CFRunLoopRun + 2079
3 com.apple.CoreFoundation 0x9639b3c4 CFRunLoopRunSpecific + 452
4 com.apple.CoreFoundation 0x9639b1f1 CFRunLoopRunInMode + 97
5 com.apple.Foundation 0x979451b3 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279
6 net.washboardabs.boxer 0x000bb24f -[ADBContinuousThread runUntilCancelled] + 130
7 net.washboardabs.boxer 0x000b76d9 -[BXKeyboardEventTap _runTapInDedicatedThread] + 176
8 com.apple.Foundation 0x9790b4c4 -[NSThread main] + 45
9 com.apple.Foundation 0x9790b474 __NSThread__main
+ 1499
10 libSystem.B.dylib 0x91bcf259 _pthread_start + 345
11 libSystem.B.dylib 0x91bcf0de thread_start + 34

Thread 4:
0 libSystem.B.dylib 0x91ba1afa mach_msg_trap + 10
1 libSystem.B.dylib 0x91ba2267 mach_msg + 68
2 com.apple.CoreFoundation 0x9639c2df CFRunLoopRun + 2079
3 com.apple.CoreFoundation 0x9639b3c4 CFRunLoopRunSpecific + 452
4 com.apple.CoreFoundation 0x9639b1f1 CFRunLoopRunInMode + 97
5 com.apple.Foundation 0x979451b3 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279
6 net.washboardabs.boxer 0x000bb24f -[ADBContinuousThread runUntilCancelled] + 130
7 net.washboardabs.boxer 0x000b1dd5 -[BXMIDIDeviceMonitor main] + 324
8 com.apple.Foundation 0x9790b474 __NSThread__main
+ 1499
9 libSystem.B.dylib 0x91bcf259 _pthread_start + 345
10 libSystem.B.dylib 0x91bcf0de thread_start + 34

Thread 5:
0 libSystem.B.dylib 0x91ba1afa mach_msg_trap + 10
1 libSystem.B.dylib 0x91ba2267 mach_msg + 68
2 com.apple.audio.midi.CoreMIDI 0x022320c1 XServerMachPort::ReceiveMessage(int&, void_, int&) + 155
3 com.apple.audio.midi.CoreMIDI 0x0225097a MIDIProcess::RunMIDIInThread() + 150
4 com.apple.audio.midi.CoreMIDI 0x022332d9 XThread::RunHelper(void_) + 17
5 com.apple.audio.midi.CoreMIDI 0x02232ca6 CAPThread::Entry(CAPThread*) + 96
6 libSystem.B.dylib 0x91bcf259 _pthread_start + 345
7 libSystem.B.dylib 0x91bcf0de thread_start + 34

Thread 6:
0 libSystem.B.dylib 0x91ba1afa mach_msg_trap + 10
1 libSystem.B.dylib 0x91ba2267 mach_msg + 68
2 com.apple.CoreFoundation 0x9639c2df CFRunLoopRun + 2079
3 com.apple.CoreFoundation 0x9639b3c4 CFRunLoopRunSpecific + 452
4 com.apple.CoreFoundation 0x9639b1f1 CFRunLoopRunInMode + 97
5 com.apple.Foundation 0x97944224 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
6 com.apple.Foundation 0x9790b4c4 -[NSThread main] + 45
7 com.apple.Foundation 0x9790b474 __NSThread__main
+ 1499
8 libSystem.B.dylib 0x91bcf259 _pthread_start + 345
9 libSystem.B.dylib 0x91bcf0de thread_start + 34

Thread 7:
0 libSystem.B.dylib 0x91ba1c0e mach_wait_until + 10
1 libSystem.B.dylib 0x91c29429 nanosleep + 345
2 SDL 0x021e85c3 SDL_Delay + 467
3 SDL 0x021d9ecd SDL_Linked_Version + 397
4 SDL 0x021e81f1 SDL_SemWait + 49
5 libSystem.B.dylib 0x91bcf259 _pthread_start + 345
6 libSystem.B.dylib 0x91bcf0de thread_start + 34

Thread 8:
0 libSystem.B.dylib 0x91ba1b5a semaphore_timedwait_signal_trap + 10
1 libSystem.B.dylib 0x91bcf6e1 pthread_cond_wait + 1066
2 libSystem.B.dylib 0x91bfe5a8 pthread_cond_timedwait_relative_np + 47
3 com.apple.audio.CoreAudio 0x9033b3ab CAGuard::WaitFor(unsigned long long) + 219
4 com.apple.audio.CoreAudio 0x9033e3dd CAGuard::WaitUntil(unsigned long long) + 289
5 com.apple.audio.CoreAudio 0x9033bcda HP_IOThread::WorkLoop() + 1892
6 com.apple.audio.CoreAudio 0x9033b571 HP_IOThread::ThreadEntry(HP_IOThread
) + 17
7 com.apple.audio.CoreAudio 0x9033b488 CAPThread::Entry(CAPThread_) + 140
8 libSystem.B.dylib 0x91bcf259 _pthread_start + 345
9 libSystem.B.dylib 0x91bcf0de thread_start + 34

Thread 9:
0 libSystem.B.dylib 0x91bcfaa2 __semwait_signal + 10
1 libSystem.B.dylib 0x91bcf75e _pthread_cond_wait + 1191
2 libSystem.B.dylib 0x91bd13f8 pthread_cond_wait$UNIX2003 + 73
3 GLEngine 0x18622392 gleCmdProcessorPTHREAD + 186
4 libSystem.B.dylib 0x91bcf259 _pthread_start + 345
5 libSystem.B.dylib 0x91bcf0de thread_start + 34

Thread 10:
0 libSystem.B.dylib 0x91ba1b5a semaphore_timedwait_signal_trap + 10
1 libSystem.B.dylib 0x91bcf6e1 _pthread_cond_wait + 1066
2 libSystem.B.dylib 0x91bfe5a8 pthread_cond_timedwait_relative_np + 47
3 com.apple.CoreVideo 0x93c787a6 CVDisplayLink::waitUntil(unsigned long long) + 386
4 com.apple.CoreVideo 0x93c775eb CVDisplayLink::runIOThread() + 741
5 com.apple.CoreVideo 0x93c772ea startIOThread(void*) + 156
6 libSystem.B.dylib 0x91bcf259 _pthread_start + 345
7 libSystem.B.dylib 0x91bcf0de thread_start + 34

Thread 11:
0 libSystem.B.dylib 0x91bc7412 __workq_kernreturn + 10
1 libSystem.B.dylib 0x91bc79a8 _pthread_wqthread + 941
2 libSystem.B.dylib 0x91bc75c6 start_wqthread + 30

Thread 12:
0 libSystem.B.dylib 0x91bc7412 __workq_kernreturn + 10
1 libSystem.B.dylib 0x91bc79a8 _pthread_wqthread + 941
2 libSystem.B.dylib 0x91bc75c6 start_wqthread + 30

Thread 13:
0 libSystem.B.dylib 0x91bcfaa2 semwait_signal + 10
1 libSystem.B.dylib 0x91bfb9c5 nanosleep$UNIX2003 + 188
2 libSystem.B.dylib 0x91bfb903 usleep$UNIX2003 + 61
3 com.apple.AppKit 0x92399e2d -[NSUIHeartBeat _heartBeatThread:] + 2039
4 com.apple.Foundation 0x9790b4c4 -[NSThread main] + 45
5 com.apple.Foundation 0x9790b474 __NSThread__main
+ 1499
6 libSystem.B.dylib 0x91bcf259 _pthread_start + 345
7 libSystem.B.dylib 0x91bcf0de thread_start + 34

Thread 14:
0 libSystem.B.dylib 0x91bc7412 __workq_kernreturn + 10
1 libSystem.B.dylib 0x91bc79a8 _pthread_wqthread + 941
2 libSystem.B.dylib 0x91bc75c6 start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x1ab40cc0 ebx: 0x90bb6e40 ecx: 0x929ce674 edx: 0x1ab476eb
edi: 0xfe9dcc02 esi: 0xbfff7568 ebp: 0xbfff7548 esp: 0xbfff7524
ss: 0x0000001f efl: 0x00010206 eip: 0x93384f8b cs: 0x00000017
ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
cr2: 0xfe9dcc02

Binary Images:
0x1000 - 0x339fe7 +net.washboardabs.boxer 2.0alpha (20140113.1) /Applications/Boxer.app/Contents/MacOS/Boxer
0x21a9000 - 0x220ef17 +SDL 1.2.14 (1.2.14) /Applications/Boxer.app/Contents/Frameworks/SDL.framework/Versions/A/SDL
0x2222000 - 0x226effb com.apple.audio.midi.CoreMIDI 1.7.1 (42) /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
0x2293000 - 0x22a6fff +org.andymatuschak.Sparkle 1.5 Beta 6 (313) <5DF2B8A3-560D-4500-6B85-4215644DE532> /Applications/Boxer.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
0x22b7000 - 0x22baff9 +net.washboardabs.SDL_sound 1.0 (1) <55B888E9-76D5-373A-88E8-B6368590B58D> /Applications/Boxer.app/Contents/Frameworks/SDL_sound.framework/Versions/A/SDL_sound
0x22c2000 - 0x22cefff +org.dribin.dave.DDHidLib 1.1 (1010.9.0) /Applications/Boxer.app/Contents/Frameworks/DDHidLib.framework/Versions/A/DDHidLib
0x22de000 - 0x22edffb +net.sourceforge.munt.MT32Emu 1.3.0 (1.3.0) <37AC6DC8-083E-39ED-8E21-8BC920AA8BF0> /Applications/Boxer.app/Contents/Frameworks/MT32Emu.framework/Versions/A/MT32Emu
0x2307000 - 0x23bcfe7 libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) /usr/lib/libcrypto.0.9.7.dylib
0x2402000 - 0x2404ff4 +org.xiph.ogg 1.3.0 (1.3.0) <1D73EF47-7E39-3254-9CF6-3DFDF297CF25> /Applications/Boxer.app/Contents/Frameworks/SDL_sound.framework/Versions/A/Frameworks/Ogg.framework/Versions/A/Ogg
0x240a000 - 0x258cff0 +org.xiph.vorbis 1.3.3 (1.3.3) /Applications/Boxer.app/Contents/Frameworks/SDL_sound.framework/Versions/A/Frameworks/Vorbis.framework/Versions/A/Vorbis
0x3fed000 - 0x3ff1ff3 com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn
0x14a87000 - 0x14a89ff7 com.apple.printingprivate.framework.PrintingPrivate 6.1 (15.2) <1A6E0614-420C-1E2B-43DA-722639B1FBCB> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/A/PrintingPrivate
0x14a8f000 - 0x14a9fff7 +com.brother.print.pde.CocoaBRInkQuality10 4.0.4 (18) <6D0C76B6-F172-CBB1-9A6F-8E2F5815587E> /Library/Printers/Brother/PDEs/BRInkQuality10.bundle/Contents/MacOS/BRInkQuality10
0x14aa8000 - 0x14aaffff +com.brother.print.pde.CocoaSendFax 3.2.5 (32) <8B38EEC4-008D-D478-BDB1-3757F63414B1> /Library/Printers/Brother/PDEs/BRSendFax.bundle/Contents/MacOS/BRSendFax
0x16a49000 - 0x16a4fff7 com.apple.audio.AppleHDAHALPlugIn 2.0.5 (2.0.5f14) <38E3C1A4-84E4-C105-B55F-8FC4C154036D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x16a58000 - 0x16adcfe7 com.apple.xquery 1.3 (29) <983B85B3-9590-F3B4-C3B0-C73ADBC92C3F> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
0x16b7f000 - 0x16bc3fe7 com.apple.driver.AppleIntelGMA950GLDriver 1.6.36 (6.3.6) <7AF9F4B2-DB83-354C-890F-2DA195AF185F> /System/Library/Extensions/AppleIntelGMA950GLDriver.bundle/Contents/MacOS/AppleIntelGMA950GLDriver
0x16bcd000 - 0x16bf1fe7 GLRendererFloat ??? (???) /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
0x18537000 - 0x186b0ff7 GLEngine ??? (???) <76C922AA-A4A7-2835-537B-17F316AD95F6> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x1c223000 - 0x1c265ff7 com.apple.print.framework.Print.Private 6.4 (305.4) <97FD461E-ACFC-6F2B-9E48-5A22D1537422> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/Current/Plugins/PrintCocoaUI.bundle/Contents/MacOS/PrintCocoaUI
0x1c2be000 - 0x1c2dbff7 libPDFRIP.A.dylib 545.0.0 (compatibility 64.0.0) <9AD51723-AE24-5C9F-FBD4-3621D1B40A87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
0x1c4d7000 - 0x1c509fe7 com.apple.print.PrintingCocoaPDEs 6.4 (305.4) /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/A/Plugins/PrintingCocoaPDEs.bundle/Contents/MacOS/PrintingCocoaPDEs
0x33000000 - 0x33001fff +SDL_net 1.2.5 (1.2.5) /Applications/Boxer.app/Contents/Frameworks/SDL_net.framework/Versions/A/SDL_net
0x70000000 - 0x700cbfff com.apple.audio.units.Components 1.6.5 (1.6.5) <412DBD1B-E9B5-E67C-99E4-820BF38239AC> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x8fe00000 - 0x8fe4163b dyld 132.1 (???) <4CDE4F04-0DD6-224E-ACE5-3C06E169A801> /usr/lib/dyld
0x90003000 - 0x902fdfef com.apple.QuickTime 7.6.6 (1800) /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x902fe000 - 0x9031afe3 com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x9031b000 - 0x90395fff com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x90396000 - 0x9059dfeb com.apple.AddressBook.framework 5.0.4 (883) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x905aa000 - 0x905cafe7 libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <8C2B5FA8-2469-21C7-D297-F95A0FFE5F19> /usr/lib/libresolv.9.dylib
0x907d5000 - 0x907f4fe3 libexpat.1.dylib 7.2.0 (compatibility 7.0.0) <82E6F83F-9667-2E39-1D9D-4A49C642527D> /usr/lib/libexpat.1.dylib
0x90802000 - 0x90835ff7 com.apple.AE 496.5 (496.5) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x90836000 - 0x90ba1ff7 com.apple.QuartzCore 1.6.3 (227.37) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x90ba2000 - 0x90ba2ff7 com.apple.quartzframework 1.5 (1.5) <4EE8095D-5E47-1EB6-3A8A-6ECE3BEC8647> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x90ba3000 - 0x90bb3ff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) /usr/lib/libsasl2.2.dylib
0x90bb4000 - 0x90c2dff7 com.apple.PDFKit 2.5.5 (2.5.5) <85AA9E1C-D946-863A-823E-32F2AAF314CB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x90c2e000 - 0x90c35ff3 com.apple.print.framework.Print 6.1 (237.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x90cbb000 - 0x90de9fe7 com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x90dea000 - 0x90df0fff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x90e35000 - 0x90e43ff7 com.apple.opengl 1.6.14 (1.6.14) <82622F67-E032-0BF6-A78D-50B346E8D0FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x90e44000 - 0x90e44ff7 com.apple.vecLib 3.6 (vecLib 3.6) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x90e45000 - 0x90e87ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x90ebd000 - 0x90edefe7 com.apple.opencl 12.3.6 (12.3.6) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x91052000 - 0x91053ff7 com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <93EC71F1-4D4E-F456-8EFE-32E7EFD7A064> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x91084000 - 0x91106ffb SecurityFoundation ??? (???) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x91185000 - 0x911c3ff7 com.apple.QuickLookFramework 2.3 (327.7) <6387A103-C7EF-D56B-10EF-5ED5FC7F33A5> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x911c4000 - 0x911d4ff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x911d5000 - 0x91272fe3 com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x91273000 - 0x9127dffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x9127e000 - 0x9127eff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x912d3000 - 0x912d7ff7 libGIF.dylib ??? (???) <2251F789-B187-0837-6E38-A0E5C7C4FA3C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x912d8000 - 0x9149bfeb com.apple.ImageIO.framework 3.0.6 (3.0.6) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x9149c000 - 0x915c9ffb com.apple.MediaToolbox 0.484.60 (484.60) /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x915ca000 - 0x915caff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x91682000 - 0x91682ff7 liblangid.dylib ??? (???) /usr/lib/liblangid.dylib
0x91683000 - 0x91698fff com.apple.ImageCapture 6.1 (6.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x91699000 - 0x91aafff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x91b51000 - 0x91b5cff7 libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x91b5d000 - 0x91ba0ff7 libGLU.dylib ??? (???) <6CC3CE6A-7024-C685-EADA-7F9DC27128E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x91ba1000 - 0x91d48ff7 libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
0x91d49000 - 0x91ff6fff com.apple.JavaScriptCore 6534.59 (6534.59.11) <7F623AA5-A11B-4C26-D2FD-EB5B9DE73F85> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x91ff7000 - 0x92019fef com.apple.DirectoryService.Framework 3.6 (621.16) <5566E769-6459-78A7-DD2C-1D3068BD3932> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x9201a000 - 0x92024fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x92025000 - 0x92125fe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) /usr/lib/libxml2.2.dylib
0x92126000 - 0x9216afe7 com.apple.Metadata 10.6.3 (507.15) <74F05E64-2A68-BA10-CCD4-128D164E5A0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9216b000 - 0x9219cff7 libGLImage.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x9219d000 - 0x9219dff7 com.apple.Cocoa 6.6 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x9219e000 - 0x921e1ff7 com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x921e2000 - 0x921e7ff7 com.apple.OpenDirectory 10.6 (10.6) <0603680A-A002-D294-DE83-0D028C6BE884> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x921e8000 - 0x92acbff7 com.apple.AppKit 6.6.8 (1038.36) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x92ae5000 - 0x92b0cff7 com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x92b0d000 - 0x92f42ff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x92f43000 - 0x92f45ff7 libRadiance.dylib ??? (???) <090420B3-CB65-9F7B-5349-D42F2F9693B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x92f46000 - 0x92f6aff7 libJPEG.dylib ??? (???) <50E17B4D-63D6-24D3-702F-6A6E912A55EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x92f6b000 - 0x92f6effb com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x92f6f000 - 0x93028fe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
0x9303e000 - 0x93094ff7 com.apple.MeshKitRuntime 1.1 (49.2) /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime.framework/Versions/A/MeshKitRuntime
0x930cf000 - 0x9311ffe7 libTIFF.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x93142000 - 0x9319fff7 com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x931a0000 - 0x93220feb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x93221000 - 0x9322aff7 com.apple.DiskArbitration 2.3 (2.3) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x9322b000 - 0x9323dff7 com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x93249000 - 0x93273ff7 com.apple.shortcut 1.1 (1.1) /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x93274000 - 0x932aafff libtidy.A.dylib ??? (???) <0FD72C68-4803-4C5B-3A63-05D7394BFD71> /usr/lib/libtidy.A.dylib
0x932ab000 - 0x932c9fe7 libPng.dylib ??? (???) <6C0B95D7-9634-E044-0B79-F1DD56961C33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x932ca000 - 0x9330fff7 com.apple.ImageCaptureCore 1.1 (1.1) /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x9337f000 - 0x9342cfe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
0x93590000 - 0x935a8ff7 com.apple.CFOpenDirectory 10.6 (10.6) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x935a9000 - 0x935afff7 libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <6EE825E7-CBA5-2AD2-0336-244D45A1A834> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x93a3e000 - 0x93a41fe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
0x93a42000 - 0x93a7fff7 com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x93a80000 - 0x93ae1fe7 com.apple.CoreText 151.13 (???) <23F359DA-D845-5C50-4DF3-19E858CF2B2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x93ae2000 - 0x93b3cfe7 com.apple.CorePDF 1.4 (1.4) <78A1DDE1-1609-223C-A532-D282DC5E0CD0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x93b94000 - 0x93c74fe7 com.apple.vImage 4.1 (4.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x93c75000 - 0x93c94ff7 com.apple.CoreVideo 1.6.2 (45.6) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x93c95000 - 0x93ca0ff7 com.apple.CrashReporterSupport 10.6.7 (258) <8F3E7415-1FFF-0C20-2EAB-6A23B9728728> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x93ca6000 - 0x93d52fe7 com.apple.CFNetwork 454.12.4 (454.12.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x93d53000 - 0x93d94ff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x93d95000 - 0x93e97fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) /usr/lib/libcrypto.0.9.8.dylib
0x93e98000 - 0x94353ff7 com.apple.VideoToolbox 0.484.60 (484.60) /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x94354000 - 0x94361ff7 com.apple.NetFS 3.2.2 (3.2.2) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x94362000 - 0x94682ff3 com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x946d5000 - 0x94857fe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <60FF302E-5FAE-749B-BC70-0496DC2FBF2D> /usr/lib/libicucore.A.dylib
0x94858000 - 0x94888ff7 com.apple.MeshKit 1.1 (49.2) <5A74D1A4-4B97-FE39-4F4D-E0B80F0ADD87> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
0x94889000 - 0x9491bfe7 com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x94a09000 - 0x94aa1fe7 edu.mit.Kerberos 6.5.11 (6.5.11) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x94aa2000 - 0x94bcbfe7 com.apple.WebKit 6534.59 (6534.59.10) <73348DE8-9C7D-3BD9-8E9D-86E5BE67B1D1> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x94bcc000 - 0x94c67fe7 com.apple.ApplicationServices.ATS 275.19 (???) <2E83B3E9-AF39-36FC-5D05-CC1E952098AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x94c68000 - 0x94cd6ff7 com.apple.QuickLookUIFramework 2.3 (327.7) <7F89C0A1-310F-ACF1-AA6E-4ADFA4DC98DC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x94dee000 - 0x94deeffb libffi.dylib ??? (???) <58985323-6EC6-9AD2-B9F0-8787C0B2791C> /usr/lib/libffi.dylib
0x94def000 - 0x95b67fe7 com.apple.WebCore 6534.59 (6534.59.6) <5C71C61C-0657-1B0E-397F-4D0A81872C93> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x95b92000 - 0x95c4afeb libFontParser.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x95c4b000 - 0x9615dfeb com.apple.RawCamera.bundle 3.14.0 (646) <27962422-EA30-43CF-2B3E-E662BB4C46C7> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x9615e000 - 0x9616aff7 libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
0x961ad000 - 0x961b8ff7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x961b9000 - 0x96261ffb com.apple.QD 3.36 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x9635d000 - 0x9635eff7 com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x9635f000 - 0x964dafe7 com.apple.CoreFoundation 6.6.6 (550.44) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x964db000 - 0x9651fff3 com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x96559000 - 0x96593ff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) /usr/lib/libcups.2.dylib
0x96594000 - 0x96596ff7 com.apple.securityhi 4.0 (36638) <6118C361-61E7-B34E-93DB-1B88108F8F18> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x96f68000 - 0x96fbbff7 com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x97023000 - 0x97026ff7 libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x970d1000 - 0x9710cffb libFontRegistry.dylib ??? (???) <19ED5DE0-D3AF-B229-9193-35D58FE377E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x9710d000 - 0x97125ff3 com.apple.ScriptingBridge 1.1.2 (???) /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
0x97126000 - 0x9712aff7 IOSurface ??? (???) <89D859B7-A26A-A5AB-8401-FC1E01AC7A60> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x9712d000 - 0x97169fe7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) /usr/lib/libssl.0.9.8.dylib
0x9716a000 - 0x971e1ff3 com.apple.backup.framework 1.2.2 (1.2.2) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x971e2000 - 0x9721aff7 com.apple.LDAPFramework 2.0 (120.1) <131ED804-DD88-D84F-13F8-D48E0012B96F> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x9724d000 - 0x97253fe7 com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x97254000 - 0x9729aff7 libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
0x9729b000 - 0x97501ff7 com.apple.security 6.1.2 (55002) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x97502000 - 0x9763ffe7 com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <423BDE4D-5082-B6CA-BB2C-E22A037235A4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x97653000 - 0x97667ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x97668000 - 0x97668ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x97669000 - 0x976d3fe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
0x976d4000 - 0x9779ffef com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x977a0000 - 0x977a0ff7 com.apple.Carbon 150 (152) <8F767518-AD3C-5CA0-7613-674CD2B509C4> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x977a1000 - 0x977f1ff7 com.apple.framework.familycontrols 2.0.2 (2020) <596ADD85-79F5-A613-537B-F83B6E19013C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x977f2000 - 0x978f4fef com.apple.MeshKitIO 1.1 (49.2) /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.framework/Versions/A/MeshKitIO
0x978f5000 - 0x97b66fef com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x981e3000 - 0x981e6ff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x98228000 - 0x98453ff3 com.apple.QuartzComposer 4.2 ({156.30}) <2C88F8C3-7181-6B1D-B278-E0EE3F33A2AF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x9867a000 - 0x9868efe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
0x9868f000 - 0x9870afff com.apple.AppleVAFramework 4.10.27 (4.10.27) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x9870b000 - 0x9870fff7 libGFXShared.dylib ??? (???) <09540618-2ED1-72C4-61CB-938B35927568> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x98710000 - 0x98711ff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x98712000 - 0x98720fe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
0x98721000 - 0x98732ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x98733000 - 0x98773ff3 com.apple.securityinterface 4.0.1 (40418.0.1) <2141A924-748E-CE6F-2D75-D82BC265BD30> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x98774000 - 0x98774ff7 com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x98775000 - 0x988b8fef com.apple.QTKit 7.7 (1800) <9DD27495-3020-0928-B3F2-D418C336E163> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x988b9000 - 0x98967ff3 com.apple.ink.framework 1.3.3 (107) <233A981E-A2F9-56FB-8BDE-C2DEC3F20784> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x98968000 - 0x989b5feb com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <00A1A83B-0E7D-D0F4-A643-8C5675C2BB21> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
0x989b6000 - 0x98cdafef com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x99c5f000 - 0x99d39fff com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x99d3a000 - 0x9a529557 com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x9a56b000 - 0x9a5daff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x9a5db000 - 0x9a5e5ff7 com.apple.HelpData 2.0.5 (34.1.1) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x9a5e6000 - 0x9a62dffb com.apple.CoreMediaIOServices 140.0 (1496) /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices
0x9a787000 - 0x9a893fe7 libGLProgrammability.dylib ??? (???) <6167CEB0-D8D6-C4D9-DD74-49755ADB540F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x9a894000 - 0x9a8c7fff libTrueTypeScaler.dylib ??? (???) <8ADB7D19-413E-4499-C874-13C383F97685> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x9a8d2000 - 0x9a98efff com.apple.ColorSync 4.6.8 (4.6.8) <920DD017-8B41-7334-E554-A85DB99EBD5A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x9a98f000 - 0x9a9e7fe7 com.apple.datadetectorscore 2.0 (80.7) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x9a9e8000 - 0x9aa0effb com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x9aa22000 - 0x9aa86ffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x9aa87000 - 0x9aaafff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) /usr/lib/libxslt.1.dylib
0x9aab0000 - 0x9ac92fff com.apple.imageKit 2.0.3 (1.0) <6E557757-26F7-7941-8AE7-046EC1871F50> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x9ac93000 - 0x9acd0ff7 com.apple.CoreMedia 0.484.60 (484.60) <8FAB137D-682C-6DEC-5A15-F0029A5B226F> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
0x9acd1000 - 0x9acd9ff7 com.apple.DisplayServicesFW 2.3.3 (289) <828084B0-9197-14DD-F66A-D634250A212E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0xb0000000 - 0xb0021ff7 +com.binarymethod.BGHUDAppKit ??? (1.0) /Applications/Boxer.app/Contents/Frameworks/BGHUDAppKit.framework/Versions/A/BGHUDAppKit
0xbb100000 - 0xbb103fe7 libLatinSuppConverter.dylib 49.0.0 (compatibility 1.0.0) /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib
0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib

@getaaron
Copy link

I can't reproduce this on 10.6. Can you list more specific reproduction steps?

@akesser
Copy link
Author

akesser commented Dec 26, 2014

When I print something, the output is shown in the nice new window. After clicking on "Print", the normal OS X printing dialog shows up. After klickend eigther on "print" or "Save as pdf" the erfror ocurrs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants