Crash after using save panel in Mac OS X 10.6.1

Originator:jum
Number:rdar://7322086 Date Originated:21-Oct-2009
Status:Duplicate Resolved:
Product:Mac OS X Product Version:10.6.1 10B504
Classification:Crash Reproducible:didn't try
 
We just got a customer crash report for our application (see attached crashlog). From the crashlog, it looks like none of our code is involved. Of course, we might trash memory somewhere, but googling for "10.6.1 crash save panel" brought up the following link to an Apple Discussions group which describes a similar crash with the exact same backtrace and this time, the application was Safari:

http://discussions.apple.com/thread.jspa?threadID=2195481&tstart=0

This makes me think it's actually not a problem in the application as two completely different applications produced the same crash inside the DesktopServices code without any indication of application code involved, but it's rather a problem in the OS libraries.





Comments

crashlog

Date: 2009-10-21 03:11:21 GMT
Operating system: Mac OS X (10.6.1 10B504)
Architecture: x86
Crash reason: EXC_BAD_ACCESS / KERN_PROTECTION_FAILURE
Crash address: 0x987019b0

Thread 0 (crashed)
0 CoreFoundation 0x987019b0 CFRelease + 0x70
1 DesktopServicesPriv 0x93f6b5a2 TFSInfo::~TFSInfo() + 0x36
2 DesktopServicesPriv 0x93f6ba34 TFSInfo::RemovePtrReference() + 0x22
3 DesktopServicesPriv 0x93f84277 TNode::IsUnresolved() const + 0x2f
4 DesktopServicesPriv 0x93f78c5f TNode::SetAliasTarget(TNodePtr const&, bool) + 0xeb
5 DesktopServicesPriv 0x93fbc8ff TNode::ClearAliasTarget(bool) const + 0x3b
6 DesktopServicesPriv 0x93fbd722 TNode::RemoveSelf(TNodeEventPtrSet&) + 0xc0
7 DesktopServicesPriv 0x93fbdb36 TNode::RemoveAllChildren(bool, TNodeEventPtrSet&) + 0x1a8
8 DesktopServicesPriv 0x93fbdbda TNode::RecursivelyRemoveAllChildren(bool) const + 0x4a
9 DesktopServicesPriv 0x93fc52df TNode::Finalize(TNodePtr*&) + 0x37
10 DesktopServicesPriv 0x93fc5575 TNode::Finalize() + 0x107
11 DesktopServicesPriv 0x93fd2854 NodeContextClose + 0x21d
12 AppKit 0x96ea1192 _NSSavePanelContextEnd + 0x3b
13 Foundation 0x917dab64 __NSFireDelayedPerform + 0x218
14 CoreFoundation 0x98732eed __CFRunLoopRun + 0x1abd
15 CoreFoundation 0x98730d33 CFRunLoopRunSpecific + 0x1c3
16 CoreFoundation 0x98730b60 CFRunLoopRunInMode + 0x60
17 HIToolbox 0x9456ffeb RunCurrentEventLoopInMode + 0x187
18 HIToolbox 0x9456fda2 ReceiveNextEventCommon + 0x161
19 HIToolbox 0x9456fc27 BlockUntilNextEventMatchingListInMode + 0x50
20 AppKit 0x9675dc94 _DPSNextEvent + 0x34e
21 AppKit 0x9675d509 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 0x9b
22 AppKit 0x9671f69a -[NSApplication run] + 0x334
23 AppKit 0x96717734 NSApplicationMain + 0x23d
24 My App 0x00008921
25 My App 0x0000260a
26 My App 0x00002538
27

Thread 1
0 libSystem.B.dylib 0x97eb203a __kevent + 0xa
1 libSystem.B.dylib 0x97eb1bf8 dispatchqueue_invoke + 0xb6
2 libSystem.B.dylib 0x97eb1989 dispatchworker_thread2 + 0xe9
3 libSystem.B.dylib 0x97eb1400 pthreadwqthread + 0x185
4 libSystem.B.dylib 0x97eb1245 start_wqthread + 0x1d

Thread 2
0 libSystem.B.dylib 0x97e8b83a semaphore_timedwait_signal_trap + 0xa
1 libSystem.B.dylib 0x97f0291b pthread_cond_timedwait + 0x2e
2 My App 0x0038ff9c
3 My App 0x002b3597
4 My App 0x0035f3e1
5 libSystem.B.dylib 0x97eb8f38 pthreadstart + 0x158
6 libSystem.B.dylib 0x97eb8dbd thread_start + 0x21

Thread 3
0 libSystem.B.dylib 0x97f53766 _acceptnocancel + 0xa
1 My App 0x00179741
2 My App 0x00179067
3 My App 0x0035f3e1
4 libSystem.B.dylib 0x97eb8f38 pthreadstart + 0x158
5 libSystem.B.dylib 0x97eb8dbd thread_start + 0x21

Thread 4
0 libSystem.B.dylib 0x97e8b83a semaphore_timedwait_signal_trap + 0xa
1 libSystem.B.dylib 0x97f0291b pthread_cond_timedwait + 0x2e
2 My App 0x0035f2ed
3 My App 0x000ebc41
4 My App 0x0035f3e1
5 libSystem.B.dylib 0x97eb8f38 pthreadstart + 0x158
6 libSystem.B.dylib 0x97eb8dbd thread_start + 0x21

Thread 5
0 libSystem.B.dylib 0x97e8b822 semaphore_wait_signal_trap + 0xa
1 libSystem.B.dylib 0x97f0270e pthread_cond_wait + 0x2f
2 My App 0x0038fcd6
3 My App 0x00045693
4 My App 0x0035f3e1
5 libSystem.B.dylib 0x97eb8f38 pthreadstart + 0x158
6 libSystem.B.dylib 0x97eb8dbd thread_start + 0x21

Thread 6
0 libSystem.B.dylib 0x97e8b83a semaphore_timedwait_signal_trap + 0xa
1 libSystem.B.dylib 0x97f0291b pthread_cond_timedwait + 0x2e
2 My App 0x0038ff9c
3 My App 0x000455ec
4 My App 0x0035f3e1
5 libSystem.B.dylib 0x97eb8f38 pthreadstart + 0x158
6 libSystem.B.dylib 0x97eb8dbd thread_start + 0x21

Thread 7
0 libSystem.B.dylib 0x97e8b83a semaphore_timedwait_signal_trap + 0xa
1 libSystem.B.dylib 0x97f0291b pthread_cond_timedwait + 0x2e
2 My App 0x0035f2ed
3 My App 0x00042968
4 My App 0x0035f3e1
5 libSystem.B.dylib 0x97eb8f38 pthreadstart + 0x158
6 libSystem.B.dylib 0x97eb8dbd thread_start + 0x21

Thread 8
0 libSystem.B.dylib 0x97e8b7da mach_msg_trap + 0xa
1 CoreFoundation 0x98731dbe __CFRunLoopRun + 0x98e
2 CoreFoundation 0x98730d33 CFRunLoopRunSpecific + 0x1c3
3 CoreFoundation 0x987367a3 CFRunLoopRun + 0x53
4 My App 0x00213f66
5 My App 0x0035f3e1
6 libSystem.B.dylib 0x97eb8f38 pthreadstart + 0x158
7 libSystem.B.dylib 0x97eb8dbd thread_start + 0x21

Thread 9
0 libSystem.B.dylib 0x97e8b822 semaphore_wait_signal_trap + 0xa
1 libSystem.B.dylib 0x97f0270e pthread_cond_wait + 0x2f
2 My App 0x0038fcd6
3 My App 0x0020dc5d
4 My App 0x0035f3e1
5 libSystem.B.dylib 0x97eb8f38 pthreadstart + 0x158
6 libSystem.B.dylib 0x97eb8dbd thread_start + 0x21

Thread 10
0 libSystem.B.dylib 0x97eaa756 __select + 0xa
1 libSystem.B.dylib 0x97eb8f38 pthreadstart + 0x158
2 libSystem.B.dylib 0x97eb8dbd thread_start + 0x21

Thread 11
0 libSystem.B.dylib 0x97e8b83a semaphore_timedwait_signal_trap + 0xa
1 libSystem.B.dylib 0x97f0291b pthread_cond_timedwait + 0x2e
2 My App 0x0038ff9c
3 My App 0x002045b5
4 My App 0x0035f3e1
5 libSystem.B.dylib 0x97eb8f38 pthreadstart + 0x158
6 libSystem.B.dylib 0x97eb8dbd thread_start + 0x21

Thread 12
0 libSystem.B.dylib 0x97e8b83a semaphore_timedwait_signal_trap + 0xa
1 libSystem.B.dylib 0x97f0291b pthread_cond_timedwait + 0x2e
2 My App 0x0035f2ed
3 My App 0x000e9ead
4 My App 0x000fa04b
5 My App 0x000e9a35
6 My App 0x0035f3e1
7 libSystem.B.dylib 0x97eb8f38 pthreadstart + 0x158
8 libSystem.B.dylib 0x97eb8dbd thread_start + 0x21

Thread 13
0 libSystem.B.dylib 0x97e8b7da mach_msg_trap + 0xa
1 CoreFoundation 0x98731dbe __CFRunLoopRun + 0x98e
2 CoreFoundation 0x98730d33 CFRunLoopRunSpecific + 0x1c3
3 CoreFoundation 0x987367a3 CFRunLoopRun + 0x53
4 My App 0x00213f66
5 My App 0x0035f3e1
6 libSystem.B.dylib 0x97eb8f38 pthreadstart + 0x158
7 libSystem.B.dylib 0x97eb8dbd thread_start + 0x21

Thread 14
0 libSystem.B.dylib 0x97e8b7da mach_msg_trap + 0xa
1 CoreFoundation 0x98731dbe __CFRunLoopRun + 0x98e
2 CoreFoundation 0x98730d33 CFRunLoopRunSpecific + 0x1c3
3 CoreFoundation 0x987367a3 CFRunLoopRun + 0x53
4 My App 0x00213f66
5 My App 0x0035f3e1
6 libSystem.B.dylib 0x97eb8f38 pthreadstart + 0x158
7 libSystem.B.dylib 0x97eb8dbd thread_start + 0x21

Thread 15
0 libSystem.B.dylib 0x97e8b7da mach_msg_trap + 0xa
1 CoreFoundation 0x98731dbe __CFRunLoopRun + 0x98e
2 CoreFoundation 0x98730d33 CFRunLoopRunSpecific + 0x1c3
3 CoreFoundation 0x987367a3 CFRunLoopRun + 0x53
4 My App 0x00213f66
5 My App 0x0035f3e1
6 libSystem.B.dylib 0x97eb8f38 pthreadstart + 0x158
7 libSystem.B.dylib 0x97eb8dbd thread_start + 0x21

Thread 16
0 libSystem.B.dylib 0x97e8b7da mach_msg_trap + 0xa
1 CoreFoundation 0x98731dbe __CFRunLoopRun + 0x98e
2 CoreFoundation 0x98730d33 CFRunLoopRunSpecific + 0x1c3
3 CoreFoundation 0x987367a3 CFRunLoopRun + 0x53
4 My App 0x00213f66
5 My App 0x0035f3e1
6 libSystem.B.dylib 0x97eb8f38 pthreadstart + 0x158
7 libSystem.B.dylib 0x97eb8dbd thread_start + 0x21

Thread 17
0 libSystem.B.dylib 0x97e8b822 semaphore_wait_signal_trap + 0xa
1 libSystem.B.dylib 0x97f0270e pthread_cond_wait + 0x2f
2 My App 0x0038fcd6
3 My App 0x0013e04f
4 My App 0x0035f3e1
5 libSystem.B.dylib 0x97eb8f38 pthreadstart + 0x158
6 libSystem.B.dylib 0x97eb8dbd thread_start + 0x21

Thread 18
0 libSystem.B.dylib 0x97eb1092 _workqkernreturn + 0xa
1 libSystem.B.dylib 0x97eb1245 start_wqthread + 0x1d

Thread 19
0 libSystem.B.dylib 0x97eb1092 _workqkernreturn + 0xa
1 libSystem.B.dylib 0x97eb1245 start_wqthread + 0x1d

Thread 20
0 libSystem.B.dylib 0x97eb1092 _workqkernreturn + 0xa
1 libSystem.B.dylib 0x97eb1245 start_wqthread + 0x1d

Thread 21
0

Thread 0:
eip = 0x987019b0 esp = 0xbfffe4b0 ebp = 0xbfffe4c8 ebx = 0x9870194d
esi = 0x00000004 edi = 0xbfffe5dc eax = 0x00000000 ecx = 0xbfffe36c
edx = 0x00000000 efl = 0x00010246

Loaded modules:
0x00001000 - 0x005cafff My App ??? (main) /Applications/My App.app/Contents/MacOS/My App
0x00717000 - 0x00720fff PPSBugReporter ??? /Applications/My App.app/Contents/MacOS/../Frameworks/PPSBugReporter.framework/Versions/A/PPSBugReporter
0x00727000 - 0x0073cfff PSMTabBarControl ??? /Applications/My App.app/Contents/MacOS/../Frameworks/PSMTabBarControl.framework/Versions/A/PSMTabBarControl
0x0074c000 - 0x00757fff AMButtonBar ??? /Applications/My App.app/Contents/MacOS/../Frameworks/AMButtonBar.framework/Versions/A/AMButtonBar
0x00769000 - 0x0081efff libcrypto.0.9.7.dylib ??? /usr/lib/libcrypto.0.9.7.dylib
0x00f00000 - 0x00f01fff TCE5 ??? /Applications/My App.app/Contents/TCE5.bundle/Contents/MacOS/TCE5
0x00f7b000 - 0x00f7cfff FusionVMDKPlugIn ??? /Library/Contextual Menu Items/FusionVMDKPlugIn.plugin/Contents/MacOS/FusionVMDKPlugIn
0x3f000000 - 0x3f00ffff Narrative ??? /Applications/My App.app/Contents/MacOS/../Frameworks/Narrative.framework/Versions/A/Narrative
0x90003000 - 0x900aafff CFNetwork ??? /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x900d6000 - 0x9010afff libcups.2.dylib ??? /usr/lib/libcups.2.dylib
0x90115000 - 0x905c3fff VideoToolbox ??? /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x906f6000 - 0x907a5fff ColorSync ??? /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x907a6000 - 0x908a7fff libxml2.2.dylib ??? /usr/lib/libxml2.2.dylib
0x908a8000 - 0x908c0fff CFOpenDirectory ??? /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x90aa1000 - 0x90c5dfff ImageIO ??? /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x90c5e000 - 0x90cc8fff libstdc++.6.dylib ??? /usr/lib/libstdc++.6.dylib
0x90cc9000 - 0x90cc9fff vecLib ??? /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x90d11000 - 0x90d93fff SecurityFoundation ??? /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x90d94000 - 0x910b3fff CarbonCore ??? /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x910b4000 - 0x91163fff Ink ??? /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x91164000 - 0x91178fff SpeechSynthesis ??? /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x91179000 - 0x911c9fff FamilyControls ??? /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x911ca000 - 0x911dafff libsasl2.2.dylib ??? /usr/lib/libsasl2.2.dylib
0x9121a000 - 0x912d3fff libsqlite3.dylib ??? /usr/lib/libsqlite3.dylib
0x912d4000 - 0x9134dfff CoreAudio ??? /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9139c000 - 0x91466fff OSServices ??? /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x91467000 - 0x915a6fff QTKit ??? /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x915a7000 - 0x915edfff libauto.dylib ??? /usr/lib/libauto.dylib
0x917ae000 - 0x91a1efff Foundation ??? /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x91ef2000 - 0x91f16fff libJPEG.dylib ??? /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x91f22000 - 0x92eb0fff QuickTimeComponents ??? /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
0x92eb1000 - 0x92f20fff libvMisc.dylib ??? /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x92f9b000 - 0x92fc3fff libxslt.1.dylib ??? /usr/lib/libxslt.1.dylib
0x92fc4000 - 0x930b8fff libiconv.2.dylib ??? /usr/lib/libiconv.2.dylib
0x9311d000 - 0x9314efff libTrueTypeScaler.dylib ??? /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x9317a000 - 0x9317afff ApplicationServices ??? /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x931bc000 - 0x935f1fff libLAPACK.dylib ??? /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x9369b000 - 0x93994fff QuickTime ??? /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x93995000 - 0x939bffff Shortcut ??? /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x939c0000 - 0x93a68fff QD ??? /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x93a69000 - 0x93a8bfff DirectoryService ??? /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x93a8c000 - 0x93ac9fff SystemConfiguration ??? /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x93ad1000 - 0x93b0dfff CoreMediaIOServices ??? /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices
0x93b0e000 - 0x93b2efff libresolv.9.dylib ??? /usr/lib/libresolv.9.dylib
0x93b2f000 - 0x93bc7fff Kerberos ??? /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x93bf9000 - 0x93bfcfff libmathCommon.A.dylib ??? /usr/lib/system/libmathCommon.A.dylib
0x93c03000 - 0x93f67fff QuartzCore ??? /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x93f68000 - 0x94042fff DesktopServicesPriv ??? /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x94043000 - 0x94079fff libtidy.A.dylib ??? /usr/lib/libtidy.A.dylib
0x940e9000 - 0x9411afff libGLImage.dylib ??? /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x9411b000 - 0x94125fff libGL.dylib ??? /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x9414f000 - 0x941affff CoreText ??? /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x941f1000 - 0x941fbfff CarbonSound ??? /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x941fc000 - 0x94240fff CoreUI ??? /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x94241000 - 0x942d2fff PrintCore ??? /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x942d3000 - 0x94385fff libFontParser.dylib ??? /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x94386000 - 0x94393fff NetFS ??? /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x943ce000 - 0x94401fff AE ??? /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x94402000 - 0x94404fff SecurityHI ??? /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x94405000 - 0x94405fff vecLib ??? /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x94406000 - 0x9444afff Metadata ??? /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9444b000 - 0x9448dfff libvDSP.dylib ??? /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x9448e000 - 0x94494fff libCGXCoreImage.A.dylib ??? /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x9453b000 - 0x9485efff HIToolbox ??? /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x94870000 - 0x948aafff libFontRegistry.dylib ??? /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x94ac4000 - 0x952a5fff CoreGraphics ??? /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x952a6000 - 0x95326fff SearchKit ??? /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x95327000 - 0x9532afff libCoreVMClient.dylib ??? /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x95384000 - 0x9547afff libGLProgrammability.dylib ??? /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x9547b000 - 0x9547ffff IOSurface ??? /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x95480000 - 0x9549bfff libPng.dylib ??? /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x954c2000 - 0x9551cfff IOKit ??? /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x95565000 - 0x95583fff CoreVideo ??? /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x95584000 - 0x95588fff libGFXShared.dylib ??? /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x95589000 - 0x95590fff AGL ??? /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x95591000 - 0x957a3fff RawCamera ??? /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x957a4000 - 0x957a6fff ExceptionHandling ??? /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHandling
0x957a7000 - 0x95bbdfff libBLAS.dylib ??? /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x95d4b000 - 0x95e73fff CoreData ??? /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x95e74000 - 0x96002fff JavaScriptCore ??? /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x9629f000 - 0x9629ffff Accelerate ??? /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x963b7000 - 0x963c3fff libkxld.dylib ??? /usr/lib/system/libkxld.dylib
0x9642c000 - 0x96430fff libGIF.dylib ??? /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x96431000 - 0x96442fff LangAnalysis ??? /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x96443000 - 0x9661efff libType1Scaler.dylib ??? /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib
0x96624000 - 0x9662efff HelpData ??? /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x9662f000 - 0x96712fff WebKit ??? /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x96713000 - 0x96714fff AudioUnit ??? /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x96715000 - 0x96ff2fff AppKit ??? /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x96ff3000 - 0x96ff4fff TrustEvaluationAgent ??? /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x970f8000 - 0x970f8fff Carbon ??? /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x970f9000 - 0x97146fff PasswordServer ??? /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
0x97147000 - 0x97150fff DiskArbitration ??? /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x97191000 - 0x971d2fff libRIP.A.dylib ??? /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x9721c000 - 0x9722efff MultitouchSupport ??? /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x9722f000 - 0x97293fff HTMLRendering ??? /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x97294000 - 0x974f6fff Security ??? /System/Library/Frameworks/Security.framework/Versions/A/Security
0x9756f000 - 0x976f1fff libicucore.A.dylib ??? /usr/lib/libicucore.A.dylib
0x976f2000 - 0x976fcfff libCSync.A.dylib ??? /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x976fd000 - 0x977effff libcrypto.0.9.8.dylib ??? /usr/lib/libcrypto.0.9.8.dylib
0x977f0000 - 0x978cdfff vImage ??? /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x978ce000 - 0x978d1fff libCGXType.A.dylib ??? /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x97911000 - 0x979adfff ATS ??? /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x979e1000 - 0x979e4fff Help ??? /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x97a5a000 - 0x97a76fff OpenScripting ??? /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x97b27000 - 0x97bf8fff ColorSyncDeprecated.dylib ??? /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
0x97d5e000 - 0x97d60fff libRadiance.dylib ??? /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x97d61000 - 0x97e8afff AudioToolbox ??? /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x97e8b000 - 0x9802ffff libSystem.B.dylib ??? /usr/lib/libSystem.B.dylib
0x98030000 - 0x98073fff NavigationServices ??? /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x98074000 - 0x980bdfff libTIFF.dylib ??? /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x980be000 - 0x9812efff AppleVA ??? /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x9812f000 - 0x9812ffff CoreServices ??? /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x98130000 - 0x98156fff DictionaryServices ??? /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x98157000 - 0x9816cfff ImageCapture ??? /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x9816d000 - 0x9821afff libobjc.A.dylib ??? /usr/lib/libobjc.A.dylib
0x9846b000 - 0x984a2fff CoreMedia ??? /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
0x984a3000 - 0x984a3fff Cocoa ??? /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x984a4000 - 0x984b1fff OpenGL ??? /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x984b2000 - 0x985bffff MediaToolbox ??? /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x985c0000 - 0x985c5fff OpenDirectory ??? /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x985d9000 - 0x985e3fff SpeechRecognition ??? /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x985e4000 - 0x985f8fff libbsm.0.dylib ??? /usr/lib/libbsm.0.dylib
0x985f9000 - 0x985f9fff liblangid.dylib ??? /usr/lib/liblangid.dylib
0x9860b000 - 0x98611fff CommonPanels ??? /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x98612000 - 0x986affff LaunchServices ??? /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x986f5000 - 0x9886cfff CoreFoundation ??? /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9886d000 - 0x98874fff Print ??? /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x989d8000 - 0x991bdfff WebCore ??? /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x9921f000 - 0x9922dfff libz.1.dylib ??? /usr/lib/libz.1.dylib
0x9922e000 - 0x9927ffff HIServices ??? /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x992b5000 - 0x99305fff libGLU.dylib ??? /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x99306000 - 0x99325fff OpenCL ??? /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x99326000 - 0x9942ffff CoreAUC ??? /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0xb0000000 - 0xb000cfff RBSplitView ??? /Applications/My App.app/Contents/MacOS/../Frameworks/RBSplitView.framework/Versions/A/RBSplitView
0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0xbb100000 - 0xbb103fff libLatinSuppConverter.dylib ??? /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib
0xc0000000 - 0xc0004fff CocoaAssistant ??? /Applications/My App.app/Contents/MacOS/../Frameworks/CocoaAssistant.framework/Versions/A/CocoaAssistant

Marked as duplicate

original Bug ID: 7219114


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!