Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Xcode 4.3.2 on Mac 10.7.3 - Crash on launch, how?

Hi,


My Xcode 4.3.2 keeps crashing on lauch, I can't open any project at all. I encountered this only after a recent software update. I've uninstalled (trashed) Xcode many times and reinstalled (download from App Store) again but same error. Appreciate someone could enlighten me! Here's the error log:


Process: Xcode [2180]

Path: /Applications/Xcode.app/Contents/MacOS/Xcode

Identifier: com.apple.dt.Xcode

Version: 4.3.2 (1177)

Build Info: IDEApplication-1177000000000000~6

App Item ID: 497799835

App External ID: 7171108

Code Type: X86-64 (Native)

Parent Process: launchd [251]



Date/Time: 2012-04-23 23:04:58.266 +0800

OS Version: Mac OS X 10.7.3 (11D50b)

Report Version: 9



Interval Since Last Report: 13242 sec

Crashes Since Last Report: 2

Per-App Interval Since Last Report: 108 sec

Per-App Crashes Since Last Report: 2

Anonymous UUID: 1A251134-13C9-460D-BF1A-48A0449CC71B



Crashed Thread: 0 Dispatch queue: com.apple.main-thread



Exception Type: EXC_CRASH (SIGABRT)

Exception Codes: 0x0000000000000000, 0x0000000000000000



Application Specific Information:

ProductBuildVersion: 4E2002

ASSERTION FAILURE in /SourceCache/DVTFoundation/DVTFoundation-1193/Framework/Classes/FilePaths/DVTFi lePath.m:323

Details: fsrep is absolute (starts with tilde) ('~$BeeLan_TMA03.doc') parentPath must be nil but it is not ('<DVTFilePath:0x400fc2120:'/Users/anergnohc/School/COR154/TMA/TMA03'>')

Object: <DVTFilePath>

Method: +_filePathForParent:fileSystemRepresentation:length:allowCreation:

Thread: <NSThread: 0x40010a220>{name = (null), num = 1}

Hints: None

Backtrace:

0 0x0000000109badb9f -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:messageFormat:arguments:] (in IDEKit)

1 0x0000000109062635 _DVTAssertionFailureHandler (in DVTFoundation)

2 0x0000000108fe7f5f +[DVTFilePath _filePathForParent:fileSystemRepresentation:length:allowCreation:] (in DVTFoundation)

3 0x0000000108fe7e61 +[DVTFilePath _filePathForParent:pathString:] (in DVTFoundation)

4 0x00000001096855b6 -[DVTFilePath(IDESourceControlStatus) IDESourceControl_importantSubpaths] (in IDEFoundation)

5 0x0000000109685188 -[IDEFileReference _updateSourceControlStatusIfNeeded] (in IDEFoundation)

6 0x0000000109684e8b -[IDEWorkspace _updateSourceControlStatusIfNeeded] (in IDEFoundation)

7 0x00007fff82a951aa __NSFireDelayedPerform (in Foundation)

8 0x00007fff849efc24 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ (in CoreFoundation)

9 0x00007fff849ef776 __CFRunLoopDoTimer (in CoreFoundation)

10 0x00007fff849d0001 __CFRunLoopRun (in CoreFoundation)

11 0x00007fff849cf676 CFRunLoopRunSpecific (in CoreFoundation)

12 0x00007fff8b80431f RunCurrentEventLoopInMode (in HIToolbox)

13 0x00007fff8b80b5c9 ReceiveNextEventCommon (in HIToolbox)

14 0x00007fff8b80b456 BlockUntilNextEventMatchingListInMode (in HIToolbox)

15 0x00007fff86f95f5d _DPSNextEvent (in AppKit)

16 0x00007fff86f95861 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in AppKit)

17 0x00007fff86f9219d -[NSApplication run] (in AppKit)

18 0x00007fff87210b88 NSApplicationMain (in AppKit)

19 0x0000000108fddeec (in Xcode)


objc[2180]: garbage collection is ON

abort() called



Thread 0 Crashed:: Dispatch queue: com.apple.main-thread

0 libsystem_kernel.dylib 0x00007fff896f4ce2 __pthread_kill + 10

1 libsystem_c.dylib 0x00007fff8a2c17d2 pthread_kill + 95

2 libsystem_c.dylib 0x00007fff8a2b2a7a abort + 143

3 com.apple.dt.IDEKit 0x0000000109bad60e +[IDEAssertionHandler _handleAssertionWithLogString:] + 506

4 com.apple.dt.DVTFoundation 0x0000000109062635 _DVTAssertionFailureHandler + 128

5 com.apple.dt.DVTFoundation 0x0000000108fe7f5f +[DVTFilePath _filePathForParent:fileSystemRepresentation:length:allowCreation:] + 149

6 com.apple.dt.DVTFoundation 0x0000000108fe7e61 +[DVTFilePath _filePathForParent:pathString:] + 529

7 com.apple.dt.IDEFoundation 0x00000001096855b6 -[DVTFilePath(IDESourceControlStatus) IDESourceControl_importantSubpaths] + 619

8 com.apple.dt.IDEFoundation 0x0000000109685188 -[IDEFileReference _updateSourceControlStatusIfNeeded] + 255

9 com.apple.dt.IDEFoundation 0x0000000109684e8b -[IDEWorkspace _updateSourceControlStatusIfNeeded] + 271

10 com.apple.Foundation 0x00007fff82a951aa __NSFireDelayedPerform + 392

11 com.apple.CoreFoundation 0x00007fff849efc24 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20

12 com.apple.CoreFoundation 0x00007fff849ef776 __CFRunLoopDoTimer + 534

13 com.apple.CoreFoundation 0x00007fff849d0001 __CFRunLoopRun + 1617

14 com.apple.CoreFoundation 0x00007fff849cf676 CFRunLoopRunSpecific + 230

15 com.apple.HIToolbox 0x00007fff8b80431f RunCurrentEventLoopInMode + 277

16 com.apple.HIToolbox 0x00007fff8b80b5c9 ReceiveNextEventCommon + 355

17 com.apple.HIToolbox 0x00007fff8b80b456 BlockUntilNextEventMatchingListInMode + 62

18 com.apple.AppKit 0x00007fff86f95f5d _DPSNextEvent + 659

19 com.apple.AppKit 0x00007fff86f95861 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135

20 com.apple.AppKit 0x00007fff86f9219d -[NSApplication run] + 470

21 com.apple.AppKit 0x00007fff87210b88 NSApplicationMain + 867

22 com.apple.dt.Xcode 0x0000000108fddeec 0x108fdd000 + 3820



Thread 1:: Dispatch queue: com.apple.libdispatch-manager

0 libsystem_kernel.dylib 0x00007fff896f57e6 kevent + 10

1 libdispatch.dylib 0x00007fff8b23f5be _dispatch_mgr_invoke + 923

2 libdispatch.dylib 0x00007fff8b23e14e _dispatch_mgr_thread + 54



Thread 2:: Dispatch queue: com.apple.root.default-priority

0 libsystem_kernel.dylib 0x00007fff896f5af2 read + 10

1 com.apple.Foundation 0x00007fff82af740a _NSReadFromFileDescriptor + 77

2 com.apple.Foundation 0x00007fff82af7229 -[NSConcreteFileHandle readDataOfLength:] + 258

3 com.apple.Foundation 0x00007fff82af7125 -[NSConcreteFileHandle readDataToEndOfFile] + 25

4 com.apple.dt.DVTFoundation 0x000000010909d298 __block_global_7 + 44

5 com.apple.dt.DVTFoundation 0x00000001090630c8 DVTInvokeWithFailureHintObject + 59

6 com.apple.dt.DVTFoundation 0x000000010909d263 __58-[DVTTask runReturningStandardOutput:standardError:error:]_block_invoke_0166 + 106

7 com.apple.dt.DVTFoundation 0x00000001090834c0 __DVTDispatchAsync_block_invoke_0 + 16

8 libdispatch.dylib 0x00007fff8b23d8ba _dispatch_call_block_and_release + 18

9 libdispatch.dylib 0x00007fff8b23e799 _dispatch_worker_thread2 + 255

10 libsystem_c.dylib 0x00007fff8a2c13da _pthread_wqthread + 316

11 libsystem_c.dylib 0x00007fff8a2c2b85 start_wqthread + 13



Thread 3:

0 libsystem_kernel.dylib 0x00007fff896f5192 __workq_kernreturn + 10

1 libsystem_c.dylib 0x00007fff8a2c1594 _pthread_wqthread + 758

2 libsystem_c.dylib 0x00007fff8a2c2b85 start_wqthread + 13



Thread 4:: Dispatch queue: com.apple.root.default-priority

0 libsystem_kernel.dylib 0x00007fff896f36b6 semaphore_wait_trap + 10

1 libdispatch.dylib 0x00007fff8b24103e _dispatch_semaphore_wait_slow + 109

2 com.apple.dt.DVTFoundation 0x0000000109083261 DVTSyncPerformBlock + 273

3 com.apple.dt.IDE.IDEModelEditor 0x000000010d4c3bf8 __51-[IDEDataModelIssueProvider generateIssuesForFile:]_block_invoke_0 + 277

4 com.apple.Foundation 0x00007fff82ad16d8 -[__NSOperationInternal start] + 705

5 com.apple.Foundation 0x00007fff82ae4936 ____NSOQSchedule_block_invoke_2 + 124

6 libdispatch.dylib 0x00007fff8b23d8ba _dispatch_call_block_and_release + 18

7 libdispatch.dylib 0x00007fff8b23e799 _dispatch_worker_thread2 + 255

8 libsystem_c.dylib 0x00007fff8a2c13da _pthread_wqthread + 316

9 libsystem_c.dylib 0x00007fff8a2c2b85 start_wqthread + 13



