File menu crashes app
File menu crashes app
- Subject: File menu crashes app
- From: Tony Cate <email@hidden>
- Date: Fri, 21 Dec 2007 18:59:56 -0600
I'm building a document based app. If I open more than one document,
then close one or more, then next time I click on the File menu the
app crashes. A crash log is inclued below.
The menu is created in IB and is not manipulated at runtime. Is there
some housekeeping I'm required to do when closing documents? Any input
on the cause of this will be appreciated
Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
Crashed Thread: 0
Thread 0 Crashed:
0 libobjc.A.dylib 0x93d576ec objc_msgSend + 28
1 com.apple.AppKit 0x931cb595 -[NSMenu _enableItem:] +
388
2 com.apple.AppKit 0x931d6b41 -[NSMenu _enableItems] +
175
3 com.apple.AppKit 0x931a8d50 AppKitMenuEventHandler +
670
4 com.apple.HIToolbox 0x90562863
DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*,
HandlerCallRec*) + 1181
5 com.apple.HIToolbox 0x90561c9d
SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*,
HandlerCallRec*) + 405
6 com.apple.HIToolbox 0x9057e08e SendEventToEventTarget +
52
7 com.apple.HIToolbox 0x905bbb77
SendMenuOpening(MenuSelectData*, MenuData*, double, unsigned long,
__CFDictionary*, unsigned char, unsigned char*) + 797
8 com.apple.HIToolbox 0x90673d97 _SimulateMenuOpening + 75
9 com.apple.shortcut 0x9383ccd7 -[SCTGRLIndex
indexCarbonMenu:withParentMenu:resultGRLs:isRootMenu:systemHelpMenu:]
+ 828
10 com.apple.shortcut 0x9382bc3f -[SCTGRLIndex
indexMenuBar:] + 158
11 com.apple.shortcut 0x9382bb99 -[SCTGRLIndex
indexMenuBarDynamically] + 289
12 com.apple.shortcut 0x93834445 SCTHelpMenuHandler + 289
13 com.apple.HIToolbox 0x90562863
DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*,
HandlerCallRec*) + 1181
14 com.apple.HIToolbox 0x90561c9d
SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*,
HandlerCallRec*) + 405
15 com.apple.HIToolbox 0x90561b02
SendEventToEventTargetWithOptions + 58
16 com.apple.HIToolbox 0x905a6915
SendMenuPopulate(MenuData*, OpaqueEventTargetRef*, unsigned long,
double) + 257
17 com.apple.HIToolbox 0x905bb947
SendMenuOpening(MenuSelectData*, MenuData*, double, unsigned long,
__CFDictionary*, unsigned char, unsigned char*) + 237
18 com.apple.HIToolbox 0x905bb555
DrawTheMenu(MenuSelectData*, __CFArray**, unsigned char, unsigned
char*) + 231
19 com.apple.HIToolbox 0x905bb331
MenuChanged(MenuSelectData*, unsigned char, unsigned char) + 451
20 com.apple.HIToolbox 0x905ba19e
TrackMenuCommon(MenuSelectData&, unsigned char*) + 1418
21 com.apple.HIToolbox 0x905b5dc9
MenuSelectCore(MenuData*, Point, double, unsigned long,
OpaqueMenuRef**, unsigned short*) + 279
22 com.apple.HIToolbox 0x905b591d _HandleMenuSelection2 +
383
23 com.apple.HIToolbox 0x905b5791 _HandleMenuSelection + 53
24 com.apple.AppKit 0x930e739b _NSHandleCarbonMenuEvent
+ 244
25 com.apple.AppKit 0x9304e1f4 _DPSNextEvent + 1834
26 com.apple.AppKit 0x9304d6a0 -[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
27 com.apple.AppKit 0x930466d1 -[NSApplication run] + 795
28 com.apple.AppKit 0x930139ba NSApplicationMain + 574
29 com.3caam.A Cook's Books 0x0000279c main + 30 (main.m:14)
30 com.3caam.A Cook's Books 0x00002752 start + 54
Thread 1:
0 libSystem.B.dylib 0x93e83ace __semwait_signal + 10
1 libSystem.B.dylib 0x93eadced pthread_cond_wait
$UNIX2003 + 73
2 com.apple.QuartzCore 0x9568a161 fe_fragment_thread + 54
3 libSystem.B.dylib 0x93ead075 _pthread_start + 321
4 libSystem.B.dylib 0x93eacf32 thread_start + 34
Thread 2:
0 libSystem.B.dylib 0x93e7c8e6 mach_msg_trap + 10
1 libSystem.B.dylib 0x93e840dc mach_msg + 72
2 com.apple.CoreFoundation 0x953bd0fe CFRunLoopRunSpecific +
1806
3 com.apple.CoreFoundation 0x953bdd94 CFRunLoopRun + 84
4 com.apple.DesktopServices 0x93a04b0f
TSystemNotificationTask::SystemNotificationTaskProc(void*) + 123
5 ...ple.CoreServices.CarbonCore 0x900b14bb PrivateMPEntryPoint + 56
6 libSystem.B.dylib 0x93ead075 _pthread_start + 321
7 libSystem.B.dylib 0x93eacf32 thread_start + 34
Thread 3:
0 libSystem.B.dylib 0x93e7c8e6 mach_msg_trap + 10
1 libSystem.B.dylib 0x93e840dc mach_msg + 72
2 com.apple.CoreFoundation 0x953bd0fe CFRunLoopRunSpecific +
1806
3 com.apple.CoreFoundation 0x953bdd94 CFRunLoopRun + 84
4 com.apple.DesktopServices 0x93a04c88
TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 216
5 ...ple.CoreServices.CarbonCore 0x900b14bb PrivateMPEntryPoint + 56
6 libSystem.B.dylib 0x93ead075 _pthread_start + 321
7 libSystem.B.dylib 0x93eacf32 thread_start + 34
Thread 4:
0 libSystem.B.dylib 0x93e83ace __semwait_signal + 10
1 libSystem.B.dylib 0x93eadced pthread_cond_wait
$UNIX2003 + 73
2 ...ple.CoreServices.CarbonCore 0x900b32a7 TSWaitOnCondition + 126
3 ...ple.CoreServices.CarbonCore 0x90092226
TSWaitOnConditionTimedRelative + 202
4 ...ple.CoreServices.CarbonCore 0x900b2f24 MPWaitOnQueue + 208
5 com.apple.DesktopServices 0x93a10db8
TNodeSyncTask::SyncTaskProc(void*) + 72
6 ...ple.CoreServices.CarbonCore 0x900b14bb PrivateMPEntryPoint + 56
7 libSystem.B.dylib 0x93ead075 _pthread_start + 321
8 libSystem.B.dylib 0x93eacf32 thread_start + 34
Thread 5:
0 libSystem.B.dylib 0x93e7c946
semaphore_timedwait_signal_trap + 10
1 libSystem.B.dylib 0x93eae1cf _pthread_cond_wait + 1244
2 libSystem.B.dylib 0x93eafa53
pthread_cond_timedwait_relative_np + 47
3 ...ple.CoreServices.CarbonCore 0x90092252
TSWaitOnConditionTimedRelative + 246
4 ...ple.CoreServices.CarbonCore 0x900b2f24 MPWaitOnQueue + 208
5 com.apple.DesktopServices 0x93a13224
TFolderSizeTask::FolderSizeTaskProc(void*) + 104
6 ...ple.CoreServices.CarbonCore 0x900b14bb PrivateMPEntryPoint + 56
7 libSystem.B.dylib 0x93ead075 _pthread_start + 321
8 libSystem.B.dylib 0x93eacf32 thread_start + 34
Thread 6:
0 libSystem.B.dylib 0x93eac8e6 kevent + 10
1 libSystem.B.dylib 0x93ead075 _pthread_start + 321
2 libSystem.B.dylib 0x93eacf32 thread_start + 34
Thread 7:
0 libSystem.B.dylib 0x93ecbf5a select$DARWIN_EXTSN + 10
1 libSystem.B.dylib 0x93ead075 _pthread_start + 321
2 libSystem.B.dylib 0x93eacf32 thread_start + 34
Thread 8:
0 libSystem.B.dylib 0x93e7c946
semaphore_timedwait_signal_trap + 10
1 libSystem.B.dylib 0x93eae1cf _pthread_cond_wait + 1244
2 libSystem.B.dylib 0x93eafa53
pthread_cond_timedwait_relative_np + 47
3 com.apple.Foundation 0x948fef9c -[NSCondition
waitUntilDate:] + 236
4 com.apple.Foundation 0x948fedb0 -[NSConditionLock
lockWhenCondition:beforeDate:] + 144
5 com.apple.Foundation 0x948fed15 -[NSConditionLock
lockWhenCondition:] + 69
6 com.apple.AppKit 0x930b3c19 -[NSUIHeartBeat
_heartBeatThread:] + 746
7 com.apple.Foundation 0x948b904d -[NSThread main] + 45
8 com.apple.Foundation 0x948b8bf4 __NSThread__main__ + 308
9 libSystem.B.dylib 0x93ead075 _pthread_start + 321
10 libSystem.B.dylib 0x93eacf32 thread_start + 34
Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x18aa6600 ebx: 0x9311efb2 ecx: 0x93df01c4 edx: 0xbfff0001
edi: 0x00000000 esi: 0x00222760 ebp: 0xbfffe038 esp: 0xbfffdfe4
ss: 0x0000001f efl: 0x00010206 eip: 0x93d576ec cs: 0x00000017
ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
cr2: 0x00000000
Binary Images:
0x1000 - 0x160fff +com.MyApp ??? (2.0)
<0331d5c937b44fc74db302d6abcc420e> /Developer/MyApp/MyApp/build/Debug/
MyApp.app/Contents/MacOS/MyApp
0x13285000 - 0x1328aff3 libCGXCoreImage.A.dylib ??? (???)
<978986709159e5fe9e094df5efddac1d> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x132e0000 - 0x132eaffe com.apple.URLMount 3.1 (3.1)
<742db901c626729373961d2b99036aab> /System/Library/PrivateFrameworks/
URLMount.framework/URLMount
0x1374f000 - 0x13835ff7 com.apple.RawCamera.bundle 2.0 (2.0) /System/
Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x14638000 - 0x1464efff +com.rainmaker.SpellCatcher.InputMethod 10.2.2
(10.2.2) /Users/tonycate/Library/Components/Spell Catcher.component/
Contents/MacOS/Spell Catcher
0x8fe00000 - 0x8fe2d883 dyld 95.3 (???)
<81592e798780564b5d46b988f7ee1a6a> /usr/lib/dyld
0x90003000 - 0x90019fff com.apple.DictionaryServices 1.0.0 (1.0.0)
<ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/
DictionaryServices.framework/Versions/A/DictionaryServices
0x90068000 - 0x90341fe7 com.apple.CoreServices.CarbonCore 783 (783)
<8370e664eeb25edc98d5c1f5405b06ae> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/
Versions/A/CarbonCore
0x9037d000 - 0x90395fff com.apple.openscripting 1.2.6 (???)
<b8e553df643f2aec68fa968b3b459b2b> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/
Versions/A/OpenScripting
0x90396000 - 0x90415ff5 com.apple.SearchKit 1.2.0 (1.2.0)
<277b460da86bc222785159fe77e2e2ed> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/
Versions/A/SearchKit
0x9047c000 - 0x9047cff8 com.apple.Cocoa 6.5 (???)
<e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/
Cocoa.framework/Versions/A/Cocoa
0x9047d000 - 0x9047dffc com.apple.audio.units.AudioUnit 1.5 (1.5) /
System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9047e000 - 0x90487fff com.apple.speech.recognition.framework 3.7.24
(3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/
Versions/A/SpeechRecognition
0x9048d000 - 0x90499ff5 libGL.dylib ??? (???) /System/Library/
Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x9049a000 - 0x904a0fff com.apple.print.framework.Print 218 (220)
<c35172175abbe554ddadd9b6401351fa> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x904a1000 - 0x9054afff com.apple.JavaScriptCore 5523.10.3
(5523.10.3) <9e6719a7a0740f5c224099a7b853e45b> /System/Library/
Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x9055b000 - 0x90861fff com.apple.HIToolbox 1.5.0 (???)
<1b872a7151ee3f80c9c736a3e46d00d9> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/
HIToolbox
0x916e3000 - 0x916eeff9 com.apple.helpdata 1.0 (14) /System/Library/
PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x916ef000 - 0x91827ff7 libicucore.A.dylib ??? (???)
<afcea652ff2ec36885b2c81c57d06d4c> /usr/lib/libicucore.A.dylib
0x91828000 - 0x918b2fff com.apple.framework.IOKit 1.5.1 (???)
<5176a7383151a19c962334009fef2c6d> /System/Library/Frameworks/
IOKit.framework/Versions/A/IOKit
0x918b3000 - 0x918b6fff com.apple.help 1.1 (36)
<b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x918bd000 - 0x91d89ffe libGLProgrammability.dylib ??? (???)
<e8bc0af671427cf2b6279a035805a086> /System/Library/Frameworks/
OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x91ff3000 - 0x92003fff com.apple.speech.synthesis.framework 3.6.59
(3.6.59) <4ffef145fad3d4d787e0c33eab26b336> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x92004000 - 0x92046fef com.apple.NavigationServices 3.5.1 (161)
<cc6bd78eabf1e2e7166914e9f12f5850> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/
Versions/A/NavigationServices
0x92047000 - 0x9204ffff com.apple.DiskArbitration 2.2 (2.2)
<1551b2af557fdf6f368f93e093933852> /System/Library/Frameworks/
DiskArbitration.framework/Versions/A/DiskArbitration
0x92152000 - 0x92562fef libBLAS.dylib ??? (???) /System/Library/
Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/
Versions/A/libBLAS.dylib
0x92563000 - 0x925a2fef libTIFF.dylib ??? (???)
<6d0f80e9d4d81f3f64c876aca005bd53> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libTIFF.dylib
0x925a3000 - 0x9276cfef com.apple.security 5.0.1 (32736)
<8c9eda0fcc1d8a571543025ac900715f> /System/Library/Frameworks/
Security.framework/Versions/A/Security
0x9276d000 - 0x927e9feb com.apple.audio.CoreAudio 3.1.0 (3.1)
<70bb7c657061631491029a61babe0b26> /System/Library/Frameworks/
CoreAudio.framework/Versions/A/CoreAudio
0x927ea000 - 0x928a0fe3 com.apple.CoreServices.OSServices 210.2
(210.2) <4ed69f07fc0f211ab32d1ee96e281fc2> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/OSServices.framework/
Versions/A/OSServices
0x928a1000 - 0x928a1ffd com.apple.Accelerate 1.4 (Accelerate 1.4) /
System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x928a2000 - 0x92919fe3 com.apple.CFNetwork 220 (220)
<0ae8fbcbadcb9bd8d673aa4531c0fcfc> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/
Versions/A/CFNetwork
0x9291a000 - 0x92fb1fef com.apple.CoreGraphics 1.351.0 (???)
<7a6f399039eed6dbe845c169f7d21a70> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
CoreGraphics.framework/Versions/A/CoreGraphics
0x92fb2000 - 0x92fbdfe7 libCSync.A.dylib ??? (???)
<df82fc093e498a9eb5490761cb292218> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x92fbe000 - 0x92fd9ffb libPng.dylib ??? (???)
<b6abcac36ec7654ff3e1cfa786b0117b> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libPng.dylib
0x92fdd000 - 0x9300cfe3 com.apple.AE 402 (402)
<994ba8e884aefe7bf1fc5987df099e7b> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x9300d000 - 0x93807fef com.apple.AppKit 6.5 (949)
<f8d0f6d0bb5ac092f48f42ca684bdb54> /System/Library/Frameworks/
AppKit.framework/Versions/C/AppKit
0x93808000 - 0x93808ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0)
<a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/
MonitorPanel.framework/Versions/A/MonitorPanel
0x93829000 - 0x93851ff7 com.apple.shortcut 1 (1.0)
<057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/
Shortcut.framework/Versions/A/Shortcut
0x93852000 - 0x93902fff edu.mit.Kerberos 6.0.11 (6.0.11)
<33c25789baedcd70a7e24881775dd9ad> /System/Library/Frameworks/
Kerberos.framework/Versions/A/Kerberos
0x93903000 - 0x939b5ffb libcrypto.0.9.7.dylib ??? (???)
<330b0e48e67faffc8c22dfc069ca7a47> /usr/lib/libcrypto.0.9.7.dylib
0x939b6000 - 0x93a02fff com.apple.QuickLookUIFramework 1.0 (168.0) /
System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/
QuickLookUI
0x93a03000 - 0x93ab2fff com.apple.DesktopServices 1.4.3 (1.4.3)
<66d5ed56111c43d234e235d365d02469> /System/Library/PrivateFrameworks/
DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x93ab3000 - 0x93b27fef libvMisc.dylib ??? (???) /System/Library/
Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/
Versions/A/libvMisc.dylib
0x93b28000 - 0x93b5efff com.apple.SystemConfiguration 1.9.0 (1.9.0)
<7919d9588c3b0d556646e555b7193f1f> /System/Library/Frameworks/
SystemConfiguration.framework/Versions/A/SystemConfiguration
0x93b5f000 - 0x93c2afff com.apple.ColorSync 4.5.0 (4.5.0) /System/
Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
ColorSync.framework/Versions/A/ColorSync
0x93c2b000 - 0x93c9afff com.apple.PDFKit 2.0 (2.0) /System/Library/
Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/
Versions/A/PDFKit
0x93c9b000 - 0x93c9cfef libmathCommon.A.dylib ??? (???) /usr/lib/
system/libmathCommon.A.dylib
0x93cc2000 - 0x93cfeff7 com.apple.CoreMediaIOServicesPrivate 1.2
(1.2) /System/Library/PrivateFrameworks/
CoreMediaIOServicesPrivate.framework/Versions/A/
CoreMediaIOServicesPrivate
0x93cff000 - 0x93cfffff com.apple.Carbon 136 (136)
<98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/
Carbon.framework/Versions/A/Carbon
0x93d00000 - 0x93d1eff7 com.apple.QuickLookFramework 1.0 (168.0) /
System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x93d1f000 - 0x93d42fff com.apple.CoreMediaPrivate 1.2 (1.2)
<f2f275de4f50406fbebc42603399f029> /System/Library/PrivateFrameworks/
CoreMediaPrivate.framework/Versions/A/CoreMediaPrivate
0x93d43000 - 0x93e22fff libobjc.A.dylib ??? (???)
<5eda47fec2d0e7853b3506aa1fd2dafa> /usr/lib/libobjc.A.dylib
0x93e6b000 - 0x93e6dff5 libRadiance.dylib ??? (???)
<20eadb285da83df96c795c2c5fa20590> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libRadiance.dylib
0x93e6e000 - 0x93e7bfe7 com.apple.opengl 1.5.5 (1.5.5)
<aa08b52d2a84b44dc6ee5d544a53fe8a> /System/Library/Frameworks/
OpenGL.framework/Versions/A/OpenGL
0x93e7c000 - 0x93fd6fe3 libSystem.B.dylib ??? (???)
<8ecc83dc0399be3946f7a46e88cf4bbb> /usr/lib/libSystem.B.dylib
0x93fd7000 - 0x93fe6ffe com.apple.DSObjCWrappers.Framework 1.2 (1.2)
<f5b58d1d3a855a63d493ccbec417a1e9> /System/Library/PrivateFrameworks/
DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x93fe7000 - 0x94014feb libvDSP.dylib ??? (???)
<a26683d121ee0f96df9a9d0bfca36049> /System/Library/Frameworks/
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/
libvDSP.dylib
0x94015000 - 0x94139fe3 com.apple.audio.toolbox.AudioToolbox 1.5
(1.5) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/
AudioToolbox
0x9413a000 - 0x9413affa com.apple.CoreServices 32 (32)
<2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/
CoreServices.framework/Versions/A/CoreServices
0x9413b000 - 0x94197ff7 com.apple.htmlrendering 68 (1.1.3)
<fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/
Versions/A/HTMLRendering
0x94198000 - 0x9425fff2 com.apple.vImage 3.0 (3.0) /System/Library/
Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/
Versions/A/vImage
0x94260000 - 0x942f3fff com.apple.ink.framework 101.3 (86)
<bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x942f4000 - 0x942f6fff com.apple.securityhi 3.0 (30817)
<2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/
SecurityHI
0x942f7000 - 0x94315fff libresolv.9.dylib ??? (???)
<54e6a08c2f108bdf5916fb483d51961b> /usr/lib/libresolv.9.dylib
0x9436c000 - 0x943f8ff7 com.apple.LaunchServices 284 (284)
<0fb50a7a6fd38875f727fc2592a496e4> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/
Versions/A/LaunchServices
0x943f9000 - 0x943f9ffe com.apple.quartzframework 1.5 (1.5)
<4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/
Quartz.framework/Versions/A/Quartz
0x943fa000 - 0x9448cff3 com.apple.ApplicationServices.ATS 3.0 (???)
<fb5f572243dbc370a0ea5efc8e81ae11> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/
Versions/A/ATS
0x9448d000 - 0x944b1fff libxslt.1.dylib ??? (???)
<4933ddc7f6618743197aadc85b33b5ab> /usr/lib/libxslt.1.dylib
0x944b2000 - 0x944f7fef com.apple.Metadata 10.5.0 (398)
<4fd74fba0062c2e08ec4b1c10b40ff63> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/Metadata.framework/
Versions/A/Metadata
0x944f8000 - 0x94555ffb libstdc++.6.dylib ??? (???)
<04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
0x946f2000 - 0x946f2ffd com.apple.vecLib 3.4 (vecLib 3.4) /System/
Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x946f3000 - 0x948aeff3 com.apple.QuartzComposer 2.0 (106)
<e31bf3733d0676dd7993afca6ce48c3e> /System/Library/Frameworks/
Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/
Versions/A/QuartzComposer
0x948af000 - 0x94b28fe7 com.apple.Foundation 6.5.1 (677.1)
<85ac18c7cd454378db6122bea0c00965> /System/Library/Frameworks/
Foundation.framework/Versions/C/Foundation
0x94b29000 - 0x94b3dff3 com.apple.ImageCapture 4.0 (5.0.0) /System/
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
ImageCapture.framework/Versions/A/ImageCapture
0x94b3e000 - 0x94b7bff7 libGLImage.dylib ??? (???)
<202d73e6a4688fc06ff11b71910c2ce7> /System/Library/Frameworks/
OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x94bba000 - 0x94eccfe2 com.apple.QuickTime 7.3.0 (7.3.0)
<adfe6f92ffe38bc57df6b8cb2e6ea9d9> /System/Library/Frameworks/
QuickTime.framework/Versions/A/QuickTime
0x94f9d000 - 0x94fa1fff libGIF.dylib ??? (???)
<d4234e6f5e5f530bdafb969157f1f17b> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libGIF.dylib
0x9520c000 - 0x95342fe3 com.apple.imageKit 1.0 (1.0)
<2f2656deebcf595b88f010ba08cef0e4> /System/Library/Frameworks/
Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/
ImageKit
0x9534b000 - 0x9547dfe7 com.apple.CoreFoundation 6.5 (476)
<8bfebc0dbad6fc33bea0fa00a1b9ec37> /System/Library/Frameworks/
CoreFoundation.framework/Versions/A/CoreFoundation
0x954eb000 - 0x95515fef libauto.dylib ??? (???)
<d468bc4a8a69343f1748c293db1b57fb> /usr/lib/libauto.dylib
0x9552f000 - 0x9552fff8 com.apple.ApplicationServices 34 (34)
<8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/ApplicationServices
0x95530000 - 0x95580ff7 com.apple.HIServices 1.6.0 (???)
<d74aa73e4cfd30a08fb169198a8d2539> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
HIServices.framework/Versions/A/HIServices
0x95595000 - 0x9592bff7 com.apple.QuartzCore 1.5.1 (1.5.1)
<deb61cbeb3f734a1b2f4669f6268b9de> /System/Library/Frameworks/
QuartzCore.framework/Versions/A/QuartzCore
0x9592c000 - 0x95966ff7 com.apple.coreui 0.1 (60) /System/Library/
PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x95e7d000 - 0x95e9bff3 com.apple.DirectoryService.Framework 3.5
(3.5) <899d8c9ee31b004a6ff73dab88982b1a> /System/Library/Frameworks/
DirectoryService.framework/Versions/A/DirectoryService
0x95e9c000 - 0x95eddfe7 libRIP.A.dylib ??? (???)
<bdc6d70bf4ed3dace321b4ff76a353b3> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x95ede000 - 0x95ee5ffe libbsm.dylib ??? (???)
<d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
0x95ee6000 - 0x95efcfe7 com.apple.CoreVideo 1.5.0 (1.5.0)
<8947e88900afa1d2ca78b69bff98b0d7> /System/Library/Frameworks/
CoreVideo.framework/Versions/A/CoreVideo
0x95efd000 - 0x95efeffc libffi.dylib ??? (???)
<a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
0x95eff000 - 0x95f04fff com.apple.CommonPanels 1.2.4 (85)
<ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/
A/CommonPanels
0x95f8a000 - 0x9606effb com.apple.CoreData 100 (185)
<a4e63784275e25e62f57e75e0af0b94d> /System/Library/Frameworks/
CoreData.framework/Versions/A/CoreData
0x960a6000 - 0x960cdfff libcups.2.dylib ??? (???)
<6b61eb99e6f5dd2d66cd224e9f82427d> /usr/lib/libcups.2.dylib
0x960ce000 - 0x961afff7 libxml2.2.dylib ??? (???)
<450ec38b57fb46013847cce851001a2f> /usr/lib/libxml2.2.dylib
0x961b0000 - 0x961b0ffb com.apple.installserver.framework 1.0 (8) /
System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/
InstallServer
0x961b1000 - 0x9620bff7 com.apple.CoreText 2.0.0 (???)
<7fa39cd5bc847615ec02e7c7a37c0508> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/
Versions/A/CoreText
0x9620c000 - 0x96265fff libGLU.dylib ??? (???) /System/Library/
Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x96322000 - 0x96332ffc com.apple.LangAnalysis 1.6.4 (1.6.4)
<cbeb17ab39f28351fe2ab5b82bf465bc> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
LangAnalysis.framework/Versions/A/LangAnalysis
0x96363000 - 0x9636dfeb com.apple.audio.SoundManager 3.9.2 (3.9.2)
<0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/
A/CarbonSound
0x9636e000 - 0x96375ff7 libCGATS.A.dylib ??? (???)
<9b29a5500efe01cc3adea67bbc42568e> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x9646b000 - 0x964f2ff7 libsqlite3.0.dylib ??? (???)
<273efcb717e89c21207c851d7d33fda4> /usr/lib/libsqlite3.0.dylib
0x964f3000 - 0x964fafe9 libgcc_s.1.dylib ??? (???)
<f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
0x964fb000 - 0x96586ff7 com.apple.QTKit 7.3 (7.3) /System/Library/
Frameworks/QTKit.framework/Versions/A/QTKit
0x96587000 - 0x965f5fff com.apple.iLifeMediaBrowser 1.0.3 (194) /
System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/
A/iLifeMediaBrowser
0x9660e000 - 0x9660effd com.apple.Accelerate.vecLib 3.4 (vecLib 3.4) /
System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/
vecLib.framework/Versions/A/vecLib
0x9660f000 - 0x9661dffd libz.1.dylib ??? (???)
<5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
0x966bd000 - 0x966dcffa libJPEG.dylib ??? (???)
<0cfb80109d624beb9ceb3c43b6c5ec10> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libJPEG.dylib
0x966dd000 - 0x96784fff com.apple.QD 3.11.50 (???)
<e2f71720ae1dad06a8883ac80775b21a> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/QD.framework/
Versions/A/QD
0x96785000 - 0x967ffff8 com.apple.print.framework.PrintCore 5.5 (245)
<9441d178f4b430cf92b67bf346646693> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
PrintCore.framework/Versions/A/PrintCore
0x96831000 - 0x96862ffb com.apple.quartzfilters 1.5.0 (1.5.0)
<22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/
Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/
Versions/A/QuartzFilters
0x96863000 - 0x96c21fea libLAPACK.dylib ??? (???) /System/Library/
Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/
Versions/A/libLAPACK.dylib
0x96c22000 - 0x96c27ffb com.apple.DisplayServicesFW 2.0 (2.0)
<8953865f53e940007a4e4ac5390d3c95> /System/Library/PrivateFrameworks/
DisplayServices.framework/Versions/A/DisplayServices
0x96c28000 - 0x96d6dff7 com.apple.ImageIO.framework 2.0.0 (2.0.0)
<154d4d8cda2bd99518cbabc9f2d69833> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/ImageIO
0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? (???)
<7b0248c392848338f5d6ed093313eeef> /System/Library/CoreServices/
Encodings/libJapaneseConverter.dylib
0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/
libobjc.A.dylib
0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/
libSystem.B.dylib
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden