Gen export failure
Xcode is failing to build exported gen code. I'm getting parse issues in relation to the delay objects and what looks like a fatal semantic issue - "use of undeclared identifier 'genlib_reset_complete'". I've no idea what any of this means!
Any ideas?
Here're my Max details:
{
"version" : "Version 6.1.2 (6a3e522)",
"platform" : "mac",
"arch" : "x64",
"osversion" : "Mac OS X Version 10.8.3 x86_64",
"samplerate" : 44100,
"iovs" : 512,
"sigvs" : 128,
"scheduler_in_audio_interrupt" : "on",
"audio_drivername" : "Core Audio",
"audio_driver_subname" : "",
"eventinterval" : 2,
"overdrive" : "on",
"mixerparallel" : "off",
"mixercrossfade" : 0,
"mixerlatency" : 30.0,
"mixerramptime" : 20.0
}
.....and here's the Max patch
I haven't looked at your patch/exported code, but I'm pretty sure I know what's going on. You can simply comment out any calls to genlib_reset_complete(). It will work just fine without it. Hopefully that will solve your problem.
Thanks Wesley, that solved the build problem. The AU works fine in Live 8, but crashes Logic. Here's the crash code.
Process: Logic Pro [26723]
Path: /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
Identifier: com.apple.logic.pro
Version: 9.1.8 (1700.67)
Build Info: Logic-17006700~1
Code Type: X86-64 (Native)
Parent Process: launchd [166]
User ID: 501
PlugIn Path: /Library/Audio/Plug-Ins/Components/pitchMod.component/Contents/MacOS/pitchMod
PlugIn Identifier: c74.pitchMod
PlugIn Version: 1.0 (1)
Date/Time: 2013-05-16 19:56:25.128 +0100
OS Version: Mac OS X 10.8.3 (12D78)
Report Version: 10
Interval Since Last Report: 824971 sec
Crashes Since Last Report: 2
Per-App Interval Since Last Report: 393476 sec
Per-App Crashes Since Last Report: 2
Anonymous UUID: 5C39FCC3-996E-D1CD-6DE1-60A9A7501E8B
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
*** error for object 0x10dea5dec: Non-aligned pointer being freed
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff8df93212 __pthread_kill + 10
1 libsystem_c.dylib 0x00007fff9211bb54 pthread_kill + 90
2 libsystem_c.dylib 0x00007fff9215fdce abort + 143
3 com.apple.logic.pro 0x00000001003b3226 std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::_M_erase(std::_Rb_tree_node >*) + 98486
4 libsystem_c.dylib 0x00007fff9210894a _sigtramp + 26
5 libsystem_kernel.dylib 0x00007fff8df93212 __pthread_kill + 10
6 libsystem_c.dylib 0x00007fff9211bb54 pthread_kill + 90
7 libsystem_c.dylib 0x00007fff9215fdce abort + 143
8 libsystem_c.dylib 0x00007fff9213b905 szone_error + 580
9 com.apple.CoreFoundation 0x00007fff869a8901 __CFStringCreateImmutableFunnel3 + 2577
10 com.apple.CoreFoundation 0x00007fff869f5e4c CFStringCreateWithCStringNoCopy + 92
11 c74.pitchMod 0x000000010de7b96a pitchModPlugin::GetParameterInfo(unsigned int, unsigned int, AudioUnitParameterInfo&) + 154 (pitchMod.cpp:124)
12 c74.pitchMod 0x000000010de84037 AUBase::DispatchGetProperty(unsigned int, unsigned int, unsigned int, void*) + 471 (AUBase.cpp:556)
13 c74.pitchMod 0x000000010de9ee61 AUBase::ComponentEntryDispatch(ComponentParameters*, AUBase*) + 913 (AUDispatch.cpp:188)
14 c74.pitchMod 0x000000010de7bc47 ComponentEntryPoint::Dispatch(ComponentParameters*, pitchModPlugin*) + 487 (ComponentBase.h:269)
15 c74.pitchMod 0x000000010de7a95d pitchModPluginEntry + 29 (pitchMod.cpp:7)
16 com.apple.audio.toolbox.AudioToolbox0x00007fff90458c21 _AT_AudioUnitGetProperty + 217
17 com.apple.logic.pro 0x000000010053dcc7 std::vector >::reserve(unsigned long) + 363559
18 com.apple.logic.pro 0x000000010053e28c std::vector >::reserve(unsigned long) + 365036
19 com.apple.logic.pro 0x000000010053fdf5 std::vector >::reserve(unsigned long) + 372053
20 com.apple.music.apps.MAAudioEngine0x000000010312fed8 MD::NewPlug(CPlugIn**, short, long, long, long) + 360
21 com.apple.logic.pro 0x0000000100133d50 std::vector >::operator=(std::vector > const&) + 176288
22 com.apple.logic.pro 0x000000010005d8d8 GetChannelIDForIndex(TAudioBusFormat, int) + 17544
23 com.apple.logic.pro 0x000000010005ec0f GetChannelIDForIndex(TAudioBusFormat, int) + 22463
24 com.apple.logic.pro 0x000000010006198e GetChannelIDForIndex(TAudioBusFormat, int) + 34110
25 com.apple.logic.pro 0x00000001000d052a LowLevelMovieSync(long, long) + 93626
26 com.apple.logic.pro 0x00000001000d1ebb LowLevelMovieSync(long, long) + 100171
27 com.apple.logic.pro 0x00000001005217fa std::vector >::reserve(unsigned long) + 247642
28 com.apple.logic.pro 0x000000010052a0bc std::vector >::reserve(unsigned long) + 282652
29 com.apple.logic.pro 0x00000001000a432a std::vector >::operator=(std::vector > const&) + 6746
30 com.apple.logic.pro 0x000000010010c09f std::vector >::operator=(std::vector > const&) + 13295
31 com.apple.logic.pro 0x000000010010cbd1 std::vector >::operator=(std::vector > const&) + 16161
32 com.apple.logic.pro 0x00000001000a8f2c std::vector >::operator=(std::vector > const&) + 26204
33 com.apple.logic.pro 0x00000001000d3620 LowLevelMovieSync(long, long) + 106160
34 com.apple.logic.pro 0x000000010052a18b std::vector >::reserve(unsigned long) + 282859
35 com.apple.logic.pro 0x000000010052b752 std::vector >::reserve(unsigned long) + 288434
36 com.apple.logic.pro 0x0000000100519f15 std::vector >::reserve(unsigned long) + 216693
37 com.apple.logic.pro 0x00000001001b29d1 std::vector >::reserve(unsigned long) + 178273
38 com.apple.logic.pro 0x0000000100522799 std::vector >::reserve(unsigned long) + 251641
39 com.apple.logic.pro 0x00000001005cf67d std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::insert_unique(std::_Rb_tree_iterator >, std::pair const&) + 357533
40 com.apple.AppKit 0x00007fff8c2a253e -[NSWindow sendEvent:] + 6853
41 com.apple.prokit 0x0000000101234afd -[NSProWindow sendEvent:] + 244
42 com.apple.logic.pro 0x000000010077a563 std::vector >::_M_insert_aux(__gnu_cxx::__normal_iterator > >, SurvivingEvent const&) + 38147
43 com.apple.AppKit 0x00007fff8c29e674 -[NSApplication sendEvent:] + 5761
44 com.apple.prokit 0x0000000101211ea9 -[NSProApplication sendEvent:] + 1835
45 com.apple.logic.pro 0x00000001005bf90d std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::insert_unique(std::_Rb_tree_iterator >, std::pair const&) + 292653
46 com.apple.logic.pro 0x00000001005c4704 std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::insert_unique(std::_Rb_tree_iterator >, std::pair const&) + 312612
47 com.apple.logic.pro 0x00000001005bf940 std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::insert_unique(std::_Rb_tree_iterator >, std::pair const&) + 292704
48 com.apple.AppKit 0x00007fff8c1b424a -[NSApplication run] + 636
49 com.apple.prokit 0x00000001012126c5 NSProApplicationMain + 378
50 com.apple.logic.pro 0x000000010002aa58 DummyConnection::DummyConnection() + 86
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff8df93d16 kevent + 10
1 libdispatch.dylib 0x00007fff87ffadea _dispatch_mgr_invoke + 883
2 libdispatch.dylib 0x00007fff87ffa9ee _dispatch_mgr_thread + 54
Thread 2:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x00007fff8df91686 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8df90c42 mach_msg + 70
2 com.apple.CoreFoundation 0x00007fff869d5233 __CFRunLoopServiceMachPort + 195
3 com.apple.CoreFoundation 0x00007fff869da916 __CFRunLoopRun + 1078
4 com.apple.CoreFoundation 0x00007fff869da0e2 CFRunLoopRunSpecific + 290
5 com.apple.Foundation 0x00007fff88054b66 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
6 com.apple.Foundation 0x00007fff880b2cd2 __NSThread__main__ + 1345
7 libsystem_c.dylib 0x00007fff9211a7a2 _pthread_start + 327
8 libsystem_c.dylib 0x00007fff921071e1 thread_start + 13
Thread 3:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff8df93322 __select + 10
1 com.apple.CoreFoundation 0x00007fff86a19f46 __CFSocketManager + 1302
2 libsystem_c.dylib 0x00007fff9211a7a2 _pthread_start + 327
3 libsystem_c.dylib 0x00007fff921071e1 thread_start + 13
Thread 4:
0 libsystem_kernel.dylib 0x00007fff8df930fa __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff9211efe9 _pthread_cond_wait + 869
2 com.apple.music.apps.MAAudioEngine0x0000000103137cd0 CAudioFileBlockManager::GetBlock(MDFile const*, long, int) + 2064
3 libsystem_c.dylib 0x00007fff9211a7a2 _pthread_start + 327
4 libsystem_c.dylib 0x00007fff921071e1 thread_start + 13
Thread 5:
0 libsystem_kernel.dylib 0x00007fff8df91686 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8df90c42 mach_msg + 70
2 com.apple.audio.midi.CoreMIDI 0x00000001016f0970 XServerMachPort::ReceiveMessage(int&, void*, int&) + 96
3 com.apple.audio.midi.CoreMIDI 0x000000010170cb23 MIDIProcess::RunMIDIInThread() + 243
4 com.apple.audio.midi.CoreMIDI 0x00000001016f1c2c XThread::RunHelper(void*) + 10
5 com.apple.audio.midi.CoreMIDI 0x00000001016f180f CAPThread::Entry(CAPThread*) + 175
6 libsystem_c.dylib 0x00007fff9211a7a2 _pthread_start + 327
7 libsystem_c.dylib 0x00007fff921071e1 thread_start + 13
Thread 6:
0 libsystem_kernel.dylib 0x00007fff8df930fa __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff9211f023 _pthread_cond_wait + 927
2 com.apple.CoreServices.CarbonCore0x00007fff8b1f0406 TSWaitOnConditionTimedRelative + 163
3 com.apple.CoreServices.CarbonCore0x00007fff8b1eff6d TSWaitOnSemaphoreCommon + 265
4 com.apple.CoreServices.CarbonCore0x00007fff8b1d7b21 TimerThread + 356
5 libsystem_c.dylib 0x00007fff9211a7a2 _pthread_start + 327
6 libsystem_c.dylib 0x00007fff921071e1 thread_start + 13
Thread 7:
0 libsystem_kernel.dylib 0x00007fff8df93386 __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff921a4800 nanosleep + 163
2 libsystem_c.dylib 0x00007fff921a4717 usleep + 54
3 AxB_XComp 0x00000001415259d3 GetAxEngineStatus + 275
4 libsystem_c.dylib 0x00007fff9211a7a2 _pthread_start + 327
5 libsystem_c.dylib 0x00007fff921071e1 thread_start + 13
Thread 8:
0 libsystem_kernel.dylib 0x00007fff8df93386 __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff921a4800 nanosleep + 163
2 libsystem_c.dylib 0x00007fff921a4717 usleep + 54
3 AxB_BusCompressor 0x00000001446b59d3 GetAxEngineStatus + 275
4 libsystem_c.dylib 0x00007fff9211a7a2 _pthread_start + 327
5 libsystem_c.dylib 0x00007fff921071e1 thread_start + 13
Thread 9:: com.apple.appkit-heartbeat
0 libsystem_kernel.dylib 0x00007fff8df93386 __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff921a4800 nanosleep + 163
2 libsystem_c.dylib 0x00007fff921a4717 usleep + 54
3 com.apple.AppKit 0x00007fff8c3a2868 -[NSUIHeartBeat _heartBeatThread:] + 543
4 com.apple.Foundation 0x00007fff880b2cd2 __NSThread__main__ + 1345
5 libsystem_c.dylib 0x00007fff9211a7a2 _pthread_start + 327
6 libsystem_c.dylib 0x00007fff921071e1 thread_start + 13
Thread 10:
0 libsystem_kernel.dylib 0x00007fff8df936d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff9211cf4c _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff9211cd13 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff921071d1 start_wqthread + 13
Thread 11:
0 libsystem_kernel.dylib 0x00007fff8df936d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff9211cf4c _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff9211cd13 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff921071d1 start_wqthread + 13
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfd108 rdx: 0x0000000000000000
rdi: 0x0000000000000c07 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfd130 rsp: 0x00007fff5fbfd108
r8: 0x00007fff77b05278 r9: 0x0000000000000000 r10: 0x0000000020000000 r11: 0x0000000000000206
r12: 0x00007fff5fbfd1ff r13: 0x00007fff5fbfd180 r14: 0x00007fff77b06180 r15: 0x0000000123ddbae0
rip: 0x00007fff8df93212 rfl: 0x0000000000000206 cr2: 0xffffff810e0cf004
Logical CPU: 0
Binary Images:
0x100000000 - 0x100c18fef com.apple.logic.pro (9.1.8 - 1700.67) /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
0x101086000 - 0x1010a4fef com.apple.XSKey (1.0.0 - 52) /Library/Frameworks/XSKey.framework/Versions/A/XSKey
0x1010b6000 - 0x1010f0ff7 com.apple.music.apps.MAAudioUnitSupport (9.1.8 - 233.53) /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnitSupport
0x101113000 - 0x101141ff7 com.apple.musicaudiodataservices (1.1 - 251.4) /Applications/Logic Pro.app/Contents/Frameworks/MAAssetSharing.framework/Versions/A/MAAssetSharing
0x101153000 - 0x101155fff com.apple.ExceptionHandling (1.5 - 10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHandling
0x10115a000 - 0x1011bdff7 com.apple.music.apps.MALoopManagement (9.1.8 - 219.66) /Applications/Logic Pro.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagement
0x1011f4000 - 0x10146aff7 com.apple.prokit (7.3.2 - 1944.10) /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
0x101603000 - 0x101699fe7 com.apple.music.apps.MACore (9.1.8 - 477.58) /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
0x1016e3000 - 0x10172dff7 com.apple.audio.midi.CoreMIDI (1.9 - 78) /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
0x101756000 - 0x1017b4fef com.apple.music.apps.MAHarmony (9.1.8 - 199.72) /Applications/Logic Pro.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
0x1017dc000 - 0x101c1dfff com.apple.music.apps.MAPlugInGUI (9.1.8 - 424.79) /Applications/Logic Pro.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
0x101ee1000 - 0x101fbdfff com.apple.music.apps.OMF (9.1.8 - 109.7) /Applications/Logic Pro.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
0x101fdc000 - 0x10260cfef com.apple.music.apps.MADSP (9.1.8 - 588.98) /Applications/Logic Pro.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
0x102e6a000 - 0x102e8fff7 com.apple.music.apps.LogicFileBrowser (9.1.8 - 1700.67) /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrowser
0x102ea2000 - 0x102f20fff com.apple.music.apps.LogicLoopBrowser (9.1.8 - 1700.67) /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrowser
0x102f4f000 - 0x102f73ff7 com.apple.music.apps.MAApogeeSupport (9.1.8 - 313.26) /Applications/Logic Pro.app/Contents/Frameworks/MAApogeeSupport.framework/Versions/A/MAApogeeSupport
0x102f81000 - 0x102f86fff com.apple.music.apps.MAResources (9.1.8 - 212.66) /Applications/Logic Pro.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
0x102f89000 - 0x102fb7fff com.apple.audio.CoreAudioKit (1.6.4 - 1.6.4) /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
0x102fd2000 - 0x102fe5ff7 com.apple.AERegistration (1.2 - 401) /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
0x102ffe000 - 0x10300bfff com.apple.music.apps.MAUnitTest (9.1.8 - 97.27) /Applications/Logic Pro.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
0x103014000 - 0x1030cffe7 com.apple.music.apps.MAFiles (9.1.8 - 144.87) /Applications/Logic Pro.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
0x103108000 - 0x103184fe7 com.apple.music.apps.MAAudioEngine (9.1.8 - 158.42) /Applications/Logic Pro.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
0x1031f8000 - 0x103203fff com.apple.music.apps.MAToolKit (9.1.8 - 359.28) /Applications/Logic Pro.app/Contents/Frameworks/MAToolKit.framework/Versions/A/MAToolKit
0x10320a000 - 0x103218ff7 com.apple.music.apps.MAVideo (9.1.8 - 12.70) /Applications/Logic Pro.app/Contents/Frameworks/MAVideo.framework/Versions/A/MAVideo
0x103220000 - 0x1032f9ff7 libcrypto.0.9.7.dylib (106) /usr/lib/libcrypto.0.9.7.dylib
0x103350000 - 0x1033fefec com.apple.MobileMe (9 - 1.01) /Applications/Logic Pro.app/Contents/Frameworks/MobileMe.framework/Versions/A/MobileMe
0x104700000 - 0x104729ff7 com.apple.prokit.LionPanels (7.3.2 - 1944.10) /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/LionPanels.bundle/Contents/MacOS/LionPanels
0x10d9c0000 - 0x10d9cdff7 com.apple.iokit.IOHIDLib (1.8.1 - 1.8.1) /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib
0x10dc00000 - 0x10dcb9ff7 ColorSyncDeprecated.dylib (400) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
0x10de52000 - 0x10de57fff com.apple.audio.AppleHDAHALPlugIn (2.3.7 - 2.3.7fc4) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x10de79000 - 0x10deacff7 +c74.pitchMod (1.0 - 1) /Library/Audio/Plug-Ins/Components/pitchMod.component/Contents/MacOS/pitchMod
0x10dfe6000 - 0x10dfeeff7 com.apple.proapps.mrcheckpro (1.4 - 397) /Applications/Logic Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
0x10fa0f000 - 0x10fa13fff com.apple.IOAccelerator (30.14 - 30.14) /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x110beb000 - 0x110bf8fff libGPUSupport.dylib (8.7.25) /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib
0x110e52000 - 0x110e54ff7 com.apple.textencoding.unicode (2.5 - 2.5) /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
0x110f06000 - 0x110f12fff libGPUSupportMercury.dylib (8.7.25) /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x110f1a000 - 0x110f45fff GLRendererFloat (8.7.25) /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
0x110f4e000 - 0x110f57fe7 libcldcpuengine.dylib (2.2.16) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x1113df000 - 0x1113e1ff7 com.apple.music.apps.anvil.resources (9.1.8 - 280.4) /Applications/Logic Pro.app/Contents/PlugIns/anvil.res/Contents/MacOS/anvil
0x1113e6000 - 0x1113e8ff7 com.apple.music.apps.common.resources (9.1.8 - 280.4) /Applications/Logic Pro.app/Contents/PlugIns/common.res/Contents/MacOS/common
0x1113ed000 - 0x1113efff7 com.apple.music.apps.ebp.resources (9.1.8 - 280.4) /Applications/Logic Pro.app/Contents/PlugIns/ebp.res/Contents/MacOS/ebp
0x1113f4000 - 0x1113f6ff7 com.apple.music.apps.efx.resources (9.1.8 - 280.4) /Applications/Logic Pro.app/Contents/PlugIns/efx.res/Contents/MacOS/efx
0x111842000 - 0x111844ff7 com.apple.music.apps.egt.resources (9.1.8 - 280.4) /Applications/Logic Pro.app/Contents/PlugIns/egt.res/Contents/MacOS/egt
0x111849000 - 0x11184bff7 com.apple.music.apps.emx.resources (9.1.8 - 280.4) /Applications/Logic Pro.app/Contents/PlugIns/emx.res/Contents/MacOS/emx
0x111850000 - 0x111852ff7 com.apple.music.apps.es1.resources (9.1.8 - 280.4) /Applications/Logic Pro.app/Contents/PlugIns/es1.res/Contents/MacOS/es1
0x111857000 - 0x111859ff7 com.apple.music.apps.es2.resources (9.1.8 - 280.4) /Applications/Logic Pro.app/Contents/PlugIns/es2.res/Contents/MacOS/es2
0x11185e000 - 0x111860ff7 com.apple.music.apps.esp.resources (9.1.8 - 280.4) /Applications/Logic Pro.app/Contents/PlugIns/esp.res/Contents/MacOS/esp
0x111865000 - 0x111867ff7 com.apple.music.apps.evb3.resources (9.1.8 - 280.4) /Applications/Logic Pro.app/Contents/PlugIns/evb3.res/Contents/MacOS/evb3
0x1137f3000 - 0x1137f5ff7 com.apple.music.apps.evd6.resources (9.1.8 - 280.4) /Applications/Logic Pro.app/Contents/PlugIns/evd6.res/Contents/MacOS/evd6
0x114d2d000 - 0x114eebfff GLEngine (8.7.25) /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x114f22000 - 0x115092fff libGLProgrammability.dylib (8.7.25) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x1150ca000 - 0x115552fff com.apple.driver.AppleIntelHD4000GraphicsGLDriver (8.10.44 - 8.1.0) /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver
0x1157aa000 - 0x1157acff7 com.apple.music.apps.evoc.resources (9.1.8 - 280.4) /Applications/Logic Pro.app/Contents/PlugIns/evoc.res/Contents/MacOS/evoc
0x1157b1000 - 0x1157b3ff7 com.apple.music.apps.evp88.resources (9.1.8 - 280.4) /Applications/Logic Pro.app/Contents/PlugIns/evp88.res/Contents/MacOS/evp88
0x1157b8000 - 0x1157baff7 com.apple.music.apps.exs24.resources (9.1.8 - 280.4) /Applications/Logic Pro.app/Contents/PlugIns/exs24.res/Contents/MacOS/exs24
0x1157bf000 - 0x1157c1ff7 com.apple.music.apps.guitaramp.resources (9.1.8 - 280.4) /Applications/Logic Pro.app/Contents/PlugIns/guitaramp.res/Contents/MacOS/guitaramp
0x1157c6000 - 0x1157c8ff7 com.apple.music.apps.guitarcontrols.resources (9.1.8 - 280.4) /Applications/Logic Pro.app/Contents/PlugIns/guitarcontrols.res/Contents/MacOS/guitarcontrols
0x1157cd000 - 0x1157cfff7 com.apple.music.apps.mutapdel.resources (9.1.8 - 280.4) /Applications/Logic Pro.app/Contents/PlugIns/mutapdel.res/Contents/MacOS/mutapdel
0x1157d4000 - 0x1157d6ff7 com.apple.music.apps.pedalboard.resources (9.1.8 - 280.4) /Applications/Logic Pro.app/Contents/PlugIns/pedalboard.res/Contents/MacOS/pedalboard
0x1157db000 - 0x1157ddff7 com.apple.music.apps.revolver.resources (9.1.8 - 280.4) /Applications/Logic Pro.app/Contents/PlugIns/revolver.res/Contents/MacOS/revolver
0x1157e2000 - 0x1157e4ff7 com.apple.music.apps.sphere.resources (9.1.8 - 280.4) /Applications/Logic Pro.app/Contents/PlugIns/sphere.res/Contents/MacOS/sphere
0x117df7000 - 0x117df8fff +com.phonoxone.cocoaui (???) /Library/Audio/Plug-Ins/Components/SSL X-Comp Stereo x64.component/Contents/Resources/XComp_phonoxonecocoaui_CocoaViewFactory.bundle/Contents/MacOS/XComp_phonoxonecocoaui_CocoaViewFactory
0x11d62a000 - 0x11d62bfff +com.phonoxone.cocoaui (???) /Library/Audio/Plug-Ins/Components/SSL Bus Compressor Stereo x64.component/Contents/Resources/BusCompressor_phonoxonecocoaui_CocoaViewFactory.bundle/Contents/MacOS/BusCompressor_phonoxonecocoaui_CocoaViewFactory
0x1253d0000 - 0x1262e0ff7 +Absynth 5.MusicDevice.component (5.1.0 [R1013] - 5.1.0 [R1013], Copyright © 2011 Native Instruments) /Library/Audio/Plug-Ins/Components/Absynth 5.component/Contents/MacOS/Absynth 5
0x129d00000 - 0x12ab3efff +FM8.MusicDevice.component (1.2.0 [R1016] - 1.2.0 [R1016], Copyright © 2011 Native Instruments) /Library/Audio/Plug-Ins/Components/FM8.component/Contents/MacOS/FM8
0x137800000 - 0x1385f9fff +Massive.MusicDevice.component (1.3.0 [R2050] - 1.3.0 [R2050], Copyright © 2011 Native Instruments) /Library/Audio/Plug-Ins/Components/Massive.component/Contents/MacOS/Massive
0x13df79000 - 0x13df9ffe7 +com.ssl.xcomp_au (1.0r0 - 1.0r0) /Library/Audio/Plug-Ins/Components/SSL X-Comp Stereo x64.component/Contents/MacOS/SSL X-Comp Stereo x64
0x13f781000 - 0x13f7a7fe7 +com.ssl.buscompressor_au (1.0r0 - 1.0r0) /Library/Audio/Plug-Ins/Components/SSL Bus Compressor Stereo x64.component/Contents/MacOS/SSL Bus Compressor Stereo x64
0x140db5000 - 0x141023fef +com.ssl.xcomp pxpi (1.0 - 1.0) /Library/Audio/Plug-Ins/Components/SSL X-Comp Stereo x64.component/Contents/Resources/XComp.pxpi/Contents/MacOS/XComp
0x14150d000 - 0x14160efff +AxB_XComp (???) AxB_XComp
0x143d00000 - 0x143f35fe7 +com.ssl.buscomopressor pxpi (1.0 - 1.0) /Library/Audio/Plug-Ins/Components/SSL Bus Compressor Stereo x64.component/Contents/Resources/BusCompressor.pxpi/Contents/MacOS/BusCompressor
0x14469d000 - 0x14479efff +AxB_BusCompressor (???) AxB_BusCompressor
0x146d12000 - 0x146d12ff9 +cl_kernels (???) cl_kernels
0x146d14000 - 0x146daeff7 unorm8_bgra.dylib (2.2.16) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x146f59000 - 0x146f5affb +cl_kernels (???) cl_kernels
0x200000000 - 0x20092dff7 com.apple.GeForceGLDriver (8.10.44 - 8.1.0) /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
0x7fff6854d000 - 0x7fff6858193f dyld (210.2.3) /usr/lib/dyld
0x7fff860c0000 - 0x7fff860c1ff7 libremovefile.dylib (23.2) /usr/lib/system/libremovefile.dylib
0x7fff860c3000 - 0x7fff861ddfff com.apple.coreavchd (5.6.0 - 5600.4.16) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff861de000 - 0x7fff86247fff libstdc++.6.dylib (56) /usr/lib/libstdc++.6.dylib
0x7fff8633a000 - 0x7fff8653afff libicucore.A.dylib (491.11.2) /usr/lib/libicucore.A.dylib
0x7fff8653b000 - 0x7fff8658cff7 com.apple.SystemConfiguration (1.12.2 - 1.12.2) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff865d5000 - 0x7fff86855ff7 com.apple.AOSKit (1.05 - 152.2) /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
0x7fff86856000 - 0x7fff86857fff libsystem_blocks.dylib (59) /usr/lib/system/libsystem_blocks.dylib
0x7fff86858000 - 0x7fff86866ff7 libkxld.dylib (2050.22.13) /usr/lib/system/libkxld.dylib
0x7fff86867000 - 0x7fff8687dfff com.apple.MultitouchSupport.framework (235.29 - 235.29) /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff8687e000 - 0x7fff86997fff com.apple.ImageIO.framework (3.2.0 - 849) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff869a5000 - 0x7fff86b8fff7 com.apple.CoreFoundation (6.8 - 744.18) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff86b90000 - 0x7fff86b9efff libcommonCrypto.dylib (60027) /usr/lib/system/libcommonCrypto.dylib
0x7fff86bb4000 - 0x7fff86bd5ff7 libCRFSuite.dylib (33) /usr/lib/libCRFSuite.dylib
0x7fff86bd6000 - 0x7fff87012fff com.apple.VideoToolbox (1.0 - 926.87) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff87013000 - 0x7fff87016fff libRadiance.dylib (849) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff8703f000 - 0x7fff871b4fff com.apple.CFNetwork (596.3.3 - 596.3.3) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff871b5000 - 0x7fff871c0ff7 com.apple.aps.framework (3.0 - 3.0) /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
0x7fff871c1000 - 0x7fff871c7fff com.apple.DiskArbitration (2.5.2 - 2.5.2) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff87230000 - 0x7fff8730afff com.apple.backup.framework (1.4.2 - 1.4.2) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff87311000 - 0x7fff8731cff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff8731d000 - 0x7fff87329fff libCSync.A.dylib (331.0.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x7fff87387000 - 0x7fff8739cfff com.apple.ImageCapture (8.0 - 8.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff8739d000 - 0x7fff873e0ff7 com.apple.bom (12.0 - 192) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff873e1000 - 0x7fff8768fff7 com.apple.imageKit (2.2 - 670) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff87690000 - 0x7fff87694fff com.apple.IOSurface (86.0.4 - 86.0.4) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff87699000 - 0x7fff876f3fff com.apple.print.framework.PrintCore (8.3 - 387.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff876f7000 - 0x7fff8774cff7 libTIFF.dylib (849) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8778c000 - 0x7fff877f4ff7 libc++.1.dylib (65.1) /usr/lib/libc++.1.dylib
0x7fff8783a000 - 0x7fff87862fff libJPEG.dylib (849) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff87863000 - 0x7fff87863fff com.apple.vecLib (3.8 - vecLib 3.8) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff87864000 - 0x7fff8789eff7 com.apple.GSS (3.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff8789f000 - 0x7fff8799cfff libsqlite3.dylib (138.1) /usr/lib/libsqlite3.dylib
0x7fff879d8000 - 0x7fff879e1ff7 com.apple.CommerceCore (1.0 - 26.1) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff87a0b000 - 0x7fff87a58fff com.apple.CoreMediaIO (307.0 - 4155) /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff87a59000 - 0x7fff87ab2fff com.apple.ImageCaptureCore (5.0.2 - 5.0.2) /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff87d29000 - 0x7fff87d31fff liblaunch.dylib (442.26.2) /usr/lib/system/liblaunch.dylib
0x7fff87d32000 - 0x7fff87ff5ff7 com.apple.AddressBook.framework (7.1 - 1169) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x7fff87ff6000 - 0x7fff8800bff7 libdispatch.dylib (228.23) /usr/lib/system/libdispatch.dylib
0x7fff88018000 - 0x7fff8801cfff libCoreVMClient.dylib (32.3) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff8801d000 - 0x7fff8837aff7 com.apple.Foundation (6.8 - 945.16) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff8852d000 - 0x7fff88638fff libFontParser.dylib (84.6) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff88639000 - 0x7fff88660ff7 com.apple.PerformanceAnalysis (1.16 - 16) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff88661000 - 0x7fff8880ffff com.apple.QuartzCore (1.8 - 304.2) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff88810000 - 0x7fff88912fff libcrypto.0.9.8.dylib (47) /usr/lib/libcrypto.0.9.8.dylib
0x7fff889a1000 - 0x7fff88b12ff7 com.apple.QTKit (7.7.1 - 2599.24) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff88b64000 - 0x7fff88b65fff liblangid.dylib (116) /usr/lib/liblangid.dylib
0x7fff88b72000 - 0x7fff88b72fff com.apple.Cocoa (6.7 - 19) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff88b73000 - 0x7fff8931afff com.apple.CoreAUC (6.16.13 - 6.16.13) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff8931b000 - 0x7fff8931dff7 com.apple.print.framework.Print (8.0 - 258) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff8931e000 - 0x7fff89325fff libGFXShared.dylib (8.7.25) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff89326000 - 0x7fff894c1fef com.apple.vImage (6.0 - 6.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff894c2000 - 0x7fff8954cff7 com.apple.iLifeMediaBrowser (2.7.3 - 546.4) /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowser
0x7fff89623000 - 0x7fff896f6ff7 com.apple.DiscRecording (7.0 - 7000.2.4) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff896f7000 - 0x7fff89709ff7 libz.1.dylib (43) /usr/lib/libz.1.dylib
0x7fff8970a000 - 0x7fff8982292f libobjc.A.dylib (532.2) /usr/lib/libobjc.A.dylib
0x7fff89823000 - 0x7fff89826fff com.apple.AppleSystemInfo (2.0 - 2) /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff89827000 - 0x7fff8982fff7 libsystem_dnssd.dylib (379.37) /usr/lib/system/libsystem_dnssd.dylib
0x7fff89830000 - 0x7fff89ad4ff7 com.apple.CoreImage (8.2.4 - 1.0.1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff89ad5000 - 0x7fff89adafff libcompiler_rt.dylib (30) /usr/lib/system/libcompiler_rt.dylib
0x7fff89adb000 - 0x7fff89adefff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff89adf000 - 0x7fff89aebfff com.apple.CrashReporterSupport (10.8.3 - 417) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff89aec000 - 0x7fff89b2cff7 com.apple.MediaKit (14 - 687) /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff89b88000 - 0x7fff89bc2fff com.apple.framework.internetaccounts (2.1 - 210) /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
0x7fff89bc5000 - 0x7fff89c0efff com.apple.framework.CoreWiFi (1.2.2 - 122.12) /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff89c0f000 - 0x7fff89e6aff7 com.apple.QuartzComposer (5.1 - 284) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff89e6b000 - 0x7fff8a106fff com.apple.JavaScriptCore (8536 - 8536.28.10) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff8a107000 - 0x7fff8a15eff7 com.apple.AppleVAFramework (5.0.19 - 5.0.19) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff8a15f000 - 0x7fff8a172ff7 libbsm.0.dylib (32) /usr/lib/libbsm.0.dylib
0x7fff8a173000 - 0x7fff8a173fff com.apple.quartzframework (1.5 - 1.5) /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff8a174000 - 0x7fff8a174fff libkeymgr.dylib (25) /usr/lib/system/libkeymgr.dylib
0x7fff8a175000 - 0x7fff8a184ff7 libxar.1.dylib (105) /usr/lib/libxar.1.dylib
0x7fff8a185000 - 0x7fff8a1aaff7 libc++abi.dylib (26) /usr/lib/libc++abi.dylib
0x7fff8a1ab000 - 0x7fff8a268ff7 com.apple.ColorSync (4.8.0 - 4.8.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff8a269000 - 0x7fff8a283fff com.apple.CoreMediaAuthoring (2.1 - 914) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff8a46d000 - 0x7fff8a484fff libGL.dylib (8.7.25) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff8a485000 - 0x7fff8a485fff com.apple.AOSMigrate (1.0 - 1) /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
0x7fff8a486000 - 0x7fff8a4e3ff7 com.apple.audio.CoreAudio (4.1.1 - 4.1.1) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff8a544000 - 0x7fff8a570fff com.apple.framework.Apple80211 (8.3.2 - 832.18.1) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff8a9a5000 - 0x7fff8a9f4ff7 libcorecrypto.dylib (106.2) /usr/lib/system/libcorecrypto.dylib
0x7fff8a9f5000 - 0x7fff8a9f5fff com.apple.CoreServices (57 - 57) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff8a9f6000 - 0x7fff8aa05fff com.apple.opengl (1.8.7 - 1.8.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff8aa39000 - 0x7fff8abbffff libBLAS.dylib (1073.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff8abf2000 - 0x7fff8abf7fff com.apple.OpenDirectory (10.8 - 151.10) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff8ac00000 - 0x7fff8ac35ff7 libTrueTypeScaler.dylib (84.6) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff8ac36000 - 0x7fff8ac3aff7 com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff8ad46000 - 0x7fff8ad4dfff libcopyfile.dylib (89) /usr/lib/system/libcopyfile.dylib
0x7fff8ad4e000 - 0x7fff8ada8ff7 com.apple.opencl (2.2.18 - 2.2.18) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff8ada9000 - 0x7fff8adadff7 com.apple.CommonPanels (1.2.5 - 94) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff8ae3e000 - 0x7fff8ae42fff libGIF.dylib (849) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff8ae6f000 - 0x7fff8ae73fff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff8aebd000 - 0x7fff8af25fff libvDSP.dylib (380.6) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff8af4f000 - 0x7fff8af9eff7 libFontRegistry.dylib (100) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff8af9f000 - 0x7fff8b090ff7 com.apple.DiskImagesFramework (10.8.3 - 345) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff8b091000 - 0x7fff8b0c9fff libtidy.A.dylib (15.10) /usr/lib/libtidy.A.dylib
0x7fff8b0ca000 - 0x7fff8b0fefff com.apple.securityinterface (6.0 - 55024.4) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x7fff8b143000 - 0x7fff8b45aff7 com.apple.CoreServices.CarbonCore (1037.5 - 1037.5) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff8b45b000 - 0x7fff8b476ff7 libexpat.1.dylib (12) /usr/lib/libexpat.1.dylib
0x7fff8b477000 - 0x7fff8b488ff7 libsasl2.2.dylib (166) /usr/lib/libsasl2.2.dylib
0x7fff8b519000 - 0x7fff8b597ff7 com.apple.securityfoundation (6.0 - 55115.4) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff8b6ce000 - 0x7fff8b6d4fff libmacho.dylib (829) /usr/lib/system/libmacho.dylib
0x7fff8b725000 - 0x7fff8b753fff com.apple.CoreServicesInternal (154.2 - 154.2) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff8b758000 - 0x7fff8b763fff libsystem_notify.dylib (98.5) /usr/lib/system/libsystem_notify.dylib
0x7fff8b7cc000 - 0x7fff8b7d3fff com.apple.phonenumbers (1.1 - 47) /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x7fff8b7d4000 - 0x7fff8b7d4ffd com.apple.audio.units.AudioUnit (1.8 - 1.8) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff8b830000 - 0x7fff8b932fff libJP2.dylib (849) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8b933000 - 0x7fff8b9cdfff libvMisc.dylib (380.6) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8b9ce000 - 0x7fff8b9ebff7 com.apple.openscripting (1.3.6 - 148.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff8b9ec000 - 0x7fff8ba30fff libcups.2.dylib (327.3) /usr/lib/libcups.2.dylib
0x7fff8bc43000 - 0x7fff8c060fff FaceCoreLight (2.4.1) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x7fff8c061000 - 0x7fff8c067ff7 libunwind.dylib (35.1) /usr/lib/system/libunwind.dylib
0x7fff8c068000 - 0x7fff8cc95ff7 com.apple.AppKit (6.8 - 1187.37) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8cc96000 - 0x7fff8cc96fff libOpenScriptingUtil.dylib (148.3) /usr/lib/libOpenScriptingUtil.dylib
0x7fff8cdb1000 - 0x7fff8ced1fff com.apple.desktopservices (1.7.3 - 1.7.3) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff8ced2000 - 0x7fff8ceedff7 com.apple.frameworks.preferencepanes (15.1 - 15.1) /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
0x7fff8cf0d000 - 0x7fff8cf21fff com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff8cf22000 - 0x7fff8cf2cfff com.apple.speech.recognition.framework (4.1.5 - 4.1.5) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff8cf2d000 - 0x7fff8cf9dfff com.apple.ISSupport (1.9.8 - 56) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x7fff8cfe5000 - 0x7fff8d065ff7 com.apple.ApplicationServices.ATS (332 - 341.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff8d066000 - 0x7fff8d1c4fef com.apple.MediaControlSender (1.7 - 170.20) /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
0x7fff8d1c5000 - 0x7fff8d1fbfff libsystem_info.dylib (406.17) /usr/lib/system/libsystem_info.dylib
0x7fff8d1fc000 - 0x7fff8d23fff7 com.apple.RemoteViewServices (2.0 - 80.6) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff8d240000 - 0x7fff8d511ff7 com.apple.security (7.0 - 55179.11) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff8d512000 - 0x7fff8d5d7ff7 com.apple.coreui (2.0 - 181.1) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff8d5d8000 - 0x7fff8d620fff libcurl.4.dylib (69.2) /usr/lib/libcurl.4.dylib
0x7fff8d621000 - 0x7fff8d6f3ff7 com.apple.CoreText (260.0 - 275.16) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff8d6f4000 - 0x7fff8ded9fff libclh.dylib (4.0.3 - 4.0.3) /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
0x7fff8deda000 - 0x7fff8df80ff7 com.apple.CoreServices.OSServices (557.6 - 557.6) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff8df81000 - 0x7fff8df9cff7 libsystem_kernel.dylib (2050.22.13) /usr/lib/system/libsystem_kernel.dylib
0x7fff8df9d000 - 0x7fff8dfe7ff7 libGLU.dylib (8.7.25) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff8dfe8000 - 0x7fff8e083fff com.apple.CoreSymbolication (3.0 - 117) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8e084000 - 0x7fff8e0e3fff com.apple.AE (645.6 - 645.6) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff8e0e4000 - 0x7fff8e0f2ff7 libsystem_network.dylib (77.10) /usr/lib/system/libsystem_network.dylib
0x7fff8e0f3000 - 0x7fff8e1e8fff libiconv.2.dylib (34) /usr/lib/libiconv.2.dylib
0x7fff8e1eb000 - 0x7fff8e1f2fff com.apple.NetFS (5.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff8e269000 - 0x7fff8e2c5fff com.apple.QuickLookFramework (4.0 - 555.5) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff8e2c6000 - 0x7fff8e2d3ff7 com.apple.NetAuth (4.0 - 4.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8e2d4000 - 0x7fff8e342fff com.apple.framework.IOKit (2.0.1 - 755.22.5) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff8e852000 - 0x7fff8e87efff com.apple.quartzfilters (1.8.0 - 1.7.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff8e88a000 - 0x7fff8e88afff com.apple.ApplicationServices (45 - 45) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff8e88b000 - 0x7fff8e8c8fef libGLImage.dylib (8.7.25) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff8e8c9000 - 0x7fff8e95afff com.apple.CorePDF (2.0 - 2) /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff8e95b000 - 0x7fff8e9a6fff com.apple.framework.CoreWLAN (3.0.2 - 302.12) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff8e9a7000 - 0x7fff8e9deff7 libssl.0.9.8.dylib (47) /usr/lib/libssl.0.9.8.dylib
0x7fff8e9f0000 - 0x7fff8ea2fff7 com.apple.QD (3.42 - 285) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff8ea30000 - 0x7fff8ea7bfff com.apple.CoreMedia (1.0 - 926.87) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff8ea83000 - 0x7fff8ea84ff7 libSystem.B.dylib (169.3) /usr/lib/libSystem.B.dylib
0x7fff8ea85000 - 0x7fff8eb07ff7 com.apple.Heimdal (3.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff8eb08000 - 0x7fff8eb09ff7 libsystem_sandbox.dylib (220.2) /usr/lib/system/libsystem_sandbox.dylib
0x7fff8eb0a000 - 0x7fff8ebbbfff com.apple.LaunchServices (539.7 - 539.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8ebbc000 - 0x7fff8ed47ff7 com.apple.WebKit (8536 - 8536.28.10) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff8ed48000 - 0x7fff8ed67ff7 com.apple.ChunkingLibrary (2.0 - 133.3) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff8ed68000 - 0x7fff8ed68fff com.apple.Accelerate (1.8 - Accelerate 1.8) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8ed69000 - 0x7fff8ed80fff com.apple.GenerationalStorage (1.1 - 132.3) /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff8ed83000 - 0x7fff8ed8eff7 com.apple.DisplayServicesFW (2.7.2 - 357) /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff8ed91000 - 0x7fff8ee8ffff com.apple.QuickLookUIFramework (4.0 - 555.5) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff8ee90000 - 0x7fff8eeb0fff libPng.dylib (849) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff8eec0000 - 0x7fff8eeecff7 libRIP.A.dylib (331.0.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff8f7e7000 - 0x7fff8fbe0fe7 com.apple.MediaToolbox (1.0 - 926.87) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff8fbe1000 - 0x7fff8fc08fff com.apple.framework.familycontrols (4.1 - 410) /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff8fc60000 - 0x7fff8fccdff7 com.apple.datadetectorscore (4.1 - 269.2) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff8fcdf000 - 0x7fff8fcecfff com.apple.AppleFSCompression (49 - 1.0) /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff8fced000 - 0x7fff8fe46ff7 com.apple.syncservices (7.1 - 713.1) /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
0x7fff90090000 - 0x7fff900beff7 libsystem_m.dylib (3022.6) /usr/lib/system/libsystem_m.dylib
0x7fff900d9000 - 0x7fff900defff libcache.dylib (57) /usr/lib/system/libcache.dylib
0x7fff9013a000 - 0x7fff9013cfff libCVMSPluginSupport.dylib (8.7.25) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff9013d000 - 0x7fff9013dfff com.apple.Carbon (154 - 155) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff90147000 - 0x7fff90147fff com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff90148000 - 0x7fff9017efff com.apple.DebugSymbols (98 - 98) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff9017f000 - 0x7fff903b4ff7 com.apple.CoreData (106.1 - 407.7) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff903b5000 - 0x7fff90442ff7 com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff90443000 - 0x7fff90594fff com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff905da000 - 0x7fff91597fff com.apple.WebCore (8536 - 8536.28.10) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff91598000 - 0x7fff91635ff7 com.apple.PDFKit (2.7.3 - 2.7.3) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff91636000 - 0x7fff91642ff7 com.apple.DirectoryService.Framework (10.8 - 151.10) /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff91693000 - 0x7fff916a6ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff916a7000 - 0x7fff916d5fff com.apple.shortcut (2.2 - 2.2) /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x7fff916d6000 - 0x7fff920666ff com.apple.CoreGraphics (1.600.0 - 331.0.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff92067000 - 0x7fff92075fff com.apple.Librarian (1.1 - 1) /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
0x7fff920a0000 - 0x7fff920d1ff7 com.apple.DictionaryServices (1.2 - 184.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff920d5000 - 0x7fff920d6ff7 libdnsinfo.dylib (453.19) /usr/lib/system/libdnsinfo.dylib
0x7fff920d7000 - 0x7fff920daff7 libdyld.dylib (210.2.3) /usr/lib/system/libdyld.dylib
0x7fff920db000 - 0x7fff92105ff7 com.apple.CoreVideo (1.8 - 99.4) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff92106000 - 0x7fff921d2ff7 libsystem_c.dylib (825.26) /usr/lib/system/libsystem_c.dylib
0x7fff921f6000 - 0x7fff92203ff7 com.apple.HelpData (2.1.4 - 85) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x7fff92204000 - 0x7fff922a2ff7 com.apple.ink.framework (10.8.2 - 150) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff922a3000 - 0x7fff922aefff com.apple.CommonAuth (3.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff922af000 - 0x7fff922b3fff libCGXType.A.dylib (331.0.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff922b7000 - 0x7fff926aefff libLAPACK.dylib (1073.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff926b2000 - 0x7fff926b3fff libDiagnosticMessagesClient.dylib (8) /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff926b4000 - 0x7fff926c1fff libbz2.1.0.dylib (29) /usr/lib/libbz2.1.0.dylib
0x7fff926c2000 - 0x7fff926e4ff7 com.apple.Kerberos (2.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff926e5000 - 0x7fff926e7ff7 libunc.dylib (25) /usr/lib/system/libunc.dylib
0x7fff926e8000 - 0x7fff9270aff7 libxpc.dylib (140.42) /usr/lib/system/libxpc.dylib
0x7fff9270b000 - 0x7fff9270dfff com.apple.securityhi (4.0 - 55002) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff9270e000 - 0x7fff9272dff7 libresolv.9.dylib (51) /usr/lib/libresolv.9.dylib
0x7fff9272e000 - 0x7fff92785ff7 com.apple.ScalableUserInterface (1.0 - 1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff92786000 - 0x7fff92788fff libquarantine.dylib (52) /usr/lib/system/libquarantine.dylib
0x7fff92789000 - 0x7fff927a0fff com.apple.CFOpenDirectory (10.8 - 151.10) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff927a1000 - 0x7fff927edff7 libauto.dylib (185.1) /usr/lib/libauto.dylib
0x7fff927ee000 - 0x7fff9280ffff com.apple.Ubiquity (1.2 - 243.15) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff92810000 - 0x7fff9284bfff com.apple.LDAPFramework (2.4.28 - 194.5) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff9284c000 - 0x7fff92ad1ff7 com.apple.RawCamera.bundle (4.04 - 680) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff92ad2000 - 0x7fff92e02fff com.apple.HIToolbox (2.0 - 626.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff92e03000 - 0x7fff92e5fff7 com.apple.Symbolication (1.3 - 93) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff92e60000 - 0x7fff92e8bfff libxslt.1.dylib (11.3) /usr/lib/libxslt.1.dylib
0x7fff92e8c000 - 0x7fff92f0efff libType1Scaler.dylib (101.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib
0x7fff92f18000 - 0x7fff92f1afff com.apple.TrustEvaluationAgent (2.0 - 23) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff92f5d000 - 0x7fff9305aff7 libxml2.2.dylib (22.3) /usr/lib/libxml2.2.dylib
0x7fff9305b000 - 0x7fff930b1fff com.apple.HIServices (1.20 - 417) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff930b2000 - 0x7fff93133fff com.apple.Metadata (10.7.0 - 707.5) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 8
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: 20306
thread_create: 0
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=340.2M resident=283.3M(83%) swapped_out_or_unallocated=57.0M(17%)
Writable regions: Total=364.5M written=134.1M(37%) resident=196.2M(54%) swapped_out=0K(0%) unallocated=168.3M(46%)
REGION TYPE VIRTUAL
=========== =======
ATS (font support) 33.0M
CG backing stores 6772K
CG image 700K
CG raster data 3568K
CG shared images 1216K
CoreImage 8K
CoreServices 4368K
IOKit 4116K
IOKit (reserved) 4K reserved VM address space (unallocated)
MALLOC 260.9M
MALLOC guard page 48K
MALLOC_LARGE (reserved) 18.9M reserved VM address space (unallocated)
Memory tag=240 4K
Memory tag=242 12K
Memory tag=243 8K
Memory tag=249 264K
Memory tag=251 288K
OpenCL 20K
SQLite page cache 192K
STACK GUARD 56.0M
Stack 13.2M
VM_ALLOCATE 23.3M
__DATA 71.0M
__IMAGE 528K
__LINKEDIT 75.1M
__TEXT 265.8M
__UNICODE 544K
mapped file 203.1M
shared memory 10.4M
=========== =======
TOTAL 1.0G
TOTAL, minus reserved VM space 1.0G
Model: MacBookPro9,1, BootROM MBP91.00D3.B08, 4 processors, Intel Core i7, 2.6 GHz, 8 GB, SMC 2.1f170
Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 384 MB
Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80CE, 0x4D34373142353237334448302D434B302020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80CE, 0x4D34373142353237334448302D434B302020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF5), Broadcom BCM43xx 1.0 (5.106.98.100.16)
Bluetooth: Version 4.1.3f3 11349, 2 service, 18 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: APPLE HDD HTS541010A9E682, 1 TB
Serial ATA Device: HL-DT-ST DVDRW GS31N
USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1d100000 / 2
USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0x1d180000 / 3
USB Device: BRCM20702 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x1d181000 / 6
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821d, 0x1d181300 / 7
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0253, 0x1d183000 / 5
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x1d182000 / 4
USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1a100000 / 2
USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0x1a110000 / 3
To debug this, you're going to have to do some leg work. Here are the steps:
1) build a debug version of the plugin
2) set the project scheme to launch Logic under the run setting
3) run the project so that Logic launches
4) load your plugin. When it crashes, the debugger in xcode will open and show you what's happening