Thread 5:: com.apple.NSURLConnectionLoader

0 libsystem_kernel.dylib 0x00007fff896f367a mach_msg_trap + 10

1 libsystem_kernel.dylib 0x00007fff896f2d71 mach_msg + 73

2 com.apple.CoreFoundation 0x00007fff849c76fc __CFRunLoopServiceMachPort + 188

3 com.apple.CoreFoundation 0x00007fff849cfe64 __CFRunLoopRun + 1204

4 com.apple.CoreFoundation 0x00007fff849cf676 CFRunLoopRunSpecific + 230

5 com.apple.Foundation 0x00007fff82aeeffb +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335

6 com.apple.Foundation 0x00007fff82ae374e -[NSThread main] + 68

7 com.apple.Foundation 0x00007fff82ae36c6 __NSThread__main__ + 1575

8 libsystem_c.dylib 0x00007fff8a2bf8bf _pthread_start + 335

9 libsystem_c.dylib 0x00007fff8a2c2b75 thread_start + 13



Thread 6:: Dispatch queue: com.apple.root.default-priority

0 libsystem_kernel.dylib 0x00007fff896f36b6 semaphore_wait_trap + 10

1 libdispatch.dylib 0x00007fff8b24103e _dispatch_semaphore_wait_slow + 109

2 com.apple.dt.DVTFoundation 0x000000010902378f -[DVTTask runReturningStandardOutput:standardError:error:] + 1050

3 com.apple.dt.IDE.IDEInterfaceBuilderKit 0x000000010c055e33 +[IBToolCommandManager ibtoolOutputFromArguments:launchError:] + 274

4 com.apple.dt.IDE.IDEInterfaceBuilderKit 0x000000010c1452a2 +[IBToolCommandManager nibContentsOfFileWithArguments:error:] + 76

5 com.apple.dt.IDE.IDEInterfaceBuilderKit 0x000000010c0556f9 -[IBIssueProvider runIBToolOnClosedDocument:] + 416

6 com.apple.dt.IDE.IDEInterfaceBuilderKit 0x000000010c055511 __63-[IBIssueProvider kickOffWarningsForClosedDocumentCalculation:]_block_invoke_0 + 30

7 com.apple.Foundation 0x00007fff82ad16d8 -[__NSOperationInternal start] + 705

8 com.apple.Foundation 0x00007fff82ae4936 ____NSOQSchedule_block_invoke_2 + 124

9 libdispatch.dylib 0x00007fff8b23d8ba _dispatch_call_block_and_release + 18

10 libdispatch.dylib 0x00007fff8b23e799 _dispatch_worker_thread2 + 255

11 libsystem_c.dylib 0x00007fff8a2c13da _pthread_wqthread + 316

12 libsystem_c.dylib 0x00007fff8a2c2b85 start_wqthread + 13



Thread 7:

0 libsystem_kernel.dylib 0x00007fff896f367a mach_msg_trap + 10

1 libsystem_kernel.dylib 0x00007fff896f2d71 mach_msg + 73

2 com.apple.CoreFoundation 0x00007fff849c76fc __CFRunLoopServiceMachPort + 188

3 com.apple.CoreFoundation 0x00007fff849cfe64 __CFRunLoopRun + 1204

4 com.apple.CoreFoundation 0x00007fff849cf676 CFRunLoopRunSpecific + 230

5 com.apple.DTDeviceKit 0x000000011005eee8 -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 298

6 com.apple.Foundation 0x00007fff82ae374e -[NSThread main] + 68

7 com.apple.Foundation 0x00007fff82ae36c6 __NSThread__main__ + 1575

8 libsystem_c.dylib 0x00007fff8a2bf8bf _pthread_start + 335

9 libsystem_c.dylib 0x00007fff8a2c2b75 thread_start + 13



Thread 8:: com.apple.CFSocket.private

0 libsystem_kernel.dylib 0x00007fff896f4df2 __select + 10

1 com.apple.CoreFoundation 0x00007fff84a18cdb __CFSocketManager + 1355

2 libsystem_c.dylib 0x00007fff8a2bf8bf _pthread_start + 335

3 libsystem_c.dylib 0x00007fff8a2c2b75 thread_start + 13



Thread 9:: Dispatch queue: com.apple.root.default-priority

0 libsystem_kernel.dylib 0x00007fff896f5af2 read + 10

1 com.apple.Foundation 0x00007fff82af740a _NSReadFromFileDescriptor + 77

2 com.apple.Foundation 0x00007fff82af7229 -[NSConcreteFileHandle readDataOfLength:] + 258

3 com.apple.Foundation 0x00007fff82af7125 -[NSConcreteFileHandle readDataToEndOfFile] + 25

4 com.apple.dt.DVTFoundation 0x000000010909d458 __block_global_8 + 44

5 com.apple.dt.DVTFoundation 0x00000001090630c8 DVTInvokeWithFailureHintObject + 59

6 com.apple.dt.DVTFoundation 0x000000010909d423 __58-[DVTTask runReturningStandardOutput:standardError:error:]_block_invoke_0179 + 106

7 com.apple.dt.DVTFoundation 0x00000001090834c0 __DVTDispatchAsync_block_invoke_0 + 16

8 libdispatch.dylib 0x00007fff8b23d8ba _dispatch_call_block_and_release + 18

9 libdispatch.dylib 0x00007fff8b23e799 _dispatch_worker_thread2 + 255

10 libsystem_c.dylib 0x00007fff8a2c13da _pthread_wqthread + 316

11 libsystem_c.dylib 0x00007fff8a2c2b85 start_wqthread + 13



Thread 10:

0 libsystem_kernel.dylib 0x00007fff896f5192 __workq_kernreturn + 10

1 libsystem_c.dylib 0x00007fff8a2c1594 _pthread_wqthread + 758

2 libsystem_c.dylib 0x00007fff8a2c2b85 start_wqthread + 13



Thread 11:: DYMobileDeviceManager

0 libsystem_kernel.dylib 0x00007fff896f367a mach_msg_trap + 10

1 libsystem_kernel.dylib 0x00007fff896f2d71 mach_msg + 73

2 com.apple.CoreFoundation 0x00007fff849c76fc __CFRunLoopServiceMachPort + 188

3 com.apple.CoreFoundation 0x00007fff849cfe64 __CFRunLoopRun + 1204

4 com.apple.CoreFoundation 0x00007fff849cf676 CFRunLoopRunSpecific + 230

5 com.apple.Foundation 0x00007fff82a94f9f -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267

6 com.apple.Foundation 0x00007fff82a94e8b -[NSRunLoop(NSRunLoop) run] + 62

7 com.apple.Foundation 0x00007fff82ae374e -[NSThread main] + 68

8 com.apple.Foundation 0x00007fff82ae36c6 __NSThread__main__ + 1575

9 libsystem_c.dylib 0x00007fff8a2bf8bf _pthread_start + 335

10 libsystem_c.dylib 0x00007fff8a2c2b75 thread_start + 13



Thread 12:

0 libsystem_kernel.dylib 0x00007fff896f5192 __workq_kernreturn + 10

1 libsystem_c.dylib 0x00007fff8a2c1594 _pthread_wqthread + 758

2 libsystem_c.dylib 0x00007fff8a2c2b85 start_wqthread + 13



Thread 13:

0 libsystem_kernel.dylib 0x00007fff896f5192 __workq_kernreturn + 10

1 libsystem_c.dylib 0x00007fff8a2c1594 _pthread_wqthread + 758

2 libsystem_c.dylib 0x00007fff8a2c2b85 start_wqthread + 13



Thread 14:

0 libsystem_kernel.dylib 0x00007fff896f5192 __workq_kernreturn + 10

1 libsystem_c.dylib 0x00007fff8a2c1594 _pthread_wqthread + 758

2 libsystem_c.dylib 0x00007fff8a2c2b85 start_wqthread + 13



Thread 15:

0 libsystem_kernel.dylib 0x00007fff896f367a mach_msg_trap + 10

1 libsystem_kernel.dylib 0x00007fff896f2d71 mach_msg + 73

2 com.apple.CoreFoundation 0x00007fff849c76fc __CFRunLoopServiceMachPort + 188

3 com.apple.CoreFoundation 0x00007fff849cfe64 __CFRunLoopRun + 1204

4 com.apple.CoreFoundation 0x00007fff849cf676 CFRunLoopRunSpecific + 230

5 com.apple.DebugSymbols 0x00007fff86f592f2 _ZL20SpotlightQueryThreadPv + 434

6 libsystem_c.dylib 0x00007fff8a2bf8bf _pthread_start + 335

7 libsystem_c.dylib 0x00007fff8a2c2b75 thread_start + 13



Thread 16:

0 libsystem_kernel.dylib 0x00007fff896f4e42 __semwait_signal + 10

1 libsystem_c.dylib 0x00007fff8a275dea nanosleep + 164

2 com.apple.CoreSymbolication 0x00007fff8bb4f3bb cleaner_thread_main(void*) + 42

3 libsystem_c.dylib 0x00007fff8a2bf8bf _pthread_start + 335

4 libsystem_c.dylib 0x00007fff8a2c2b75 thread_start + 13



Thread 0 crashed with X86 Thread State (64-bit):

rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff68bdab68 rdx: 0x0000000000000000

rdi: 0x0000000000000507 rsi: 0x0000000000000006 rbp: 0x00007fff68bdab90 rsp: 0x00007fff68bdab68

r8: 0x00007fff735c1fb8 r9: 0x0000000000000003 r10: 0x00007fff896f4d0a r11: 0xffffff80002d8220

r12: 0x0000000109219c58 r13: 0x0000000000000006 r14: 0x00007fff735c4960 r15: 0x00007fff68bdac98

rip: 0x00007fff896f4ce2 rfl: 0x0000000000000246 cr2: 0x00000001118ae000

Logical CPU: 0



Binary Images:

0x108fdd000 - 0x108fddff7 com.apple.dt.Xcode (4.3.2 - 1177) <13F97E1B-1609-33FA-8D0D-CEBF96C1D890> /Applications/Xcode.app/Contents/MacOS/Xcode

0x108fe3000 - 0x1091e3fff com.apple.dt.DVTFoundation (4.3.2 - 1193) <A178827B-5660-3F43-8520-332A5BAC53B4> /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versi ons/A/DVTFoundation

0x1092d0000 - 0x1094fbfff com.apple.dt.DVTKit (4.3.2 - 1174) <9BB834DC-BA77-3933-B7E5-5CFA69FADA1E> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/D VTKit

0x109643000 - 0x10988ffff com.apple.dt.IDEFoundation (4.3.2 - 1192) <1A2C2BAD-91CE-31A1-A739-37F928BBF1B9> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/ IDEFoundation

0x109a14000 - 0x109e79fff com.apple.dt.IDEKit (4.3.2 - 1208) <819982B3-C70C-368B-9E8C-CD7A33D59778> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit

0x10a15e000 - 0x10a707fff +libclang.dylib (318.0.58 - compatibility 1.0.0) <AD73BB2E-E322-3F2B-A737-917E698A6AAB> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/lib/libclang.dylib

0x10a845000 - 0x10a846ff7 com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) <21A6F1C8-65DD-3E61-AED0-E68B58D7B4C2> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framew ork/Versions/A/DVTDeveloperModeHelper

0x10bc3d000 - 0x10bc3eff7 com.apple.dt.dbg.DebuggerGDBService (4.3.2 - 1185) <7B0B2C6F-BF43-3099-AC0E-70ADA53C84AA> /Applications/Xcode.app/Contents/PlugIns/DebuggerGDBService.ideplugin/Contents/ MacOS/DebuggerGDBService

0x10bc43000 - 0x10bc44ff7 com.apple.dt.dbg.DebuggerLLDBService (4.3.2 - 1185) <4685EFE8-BD6C-38EC-A5F0-5D5D5A9C5985> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents /MacOS/DebuggerLLDBService

0x10bc49000 - 0x10bcecff7 com.apple.dt.IDE.IDEiPhoneSupport (4.3.2 - 1193) <522670CF-BC65-32A6-AFA7-684FC9ED7F36> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPho neSupport

0x10bd3a000 - 0x10bd3bfff com.apple.dt.IDE.IDEInterfaceBuilderAutomator (4.3.2 - 1117) <D16BFBC4-3088-326E-B4DD-462322D48C30> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderAutomator.ideplugin /Contents/MacOS/IDEInterfaceBuilderAutomator

0x10bd43000 - 0x10bd4cfff com.apple.DevToolsFoundation (6.3.2 - 1197) <1942F35F-BD36-3B4D-88A9-2F27C406625B> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation

0x10bd59000 - 0x10bd59ff7 com.apple.dt.IDE.IDEAppleScriptEditor (4.3.2 - 1165) <5769E6F3-7708-3EC2-9222-074FE3781439> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptEditor.ideplugin/Content s/MacOS/IDEAppleScriptEditor

0x10bd61000 - 0x10be13fff com.apple.dt.IDE.IDEDevkitRefactoring (4.3.2 - 1170) <4A99E7F4-F6A8-31A1-B57C-8F8DED4A4E1A> /Applications/Xcode.app/Contents/PlugIns/IDEDevkitRefactoring.ideplugin/Content s/MacOS/IDEDevkitRefactoring

0x10be7c000 - 0x10bec8fff com.apple.dt.IDE.IDEFindReplace (4.3.2 - 1170) <CBE2AF30-B841-3282-9142-D83C1BE279E8> /Applications/Xcode.app/Contents/PlugIns/IDEFindReplace.ideplugin/Contents/MacO S/IDEFindReplace

0x10bf01000 - 0x10bf4bfff com.apple.DADocSetAccess (4.3.2 - 1169) <F4857B4C-7710-39E6-BF99-9F969C3F8358> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Vers ions/A/DADocSetAccess

0x10bf77000 - 0x10bf92fff com.apple.DADocSetManagement (4.3.2 - 1170) <DE6ED7B4-C477-3FCE-95B2-668216C6798C> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/ Versions/A/DADocSetManagement

0x10bfaa000 - 0x10bfb4fff com.apple.dt.IDE.IDEProjectsOrganizer (4.3.2 - 1165) <F3D128D3-958C-394C-824D-AAB97B225861> /Applications/Xcode.app/Contents/PlugIns/IDEProjectsOrganizer.ideplugin/Content s/MacOS/IDEProjectsOrganizer

0x10bfc7000 - 0x10c011fff com.apple.dt.IDE.IDEDocViewer (4.3.2 - 1172) <D47E1D85-4FD3-36FC-A220-758FC2DF34DF> /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/ IDEDocViewer

0x10c04e000 - 0x10c329ff7 com.apple.dt.IDE.IDEInterfaceBuilderKit (4.3.2 - 2182) <2E41D771-B34A-388F-AE24-30AE175B0FB7> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.ideplugin/Conte nts/MacOS/IDEInterfaceBuilderKit

0x10c561000 - 0x10c6dbfff com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (4.3.2 - 2182) <EE42467E-9648-3DD0-BEAB-86A0287C337C> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.id eplugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration

0x10c7df000 - 0x10c829fff com.apple.glut (3.4.9 - GLUT-3.4.9) <B17217E4-837F-35F8-A3EF-243FF2C3557B> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT

0x10c89b000 - 0x10c8acfff com.apple.dt.IDE.IDEQuickHelp (4.3.2 - 1171) <CA05B696-4492-3F2B-B4E6-E987B9D7F81B> /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/ IDEQuickHelp

0x10c8be000 - 0x10c8d3fff com.apple.dt.IDE.Xcode3Core (4.3.2 - 1197) <E8F5EA69-BDD5-3198-B362-1F0987853C5F> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xc ode3Core

0x10c8e3000 - 0x10cb8cff7 com.apple.Xcode.DevToolsCore (6.3.2 - 1197) <9D3C61B8-0392-3F73-A454-A8B2648F0274> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsCore.framework/Versions/A/DevToolsCore

0x10ccef000 - 0x10cd25ff7 com.apple.Xcode.DevToolsSupport (6.3.2 - 1197) <01E42044-3D5B-3D8A-B39D-3050979D092C> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsSupport.framework/Versions/A/DevToolsSupport

0x10cd48000 - 0x10cd5fff7 com.apple.dt.IDE.SharedPlugInUtilities (4.3.2 - 1165) <4AD97845-B721-3336-8E97-3B206E0C667D> /Applications/Xcode.app/Contents/PlugIns/SharedPlugInUtilities.ideplugin/Conten ts/MacOS/SharedPlugInUtilities

0x10cd6e000 - 0x10ce67fff com.apple.dt.IDE.Xcode3UI (4.3.2 - 1197) <68530D69-CF97-3389-A982-5B6F5D916DE5> /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcod e3UI

0x10cf90000 - 0x10d01bfff com.apple.dt.IDE.IDESourceEditor (4.3.2 - 1175) <B1776C9F-426F-3F26-91A8-4DD2E5F24F78> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/Mac OS/IDESourceEditor

0x10d077000 - 0x10d083ff7 com.apple.dt.IDE.IDEQuickLookEditor (4.3.2 - 1168) <F0C98BD0-8EA0-3854-843E-93EED50E6449> /Applications/Xcode.app/Contents/PlugIns/IDEQuickLookEditor.ideplugin/Contents/ MacOS/IDEQuickLookEditor

0x10d093000 - 0x10d099ff7 com.apple.dt.IDE.HexEditor (4.3.2 - 1169) <49836398-9579-3FBC-B861-C0795A6B125A> /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/Hex Editor

0x10d0a1000 - 0x10d0d7ff7 +com.ridiculousfish.HexFiendFramework (4.3.2 - 1169) <89E8C0B9-2EA8-3372-88AC-613F08922C84> /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A /HexFiend

0x10d0fd000 - 0x10d11cff7 com.apple.dt.dbg.DebuggerFoundation (4.3.2 - 1185) <764C4576-5E99-3A08-B097-5D5218BB0F4A> /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/ MacOS/DebuggerFoundation

0x10d13a000 - 0x10d196fff com.apple.dt.dbg.DebuggerUI (4.3.2 - 1185) <D399F888-1705-3139-AD9B-A61C2A4DC504> /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/De buggerUI

0x10d3f5000 - 0x10d424fff com.apple.dt.IDE.IDELogNavigator (4.3.2 - 1166) <B40183D1-CBF1-3A65-BA32-DD8C18FCCE7D> /Applications/Xcode.app/Contents/PlugIns/IDELogNavigator.ideplugin/Contents/Mac OS/IDELogNavigator

0x10d449000 - 0x10d51bff7 com.apple.dt.IDE.IDEModelEditor (4.3.2 - 1171) <42B88E03-6648-3CEA-9A90-F62F2FF8FED1> /Applications/Xcode.app/Contents/PlugIns/IDEModelEditor.ideplugin/Contents/MacO S/IDEModelEditor

0x10d5a8000 - 0x10d5aaff7 com.apple.dt.gpu.GPUTraceDebugger (4.3.2 - 64) <CACE011E-9A00-3E7C-B24D-C9C3E3D134FA> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/Ma cOS/GPUTraceDebugger

0x10d5af000 - 0x10d5b9fff com.apple.dt.gpu.GPUDebuggerKit (4.3.2 - 64) <660E4DEC-8805-3447-A3B8-7FEF19D09CF4> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacO S/GPUDebuggerKit

0x10d5c8000 - 0x10d5d1fff com.apple.GPUToolsInterface (1.0 - 1.4) <0D543BF3-31C4-3008-B414-83E0B12E8B0D> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/V ersions/A/GPUToolsInterface

0x10d5da000 - 0x10d5e1fff com.apple.DVTiPhoneSimulatorRemoteClient (4.3.2 - 1165) <C532FFE5-C90B-3890-95A9-28EC0AE96C6E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/PrivateFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Vers ions/A/DVTiPhoneSimulatorRemoteClient

0x10d5ea000 - 0x10d5ebff7 com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchEditingSupport (4.3.2 - 1181) <023B947D-B5E4-3F31-AB08-14C247C2B34A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchEditingSuppor t.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchEditingSupport

0x10d5ef000 - 0x10d5f7fff com.apple.dt.PlistEditor (4.3.2 - 1168) <3AEFC7D7-054C-3765-8218-AAACF500BFCA> /Applications/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS/P listEditor

0x10d601000 - 0x10d604ff7 com.apple.dt.IDE.IDEPDFViewer (4.3.2 - 1165) <5509E3C2-E7F1-3A1A-AEB9-D6DF4104090D> /Applications/Xcode.app/Contents/PlugIns/IDEPDFViewer.ideplugin/Contents/MacOS/ IDEPDFViewer

0x10e06e000 - 0x10e09aff7 com.apple.framework.ConfigurationProfiles (3.1 - 437) <925BEA8C-92D6-329E-B597-E9E8AC814900> /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/Co nfigurationProfiles

0x10e0b0000 - 0x10e0d8fff com.apple.DTDeviceKitBase (??? - 1196) <0AAC5008-DC1E-35C1-831F-90B98D38973C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase

0x10e0f4000 - 0x10e10cfff com.apple.DeviceLinkX (5.0 - 256) <BD4569ED-733F-3E7B-AA57-10281B4ABB45> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink

0x10e11c000 - 0x10e136ff7 com.apple.dt.IDE.IDEArchivedApplicationsViewer (4.3.2 - 1187) <45F363E7-208A-36A3-90BB-48950DBE0F77> /Applications/Xcode.app/Contents/PlugIns/IDEArchivedApplicationsViewer.ideplugi n/Contents/MacOS/IDEArchivedApplicationsViewer

0x10e6e8000 - 0x10e74eff7 com.apple.dt.IDE.IDEModelFoundation (4.3.2 - 1171) <18183A83-06B1-329D-80FF-4CDF05125E32> /Applications/Xcode.app/Contents/PlugIns/IDEModelFoundation.ideplugin/Contents/ MacOS/IDEModelFoundation

0x10e79c000 - 0x10e7c3fff libssl.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <B0925A5D-5355-3ECE-BF2F-E576FF105F5A> /usr/lib/libssl.0.9.7.dylib

0x10e7d4000 - 0x10e7e0ff7 com.apple.dt.IDE.IDEInterfaceBuilderCocoa (4.3.2 - 1117) <DABB2E80-260E-3E48-809A-88A3CB8774E8> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoa.ideplugin/Con tents/MacOS/IDEInterfaceBuilderCocoa

0x10e817000 - 0x10e81afff com.apple.platform.iphoneos.plugin (1.0 - 1.0) <A9BBF89C-8EF7-3AE8-A5BC-8681A1EEA622> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/iPhoneOS Build System Support.xcplugin/Contents/MacOS/iPhoneOS Build System Support

0x10e81f000 - 0x10e894ff7 com.apple.dt.gpu.GPUDebuggerFoundation (4.3.2 - 64) <7589B1CA-81DC-3CE2-B858-AAC63ECD830E> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Conten ts/MacOS/GPUDebuggerFoundation

0x10e8d0000 - 0x10e943ff7 com.apple.GPUTools (1.0 - 93.6.2) <6CB0F2AA-1991-3408-AC7F-152AB27A4FFC> /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A /GPUTools

0x10e98e000 - 0x10e9fcff7 com.apple.GPUToolsCore (1.0 - 93.6.2) <681A5D95-E15F-3A4F-82D2-C9556C8B3B65> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versio ns/A/GPUToolsCore

0x10ea31000 - 0x10eaa2fff com.apple.GPUToolsAnalysis (1.0 - 1.4) <FB1AA8AC-871A-386C-9F82-BC653FC98DAA> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsAnalysis.framework/Ve rsions/A/GPUToolsAnalysis

0x10eadc000 - 0x10eb54ff7 com.apple.dt.gpu.GPUTraceDebuggerUI (4.3.2 - 64) <8D891EA9-C137-3166-B9E5-2AE4E73A4ADF> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/ MacOS/GPUTraceDebuggerUI

0x10eb83000 - 0x10ebe4ff7 com.apple.dt.gpu.GPURenderTargetEditor (4.3.2 - 64) <108B54D5-F53B-3593-9BCB-A30F60884087> /Applications/Xcode.app/Contents/PlugIns/GPURenderTargetEditor.ideplugin/Conten ts/MacOS/GPURenderTargetEditor

0x10ec2b000 - 0x10ed87fff com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (4.3.2 - 1181) <E58690BC-6977-3FA6-87B0-023A774044A3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchIntegration.i deplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration

0x10ee24000 - 0x10ee36fff com.apple.dt.IDE.IDERTFEditor (4.3.2 - 1168) <E0F8FB0B-D528-3005-821A-A183C9F93472> /Applications/Xcode.app/Contents/PlugIns/IDERTFEditor.ideplugin/Contents/MacOS/ IDERTFEditor

0x10ee46000 - 0x10ee4cfff com.apple.dt.ScriptingDefinitionEditor (4.3.2 - 1165) <EFC5A7B0-7685-3F72-A2F3-37C315937EDA> /Applications/Xcode.app/Contents/PlugIns/ScriptingDefinitionEditor.ideplugin/Co ntents/MacOS/ScriptingDefinitionEditor

0x110056000 - 0x1100bafff com.apple.DTDeviceKit (4.2 - 1196) <9EAC4AEA-3C77-3437-B32B-0797168C66A7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit

0x110119000 - 0x11011dfff com.apple.audio.AudioIPCPlugIn (1.2.2 - 1.2.2) <D4D40031-05D5-3D8B-A9A5-490D9483E188> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn

0x11075d000 - 0x1107f4fef com.apple.mobiledevice (507.6 - 507.6) <4BA1CF9E-D65B-71E4-2754-AE9688DC943A> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevic e

0x110844000 - 0x110927fff libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <358B5B40-43B2-3F92-9FD3-DAA68806E1FF> /usr/lib/libcrypto.0.9.7.dylib

0x111400000 - 0x111431fff com.apple.DiscRecordingUI (6.0.3 - 6030.4.1) <43C662F0-62BF-3F0C-9052-DD1343CC6F89> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI

0x111579000 - 0x1116c4ff7 com.apple.audio.units.Components (1.7.2 - 1.7.2) <DC2BA4BE-E91A-3680-A88A-D8A709C48909> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio

0x111738000 - 0x11173efff com.apple.audio.AppleHDAHALPlugIn (2.1.7 - 2.1.7f9) <CA4B5CB4-6F02-396A-B7CA-C9DE876544CD> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn

0x111743000 - 0x11174bfff com.apple.xcode.plug-in.CoreBuildTasks (6.3.2 - 1197) <03099273-AEFC-3844-B216-B1951F0CBA0C> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/Co reBuildTasks

0x111948000 - 0x111981ff7 com.apple.dt.IDE.IDERepositoryViewer (4.3.2 - 1171) <413F1505-C7AC-3B42-8CEE-231F6F074E6E> /Applications/Xcode.app/Contents/PlugIns/IDERepositoryViewer.ideplugin/Contents /MacOS/IDERepositoryViewer

0x1119b0000 - 0x1119c0fff com.apple.dt.IDE.IDEStructureNavigator (4.3.2 - 1171) <CFB17A9B-5035-3E9F-9639-4A5AE7B5E4DD> /Applications/Xcode.app/Contents/PlugIns/IDEStructureNavigator.ideplugin/Conten ts/MacOS/IDEStructureNavigator

0x1119cd000 - 0x1119d9fff com.apple.dt.IDE.IDEIssueNavigator (4.3.2 - 1165) <60701CFA-6124-38E7-8A06-EA7C341A7515> /Applications/Xcode.app/Contents/PlugIns/IDEIssueNavigator.ideplugin/Contents/M acOS/IDEIssueNavigator

0x1119e3000 - 0x1119fffff com.apple.dt.IDE.IDESymbolNavigator (4.3.2 - 1170) <A15EE932-A090-3A6A-B17C-509CE31ADFF5> /Applications/Xcode.app/Contents/PlugIns/IDESymbolNavigator.ideplugin/Contents/ MacOS/IDESymbolNavigator

0x111a15000 - 0x111a19ff7 com.apple.dt.gpu.GPUDebuggeriOSSupport (4.3.2 - 2) <807B2E25-EC04-37EA-9F25-18A64798DDC2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/GPUDebuggeriOSSupport.ideplugin/Contents/MacOS/GP UDebuggeriOSSupport

0x111a1f000 - 0x111a2dfff com.apple.GPUToolsMobileFoundation (1.0 - 2.4.1) <EE36409B-0A79-3F09-9254-3AE0AD3B7B46> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/GPUToolsMobileFoundation.framework/Versions/A/GPUToo lsMobileFoundation

0x111aab000 - 0x111aacff3 +cl_kernels (??? - ???) <1FD4912A-FEE1-4FB7-BC2E-02D3AE734C15> cl_kernels

0x111ecd000 - 0x111edafff com.apple.dt.IDE.IDESubversion (4.3.2 - 1169) <848635D1-F04D-3040-A7C3-841D84F02653> /Applications/Xcode.app/Contents/PlugIns/IDESubversion.ideplugin/Contents/MacOS /IDESubversion

0x111ee5000 - 0x111ef6fff com.apple.dt.IDE.IDEGit (4.3.2 - 1169) <0E51BEDA-4000-3D07-B0DB-38CA56F427AC> /Applications/Xcode.app/Contents/PlugIns/IDEGit.ideplugin/Contents/MacOS/IDEGit

0x1120f6000 - 0x1120f6ffd +cl_kernels (??? - ???) <8938F06E-DEF0-4494-8CFA-833F679C7E74> cl_kernels

0x1126da000 - 0x1126e0fef libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <C0C4CC37-F2FD-301C-A830-EC54D86612D5> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib

0x1126e7000 - 0x1126eaff7 libCoreFSCache.dylib (??? - ???) <0E2C3D54-7D05-35E8-BA10-2142B7C03946> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib

0x112707000 - 0x11279aff7 unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <5FB796A4-1AD0-3B4D-AA83-F8A46E039224> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib

0x1127bd000 - 0x1127beff3 +cl_kernels (??? - ???) <71D3C875-ED9F-4E1B-97C5-4C9E5E144F59> cl_kernels

0x7fff68bdd000 - 0x7fff68c11baf dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld

0x7fff8215b000 - 0x7fff82167fff com.apple.DirectoryService.Framework (10.7 - 146) <65C78AE3-89B8-3372-8359-31FD520781D5> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce

0x7fff8219e000 - 0x7fff821aeff7 com.apple.opengl (1.7.6 - 1.7.6) <C168883D-9BC5-3C38-9937-42852D719718> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

0x7fff821af000 - 0x7fff821c6fff com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <3F8C015B-88AC-370F-B39D-B4665FB7616A> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport

0x7fff82206000 - 0x7fff82215fff libxar.1.dylib (??? - ???) <58B07AA0-BC12-36E3-94FC-C252719A1BDF> /usr/lib/libxar.1.dylib

0x7fff82220000 - 0x7fff82260fff libtidy.A.dylib (??? - ???) <E500CDB9-C010-3B1A-B995-774EE64F39BE> /usr/lib/libtidy.A.dylib

0x7fff82261000 - 0x7fff82347fff com.apple.Bluetooth (4.0 - 4.0.3f12) <276AE4B8-1783-3375-895A-189700FE1BC0> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth

0x7fff82348000 - 0x7fff82454fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib

0x7fff82455000 - 0x7fff82467ff7 libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib

0x7fff82468000 - 0x7fff824bcff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface

0x7fff824fa000 - 0x7fff825fafff com.apple.QuickLookUIFramework (3.1 - 500.10) <ABD3BF58-DD33-31CA-AAE3-E0EE274C8B9C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI

0x7fff825fb000 - 0x7fff826c2ff7 com.apple.ColorSync (4.7.1 - 4.7.1) <EA74B067-9916-341A-9C68-6165A4656042> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync

0x7fff826c3000 - 0x7fff826eafff com.apple.PerformanceAnalysis (1.10 - 10) <2A058167-292E-3C3A-B1F8-49813336E068> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis

0x7fff826eb000 - 0x7fff826f9ff7 com.apple.AppleFSCompression (37 - 1.0) <88C436E8-38AE-3D96-A8C8-2D1805CC47B7> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression

0x7fff82722000 - 0x7fff82735ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib

0x7fff82736000 - 0x7fff82775fff com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE

0x7fff82776000 - 0x7fff827b4fff com.apple.bom (11.0 - 183) <841FA160-A37A-368D-B14E-27AA9DD1AEDA> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom

0x7fff827b5000 - 0x7fff8298bff7 com.apple.AutomatorFramework (1.2.3 - 330) <83CD01C5-035E-3C1A-9B7E-DE963C7CA24E> /System/Library/Frameworks/Automator.framework/Versions/A/Automator

0x7fff8298c000 - 0x7fff829a2ff7 com.apple.ImageCapture (7.0 - 7.0) <69E6E2E1-777E-332E-8BCF-4F0611517DD0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture

0x7fff82a4b000 - 0x7fff82a4efff libCoreVMClient.dylib (??? - ???) <E034C772-4263-3F48-B083-25A758DD6228> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib

0x7fff82a4f000 - 0x7fff82a54fff libcache.dylib (47.0.0 - compatibility 1.0.0) <B7757E2E-5A7D-362E-AB71-785FE79E1527> /usr/lib/system/libcache.dylib

0x7fff82a55000 - 0x7fff82a88ff7 com.apple.GSS (2.1 - 2.0) <57AD81CE-6320-38C9-9B66-0E5A4DEA898A> /System/Library/Frameworks/GSS.framework/Versions/A/GSS

0x7fff82a89000 - 0x7fff82da2ff7 com.apple.Foundation (6.7.1 - 833.24) <6D4E6F93-64EF-3D41-AE80-2BB10E2E6323> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

0x7fff82da4000 - 0x7fff83538fef com.apple.CoreAUC (6.11.04 - 6.11.04) <FFC336DF-C71F-3C93-8E93-5CBD9EEAE940> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC

0x7fff83539000 - 0x7fff835b4ff7 com.apple.print.framework.PrintCore (7.1 - 366.1) <3F140DEB-9F87-3672-97CC-F983752581AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore

0x7fff835b5000 - 0x7fff83828fff com.apple.CoreImage (7.93 - 1.0.1) <0B7D855E-A2B6-3C14-A242-2CF2165C6E7E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage

0x7fff83829000 - 0x7fff8382dff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels

0x7fff83872000 - 0x7fff838c4ff7 libGLU.dylib (??? - ???) <3C9153A0-8499-3DC0-AAA4-9FA6E488BE13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib

0x7fff83c20000 - 0x7fff83cc0fff com.apple.LaunchServices (480.27.1 - 480.27.1) <4DC96C1E-6FDE-305E-9718-E4C5C1341F56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices

0x7fff83cc1000 - 0x7fff83cc1fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib

0x7fff83cc2000 - 0x7fff83cc9fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib

0x7fff83cfa000 - 0x7fff83cfdfff libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib

0x7fff83cfe000 - 0x7fff83d1bfff libxpc.dylib (77.18.0 - compatibility 1.0.0) <26C05F31-E809-3B47-AF42-1460971E3AC3> /usr/lib/system/libxpc.dylib

0x7fff83d1c000 - 0x7fff83da0ff7 com.apple.ApplicationServices.ATS (317.5.0 - ???) <C2B254F0-6ED8-3313-9CFC-9ACD519C8A9E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS

0x7fff83da1000 - 0x7fff83ddcfff com.apple.LDAPFramework (3.0 - 120.1) <0C23534F-A8E7-3144-B2B2-50F9875101E2> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP

0x7fff83ddd000 - 0x7fff83df7fff com.apple.CoreMediaAuthoring (2.0 - 890) <7BE57576-8EF5-3473-95E6-6191E239E3F0> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring

0x7fff83e17000 - 0x7fff83e1cff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib

0x7fff83e1d000 - 0x7fff83e2bff7 libkxld.dylib (??? - ???) <65BE345D-6618-3D1A-9E2B-255E629646AA> /usr/lib/system/libkxld.dylib

0x7fff83e2c000 - 0x7fff83e33fff com.apple.NetFS (4.0 - 4.0) <B9F41443-679A-31AD-B0EB-36557DAF782B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS

0x7fff83e81000 - 0x7fff83e95ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis

0x7fff83e9f000 - 0x7fff83eaeff7 libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib

0x7fff83eaf000 - 0x7fff84039ff7 com.apple.QTKit (7.7.1 - 2315) <BFC33B70-34F2-3940-A14A-3C51036589F0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit

0x7fff8403a000 - 0x7fff8446cfef com.apple.VideoToolbox (1.0 - 705.61) <1A70CA82-C849-3033-8598-37C5A72637CC> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x

0x7fff8446d000 - 0x7fff8447fff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib

0x7fff84480000 - 0x7fff84490fff com.apple.AppleScriptObjC (1.1 - ???) <83BD409D-5708-36AE-9865-7D87EF0ED4A9> /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC

0x7fff84491000 - 0x7fff8456ffff com.apple.DiscRecording (6.0.3 - 6030.4.1) <8DB1BDDD-F066-3E8B-B416-11DF712C6A1E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording

0x7fff84570000 - 0x7fff84571fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib

0x7fff84572000 - 0x7fff845c0fff libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib

0x7fff845c1000 - 0x7fff845c3ff7 com.apple.print.framework.Print (7.1 - 247.1) <8A4925A5-BAA3-373C-9B5D-03E0270C6B12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print

0x7fff845f0000 - 0x7fff845f7ff7 com.apple.CommerceCore (1.0 - 17) <AA783B87-48D4-3CA6-8FF6-0316396022F4> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore

0x7fff84642000 - 0x7fff847ccff7 com.apple.WebKit (7534.53 - 7534.53.11) <2969964C-2759-3407-9EBB-C1304A556755> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit

0x7fff847f6000 - 0x7fff84801ff7 com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <7ADAAF5B-1D78-32F2-9FFF-D2E3FBB41C2B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition

0x7fff84802000 - 0x7fff8490ffff libJP2.dylib (??? - ???) <F2B34A61-75F0-3BFE-A309-EE0DF4AF9E37> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib

0x7fff8491f000 - 0x7fff8491ffff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib

0x7fff8492c000 - 0x7fff84952ff7 com.apple.framework.familycontrols (3.0 - 300) <DC06CF3A-2F10-3867-9498-CADAE30D0CE4> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols

0x7fff84953000 - 0x7fff84996ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <85D00F5C-43ED-33A9-80B4-72EB0EAE3E25> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib

0x7fff84997000 - 0x7fff84b6bfff com.apple.CoreFoundation (6.7.1 - 635.19) <57B77925-9065-38C9-A05B-02F4F9ED007C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

0x7fff84b6c000 - 0x7fff85033fff FaceCoreLight (1.4.7 - compatibility 1.0.0) <E9D2A69C-6E81-358C-A162-510969F91490> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght

0x7fff85034000 - 0x7fff85061ff7 com.apple.opencl (1.50.69 - 1.50.69) <687265AF-E9B6-3537-89D7-7C12EB38193D> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL

0x7fff850f3000 - 0x7fff850f9fff libGFXShared.dylib (??? - ???) <B95E9B22-AE68-3E48-8733-00CCCA08D50E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib

0x7fff850fa000 - 0x7fff850fbfff libffi.dylib (??? - ???) <DB96CC4B-0D38-3102-80AA-91DDE9AF3886> /usr/lib/libffi.dylib

0x7fff85102000 - 0x7fff8515eff7 com.apple.QuickLookFramework (3.1 - 500.10) <35BF320E-26F5-310C-9FA9-D60919B218EC> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook

0x7fff85473000 - 0x7fff854b3ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <29DE948E-38C4-3CC5-B528-40C691380607> /usr/lib/libcups.2.dylib

0x7fff854ba000 - 0x7fff8550afff com.apple.CoreMediaIO (210.0 - 3180) <C5B60D3E-71BE-3CD2-90FC-3B2F9961D662> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO

0x7fff8557f000 - 0x7fff85686fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib

0x7fff85687000 - 0x7fff859a3ff7 com.apple.CoreServices.CarbonCore (960.20 - 960.20) <C45CA09E-8867-3D67-BB2E-48D2E6B0D78C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore

0x7fff85e35000 - 0x7fff85e36ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib

0x7fff85e53000 - 0x7fff85ff2fff com.apple.QuartzCore (1.7 - 270.2) <F2CCDEFB-DE43-3E32-B242-A22C82617186> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore

0x7fff86008000 - 0x7fff86008fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate

0x7fff86009000 - 0x7fff8604bff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <A5B9778E-11C3-3F61-B740-1F2114E967FB> /usr/lib/system/libcommonCrypto.dylib

0x7fff8604c000 - 0x7fff8612afff com.apple.ImageIO.framework (3.1.1 - 3.1.1) <DB530A63-8ECF-3B53-AC9A-1692A5397E2F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO

0x7fff8612b000 - 0x7fff86131fff libmacho.dylib (800.0.0 - compatibility 1.0.0) <D86F63EC-D2BD-32E0-8955-08B5EAFAD2CC> /usr/lib/system/libmacho.dylib

0x7fff86132000 - 0x7fff8613afff libsystem_dnssd.dylib (??? - ???) <7749128E-D0C5-3832-861C-BC9913F774FA> /usr/lib/system/libsystem_dnssd.dylib

0x7fff8613b000 - 0x7fff861a1ff7 com.apple.coreui (1.2.1 - 165.3) <378C9221-ADE6-36D9-9944-F33AE6904E4F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI

0x7fff86254000 - 0x7fff8627dfff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib

0x7fff8627e000 - 0x7fff86301fef com.apple.Metadata (10.7.0 - 627.28) <1C14033A-69C9-3757-B24D-5583AEAC2CBA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata

0x7fff86302000 - 0x7fff86332ff7 com.apple.DictionaryServices (1.2.1 - 158.2) <3FC86118-7553-38F7-8916-B329D2E94476> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices

0x7fff86335000 - 0x7fff863baff7 com.apple.Heimdal (2.1 - 2.0) <3758B442-6175-32B8-8C17-D8ABDD589BF9> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal

0x7fff863bb000 - 0x7fff863c4ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib

0x7fff863c5000 - 0x7fff864bafff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib

0x7fff864db000 - 0x7fff8656cff7 com.apple.PackageKit (2.0.2 - 169) <06B68AF6-038E-3634-82F6-84B90CCCCFE9> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit

0x7fff8656d000 - 0x7fff865ddfff com.apple.datadetectorscore (3.0 - 179.4) <B4C6417F-296C-31C1-BB94-980BFCDC9175> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore

0x7fff865de000 - 0x7fff86602fff com.apple.RemoteViewServices (1.3 - 44) <21D7A0E7-6699-37AB-AE6C-BF69AF3D61C2> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices

0x7fff86603000 - 0x7fff8660eff7 com.apple.DisplayServicesFW (2.5.2 - 317) <D1FE33BD-1D71-343F-B790-685253F1F701> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices

0x7fff8660f000 - 0x7fff86612ff7 com.apple.securityhi (4.0 - 1) <B37B8946-BBD4-36C1-ABC6-18EDBC573F03> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI

0x7fff86613000 - 0x7fff8663eff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <8051A3FC-7385-3EA9-9634-78FC616C3E94> /usr/lib/libxslt.1.dylib

0x7fff8663f000 - 0x7fff86962ff7 com.apple.AddressBook.framework (6.1 - 1083) <9C23C164-B9E1-3F80-83F4-C027AF282DE6> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook

0x7fff86963000 - 0x7fff8697afff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory

0x7fff8697b000 - 0x7fff86981ff7 com.apple.phonenumbers (1.0 - 47) <8CE13253-C65B-392F-B87F-D85A15D500D3> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s

0x7fff86982000 - 0x7fff8698eff7 com.apple.CrashReporterSupport (10.7.3 - 349) <5EB46C20-5ED2-37EE-A033-4B3B355059FA> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport

0x7fff8698f000 - 0x7fff86990fff com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <0F55CD76-DB24-309B-BD12-62B00C1AAB9F> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l

0x7fff86991000 - 0x7fff86995fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib

0x7fff86996000 - 0x7fff86998fff libCVMSPluginSupport.dylib (??? - ???) <B2FC6EC0-1A0C-3482-A3C9-D08446E8713A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib

0x7fff869d7000 - 0x7fff869d8fff com.apple.ServerInformation (1.0 - 1) <EE6BFCB2-C727-3CE6-B8C9-834230B2646B> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/Server Information

0x7fff869d9000 - 0x7fff86a6bfff com.apple.PDFKit (2.6.2 - 2.6.2) <4C8D80F6-09BB-3BD5-983B-A24FBEB5BCF3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit

0x7fff86a6c000 - 0x7fff86a90fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos

0x7fff86a91000 - 0x7fff86a91fff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa

0x7fff86a92000 - 0x7fff86ad3fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD

0x7fff86ad4000 - 0x7fff86ae0fff com.apple.CoreBluetooth (100.7 - 1) <988DB0FD-7759-3BA0-AE5F-B6DA2BDB3FF5> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Frameworks/CoreBlue tooth.framework/Versions/A/CoreBluetooth

0x7fff86ae1000 - 0x7fff86d6cfff com.apple.JavaScriptCore (7534.53 - 7534.53.8) <619D6392-D833-3C55-B1C0-4DAA0477796C> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore

0x7fff86d6d000 - 0x7fff86d6dfff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib

0x7fff86d6e000 - 0x7fff86e12fef com.apple.ink.framework (1.3.2 - 110) <F69DBD44-FEC8-3C14-8131-CC0245DBBD42> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink

0x7fff86e13000 - 0x7fff86f49fff com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage

0x7fff86f4a000 - 0x7fff86f4bfff libunc.dylib (24.0.0 - compatibility 1.0.0) <C67B3B14-866C-314F-87FF-8025BEC2CAAC> /usr/lib/system/libunc.dylib

0x7fff86f4c000 - 0x7fff86f51fff com.apple.OpenDirectory (10.7 - 146) <A674AB55-6E3D-39AE-9F9B-9865D0193020> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory

0x7fff86f52000 - 0x7fff86f8cfe7 com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s

0x7fff86f8d000 - 0x7fff87b91fff com.apple.AppKit (6.7.3 - 1138.32) <A9EB81C6-C519-3F29-89F1-42C3E8930281> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

0x7fff87b92000 - 0x7fff87ba4ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib

0x7fff87ba5000 - 0x7fff87e1bff7 com.apple.imageKit (2.1.1 - 1.0) <A4A58BBB-70BB-3A0F-84F0-49EC6113BF2F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit

0x7fff87e5a000 - 0x7fff87e5afff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon

0x7fff87e5b000 - 0x7fff87e83ff7 com.apple.CoreVideo (1.7 - 70.1) <98F917B2-FB53-3EA3-B548-7E97B38309A7> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

0x7fff87e84000 - 0x7fff87e84fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices

0x7fff87e85000 - 0x7fff87e86ff7 libsystem_sandbox.dylib (??? - ???) <5087ADAD-D34D-3844-9D04-AFF93CED3D92> /usr/lib/system/libsystem_sandbox.dylib

0x7fff87e93000 - 0x7fff87e95fff libquarantine.dylib (36.2.0 - compatibility 1.0.0) <48656562-FF20-3B55-9F93-407ACA7341C0> /usr/lib/system/libquarantine.dylib

0x7fff87e96000 - 0x7fff87ec3fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib

0x7fff87ec4000 - 0x7fff87ee0fff com.apple.ScriptingBridge (1.2.1 - ???) <7DCC43F7-9F5A-388D-A00D-70E2618731BA> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge

0x7fff87ee1000 - 0x7fff88bf5fef com.apple.WebCore (7534.53 - 7534.53.11) <E37D145A-0BFD-3BE0-98A9-7F04CE9B6E6E> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore

0x7fff890b6000 - 0x7fff89111ff7 com.apple.HIServices (1.11 - ???) <DE8FA7FA-0A41-35D9-8473-5104F81DA934> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices

0x7fff89112000 - 0x7fff891f6e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib

0x7fff891f7000 - 0x7fff891fbfff libdyld.dylib (195.5.0 - compatibility 1.0.0) <F1903B7A-D3FF-3390-909A-B24E09BAD1A5> /usr/lib/system/libdyld.dylib

0x7fff891fc000 - 0x7fff89223fff com.apple.framework.internetaccounts (1.2 - 3) <A3FFB4BD-77BE-388F-ADB1-9CA80A68B1F2> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts

0x7fff89224000 - 0x7fff89226fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent

0x7fff89227000 - 0x7fff89324fff com.apple.avfoundation (2.0 - 180.30) <061DDF4C-E7BB-33D0-BEB9-0443ADF6EC8C> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation

0x7fff89325000 - 0x7fff8935ffff libncurses.5.4.dylib (5.4.0 - compatibility 5.4.0) <387DE593-9CC5-38C7-911B-A5F2264D34F2> /usr/lib/libncurses.5.4.dylib

0x7fff89360000 - 0x7fff8936dff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib

0x7fff8936e000 - 0x7fff89459fff com.apple.backup.framework (1.3.1 - 1.3.1) <C933E52C-5BA6-386D-9B6A-8F98D8142A6F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup

0x7fff89468000 - 0x7fff8956dfff libFontParser.dylib (??? - ???) <0920DA16-2066-33E6-BF95-AD4B0F3C22B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib

0x7fff8956e000 - 0x7fff89600ff7 com.apple.CorePDF (3.1 - 3.1) <F81F99A9-7FF6-3A6A-92C7-78C76BA35777> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF

0x7fff89659000 - 0x7fff89664ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib

0x7fff89665000 - 0x7fff8967bfff libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib

0x7fff8967c000 - 0x7fff89694fff com.apple.iChat.InstantMessage (6.0 - 833) <DF9EAA84-8AE6-3BFD-AB21-7BDED2161564> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage

0x7fff89695000 - 0x7fff896ddfff com.apple.imfoundation (6.0 - 800) <267AA0CF-7F7E-387A-8A87-25696388215C> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/Frameworks/IMFoun dation.framework/Versions/A/IMFoundation

0x7fff896de000 - 0x7fff896fefff libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib

0x7fff896ff000 - 0x7fff8977bff7 com.apple.imcore (6.0 - 800) <0A4267B7-D92F-33DA-9B09-1995221A0831> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore

0x7fff899a8000 - 0x7fff899fcff7 libFontRegistry.dylib (??? - ???) <F98926EF-FFA0-37C5-824C-02E436E21DD1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib

0x7fff899fd000 - 0x7fff89a70fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib

0x7fff89a71000 - 0x7fff89e9efff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib

0x7fff89e9f000 - 0x7fff89ea4fff libGIF.dylib (??? - ???) <393E2DB5-9479-39A6-A75A-B5F20B852532> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib

0x7fff89fe8000 - 0x7fff89feeff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib

0x7fff89fef000 - 0x7fff89ffcfff libexslt.0.dylib (9.13.0 - compatibility 9.0.0) <C3D01D74-EDC0-3EB4-B31C-0B44A0DE1AE1> /usr/lib/libexslt.0.dylib

0x7fff89ffd000 - 0x7fff8a073fff com.apple.ISSupport (1.9.8 - 56) <2CEE7E6B-D841-36D8-BC9F-081B33F6E501> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport

0x7fff8a0e4000 - 0x7fff8a146ff7 com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion

0x7fff8a147000 - 0x7fff8a172ff7 com.apple.CoreServicesInternal (113.12 - 113.12) <C37DAC1A-35D2-30EC-9112-5EEECED5C461> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal

0x7fff8a173000 - 0x7fff8a26dff7 com.apple.DiskImagesFramework (10.7.3 - 331.3) <57A7E46A-5AA4-37FF-B19C-5337CCBCA0CA> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages

0x7fff8a271000 - 0x7fff8a34efef libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib

0x7fff8a34f000 - 0x7fff8a37afff libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib

0x7fff8a3e1000 - 0x7fff8a9c5fff libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib

0x7fff8a9ca000 - 0x7fff8aa3fff7 libc++.1.dylib (19.0.0 - compatibility 1.0.0) <C0EFFF1B-0FEB-3F99-BE54-506B35B555A9> /usr/lib/libc++.1.dylib

0x7fff8aa40000 - 0x7fff8aaa0fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib

0x7fff8ab53000 - 0x7fff8ab53fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services

0x7fff8ab54000 - 0x7fff8ab5fff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <9807F306-4081-34DA-9970-83A136E1E53F> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment

0x7fff8b23c000 - 0x7fff8b24afff libdispatch.dylib (187.7.0 - compatibility 1.0.0) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib

0x7fff8b261000 - 0x7fff8b262fff liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib

0x7fff8b263000 - 0x7fff8b345fff com.apple.CoreServices.OSServices (478.37 - 478.37) <1DAC695E-0D0F-3AE2-974F-A173E69E67CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices

0x7fff8b34e000 - 0x7fff8b389fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib

0x7fff8b38a000 - 0x7fff8b66cfff com.apple.security (7.0 - 55110) <252F9E04-FF8A-3EA7-A38E-51DD0653663C> /System/Library/Frameworks/Security.framework/Versions/A/Security

0x7fff8b66d000 - 0x7fff8b673fff com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration

0x7fff8b674000 - 0x7fff8b679fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib

0x7fff8b67a000 - 0x7fff8b72dfff com.apple.CoreText (220.11.0 - ???) <0322442E-0530-37E8-A7D6-AEFD909F0AFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText

0x7fff8b72e000 - 0x7fff8b732fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <37517279-C92E-3217-B49A-838198B48787> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib

0x7fff8b733000 - 0x7fff8b740fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <CBA71562-050B-3515-92B7-8BC1E2EEEF2A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib

0x7fff8b7b6000 - 0x7fff8b7fdff7 com.apple.CoreMedia (1.0 - 705.61) <0C34B0D4-DB8A-33C7-B67B-F443AD86482C> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia

0x7fff8b7fe000 - 0x7fff8b801fff com.apple.help (1.3.2 - 42) <AB67588E-7227-3993-927F-C9E6DAC507FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help

0x7fff8b802000 - 0x7fff8bb2cff7 com.apple.HIToolbox (1.8 - ???) <D6A0D513-4893-35B4-9FFE-865FF419F2C2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox

0x7fff8bb32000 - 0x7fff8bba8fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication

0x7fff8bbff000 - 0x7fff8bc45ff7 libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <01DD0773-236C-3AC3-B43B-07911F458767> /usr/lib/libcurl.4.dylib

0x7fff8bc46000 - 0x7fff8bc6efff com.apple.SystemConfiguration.EAP8021X (11.0.2 - ???) <9143B6E2-FD15-3D82-A08C-4299E94B4662> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X

0x7fff8bc6f000 - 0x7fff8bcc3ff7 com.apple.ImageCaptureCore (3.0.2 - 3.0.2) <68147E63-C211-361E-8B24-B5E0675B4297> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re

0x7fff8bcc7000 - 0x7fff8bce6fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib

0x7fff8bce7000 - 0x7fff8bd07fff libPng.dylib (??? - ???) <F4D84592-C450-3076-88E9-8E6517C7EF33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib

0x7fff8bd08000 - 0x7fff8bd09fff libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <718A135F-6349-354A-85D5-430B128EFD57> /usr/lib/system/libdnsinfo.dylib

0x7fff8bd0a000 - 0x7fff8c16cff7 com.apple.RawCamera.bundle (3.9.1 - 586) <1AA853F4-E429-33E3-B4A9-6B019CCCC5E4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera

0x7fff8c177000 - 0x7fff8c3e5ff7 com.apple.QuartzComposer (5.0 - 236.3) <F8B96724-2550-32FE-9DE4-22AC7A6C0942> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer

0x7fff8c3e6000 - 0x7fff8c47cff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib

0x7fff8c47d000 - 0x7fff8c51fff7 com.apple.securityfoundation (5.0 - 55107) <6C2E7362-CB11-3CBD-BB1C-348E4B10F25A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation

0x7fff8c520000 - 0x7fff8c578fff libTIFF.dylib (??? - ???) <DD797FBE-9B63-3785-A9EA-0321D113538B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib

0x7fff8c579000 - 0x7fff8c6d2fff com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <0AD8197C-1BA9-30CD-98F1-4CA2C6559BA8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox

0x7fff8c6d3000 - 0x7fff8caf0ff7 com.apple.SceneKit (2.2 - 125.3) <DDCC8DB6-D5DB-31CD-A401-F56C84216E1C> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit

0x7fff8caf1000 - 0x7fff8cc0afff com.apple.DesktopServices (1.6.2 - 1.6.2) <6B83172E-F539-3AF8-A76D-1F9EA357B076> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv

0x7fff8cc0b000 - 0x7fff8cc0cff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib

0x7fff8cc0d000 - 0x7fff8cc46fe7 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib

0x7fff8cc47000 - 0x7fff8cc8bff7 com.apple.MediaKit (12 - 589) <7CFF29BF-D907-3593-B338-0BB48643B2A8> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit

0x7fff8cc8c000 - 0x7fff8ccdffff com.apple.AppleVAFramework (5.0.14 - 5.0.14) <45159B9E-05BF-35B2-AF76-D933490FBFB1> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA

0x7fff8ccf0000 - 0x7fff8cd5aff7 com.apple.framework.IOKit (2.0 - ???) <EEEB42FD-E3E1-3A94-A771-B1993B694F17> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

0x7fff8cd60000 - 0x7fff8cd65fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib

0x7fff8cda4000 - 0x7fff8cdb9fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis

0x7fff8cdba000 - 0x7fff8cdd6ff7 com.apple.frameworks.preferencepanes (15.0 - 15.0) <C1DF4A08-3CBA-3EEA-BA6E-3557F09052FE> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes

0x7fff8cdd7000 - 0x7fff8ce3fff7 com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <DFD8F4DE-3B45-3A2E-9CBE-FD8D5DD30923> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio

0x7fff8ce40000 - 0x7fff8d042fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib

0x7fff8d043000 - 0x7fff8d043fff com.apple.quartzframework (1.5 - 1.5) <21FCC91F-C7B9-304F-8C9C-04F3924F4AE3> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz

0x7fff8d044000 - 0x7fff8d04ffff com.apple.CommonAuth (2.1 - 2.0) <272CB600-6DA8-3952-97C0-5DC594DCA024> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth

0x7fff8d050000 - 0x7fff8d050fff com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit

0x7fff8d051000 - 0x7fff8d153ff7 libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <D46F371D-6422-31B7-BCE0-D80713069E0E> /usr/lib/libxml2.2.dylib

0x7fff8d154000 - 0x7fff8d1eeff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit

0x7fff8d1ef000 - 0x7fff8db7f7a7 com.apple.CoreGraphics (1.600.0 - ???) <177D9BAD-72C9-3ADF-A391-5B88C5EE623F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics

0x7fff8db80000 - 0x7fff8df1efef com.apple.MediaToolbox (1.0 - 705.61) <F48F2150-0573-354C-BBB2-BA52DD0FD0AB> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x

0x7fff8df1f000 - 0x7fff8df3bff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage

0x7fff8df3c000 - 0x7fff8df3ffff com.apple.AppleSystemInfo (1.0 - 1) <598ADC13-C994-3579-A885-0D6658DDD564> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo

0x7fff8df40000 - 0x7fff8df5dff7 com.apple.openscripting (1.3.3 - ???) <A64205E6-D3C5-3E12-B1A0-72243151AF7D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting

0x7fff8dfb3000 - 0x7fff8dfffff7 com.apple.SystemConfiguration (1.11.2 - 1.11) <A14F3583-9CC0-397D-A50E-17217075953F> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration

0x7fff8e000000 - 0x7fff8e00aff7 liblaunch.dylib (392.18.0 - compatibility 1.0.0) <39EF04F2-7F0C-3435-B785-BF283727FFBD> /usr/lib/system/liblaunch.dylib

0x7fff8e00b000 - 0x7fff8e034fff com.apple.datadetectors (3.2 - 172.5) <DCCD9903-0D01-3956-B4EB-F91CBF2C9414> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors

0x7fff8e035000 - 0x7fff8e137ff7 com.apple.PubSub (1.0.5 - 65.28) <98BFFA0E-6E32-3779-9594-B0629EFF1B6E> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub

0x7fff8e168000 - 0x7fff8e176fff com.apple.NetAuth (1.0 - 3.0) <F384FFFD-70F6-3B1C-A886-F5B446E456E7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth

0x7fff8e177000 - 0x7fff8e17dfff IOSurface (??? - ???) <06FA3FDD-E6D5-391F-B60D-E98B169DAB1B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface

0x7fff8e333000 - 0x7fff8e379fff com.apple.OSAKit (1.2.3 - 82) <0E8C4C91-1B61-3558-884F-5C6E76329668> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit

0x7fff8e3ab000 - 0x7fff8e3eaff7 libGLImage.dylib (??? - ???) <348729DC-BC44-3744-B249-9DFA6498344A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib

0x7fff8eb38000 - 0x7fff8ec9fff7 com.apple.CFNetwork (520.3.2 - 520.3.2) <516B611D-E53E-3467-9211-3C5B86ABA865> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork

0x7fff8eca0000 - 0x7fff8ecd5fff com.apple.securityinterface (5.0 - 55007) <D46E73F4-D8E9-3F53-A083-B9D71ED74492> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face

0x7fff8ecd6000 - 0x7fff8eefefe7 com.apple.CoreData (104.1 - 358.13) <F1DA3110-C4DF-3F0A-A057-AEE78DE8C99D> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData

0x7fff8efd3000 - 0x7fff8f000fff com.apple.quartzfilters (1.7.0 - 1.7.0) <ED846829-EBF1-3E2F-9EA6-D8743E5A4784> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters



External Modification Summary:

Calls made by other processes targeting this process:

task_for_pid: 3

thread_create: 0

thread_set_state: 0

Calls made by this process:

task_for_pid: 0

thread_create: 0

thread_set_state: 0

Calls made by all processes on this machine:

task_for_pid: 9497

thread_create: 1

thread_set_state: 0



VM Region Summary:

ReadOnly portion of Libraries: Total=262.6M resident=116.3M(44%) swapped_out_or_unallocated=146.2M(56%)

Writable regions: Total=16.2G written=50.9M(0%) resident=132.2M(1%) swapped_out=60K(0%) unallocated=16.0G(99%)


REGION TYPE VIRTUAL

=========== =======

CG backing stores 4540K

CG image 12K

CG raster data 256K

CG shared images 4440K

CoreAnimation 260K

CoreGraphics 16K

CoreImage 20K

CoreServices 2864K

MALLOC 375.2M

MALLOC (reserved) 15.8G reserved VM address space (unallocated)

MALLOC guard page 64K

Memory tag=240 8K

Memory tag=241 8K

Memory tag=242 12K

Memory tag=249 156K

Memory tag=251 44K

OpenCL 32K

SQLite page cache 672K

STACK GUARD 56.1M

Stack 15.7M

VM_ALLOCATE 17.1M

__CI_BITMAP 80K

__DATA 30.3M

__IMAGE 528K

__LINKEDIT 61.1M

__RC_CAMERAS 232K

__TEXT 201.5M

__UNICODE 544K

mapped file 114.7M

shared memory 312K

=========== =======

TOTAL 16.6G

TOTAL, minus reserved VM space 886.4M



Model: MacBookPro6,2, BootROM MBP61.0057.B0F, 2 processors, Intel Core i7, 2.66 GHz, 4 GB, SMC 1.58f16

Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 512 MB

Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB

Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631

Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631

AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.100.98.75.19)

Bluetooth: Version 4.0.3f12, 2 service, 18 devices, 1 incoming serial ports

Network Service: AirPort, AirPort, en1

Serial ATA Device: TOSHIBA MK5055GSXF, 500.11 GB

Serial ATA Device: MATSHITADVD-R UJ-898

USB Device: hub_device, 0x0424 (SMSC), 0x2514, 0xfa100000 / 2

USB Device: BRCM2070 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000 / 5

USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8218, 0xfa113000 / 6

USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0236, 0xfa120000 / 4

USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa130000 / 3

USB Device: hub_device, 0x0424 (SMSC), 0x2514, 0xfd100000 / 2

USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 4

USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0xfd110000 / 3

MacBook Pro (15-inch Mid 2010), iOS 4.3.2

Posted on Apr 23, 2012 9:52 AM

Reply
13 replies

Apr 24, 2012 8:56 AM in response to xnav

I've trashed all ~/Library/Preferences/com.apple.dt.Xcode.* files and reinstalled Xcode 4.3.2 but same error. I realised this path in the error log is always different -


ASSERTION FAILURE in /SourceCache/DVTFoundation/DVTFoundation-1193/Framework/Classes/FilePaths/DVTFi lePath.m:323

Details: fsrep is absolute (starts with tilde) ('~$BeeLan_TMA03.doc') parentPath must be nil but it is not ('<DVTFilePath:0x400fc2120:'/Users/anergnohc/School/COR154/TMA/TMA03'>')


I wonder what is this error abt? Why is it pointing to this folder?


Appreciate your assistance please.


Thank you!

May 1, 2012 5:10 PM in response to Anergnohc

I am not sure if this matches your problem but I just recently upgraded

to Xcode 4.3.2 and if I set a breakpoint in my code I consistently

crash here:


Crashed Thread: 15 <lldb.process.internal-state(pid=845)>

Exception Type: EXC_CRASH (SIGABRT)

Exception Codes: 0x0000000000000000, 0x0000000000000000


Thread 15 in this case is com.apple.LLDB.framework.


I pulled my hair out over this because, of course, this was happening on

the day of my dealine and I was dead in the water. Then by a lucky

guess I looked at the build settings and noticed that a couple things

had been changed:


Architectures: $(ARCHS_STANDARD_32_64_BIT)

Based SDK: Latest Mac OS X

Compiler: Default compiler (LLVM GCC 4.2)


I am quite sure that before I upgraded to Xcode 4.3.2 I had these set

as:


Architectures: $(NATIVE_ARCH_ACTUAL)

Based SDK: Current Mac OS

Compiler: Apple LLVM compiler 3.1


I changed the settings back to NATIVE, Current, LLVM 3.1 and now it all

works fine again with no crashing in lldb.


I seem to remember that the first time I opened my project file with the

new Xcode 4.3.2 it asked me to let it update the settings. Did Xcode

change my compiler settings? It sure looks that way!


I have filed this as a defect, for what its worth.


-Allan

May 1, 2012 7:31 PM in response to msuper69

LOL! Or, for that mater when it comes to Xcode, NEVER! :-) Actually, Xcode has so consistently been a bomb ever since 4.0 came out that it was my hope that 4.3.2 would address some of the other debilitating crashes I've been having. Some of those bugs are gone but now there are new crashes to deal with. Still, 4.3.x has a lot of very nice features that I love, so it would be very difficult to go back.

Xcode 4.3.2 on Mac 10.7.3 - Crash on launch, how?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.