Please help on logic of my procedure.

HI Experts,
My procedure is is not working.
My requirement is if the IN parameter P_ID value is 1 then
the procedure should fetch values from the apps_global.control_ram table and display the IDs.
Please help me.
create or replace PROCEDURE myprocedure(p_id IN NUMBER)
AS
BEGIN
FOR CUR_VAR IN (select ID from apps_global.control_ram)
LOOP
BEGIN
IF cur_var.P_ID=1 THEN
dbms_output.put_line(CUR_VAR.ID);
END IF;
end LOOP;
END;
END myprocedure;
Thanks in advance.

user9077483 wrote:
HI Experts,
My procedure is is not working.
My requirement is if the IN parameter P_ID value is 1 then
the procedure should fetch values from the apps_global.control_ram table and display the IDs.
Please help me.
create or replace PROCEDURE myprocedure(p_id IN NUMBER)
AS
BEGIN
FOR CUR_VAR IN (select ID from apps_global.control_ram)
LOOP
BEGIN
IF cur_var.P_ID=1 THEN
dbms_output.put_line(CUR_VAR.ID);
END IF;
end LOOP;
END;
END myprocedure;
Thanks in advance.Try this, please
create or replace PROCEDURE myprocedure(p_id IN NUMBER)
AS
BEGIN
   FOR CUR_VAR IN (select ID from apps_global.control_ram)
   LOOP
   BEGIN
     IF CUR_VAR.ID = P_ID THEN
       dbms_output.put_line(CUR_VAR.ID);
     END IF;
    end LOOP;
   END;
END myprocedure;
OR
create or replace PROCEDURE myprocedure(p_id IN NUMBER)
AS
BEGIN
   FOR CUR_VAR IN (select ID from apps_global.control_ram WHERE ID = P_ID)
   LOOP
       dbms_output.put_line(CUR_VAR.ID);
    end LOOP;
   END;
END myprocedure;Regards
Mahir M. Quluzade
Edited by: BluShadow on 17-Dec-2012 13:28

Similar Messages

  • Please help with Logic 9 crashing! this is a deal breaker

    I have all but given up on Logic as i have never been able to get it to open and stay stable, spinning ball of death at start up, hangs etc I am relatively new to mac and have been using Pro tools as a main DAW program. Given the continual costs of upgrading Pro tools i would love to give Logic a shot as an alternative. The issue is that i have never been able to get it to run long enough to give it a shot!
    Please help
    Process:         Logic Pro [170]
    Path:            /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Identifier:      com.apple.logic.pro
    Version:         9.1.8 (1700.67)
    Build Info:      Logic-17006700~2
    App Item ID:     459578486
    App External ID: 10394291
    Code Type:       X86 (Native)
    Parent Process:  launchd [128]
    Date/Time:       2013-11-29 23:34:36.302 +1000
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Exception Type:  EXC_BAD_ACCESS (SIGABRT)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000518ffffc
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    abort() called
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x913d0c5a __kill + 10
    1   libSystem.B.dylib                       0x913d0c4c kill$UNIX2003 + 32
    2   libSystem.B.dylib                       0x914635a5 raise + 26
    3   libSystem.B.dylib                       0x91479679 __abort + 124
    4   libSystem.B.dylib                       0x914796f5 abort_report_np + 0
    5   com.apple.logic.pro                     0x003e6729 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 3842985
    6   libSystem.B.dylib                       0x913d605b _sigtramp + 43
    7   ???                                     0x0000000b 0 + 11
    8   com.apple.logic.pro                     0x0003e97d std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 9725
    9   com.apple.logic.pro                     0x00297d06 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 2472326
    10  com.apple.logic.pro                     0x005d2714 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 5858196
    11  com.apple.logic.pro                     0x005adccd std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 5708109
    12  com.apple.logic.pro                     0x0029908e std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 2477326
    13  com.apple.logic.pro                     0x001cd0c7 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 1641799
    14  com.apple.logic.pro                     0x00616967 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6137319
    15  com.apple.logic.pro                     0x00613735 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6124469
    16  com.apple.Foundation                    0x92788484 __NSFireTimer + 141
    17  com.apple.CoreFoundation                0x92dbca3b __CFRunLoopRun + 8059
    18  com.apple.CoreFoundation                0x92dba3c4 CFRunLoopRunSpecific + 452
    19  com.apple.CoreFoundation                0x92dba1f1 CFRunLoopRunInMode + 97
    20  com.apple.HIToolbox                     0x94bd5e04 RunCurrentEventLoopInMode + 392
    21  com.apple.HIToolbox                     0x94bd5bb9 ReceiveNextEventCommon + 354
    22  com.apple.HIToolbox                     0x94bd5a3e BlockUntilNextEventMatchingListInMode + 81
    23  com.apple.AppKit                        0x94001595 _DPSNextEvent + 847
    24  com.apple.AppKit                        0x94000dd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    25  com.apple.AppKit                        0x93fc31f3 -[NSApplication run] + 821
    26  com.apple.prokit                        0x00fa23f6 NSProApplicationMain + 326
    27  com.apple.logic.pro                     0x0002bad5 DummyConnection::DummyConnection() + 193
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x91396382 kevent + 10
    1   libSystem.B.dylib                       0x91396a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x91395f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x91395cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x91395781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x913955c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x9136fafa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x91370267 mach_msg + 68
    2   com.apple.CoreFoundation                0x92dbb2df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x92dba3c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x92dba1f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x92793224 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6   com.apple.Foundation                    0x9275a4c4 -[NSThread main] + 45
    7   com.apple.Foundation                    0x9275a474 __NSThread__main__ + 1499
    8   libSystem.B.dylib                       0x9139d259 _pthread_start + 345
    9   libSystem.B.dylib                       0x9139d0de thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                       0x91395412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x913959a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x913955c6 start_wqthread + 30
    Thread 4:
    0   libSystem.B.dylib                       0x9136fc0e mach_wait_until + 10
    1   libSystem.B.dylib                       0x913f7429 nanosleep + 345
    2   libSystem.B.dylib                       0x913f72ca usleep + 61
    3   ...ess-music.virus_ti.util.hal          0x3bb1a321 PGOSXDevice::threadRun() + 391
    4   libSystem.B.dylib                       0x9139d259 _pthread_start + 345
    5   libSystem.B.dylib                       0x9139d0de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x9139daa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9139d75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x9139f3f8 pthread_cond_wait$UNIX2003 + 73
    3   ...le.music.apps.MAAudioEngine          0x02b233a9 MDFileIOThread_IsBusy + 3593
    4   libSystem.B.dylib                       0x9139d259 _pthread_start + 345
    5   libSystem.B.dylib                       0x9139d0de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x9136fafa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x91370267 mach_msg + 68
    2   com.apple.audio.midi.CoreMIDI           0x0136a0c1 XServerMachPort::ReceiveMessage(int&, void*, int&) + 155
    3   com.apple.audio.midi.CoreMIDI           0x0138897a MIDIProcess::RunMIDIInThread() + 150
    4   com.apple.audio.midi.CoreMIDI           0x0136b2d9 XThread::RunHelper(void*) + 17
    5   com.apple.audio.midi.CoreMIDI           0x0136aca6 CAPThread::Entry(CAPThread*) + 96
    6   libSystem.B.dylib                       0x9139d259 _pthread_start + 345
    7   libSystem.B.dylib                       0x9139d0de thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x9136fb5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x9139d6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x913cc5a8 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x90049b90 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore          0x900498ce TSWaitOnSemaphoreCommon + 511
    5   ...ple.CoreServices.CarbonCore          0x9006db8b TimerThread + 97
    6   libSystem.B.dylib                       0x9139d259 _pthread_start + 345
    7   libSystem.B.dylib                       0x9139d0de thread_start + 34
    Thread 8:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x9138eac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x92dfac53 __CFSocketManager + 1091
    2   libSystem.B.dylib                       0x9139d259 _pthread_start + 345
    3   libSystem.B.dylib                       0x9139d0de thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x91395412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x913959a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x913955c6 start_wqthread + 30
    Thread 10:
    0   libSystem.B.dylib                       0x9139daa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x913c99c5 nanosleep$UNIX2003 + 188
    2   libSystem.B.dylib                       0x913c9903 usleep$UNIX2003 + 61
    3   com.apple.AppKit                        0x9416ae2d -[NSUIHeartBeat _heartBeatThread:] + 2039
    4   com.apple.Foundation                    0x9275a4c4 -[NSThread main] + 45
    5   com.apple.Foundation                    0x9275a474 __NSThread__main__ + 1499
    6   libSystem.B.dylib                       0x9139d259 _pthread_start + 345
    7   libSystem.B.dylib                       0x9139d0de thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                       0x9139daa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x913c99c5 nanosleep$UNIX2003 + 188
    2   com.apple.Foundation                    0x927e45cc +[NSThread sleepForTimeInterval:] + 123
    3   com.apple.logic.pro                     0x00883190 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 8678928
    4   com.apple.Foundation                    0x9275a4c4 -[NSThread main] + 45
    5   com.apple.Foundation                    0x9275a474 __NSThread__main__ + 1499
    6   libSystem.B.dylib                       0x9139d259 _pthread_start + 345
    7   libSystem.B.dylib                       0x9139d0de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x91479609  ecx: 0xbfffe0fc  edx: 0x913d0c5a
      edi: 0x00cc0a9c  esi: 0x3ae1d630  ebp: 0xbfffe118  esp: 0xbfffe0fc
       ss: 0x0000001f  efl: 0x00000286  eip: 0x913d0c5a   cs: 0x00000007
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x002b4000
    Binary Images:
        0x1000 -   0xbeafff  com.apple.logic.pro 9.1.8 (1700.67) <D8F173FC-C08A-5AF3-A7DD-ECFFDB6A8877> /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
      0xe85000 -   0xeb8fe7  com.apple.music.apps.MAAudioUnitSupport 9.1.8 (233.53) <4A75EC0F-CD9B-99B7-187C-FAD6560734D7> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnit Support
      0xec7000 -   0xef8ff3  com.apple.musicaudiodataservices 1.1 (251.4) <0265F317-13AB-6CF1-A171-7D5853442E75> /Applications/Logic Pro.app/Contents/Frameworks/MAAssetSharing.framework/Versions/A/MAAssetSharing
      0xf08000 -   0xf66ff3  com.apple.music.apps.MALoopManagement 9.1.8 (219.66) <A1CB744D-B391-438C-28DE-2CABB594E4A9> /Applications/Logic Pro.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagem ent
      0xf7e000 -  0x11b6fff  com.apple.prokit 7.0.1 (1331.1) <327AFA15-E955-02EF-3E57-E2558B645698> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x12be000 -  0x1338fff  com.apple.music.apps.MACore 9.1.8 (477.58) <53D4EB61-BFD7-ADA1-217C-BBEA1F38DA80> /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
    0x135a000 -  0x13a6ffb  com.apple.audio.midi.CoreMIDI 1.7.1 (42) <FB4D4B64-6ABB-679E-3AA8-21DE9062B4C1> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x13cb000 -  0x1421ff7  com.apple.music.apps.MAHarmony 9.1.8 (199.72) <D93A5C62-91A1-2D04-A715-5805EBEF693B> /Applications/Logic Pro.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
    0x143a000 -  0x1854feb  com.apple.music.apps.MAPlugInGUI 9.1.8 (424.79) <D98859D6-BA99-5073-49B7-44B57F4FE211> /Applications/Logic Pro.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
    0x1a7b000 -  0x1b5dfeb  com.apple.music.apps.OMF 9.1.8 (109.7) <869B8C49-7726-C45F-E301-A21EAE7A3B3B> /Applications/Logic Pro.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
    0x1b74000 -  0x21c5fe3  com.apple.music.apps.MADSP 9.1.8 (588.98) <7BEB4983-28A6-8808-2B8D-A48F0A3F0111> /Applications/Logic Pro.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
    0x28bc000 -  0x28ddff7  com.apple.music.apps.LogicFileBrowser 9.1.8 (1700.67) <FEEA3128-4A7E-7FDD-0E7E-BFC9554CA78B> /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrow ser
    0x28e7000 -  0x2960ff7  com.apple.music.apps.LogicLoopBrowser 9.1.8 (1700.67) <3396D969-32DF-0446-8E3D-F2FE82B23CD8> /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrow ser
    0x2976000 -  0x2997ff7  com.apple.music.apps.MAApogeeSupport 9.1.8 (313.26) <D058F550-BB20-ABD6-51E8-3001AE32A6E1> /Applications/Logic Pro.app/Contents/Frameworks/MAApogeeSupport.framework/Versions/A/MAApogeeSuppor t
    0x299e000 -  0x29a3ff7  com.apple.music.apps.MAResources 9.1.8 (212.66) <985579E4-F9E5-F7C6-39C8-FC294A330A2A> /Applications/Logic Pro.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
    0x29a8000 -  0x29d1fe3  com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <7FFBD485-5251-776A-CC44-4470DD84112B> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x29e2000 -  0x29f2ff7  com.apple.AERegistration 1.2 (401) <4FEFA52A-BF2E-2BCC-0124-4E3653B88D95> /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x2a08000 -  0x2a14ff3  com.apple.music.apps.MAUnitTest 9.1.8 (97.27) <FB0DE08A-CFEB-7039-796A-F05E8FE0DA11> /Applications/Logic Pro.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
    0x2a1e000 -  0x2ad4fff  com.apple.music.apps.MAFiles 9.1.8 (144.87) <FF7A5441-B41F-B937-9269-29C589FE6BFF> /Applications/Logic Pro.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
    0x2aef000 -  0x2b67fe3  com.apple.music.apps.MAAudioEngine 9.1.8 (158.42) <77E17BDE-E079-7A68-621C-2947475D0402> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
    0x2bd0000 -  0x2bdbff7  com.apple.music.apps.MAToolKit 9.1.8 (359.28) <77A2C3F7-3530-3D65-4247-D520A1C1F487> /Applications/Logic Pro.app/Contents/Frameworks/MAToolKit.framework/Versions/A/MAToolKit
    0x2be1000 -  0x2bf5ff7  com.apple.music.apps.MAVideo 9.1.8 (12.70) <74AD8812-DB1B-1845-B389-ACB0FC255ECB> /Applications/Logic Pro.app/Contents/Frameworks/MAVideo.framework/Versions/A/MAVideo
    0x2c09000 -  0x2ca5ffc  com.apple.MobileMe 9 (1.01) <EBADB981-9ED6-82B0-810F-F1CB05CB5A17> /Applications/Logic Pro.app/Contents/Frameworks/MobileMe.framework/Versions/A/MobileMe
    0x2d05000 -  0x2dbafe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <AACC86C0-86B4-B1A7-003F-2A0AF68973A2> /usr/lib/libcrypto.0.9.7.dylib
    0x3f00000 -  0x3f35ff7  com.apple.prokit.SnowLeopardPanels 7.0.1 (1331.1) <FF2667E3-621B-071C-77D4-9C3125A9298C> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/SnowLeo pardPanels.bundle/Contents/MacOS/SnowLeopardPanels
    0x3ff0000 -  0x3ff4ff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <E9CB576C-283B-1DB2-0C69-E7C914BD7922> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x3ff9000 -  0x3ffaffb  com.solid-state-logic.driver.plugin.MadiXtreme ??? (1.3) <F2871053-0F4E-EDB6-BD0E-3B7C05BECFB3> /System/Library/Extensions/MadiXtreme.kext/Contents/Resources/MadiXtreme.bundle /Contents/MacOS/MadiXtreme
    0x3abd9000 - 0x3abdfff7  com.apple.audio.AppleHDAHALPlugIn 2.0.5 (2.0.5f14) <38E3C1A4-84E4-C105-B55F-8FC4C154036D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x3abec000 - 0x3abf4ff7  com.apple.proapps.mrcheckpro 1.4 (397) <25DBA6AA-139D-EFAC-1BF8-5D29A3DFA497> /Applications/Logic Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
    0x3afc4000 - 0x3aff1fe3 +com.avid.avid.AvidCoreAudioPlugIn 10.3.2.47 (10.3.2f47) <3F322BF6-2A98-355B-D644-429A62B71F72> /Library/Audio/Plug-Ins/HAL/Avid CoreAudio.plugin/Contents/MacOS/Avid CoreAudio
    0x3bb00000 - 0x3bb20ffb +de.access-music.virus_ti.util.hal ??? (2.2.0) <159B115F-4C56-2B1B-615C-47A4BF388CDA> /Library/Audio/Plug-Ins/HAL/de.access-music.virus_ti.plugin/Contents/MacOS/de.a ccess-music.virus_ti
    0x3bc65000 - 0x3bc67ff3  com.apple.music.apps.anvil.resources 9.1.8 (280.4) <232E095C-4B63-5F35-5A7A-0CF691EB1101> /Applications/Logic Pro.app/Contents/PlugIns/anvil.res/Contents/MacOS/anvil
    0x3bc92000 - 0x3bc94ff3  com.apple.music.apps.common.resources 9.1.8 (280.4) <1D975834-BD71-B0D0-D8CF-1BA760AA9488> /Applications/Logic Pro.app/Contents/PlugIns/common.res/Contents/MacOS/common
    0x3bfea000 - 0x3bfecff3  com.apple.music.apps.ebp.resources 9.1.8 (280.4) <191CB44E-25E3-0BAA-6E45-E4FC625432A0> /Applications/Logic Pro.app/Contents/PlugIns/ebp.res/Contents/MacOS/ebp
    0x3bff1000 - 0x3bff3ff3  com.apple.music.apps.efx.resources 9.1.8 (280.4) <2EEB43AB-D405-62D0-140B-0B887CE18A70> /Applications/Logic Pro.app/Contents/PlugIns/efx.res/Contents/MacOS/efx
    0x3bff8000 - 0x3bffaff3  com.apple.music.apps.egt.resources 9.1.8 (280.4) <2E91FDD0-709D-AF8A-02C1-169C401D9A9D> /Applications/Logic Pro.app/Contents/PlugIns/egt.res/Contents/MacOS/egt
    0x3e57d000 - 0x3e5a1fe7  GLRendererFloat ??? (???) <F19DDBE8-1DF6-6618-F554-0E81ED85CE67> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x3e5cd000 - 0x3e5cfff3  com.apple.music.apps.emx.resources 9.1.8 (280.4) <CFDBF0D9-083A-F0A9-DA2E-7D5F6A6D249A> /Applications/Logic Pro.app/Contents/PlugIns/emx.res/Contents/MacOS/emx
    0x3e5d4000 - 0x3e5d6ff3  com.apple.music.apps.es1.resources 9.1.8 (280.4) <3257B0C1-B4F6-E276-56E4-E226736A1371> /Applications/Logic Pro.app/Contents/PlugIns/es1.res/Contents/MacOS/es1
    0x3e5db000 - 0x3e5ddff3  com.apple.music.apps.es2.resources 9.1.8 (280.4) <53480C20-F2F1-A2D5-BDA6-E70F6B281A5F> /Applications/Logic Pro.app/Contents/PlugIns/es2.res/Contents/MacOS/es2
    0x3e5e2000 - 0x3e5e4ff3  com.apple.music.apps.esp.resources 9.1.8 (280.4) <8F63A05D-3A14-004C-246F-3D6B5EBEEA7E> /Applications/Logic Pro.app/Contents/PlugIns/esp.res/Contents/MacOS/esp
    0x3e5e9000 - 0x3e5ebff3  com.apple.music.apps.evb3.resources 9.1.8 (280.4) <BE781A59-67E2-FB1E-3F4E-B99D0D30C61C> /Applications/Logic Pro.app/Contents/PlugIns/evb3.res/Contents/MacOS/evb3
    0x3e5f0000 - 0x3e5f2ff3  com.apple.music.apps.evd6.resources 9.1.8 (280.4) <D80EB53C-5AFC-7AC6-44E8-7A23AEF023C3> /Applications/Logic Pro.app/Contents/PlugIns/evd6.res/Contents/MacOS/evd6
    0x3e5f7000 - 0x3e5f9ff3  com.apple.music.apps.evoc.resources 9.1.8 (280.4) <80760949-9342-4C9F-CF3D-4C6333D024FE> /Applications/Logic Pro.app/Contents/PlugIns/evoc.res/Contents/MacOS/evoc
    0x3e94e000 - 0x3eac7ff7  GLEngine ??? (???) <76C922AA-A4A7-2835-537B-17F316AD95F6> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x3eaf9000 - 0x3eefefe7  libclh.dylib 3.1.1 C  (3.1.1) <15AD52DD-FC3F-305E-5C31-699329E8FDE1> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x3f383000 - 0x3f385ff3  com.apple.music.apps.evp88.resources 9.1.8 (280.4) <F5393D5E-8BF1-6C37-ED93-5FACFD419DEB> /Applications/Logic Pro.app/Contents/PlugIns/evp88.res/Contents/MacOS/evp88
    0x3f38a000 - 0x3f38cff3  com.apple.music.apps.exs24.resources 9.1.8 (280.4) <AE07C5E6-1D57-D2BB-4942-80AACD51CD44> /Applications/Logic Pro.app/Contents/PlugIns/exs24.res/Contents/MacOS/exs24
    0x3f391000 - 0x3f393ff3  com.apple.music.apps.guitaramp.resources 9.1.8 (280.4) <40F8A885-63FA-D784-78D9-9958EF4EEBF3> /Applications/Logic Pro.app/Contents/PlugIns/guitaramp.res/Contents/MacOS/guitaramp
    0x3f398000 - 0x3f39aff3  com.apple.music.apps.guitarcontrols.resources 9.1.8 (280.4) <C6EB6C33-138E-C992-14D1-B03D9EFEFB49> /Applications/Logic Pro.app/Contents/PlugIns/guitarcontrols.res/Contents/MacOS/guitarcontrols
    0x3f39f000 - 0x3f3a1ff3  com.apple.music.apps.mutapdel.resources 9.1.8 (280.4) <BCF98464-A2C8-D71F-87D5-FEFF35404932> /Applications/Logic Pro.app/Contents/PlugIns/mutapdel.res/Contents/MacOS/mutapdel
    0x3f3a6000 - 0x3f3a8ff3  com.apple.music.apps.pedalboard.resources 9.1.8 (280.4) <199A76D9-1086-BC6C-68D0-B74431FAF415> /Applications/Logic Pro.app/Contents/PlugIns/pedalboard.res/Contents/MacOS/pedalboard
    0x3f3ad000 - 0x3f3afff3  com.apple.music.apps.revolver.resources 9.1.8 (280.4) <2C6B75C7-E32A-B021-7119-E830E7F2E853> /Applications/Logic Pro.app/Contents/PlugIns/revolver.res/Contents/MacOS/revolver
    0x3f3b4000 - 0x3f3b6ff3  com.apple.music.apps.sphere.resources 9.1.8 (280.4) <E8D4E3E6-8C6F-5D10-57DA-B7C0F71C35F9> /Applications/Logic Pro.app/Contents/PlugIns/sphere.res/Contents/MacOS/sphere
    0x472c3000 - 0x4734affb +se.propellerheads.rewire.library 1.8.1 build 124 (1.8.1) <79A1E240-4153-9288-475D-697D84C94343> /Library/Application Support/Propellerhead Software/ReWire/ReWire.bundle/Contents/MacOS/ReWire
    0x473a9000 - 0x473e5fe3  com.apple.QuickTimeFireWireDV.component 7.6.6 (1800) <25649FE4-15B7-A90F-8238-9F7D370C45DA> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x47549000 - 0x47553ff7  com.apple.IOFWDVComponents 1.9.9 (1.9.9) <5B4E7BD7-EF5A-2F5C-DF8E-3D4A7B59F779> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x4d186000 - 0x4dd96ff3 +com.motu.BPMSamplerAU 1.5.1 (1.5.1) <C5B21F53-946C-4EBF-7ACE-AE446CE23976> /Library/Audio/Plug-Ins/Components/BPMSampler.component/Contents/MacOS/BPMSampl er
    0x4e3d6000 - 0x4e425fe7 +libsndfile.dylib ??? (???) <05CA7F72-4EB4-5699-2E89-F3C9435A50E6> /Library/Audio/Plug-Ins/Components/BPMSampler.component/Contents/Frameworks/lib sndfile.dylib
    0x4f09f000 - 0x4f0adfe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <B408E41B-D90F-4A04-DB72-D61C8C52BFBC> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x8f0c6000 - 0x8f811fff  com.apple.GeForceGLDriver 1.6.36 (6.3.6) <3BB341B6-11A7-38AD-10A3-F89506FD40D4> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <1C06ECD9-A2D7-BB10-AF50-0F2B598A7DEC> /usr/lib/dyld
    0x90003000 - 0x90323ff3  com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90324000 - 0x90326ff7  libRadiance.dylib ??? (???) <090420B3-CB65-9F7B-5349-D42F2F9693B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x90396000 - 0x903e6fe7  libTIFF.dylib ??? (???) <AB182CEC-188A-F2BC-21E1-0059FD3B2598> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x903e7000 - 0x903e9fe7  com.apple.ExceptionHandling 1.5 (10) <21F37A49-E63B-121E-D406-1BBC94BEC762> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x903ea000 - 0x9040cfef  com.apple.DirectoryService.Framework 3.6 (621.16) <5566E769-6459-78A7-DD2C-1D3068BD3932> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x90514000 - 0x90557ff7  libGLU.dylib ??? (???) <6CC3CE6A-7024-C685-EADA-7F9DC27128E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90558000 - 0x90558ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x90559000 - 0x9056aff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9056b000 - 0x9066dfe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <EB34F049-D9E1-BF19-CF03-B26A0352D40C> /usr/lib/libcrypto.0.9.8.dylib
    0x9066e000 - 0x90674fe7  com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x90675000 - 0x9067bfff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9067c000 - 0x90788fe7  libGLProgrammability.dylib ??? (???) <6167CEB0-D8D6-C4D9-DD74-49755ADB540F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x907f9000 - 0x90856ff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90857000 - 0x9086bffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <0DBE17D5-17A2-8A0E-8572-5A78408B41C9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9086c000 - 0x9086cff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9086d000 - 0x909b0fef  com.apple.QTKit 7.7 (1800) <9DD27495-3020-0928-B3F2-D418C336E163> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x909b1000 - 0x90a59ffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x90aa2000 - 0x90c24fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <60FF302E-5FAE-749B-BC70-0496DC2FBF2D> /usr/lib/libicucore.A.dylib
    0x90c78000 - 0x90cb3ffb  libFontRegistry.dylib ??? (???) <19ED5DE0-D3AF-B229-9193-35D58FE377E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x90cdb000 - 0x90ce0ff7  com.apple.OpenDirectory 10.6 (10.6) <0603680A-A002-D294-DE83-0D028C6BE884> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x90ce1000 - 0x90ceeff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x90cef000 - 0x90e31ff7  com.apple.syncservices 5.2 (578.3) <17A876CF-DAB1-1A88-6811-64AF8BFDE508> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x90e32000 - 0x90e35ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x90e52000 - 0x90ea5ff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x90ea6000 - 0x90f15ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x90f16000 - 0x90f34fe7  libPng.dylib ??? (???) <6C0B95D7-9634-E044-0B79-F1DD56961C33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x90f3b000 - 0x90f3cff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x9101c000 - 0x91086fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x91087000 - 0x910abff7  libJPEG.dylib ??? (???) <50E17B4D-63D6-24D3-702F-6A6E912A55EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x910ac000 - 0x910cbff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x910cc000 - 0x9119dfe3  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <C618942F-BC01-0565-18CF-477B63C02181> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x9119e000 - 0x911d9fe7  com.apple.DebugSymbols 1.1 (70) <1D0447CB-C221-A112-AA68-372951672A3D> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x911da000 - 0x911e5ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x911e6000 - 0x911f6ff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x911f7000 - 0x9126bfef  com.apple.CoreSymbolication 2.0 (23) <8C63D09A-6DF5-082A-553B-3E7610604C5D> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x91276000 - 0x91292fe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x912ae000 - 0x912b1ff7  libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x912b2000 - 0x9136efff  com.apple.ColorSync 4.6.8 (4.6.8) <920DD017-8B41-7334-E554-A85DB99EBD5A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9136f000 - 0x91516ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x91517000 - 0x91551ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <A6C207E3-7B42-926D-9C93-BE3F50B92496> /usr/lib/libcups.2.dylib
    0x91552000 - 0x91734fff  com.apple.imageKit 2.0.3 (1.0) <6E557757-26F7-7941-8AE7-046EC1871F50> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x91735000 - 0x91812fe3  com.apple.DiscRecording 5.0.9 (5090.4.2) <92C85A16-5C80-9F35-13BE-2B312956AA9A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x91813000 - 0x9181dffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9195e000 - 0x91968fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x91969000 - 0x926e1fe7  com.apple.WebCore 6534.59 (6534.59.6) <5C71C61C-0657-1B0E-397F-4D0A81872C93> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x926e2000 - 0x92743fe7  com.apple.CoreText 151.13 (???) <23F359DA-D845-5C50-4DF3-19E858CF2B2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x92744000 - 0x929b5fef  com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x929b6000 - 0x929b6ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x92a6e000 - 0x92b1bfe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x92b23000 - 0x92ba0ff7  com.apple.iLifeMediaBrowser 2.5.5 (468.2.2) <459C8983-EAC4-7067-3355-5299D111D339> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x92ba1000 - 0x92baefe7  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <CC90193E-BDF7-2F0F-6C68-D9567EDDA4B3> /usr/lib/libbz2.1.0.dylib
    0x92be5000 - 0x92cc5fe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x92cc6000 - 0x92d72fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x92d7e000 - 0x92ef9fe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x92efa000 - 0x92f0aff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x92f0b000 - 0x92f4eff7  com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92f4f000 - 0x93112feb  com.apple.ImageIO.framework 3.0.6 (3.0.6) <AE641FAD-DF38-AE31-B45B-85AEE7AF3A45> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x93113000 - 0x93902557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x93925000 - 0x93de0ff7  com.apple.VideoToolbox 0.484.60 (484.60) <B53299EC-E30F-EC04-779D-29B7113CC14A> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x93de1000 - 0x93dedff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x93e0c000 - 0x93e86fff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x93e87000 - 0x93e8eff7  com.apple.agl 3.0.12 (AGL-3.0.12) <37255DC6-9FD1-45CC-AC80-A84FD2B5450A> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x93e8f000 - 0x93fb8fe7  com.apple.WebKit 6534.59 (6534.59.10) <73348DE8-9C7D-3BD9-8E9D-86E5BE67B1D1> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x93fb9000 - 0x9489cff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x948e6000 - 0x948eeff7  com.apple.DisplayServicesFW 2.3.3 (289) <828084B0-9197-14DD-F66A-D634250A212E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x948ef000 - 0x9492dff7  com.apple.QuickLookFramework 2.3 (327.7) <6387A103-C7EF-D56B-10EF-5ED5FC7F33A5> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x949dc000 - 0x94a36fe7  com.apple.CorePDF 1.4 (1.4) <78A1DDE1-1609-223C-A532-D282DC5E0CD0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x94a6a000 - 0x94ab7feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x94ab8000 - 0x94abcff7  libGFXShared.dylib ??? (???) <09540618-2ED1-72C4-61CB-938B35927568> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x94abe000 - 0x94aefff7  libGLImage.dylib ??? (???) <D18E2E76-DBF4-6930-039A-F66CA0D120B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x94ba1000 - 0x94ec5fef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x94ec6000 - 0x94ee7fe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x94ee8000 - 0x94eeaff7  com.apple.securityhi 4.0 (36638) <FC01BFC4-04DB-96F3-2412-A86CC4F94CB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x94eeb000 - 0x94eebff7  com.apple.Carbon 150 (152) <BFDDA394-0F01-A3A3-A226-ED3A45975A56> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x94f05000 - 0x94f49fe7  com.apple.Metadata 10.6.3 (507.15) <74F05E64-2A68-BA10-CCD4-128D164E5A0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x94f4a000 - 0x94f4dffb  com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x94f4e000 - 0x94fbcff7  com.apple.QuickLookUIFramework 2.3 (327.7) <7F89C0A1-310F-ACF1-AA6E-4ADFA4DC98DC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x94fc8000 - 0x94fd5ff7  com.apple.AppleFSCompression 24.4 (1.0) <DC313FD8-B697-8311-65DD-EFBAD99ABBDC> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x94fd6000 - 0x95084ff3  com.apple.ink.framework 1.3.3 (107) <233A981E-A2F9-56FB-8BDE-C2DEC3F20784> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x95085000 - 0x950c5ff3  com.apple.securityinterface 4.0.1 (40418.0.1) <2141A924-748E-CE6F-2D75-D82BC265BD30> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x950fb000 - 0x9512bff7  com.apple.MeshKit 1.1 (49.2) <5A74D1A4-4B97-FE39-4F4D-E0B80F0ADD87> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x95322000 - 0x9545ffe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <423BDE4D-5082-B6CA-BB2C-E22A037235A4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9546d000 - 0x954b2ff7  com.apple.ImageCaptureCore 1.1 (1.1) <F54F284F-0B81-0AFA-CE47-FF797A6E05B0> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x954b3000 - 0x956deff3  com.apple.QuartzComposer 4.2 ({156.30}) <2C88F8C3-7181-6B1D-B278-E0EE3F33A2AF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x95864000 - 0x958b4ff7  com.apple.Symbolication 1.1 (67) <A173E87D-4F8D-C1F1-891C-48981656F84C> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x958f9000 - 0x95bf3fef  com.apple.QuickTime 7.6.6 (1800) <D3538A45-5F4B-262A-06AB-64C1EBAC4A33> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x95c55000 - 0x95c92ff7  com.apple.CoreMedia 0.484.60 (484.60) <8FAB137D-682C-6DEC-5A15-F0029A5B226F> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x95f8d000 - 0x95fb3ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x95fb4000 - 0x9600cfe7  com.apple.datadetectorscore 2.0 (80.7) <18C2FB6A-BF60-F838-768C-0306151C21DA> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x9600d000 - 0x96214feb  com.apple.AddressBook.framework 5.0.4 (883) <E26855A0-8CEF-8C81-F963-A2BF9E47F5C8> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x962bf000 - 0x962cdff7  com.apple.opengl 1.6.14 (1.6.14) <82622F67-E032-0BF6-A78D-50B346E8D0FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x962ce000 - 0x962d7ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x962d8000 - 0x962d9ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <93EC71F1-4D4E-F456-8EFE-32E7EFD7A064> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x962da000 - 0x9633effb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9633f000 - 0x96381ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x96382000 - 0x963d2ff7  com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x963d3000 - 0x96465fe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x964f9000 - 0x96504ff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x96505000 - 0x96633fe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x96634000 - 0x966b6ffb  SecurityFoundation ??? (???) <BFE377A4-C830-3ECA-E69F-8A8094CDA0A6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x966b7000 - 0x966f0fe7  com.apple.bom 10.0 (164) <CC61CCD7-F76C-45DD-6666-C0E0D07C7343> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x966f1000 - 0x9699efff  com.apple.JavaScriptCore 6534.59 (6534.59.11) <7F623AA5-A11B-4C26-D2FD-EB5B9DE73F85> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x9699f000 - 0x969b1ff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x969b2000 - 0x969e5ff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x969ee000 - 0x96c54ff7  com.apple.security 6.1.2 (55002) <E88E133F-5FB3-446F-B753-2B8AD577B46A> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x972bd000 - 0x972bdff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x972be000 - 0x972ffff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x97300000 - 0x97356ff7  com.apple.MeshKitRuntime 1.1 (49.2) <CB9F38B1-E107-EA62-EDFF-02EE79F6D1A5> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x9735a000 - 0x973a1ffb  com.apple.CoreMediaIOServices 140.0 (1496) <DA152F1C-8EF4-4F5E-6D60-82B1DC72EF47> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x973a2000 - 0x973c2fe7  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <8C2B5FA8-2469-21C7-D297-F95A0FFE5F19> /usr/lib/libresolv.9.dylib
    0x973c3000 - 0x973f6fff  libTrueTypeScaler.dylib ??? (???) <8ADB7D19-413E-4499-C874-13C383F97685> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x973f7000 - 0x97477feb  com.apple.SearchKit 1.3.0 (1.3.0) <2F5DE102-A203-7905-7D12-FCBCF17BAEF8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x97478000 - 0x97497fe3  libexpat.1.dylib 7.2.0 (compatibility 7.0.0) <82E6F83F-9667-2E39-1D9D-4A49C642527D> /usr/lib/libexpat.1.dylib
    0x97498000 - 0x97498ff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97499000 - 0x97b14ff7  com.apple.CoreAUC 6.11.03 (6.11.03) <42B31B0F-18F9-29D2-A67C-7B81A47F6D67> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x97b15000 - 0x97ceefff  libType1Scaler.dylib ??? (???) <04AF2B34-81D4-97E9-BD56-387D37C16F46> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x97d0e000 - 0x97dd9fef  com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x97dda000 - 0x97e72fe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x97f6f000 - 0x98481feb  com.apple.RawCamera.bundle 3.14.0 (646) <27962422-EA30-43CF-2B3E-E662BB4C46C7> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x98482000 - 0x9851dfe7  com.apple.ApplicationServices.ATS 275.19 (???) <2E83B3E9-AF39-36FC-5D05-CC1E952098AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x985d2000 - 0x986d2fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <BE7FCD73-03B5-25A4-FCA4-D4980F1488D6> /usr/lib/libxml2.2.dylib
    0x986d3000 - 0x98770fe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x98771000 - 0x98778ff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x98779000 - 0x987f2ff7  com.apple.PDFKit 2.5.5 (2.5.5) <85AA9E1C-D946-863A-823E-32F2AAF314CB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x987f3000 - 0x9880bff7  com.apple.CFOpenDirectory 10.6 (10.6) <D1CF5881-0AF7-D164-4156-9E9067B7FA37> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x98870000 - 0x988ebfff  com.apple.AppleVAFramework 4.10.27 (4.10.27) <BFD2D1CA-535C-F16F-0EB5-04905ABD65CF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x988ec000 - 0x98924ff7  com.apple.LDAPFramework 2.0 (120.1) <131ED804-DD88-D84F-13F8-D48E0012B96F> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9896d000 - 0x9896eff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x9896f000 - 0x989b3ff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x989b4000 - 0x989b4ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x989ce000 - 0x989f5ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x989f6000 - 0x989faff7  IOSurface ??? (???) <F9E6DFC1-8DD9-7C7E-CA85-B80735586E05> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x989fb000 - 0x98ab4fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x98ab5000 - 0x98e20ff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x98e4b000 - 0x98f25fff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x98f26000 - 0x99028fef  com.apple.MeshKitIO 1.1 (49.2) <D0401AC5-1F92-2BBB-EBAB-58EDD3BA61B9> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x99029000 - 0x99f7cffb  com.apple.QuickTimeComponents.component 7.6.6 (1800) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x99f7d000 - 0x99fa5ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <E761F29A-328B-29D9-3DF0-023F2C21E500> /usr/lib/libxslt.1.dylib
    0x99fa6000 - 0x99fa6ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x99fa7000 - 0x99fabff7  libGIF.dylib ??? (???) <2251F789-B187-0837-6E38-A0E5C7C4FA3C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x99fae000 - 0x99ff4ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x99ff5000 - 0x9a000ff7  com.apple.CrashReporterSupport 10.6.7 (258) <8F3E7415-1FFF-0C20-2EAB-6A23B9728728> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x9a001000 - 0x9a004fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x9a005000 - 0x9a013fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x9a014000 - 0x9a449ff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9a44a000 - 0x9a502feb  libFontParser.dylib ??? (???) <D2D0C922-5ED1-3AE9-6F99-707C74DF3E62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x9a503000 - 0x9a919ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9a91a000 - 0x9a92efe7  libbsm.0.dylib ??? (???) <821E415B-6C42-D359-78FF-E892792F8C52> /usr/lib/libbsm.0.dylib
    0x9a92f000 - 0x9a944fff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9aa86000 - 0x9aac3ff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9aac4000 - 0x9aad3fe7  libxar.1.dylib ??? (???) <2FC317EB-7AC2-CD6C-8C09-E06B2DF02929> /usr/lib/libxar.1.dylib
    0x9aad4000 - 0x9aad4ff7  com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9aad5000 - 0x9ab11fe7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <CEE95B62-8F1C-2013-6ED3-42EB8A1018DF> /usr/lib/libssl.0.9.8.dylib
    0x9ab1e000 - 0x9ab95ff3  com.apple.backup.framework 1.2.2 (1.2.2) <D65F2FCA-15EB-C200-A08F-7DC4089DA6A2> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x9ab96000 - 0x9acc3ffb  com.apple.MediaToolbox 0.484.60 (484.60) <A7FE2739-64A7-40EB-A6E7-69FBCE3C87D4> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0xba100000 - 0xba101fe7  libArabicConverter.dylib 49.0.0 (compatibility 1.0.0) <3B5A444B-D37C-32C4-6438-6EF902C90AB7> /System/Library/CoreServices/Encodings/libArabicConverter.dylib
    0xba300000 - 0xba301fe7  libCyrillicConverter.dylib 49.0.0 (compatibility 1.0.0) <B3B08EB5-0B0C-54C1-7D48-5F713E821DAC> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
    0xba900000 - 0xba916ff7  libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <A6FD4184-1017-59F6-990E-785BDF6202BE> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe7  libKoreanConverter.dylib 49.0.0 (compatibility 1.0.0) <59936EB5-5FA4-EEEB-9858-E9BF50AB1776> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xbb300000 - 0xbb301fe7  libSymbolConverter.dylib 49.0.0 (compatibility 1.0.0) <953181DB-D5EE-2466-81BC-1766E1D25909> /System/Library/CoreServices/Encodings/libSymbolConverter.dylib
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib

    Unfortunately you didn't post up the full crash log (You cut off the end) but typically such crashes are caused by either...
    1) Old/incompatible Drivers for your Midi/Audio interface or buggy drivers for certain Digidesign Audio./Midi interfaces..
    2) Old/buggy AudioUnit Plugins that need updating...
    3) Corrupted Logic preferences... See this link on how to troublehooting tips.. in particular how to delete user preferences!
    4) Avid/Digidesign Midi drivers.....  which you could try deleting to see if that fixes things..
    I'd look at deleting your prefs first and then look at your Avid/Digidesign stuff... given you have been running PT...
    and then check any/all plugins you are using are up to date...
    There are a few other possibilities but for now, try the above...

  • Please help me to prepare correct procedure.

    Hi,
    My oracle database version is 10.2.0.5
    Please help me to prepare correct procedure.
    Description of Stored Procedure is below:
    DECLARE PNAME Define_Globals.varr255;
    DECLARE PWEIGHTS Define_Globals.varr50;
    DECLARE PYEAR Define_Globals.varr50;
    BEGIN
    execute GEI.MULTI_GLOBEM('SgeiiteFac','1003308','2005,2006,2007,2008,2009,2010,2011','POUNDS',NULL,'All',:PNAME,:PWEIGHTS,:PYEAR);
    COMMIT;
    END;
    /

    919131 wrote:
    Hi,
    My oracle database version is 10.2.0.5
    Please help me to prepare correct procedure.
    Description of Stored Procedure is below:
    DECLARE PNAME Define_Globals.varr255;
    DECLARE PWEIGHTS Define_Globals.varr50;
    DECLARE PYEAR Define_Globals.varr50;
    BEGIN
    execute GEI.MULTI_GLOBEM('SgeiiteFac','1003308','2005,2006,2007,2008,2009,2010,2011','POUNDS',NULL,'All',:PNAME,:PWEIGHTS,:PYEAR);
    COMMIT;
    END;
    /What programming language is this? This does not look like PL/SQL.

  • Please Help! Logic - Firewire problems...

    Hi to all
    I am having some rookie problems.. I am new to Logic - Ive been using it for just under a week - I have been getting to know the programme quite well but have come up against a problem - I have installed my audio interface software and gone through the setting up procedure and now Logic is not giving me any sound... i can see the tracks are playing and I can also see the faders and volume - but there is nothing coming out - itunes is ok though..
    My set up is a mac book pro (leapord 10.5.5), Logic 8, Focusrite Saffire audio interface, akai mpk 49, tannoy monitors.
    Please help me or advice where I can find a troubleshooting guide that may help!
    Thanking you in advance..

    MozzyBean wrote:
    Its just how it came.. I have found no instructions on setting these parameters..
    http://www.focusrite.com/support/user_guides/saffire/
    Read that, and then read it again
    its mad cause now I have plugged in a mic and I can see the input levels bouncing up and down in the saffire mixer window and on logic ... I just cant hear anything! I've plugged in three different headphones, played with the volume... there is sound coming through the monitors now but I cant control how much..
    The monitor level control on the front of the unit.
    is there a specific thing I have to do in the saffire window?
    Pay attention to the horizontal faders depending on which mode (S/Card or Track) you're in, which adjusts the relative levels of your signal to the track coming out of Logic. The Saffire manual will explain this in detail - it's been a while since I've used the Saffire but it works very well. You'll just have to spend a little time experimenting with the SaffireControl panel. It's very flexible, but you have to read the manual.
    Your monitors are connected to the Saffire, right? Not to your Mac?
    Good luck!

  • Please help - Can not use stored procedure with CTE and temp table in OLEDB source

    Hi,
       I am going to create a simple package. It has OLEDB source , a Derived transformation and a OLEDB Target database.
    Now, for the OLEDB Source, I have a stored procedure with CTE and there are many temp tables inside it. When I give like EXEC <Procedure name> then I am getting the error like ''The metadata  could not be determined because statement with CTE.......uses
    temp table. 
    Please help me how to resolve this ?

    you write to the temp tables that get created at the time the procedure runs I guess
    Instead do it a staged approach, run Execute SQL to populate them, then pull the data using the source.
    You must set retainsameconnection to TRUE to be able to use the temp tables
    Arthur My Blog

  • PLEASE HELP!  Logic 8 w/ Apogee Ensemble & MOTU 8pre

    Hello everyone!
    This is my first post…I've been tracking this forum for a while and I must say you guys are all informative and generous. So, I hope I can have some generosity FLUNG my way!
    Ok, I have:
    *Logic 8 running on my MacBook Pro (2.2GHz , 250GB HD, 4GB RAM).
    AYAK, Mac Book Pros have 1 Firewire 800 & 1 Firewire 400 input; I also have a Firewire PCI card plugged in which gives me 2 more FW in's.
    *A MOTU 8pre running into my FW CARD with my LaCie HD running into the FW800.
    I just recently bought an Apogee Ensemble…. WOW! Are the pres nice! And a FINE integration with Logic, ie the control panel n such! The pres are NEARLY as nice as my Millennia and that's saying a lot! Plus, if I run my Ridge Farm Gas Cookers or my LA-610 into the last 4 inputs, I get a GREAT variety of sounds and controllability.
    WELL, the Ensemble is like a HOT girl friend that makes your toes curl but THEN, you find out she's a PSYCHO…but you don't wanna dump her cuz she's just so freakin hot and does things to you that…..c'mon I know we've ALL been there!…..with the girl AND the gear!
    So, why PYSCHO? I just bought my unit this past August 22, 2008 (3 daze, I mean DAYS ago) from GC in Hollywood. I figured or ASSUMED it was a CURRENT version without all the BETA issues we've all read about! Well here are the issues:
    1.) The MacBook Pro/LOGIC has lost sync (went offline) with it a couple of time and I had to reboot. The Apogee Audio Control Panel has become MOLASSES SLOW…leaving to have to reboot……Are the above DRIVER issues? How do I fix em?
    2.) At START UP, I MUST have the Ensemble turned OFF and THEN, once booted up turn on the Ensemble for it to be recognized…now is this NORMAL for a Mac or is this an Ensemble trait? OR is it ANOTHER problem with the Ensemble? (OBTW, I'm a NEW Mac user woo hoo!)……..my MOTU 8pre would always have to be turned on BEFORE I booted up for it to be recognized and used in Logic….this is NOT the case for the Ensemble. I'd like to keep my MOTU 8pre….it's a pretty good interface and served me well as my first interface, as well as having more than decent pres!
    3.) Last issue; when I hook BOTH the Ensemble and 8pre to my MBP (via FW of course), LOGIC will NOT recognize the 8pre. I can't even find it as an audio option. I'd like to be able to use BOTH of these and be able to record 16 channels at once…I've tried hooking these up MANY different ways…
    -Ensemble to FW port of MBP with 8pre hooked up TO the Ensemble via Ensemble's FW and vice versa
    -Ensemble to FW port of MBP with 8pre hooked up TO the Ensemble via Ensemble's LIGHT PIPE
    -Ensemble to FW port of MBP and the 8pre hooked up to FW PCI Card port of MBP.
    The above didn't seem to work… Can I indeed connect the 8pre AND Ensemble to my MBP and use them TOGETHER????
    Now I am a NEWBIE to Mac AND Logic, BUT I ain't no FRESH OFF THE IDIOT TRAIN NEW…I work in computer recording frequently so please don't assume I'm a newbie NOT doing research. This is REAL WORLD TROUBLE HERE!
    Also, if you think this is a case of RTFMJ (Read The F**** Manual Jacka$$), then you have NO IDEA what kind of manual comes WITH the Ensemble! Yeah, for those of you that know, the manual is a JOKE and doesn't really address much!
    So, please help my fellow Logiceers!! Should I dump the girl and get another 8pre (which I KNOW I can daisy chain together)…remember, this girl is SO HOT….I love this Ensemble, but for $2,000, it shouldn't have THIS many issues! For 2K I get another MOTU 8pre, $500, another HD, $700 (a good Glyph 1TB always comes in handy…hey who doesn’t need another HD sitting around??), and maybe $800 of plug ins! Or shoot, I'll PAY SOME BILLS! So, any clues? Tips?

    Here's the skinny.....
    1) SOUND: Yummy! The best of the gear that I've come from (started 2002 with Roland 1880 & 2480 with Ridge Farm Gas Cookers & Boilers, True System P-Solo, Millennia HV-3, & UA LA610.) Yes, the pre's on the Ensemble are great. Not grungy like my Gas Cookers or even sweetly clean like my Millennia or True.....a nice middle ground. And the Soft Limit is great....the converters (inputs 5-8) going through my pres are sensational! Headphones have finally cleared up! Hmmmm, as have my monitors! Yes I'm going from Roland to Logic 8. It's a world of diff, even though I whole heartedly respect and love the 1880/2480's.......
    2) LATENCY: Yeah Firewire vs Roland's format....well..... unless I REALLY cap my headphones tight, it sounds like I have a 5 millisec delay. I can live with it and compensate.... I'm new to Logic; is there a setting I can change whilst tracking? I don't use plugs while tracking..... I use the 8 X 8 mode to go at a HIGHER samp rate! Oh wow! NICE! And clear as a whistle! I don't get to use the Headphone outs at this rate, instead a TRS to 2X 1/4" break out from the Analog 1 & 2 OUTS....very nice! But, anyhoot Roland does win for Latency. Never any with my Rolands.
    3) MAESTRO: Pretty well laid out and user friendly. UPDATE YOUR DRIVERS FOR LOGIC AND ENSEMBLE!!!! DO IT NOW!
    4) DRIVERS: see above.
    5) SUPPORT: Roland always sucked (wow, I didn't try to make this a Roland comp, just wanted to let you all know where I was coming from), Apogee....well..... 3 voicemails and 2 emails later, and no response on daisy chaining MORE THAN ONE Ensemble (which was one of the advertised selling points) OR using my aforementioned MOTU 8pre WITH the Ensemble via Lightpipe.... The Ensemble CAN NOT, repeat CAN NOT be used with ANYTHING ELSE! I've tried......
    With the Ensemble you are STUCK with 8 I/O's.... PERIOD. Now, this isn't necessarily a BAD thing. It's the BEST, I repeat, BEST 8 channeler out there! But, again, with for a Firewire Interface, it is the best, but you're stuck with ONLY 8 inputs until you upgrade to Symphony.
    In my case, a Symphony Mobile card (which is what I'd need, since I work through a Mac Book Pro), with an AD16X, DA16X & TWO X-Symphony cards (one for the AD16X & one for DA16X). So that would be a 16 in & 16 out with NO latency and, of course I would need 8 more preamps..... so to best the Ensemble ($2,000), I'd need the above Symphony System ($525, $3,000, $3,000, $175, $175, respectively, plus $4,000 of GOOD pres= $11,000ish)
    So, a $2,000 BEST IN CLASS FIRWIRE interface that CAN'T be used with anything else but it's own 8 ins of joy, or $11,000 top of the line kick *** Symphony. I guess I'll keep my Ensemble. I RARELY do more than 8 tracks at once these days. Even for drums...c'mon...if you can't make drums sound kick *** with a KICK, SNARE, HI-HAT, OVERHEAD L & R, TOM, TOM & TOM/SNARE BOTTOM, you need to get a drum machine!
    PLUS, the Ensemble will always be great for a quick interface on the go....shoot... a quickee recording gig with my only bringing my MacBook Pro (with CASE of course), a Rackmount (with my rackmounted gear as follows: Power Conitioner, Ensemble, Millennia, LA610, headphone amp, midi/usb interface & Glyphs) a Dolly, some mic stands, Mics, & a plug snake & cables..... that's a pretty darn good to-go menu! Shoot, how many ON LOCATION gigs have we done where this set up coulda been used! (Christmas CD's, choirs, Jazz Pianist, Voice overs).....let's just hope your client doesn't need NINE tracks recorded at once! yes, still bugged about that APOGEE!!!!!!
    So there ya have it as far as my experience goes. I'll keep reporting back when I have more tastes of this 8 TRICK PONY ..... but what a pony it is!
    OBTW, looks like I'll be SELLING my MOTU 8pre since I can't use it with my Ensemble!
    Stay tuned.....

  • Please help! Logic Pro 9 & Motu 8 pre

    I recently upgraded some of my home studio gear, and in that just added a second MOTU 8pre.
    Here's my roadblock...
    I'd like to run both MOTU 8pres so that I can record 16 tracks simultaneously.
    Using the built in CueMix Console I can monitor all 16 tracks.
    (I'm using 1st Motu as my main interface with optical outs from the 2nd Motu into the optical inputs of the 1st Motu.)
    But once I try to monitor or record channels 9-16 through Logic Pro 9 (even garage band) I get no signal whatsoever.
    Maybe I'm missing something, or haven't turned something on. I've checked preferences, etc. with no luck.
    Please help! Is what I'm trying to do even compatible between Logic 9 and the MOTU 8 pres??
    Thanks in advance,
    Lucas

    Izzy.Bear wrote:
    I recently upgraded some of my home studio gear, and in that just added a second MOTU 8pre.
    Here's my roadblock...
    I'd like to run both MOTU 8pres so that I can record 16 tracks simultaneously.
    Using the built in CueMix Console I can monitor all 16 tracks.
    (I'm using 1st Motu as my main interface with optical outs from the 2nd Motu into the optical inputs of the 1st Motu.)
    Lucas, it may not make any difference in this situation but the standard setup for digital devices is to have a single lightpipe/ADAT cable from the digital output of the second MOTU into the Digital in of your 1st, (main) MOTU. The 2nd MOTU will be the digital clock master with the 1st MOTU slaving to the digital clock of the 2nd unit.
    That is.. unless you're using a third party digital clock driving both units.
    p.s. Trust me on the single lightpipe cable.
    pancenter-

  • Please help....execute procedure with out parameter -cursor

    HI all plese help me,
    i create a stored procedure like this.hw cani execute the IN out parameter which is a cursor ir..RCT1 is cursor..
    please help...
    CREATE OR REPLACE PROCEDURE ST_GetTravelTypeID
         TravelType IN      VARCHAR2 DEFAULT NULL,
         RCT1 IN OUT      GLOBALPKG.RCT1
    AS
    BEGIN
         OPEN RCT1 FOR
         SELECT
                   TravelTypeCode,
                   TravelTypeDesc
         FROM ST_MS_TravelTypes
         WHERE     TravelType = ST_GetTravelTypeID.TravelType;
    END;
    Message was edited by:
    neethu

    Your reference is invalid:
    WHERE TravelType = ST_GetTravelTypeID.TravelType;
    This should not (cannot) refer to the name of the procedure - but simply to the variable in it. I.e.
    WHERE TravelType = TravelType;
    However, as you can see, the variable name is now the same as the column name.
    One method around this is to use explicit scope reference. E.g.
    SELECT
      t.TravelTypeCode,
      t.TravelTypeDesc
    FROM  ST_MS_TravelTypes t
    WHERE t.TravelType = TravelType;I suggest that you consider this a standard for your PL/SQL programming. Always alias SQL tables in PL/SQL code and use explicit column references.
    Another standard we use is to use underscore characters for columns - camel case is fine for variables in a programming language. This is not really acceptable for column names, as by default Oracle uses uppercase. Thus "TravelType" is valid as variable name, but invalid as a column name - it should be defined/written as "travel_type" or "TRAVEL_TYPE" instead.

  • Please help with Logic Express 7 and using DFH plugin!

    Hey guys, I'm really in a tight spot here as I have no idea how to get my setup working properly. I recently bought an entirely new Imac, Logic Express 7, and a drum plugin called Drumkit From **** Superior (VSTi I believe is the type of plugin they call it). It is supposed to be compatable but I see no way to get it to show up as a plugin. I tried some other programs and it shows up as a plugin and I'm able to get into the interface, but I can't in LE7.
    It is supposed to be compatable as a "rewire" plugin or something like that, but I'm not too sure how to approach that differently, both manuals are very vague.
    Basically, I'm wondering:
    1. How would I go about getting Drumkit From **** Superior to show up as a "plugin" (and what it would be under) if I have to use it a "rewire"?
    2. If I could get it running as a plugin, how would I go about programming a drum part using that "drumkit" in Logic Express?
    Thanks, any help is greatly appreciated.
    -Daniel

    It's a tough one man, I'm actually wanting to go for EZdrummer which I think comes under the same umbrealla as DFH, the patch will come to let you upgrade to intel hopefully by September so hold onto that plug in as I think it'll be worth it in the long run. In the mean time do you have any other options to make beats?
    I use Reason 3.0, I sequence my beats using Reason Drum Kits 2.0 and export them as WAV or AIFF files into Logic, do you have anything similar that you can do? write you beats else where and import into Logic?

  • Please help with Logic Express 8 language support - requires little effort

    Dear fellow musicians, I plan to buy Logic Express, but as I live in a country you probably have never heard of (Moldova) I only have the chance to buy it while traveling.
    So, I am going to Paris soon and this is a perfect occasion to purchase the software - the only thing I am concerned is whether the french version of Logic express also supports the English language just like garage band and other apple apps.
    So, could you please check what languages are supported by Logic Express?
    It is simple to do - just go to the applications folder, Ctrl click on the Logic Express 8 application and unfold the languages triangle (if there's any).
    I'd be more than lucky if someone owning a french version does that to confirm whether there's English among the supported languages.
    Thanks!

    checked in my application folder but I don't see the languages option. However my English version provides French support, and my pretty clued up about apple things guess (but it is a guess) is that it's the same package and the installer just picks up the default language of the machine you're installing it on. And if you've got experience of other French versions of apple software being OK then it's a pretty safe bet that Logic will too. Can you not order an English version over the internet if you're really concerned ?
    By the way, I know where Moldova is! Even been thinking about traveling there sometime soon

  • Please help!  Logic Studio won't play nice with my Edirol UR-80 controller

    Hi everyone,
    I finally upgraded to Logic Studio (from Logic Studio 7 - quite the upgrade!) when I got my new iMac recently, and I'm itching to use it but can't get it to work with my control surface no matter what I do. I have an older controller - it's an Edirol UR-80, made by Roland, and it worked perfectly with my old setup. Logic will recognize it and I can program some functions to work correctly, but my beloved track wheel and any of the main buttons (play, record, etc.) just won't work. I've done a bunch of research, called all relevant manufacturers, and even took it to the Apple Store, but nobody can help. The folks at the Applie Store said that since it's not a supported control surface, the transport features might just not work. But I thought I would put it to you geniuses out there to see if someone has had a similar problem or any thoughts on what might help. Any help would be most appreciated!
    -Dan

    I do not know this piece of equipment, but the rule of thumb is simple: any knob/wheel/slider/switch that sends a MIDI message when touched, can be applied in Logic. So the thing for you to do is to examine what sort of message they send, and then use the 'Midi learn' function to set it up manually.
    The best way to monitor midi messages is in the environment, with a monitor object.
    !http://farm3.static.flickr.com/2492/3844372277_0ec7b022f3.jpg!
    regards, Erik.

  • PLEASE HELP ! LOGIC STARTUP PROBLEMS!!!!

    Hi all. I am so frustrated with my problem. I have installed tiger and everything works ok, except when i come to open Logic. It will not open fully, it will get to 'initializing' core audio and freeze there. I have left it there for 20mins now and this tells me its not going to load. I load logic while holding ctrl and change the driver to built in audio rather than my edirol fa-101 and logic re-launches, again freezing on initializing core audio. I need logic to produce for a living, please give advice if you have any. Thanks, Ben....

    Check all your audio drivers if they are updated... check the websites for patches. Repair disk permissions. Uninstall any plugin that is not original. Reinstall Logic and/or tiger.
    This should take a while already .... ! Let us know !
    Sergio

  • I had Apple Ibook G4. I had replaced the HDD but thnot able to install the mac os becoz its dvd drive is faulty I dont want to expend onthat stuff but want to use the same Please help me regarding the installation procedure of mac os

    help

    You cannot install OS X without using an installer DVD, and that requires a DVD drive (internal or external.) Alternatively, if you have access to another Mac and if both have Firewire ports, then you can use Target Disk Mode: Transferring files between two computers using FireWire.
    Your profile indicates you have a MacBook, but are using OS X 10.3.x which is not possible. The first MacBook model used a special Intel-only version of Tiger, 10.4.x.

  • Can you please help me in creating a stored procedure which can create a tablesapce in a specified location ?

    Hello ...
    Can you please help me in writing a procedure which can create tablespace. like i have a requirement that
    through sql query i need to get the location of where the data file of the newly created tablespace need to be stored.
    I need to store the location of the datafiles in a variable and i need to use that variable for specifying the location of the data file in newly created data file.
    please help me writing this procedure.....
    Regards vinay raj.
    Thanks in advance..

    select distinct substr(file_name,1,instr(file_name,'/',-1)) from dba_data_files;
    Run this in a few of your databases and see how often you ONLY get one row returned.
    Normally there is no "default" file system for data files (read about the DB_CREATE_FILE_DEST parameter and Oracle Managed Files for the exception to that).
    You could pick the same file system as an existing tablespace, but even then there is no guarantee that the file system has sufficient space for the new tablespace - you have to check that OUTSIDE the database.
    Given the query at the top it is pretty simple to create a SQL script that generates a SQL script.  This can be run in any database via sqlplus, and then the generated script can be edited as needed and run immediately, under human control, avoiding surprises.
    set echo off
    set feedback off
    set heading off
    set lines 100
    spool myts.sql
    select distinct 'create tablespace MYTS DATAFILE '''||substr(file_name,1,instr(file_name,'/',-1))||'myts01.dbf'' size 40M ONLINE;' stmt
    from dba_data_files;
    spool off
    For example, if you find there are multiple filesystems to choose from, run this then delete the filesystems you don't want from the generated script.  If you find there is only one file system but it is too full, work with your SA or storage to to add space or allocate a new file system, then modify the generated script accordingly.
    This example assumes a traditional file system, on a UNIX-style OS, not using Oracle-Managed files.  ASM or RAW will have a different format for the data file location, of course.

  • Can't open Logic session without crashing PLEASE HELP

    Hi how's it going?
    Having a crisis with Logic pro 9 on a 15inch macbook pro running osX.6.8
    Every time i open a session, it is crashing right away.. Thought it could be a problem with Omnisphere but bounced all the omnisphere tracks in place and is happenning worse than ever.  Seems to have been crashing regularly since installing Native Instruments Komplete..  Haven't ever had crashes as bad as this before. 
    It asks if i want to open an autosaved version (which ends out being an older session which has been saved over already) or manually saved session.  The manually saved session seems to be the correct one but upon opening it crashes... 
    This is the latest error message we got.. 
    Please help!!!!! Anything would be greatly appreciated as it's an important session! Have tried trashing the preferences and everything..
    Process:         Logic Pro [695]
    Path:            /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Identifier:      com.apple.logic.pro
    Version:         9.1.7 (1700.57)
    Build Info:      Logic-17005700~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [100]
    Date/Time:       2012-05-16 11:51:26.735 -0700
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          343544 sec
    Crashes Since Last Report:           18
    Per-App Interval Since Last Report:  205354 sec
    Per-App Crashes Since Last Report:   16
    Anonymous UUID:                      3BF67CF3-5989-4863-9A95-9696A85D8297
    Exception Type:  EXC_BAD_ACCESS (SIGABRT)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000ff7b450e
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    abort() called
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x9331cc5a __kill + 10
    1   libSystem.B.dylib                       0x9331cc4c kill$UNIX2003 + 32
    2   libSystem.B.dylib                       0x933af5a5 raise + 26
    3   libSystem.B.dylib                       0x933c5679 __abort + 124
    4   libSystem.B.dylib                       0x933c56f5 abort_report_np + 0
    5   com.apple.logic.pro                     0x003e50c9 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 3839577
    6   libSystem.B.dylib                       0x9332205b _sigtramp + 43
    7   ???                                     0x0000000b 0 + 11
    8   ...ounit.Native.OxfordInflator          0x8ed9a909 SonnoxAUWrapperViewEntry + 4249
    9   ...ounit.Native.OxfordInflator          0x8ed97af4 0x8ed88000 + 64244
    10  ...ounit.Native.OxfordInflator          0x8ed962db 0x8ed88000 + 58075
    11  ...ounit.Native.OxfordInflator          0x8ed91041 0x8ed88000 + 36929
    12  ...ounit.Native.OxfordInflator          0x8ed98ec5 SonnoxAUWrapperEntry + 37
    13  ...ple.CoreServices.CarbonCore          0x9172451f CallComponentDispatch + 29
    14  ...ple.CoreServices.CarbonCore          0x917248a8 CallComponentClose + 43
    15  ...ple.CoreServices.CarbonCore          0x917247d1 CloseComponentInternal(ComponentInstanceRecord*) + 101
    16  ...ple.CoreServices.CarbonCore          0x91724752 CloseComponent + 46
    17  com.apple.logic.pro                     0x00595b42 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 5611730
    18  ...le.music.apps.MAAudioEngine          0x02af167f MD::DisposePlug(CPlugIn*) + 655
    19  com.apple.logic.pro                     0x0013db3c std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 1056972
    20  com.apple.logic.pro                     0x0005e29c std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 141356
    21  com.apple.logic.pro                     0x0005eb80 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 143632
    22  com.apple.logic.pro                     0x00061402 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 154002
    23  com.apple.logic.pro                     0x000b9228 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 513976
    24  com.apple.logic.pro                     0x00727ac1 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 7258193
    25  com.apple.logic.pro                     0x007242ad std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 7243837
    26  com.apple.logic.pro                     0x0003cd92 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 4898
    27  com.apple.logic.pro                     0x0054b6bf std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 5307471
    28  com.apple.Foundation                    0x950c5db3 _nsnote_callback + 176
    29  com.apple.CoreFoundation                0x9a00d763 __CFXNotificationPost + 947
    30  com.apple.CoreFoundation                0x9a00d16a _CFXNotificationPostNotification + 186
    31  com.apple.Foundation                    0x950bac50 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128
    32  com.apple.Foundation                    0x950c805d -[NSNotificationCenter postNotificationName:object:] + 56
    33  com.apple.AppKit                        0x978d0112 -[NSWindow _close] + 239
    34  com.apple.AppKit                        0x978f1fc2 -[NSWindow __close] + 241
    35  com.apple.AppKit                        0x978f1ec1 -[NSWindow _close:] + 171
    36  com.apple.logic.pro                     0x007c7494 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 7911972
    37  com.apple.AppKit                        0x976fea26 -[NSApplication sendAction:to:from:] + 112
    38  com.apple.prokit                        0x00fc3414 -[NSProApplication sendAction:to:from:] + 127
    39  com.apple.logic.pro                     0x005f72fa std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6011018
    40  com.apple.AppKit                        0x977de255 -[NSControl sendAction:to:] + 108
    41  com.apple.AppKit                        0x977d9d02 -[NSCell _sendActionFrom:] + 169
    42  com.apple.AppKit                        0x977d8ff9 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1808
    43  com.apple.AppKit                        0x9782e6ed -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 524
    44  com.apple.prokit                        0x0100821e -[NSProButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 539
    45  com.apple.AppKit                        0x977d7a4f -[NSControl mouseDown:] + 812
    46  com.apple.AppKit                        0x977d5a58 -[NSWindow sendEvent:] + 5549
    47  com.apple.prokit                        0x00fe991e -[NSProPanel sendEvent:] + 264
    48  com.apple.logic.pro                     0x007c7c93 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 7914019
    49  com.apple.logic.pro                     0x0003f3a6 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 14646
    50  com.apple.AppKit                        0x976ee60b -[NSApplication sendEvent:] + 6431
    51  com.apple.prokit                        0x00fc6040 -[NSProApplication sendEvent:] + 1901
    52  com.apple.logic.pro                     0x0061312d std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6125245
    53  com.apple.logic.pro                     0x00617dc1 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6144849
    54  com.apple.logic.pro                     0x0061315f std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6125295
    55  com.apple.AppKit                        0x97682253 -[NSApplication run] + 917
    56  com.apple.prokit                        0x00fc63f6 NSProApplicationMain + 326
    57  com.apple.logic.pro                     0x0002b1c5 DummyConnection::DummyConnection() + 193
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x932e2382 kevent + 10
    1   libSystem.B.dylib                       0x932e2a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x932e1f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x932e1cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x932e1781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x932e15c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x932bbafa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x932bc267 mach_msg + 68
    2   com.apple.CoreFoundation                0x99fef2df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x99fee3c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x99fee1f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x950ff224 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6   com.apple.Foundation                    0x950c64c4 -[NSThread main] + 45
    7   com.apple.Foundation                    0x950c6474 __NSThread__main__ + 1499
    8   libSystem.B.dylib                       0x932e9259 _pthread_start + 345
    9   libSystem.B.dylib                       0x932e90de thread_start + 34
    Thread 3:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x932daac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x9a02ec53 __CFSocketManager + 1091
    2   libSystem.B.dylib                       0x932e9259 _pthread_start + 345
    3   libSystem.B.dylib                       0x932e90de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x932e9aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x932e975e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x932eb3f8 pthread_cond_wait$UNIX2003 + 73
    3   ...le.music.apps.MAAudioEngine          0x02b18899 MDFileIOThread_IsBusy + 3593
    4   libSystem.B.dylib                       0x932e9259 _pthread_start + 345
    5   libSystem.B.dylib                       0x932e90de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x932bbafa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x932bc267 mach_msg + 68
    2   com.apple.audio.midi.CoreMIDI           0x0138d0c1 XServerMachPort::ReceiveMessage(int&, void*, int&) + 155
    3   com.apple.audio.midi.CoreMIDI           0x013ab97a MIDIProcess::RunMIDIInThread() + 150
    4   com.apple.audio.midi.CoreMIDI           0x0138e2d9 XThread::RunHelper(void*) + 17
    5   com.apple.audio.midi.CoreMIDI           0x0138dca6 CAPThread::Entry(CAPThread*) + 96
    6   libSystem.B.dylib                       0x932e9259 _pthread_start + 345
    7   libSystem.B.dylib                       0x932e90de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x932bbb5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x932e96e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x933185a8 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x91703b90 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore          0x917038ce TSWaitOnSemaphoreCommon + 511
    5   ...ple.CoreServices.CarbonCore          0x91727b8b TimerThread + 97
    6   libSystem.B.dylib                       0x932e9259 _pthread_start + 345
    7   libSystem.B.dylib                       0x932e90de thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x932bbafa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x932bc267 mach_msg + 68
    2   com.apple.CoreFoundation                0x99fef2df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x99fee3c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x99ff4304 CFRunLoopRun + 84
    5   com.spectrasonics.Amber                 0x714e9353 std::vector<char*, std::allocator<char*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<char**, std::vector<char*, std::allocator<char*> > >, char* const&) + 575
    6   libSystem.B.dylib                       0x932e9259 _pthread_start + 345
    7   libSystem.B.dylib                       0x932e90de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x932bbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x932e96f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9333205f pthread_cond_wait + 48
    3   com.spectrasonics.Amber                 0x715de9b1 non-virtual thunk to GOTextList::~GOTextList() + 129369
    4   com.spectrasonics.Amber                 0x715dd997 non-virtual thunk to GOTextList::~GOTextList() + 125247
    5   libSystem.B.dylib                       0x932e9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x932e90de thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x932bbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x932e96f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9333205f pthread_cond_wait + 48
    3   com.spectrasonics.Amber                 0x715de9b1 non-virtual thunk to GOTextList::~GOTextList() + 129369
    4   com.spectrasonics.Amber                 0x715dd997 non-virtual thunk to GOTextList::~GOTextList() + 125247
    5   libSystem.B.dylib                       0x932e9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x932e90de thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x932bbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x932e96f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9333205f pthread_cond_wait + 48
    3   com.spectrasonics.Amber                 0x715de9b1 non-virtual thunk to GOTextList::~GOTextList() + 129369
    4   com.spectrasonics.Amber                 0x715dd997 non-virtual thunk to GOTextList::~GOTextList() + 125247
    5   libSystem.B.dylib                       0x932e9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x932e90de thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                       0x932bbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x932e96f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9333205f pthread_cond_wait + 48
    3   com.spectrasonics.Amber                 0x715de9b1 non-virtual thunk to GOTextList::~GOTextList() + 129369
    4   com.spectrasonics.Amber                 0x715dd997 non-virtual thunk to GOTextList::~GOTextList() + 125247
    5   libSystem.B.dylib                       0x932e9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x932e90de thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                       0x932bbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x932e96f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9333205f pthread_cond_wait + 48
    3   com.spectrasonics.Amber                 0x715de9b1 non-virtual thunk to GOTextList::~GOTextList() + 129369
    4   com.spectrasonics.Amber                 0x715dd997 non-virtual thunk to GOTextList::~GOTextList() + 125247
    5   libSystem.B.dylib                       0x932e9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x932e90de thread_start + 34
    Thread 13:
    0   libSystem.B.dylib                       0x932bbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x932e96f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9333205f pthread_cond_wait + 48
    3   com.spectrasonics.Amber                 0x715de9b1 non-virtual thunk to GOTextList::~GOTextList() + 129369
    4   com.spectrasonics.Amber                 0x715dd997 non-virtual thunk to GOTextList::~GOTextList() + 125247
    5   libSystem.B.dylib                       0x932e9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x932e90de thread_start + 34
    Thread 14:
    0   libSystem.B.dylib                       0x932bbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x932e96f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9333205f pthread_cond_wait + 48
    3   com.spectrasonics.Amber                 0x715de9b1 non-virtual thunk to GOTextList::~GOTextList() + 129369
    4   com.spectrasonics.Amber                 0x715dd997 non-virtual thunk to GOTextList::~GOTextList() + 125247
    5   libSystem.B.dylib                       0x932e9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x932e90de thread_start + 34
    Thread 15:
    0   libSystem.B.dylib                       0x932bbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x932e96f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9333205f pthread_cond_wait + 48
    3   com.spectrasonics.Amber                 0x715de9b1 non-virtual thunk to GOTextList::~GOTextList() + 129369
    4   com.spectrasonics.Amber                 0x715dd997 non-virtual thunk to GOTextList::~GOTextList() + 125247
    5   libSystem.B.dylib                       0x932e9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x932e90de thread_start + 34
    Thread 16:
    0   libSystem.B.dylib                       0x932bbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x932e96f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9333205f pthread_cond_wait + 48
    3   com.spectrasonics.Amber                 0x715de9b1 non-virtual thunk to GOTextList::~GOTextList() + 129369
    4   com.spectrasonics.Amber                 0x715dd997 non-virtual thunk to GOTextList::~GOTextList() + 125247
    5   libSystem.B.dylib                       0x932e9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x932e90de thread_start + 34
    Thread 17:
    0   libSystem.B.dylib                       0x932bbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x932e96f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9333205f pthread_cond_wait + 48
    3   com.spectrasonics.Amber                 0x715de9b1 non-virtual thunk to GOTextList::~GOTextList() + 129369
    4   com.spectrasonics.Amber                 0x715dd997 non-virtual thunk to GOTextList::~GOTextList() + 125247
    5   libSystem.B.dylib                       0x932e9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x932e90de thread_start + 34
    Thread 18:
    0   libSystem.B.dylib                       0x932bbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x932e96f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9333205f pthread_cond_wait + 48
    3   com.spectrasonics.Amber                 0x715de9b1 non-virtual thunk to GOTextList::~GOTextList() + 129369
    4   com.spectrasonics.Amber                 0x715dee1f non-virtual thunk to GOTextList::~GOTextList() + 130503
    5   libSystem.B.dylib                       0x932e9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x932e90de thread_start + 34
    Thread 19:
    0   libSystem.B.dylib                       0x932bbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x932e96f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9333205f pthread_cond_wait + 48
    3   com.spectrasonics.Amber                 0x715de9b1 non-virtual thunk to GOTextList::~GOTextList() + 129369
    4   com.spectrasonics.Amber                 0x715dee1f non-virtual thunk to GOTextList::~GOTextList() + 130503
    5   libSystem.B.dylib                       0x932e9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x932e90de thread_start + 34
    Thread 20:
    0   libSystem.B.dylib                       0x932bbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x932e96f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9333205f pthread_cond_wait + 48
    3   com.spectrasonics.Amber                 0x715de9b1 non-virtual thunk to GOTextList::~GOTextList() + 129369
    4   com.spectrasonics.Amber                 0x715dee1f non-virtual thunk to GOTextList::~GOTextList() + 130503
    5   libSystem.B.dylib                       0x932e9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x932e90de thread_start + 34
    Thread 21:
    0   libSystem.B.dylib                       0x932bbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x932e96f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9333205f pthread_cond_wait + 48
    3   com.spectrasonics.Amber                 0x715de9b1 non-virtual thunk to GOTextList::~GOTextList() + 129369
    4   com.spectrasonics.Amber                 0x715dee1f non-virtual thunk to GOTextList::~GOTextList() + 130503
    5   libSystem.B.dylib                       0x932e9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x932e90de thread_start + 34
    Thread 22:
    0   libSystem.B.dylib                       0x932bbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x932e96f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9333205f pthread_cond_wait + 48
    3   com.spectrasonics.Amber                 0x715de9b1 non-virtual thunk to GOTextList::~GOTextList() + 129369
    4   com.spectrasonics.Amber                 0x715dee1f non-virtual thunk to GOTextList::~GOTextList() + 130503
    5   libSystem.B.dylib                       0x932e9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x932e90de thread_start + 34
    Thread 23:
    0   libSystem.B.dylib                       0x932bbb5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x932e96e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x933185a8 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x91703b90 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore          0x917038ce TSWaitOnSemaphoreCommon + 511
    5   ...ickTimeComponents.component          0x928ef965 ReadSchedulerThreadEntryPoint + 4698
    6   libSystem.B.dylib                       0x932e9259 _pthread_start + 345
    7   libSystem.B.dylib                       0x932e90de thread_start + 34
    Thread 24:
    0   libSystem.B.dylib                       0x932bbb5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x932e96e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x933185a8 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x91703b90 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore          0x917038ce TSWaitOnSemaphoreCommon + 511
    5   ...ple.CoreServices.CarbonCore          0x9175e5aa AIOFileThread(void*) + 1127
    6   libSystem.B.dylib                       0x932e9259 _pthread_start + 345
    7   libSystem.B.dylib                       0x932e90de thread_start + 34
    Thread 25:
    0   libSystem.B.dylib                       0x932bbafa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x932bc267 mach_msg + 68
    2   ...tope.audioplugins.AU.Ozone5          0xb77a97b0 catch_exception_raise + 1344
    3   libSystem.B.dylib                       0x932e9259 _pthread_start + 345
    4   libSystem.B.dylib                       0x932e90de thread_start + 34
    Thread 26:
    0   libSystem.B.dylib                       0x932e1412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x932e19a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x932e15c6 start_wqthread + 30
    Thread 27:
    0   libSystem.B.dylib                       0x932e1412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x932e19a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x932e15c6 start_wqthread + 30
    Thread 28:
    0   libSystem.B.dylib                       0x932e1412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x932e19a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x932e15c6 start_wqthread + 30
    Thread 29:
    0   libSystem.B.dylib                       0x932e9aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x933159c5 nanosleep$UNIX2003 + 188
    2   libSystem.B.dylib                       0x93315903 usleep$UNIX2003 + 61
    3   com.apple.AppKit                        0x97829e2d -[NSUIHeartBeat _heartBeatThread:] + 2039
    4   com.apple.Foundation                    0x950c64c4 -[NSThread main] + 45
    5   com.apple.Foundation                    0x950c6474 __NSThread__main__ + 1499
    6   libSystem.B.dylib                       0x932e9259 _pthread_start + 345
    7   libSystem.B.dylib                       0x932e90de thread_start + 34
    Thread 30:
    0   libSystem.B.dylib                       0x932e1412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x932e19a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x932e15c6 start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x933c5609  ecx: 0xbfffdeac  edx: 0x9331cc5a
      edi: 0x00cbd63c  esi: 0x46c5f040  ebp: 0xbfffdec8  esp: 0xbfffdeac
       ss: 0x00000023  efl: 0x00000282  eip: 0x9331cc5a   cs: 0x0000000b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x00437000
    Binary Images:
        0x1000 -   0xbe7ff7  com.apple.logic.pro 9.1.7 (1700.57) <E0B8F147-B690-4889-84FF-A409F39B402F> /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
      0xe81000 -   0xe9ffef  com.apple.XSKey 1.0.0 (52) <71B94F53-15DB-9012-91F2-211F7C2CD790> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
      0xeae000 -   0xee1fe7  com.apple.music.apps.MAAudioUnitSupport 9.1.7 (233.39) <13FB1823-E7E6-A34B-6D89-E30D01605DC1> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnit Support
      0xeee000 -   0xf1fff3  com.apple.musicaudiodataservices 1.1 (250.92) <11E60B69-F34E-72B0-DC8E-BC23B4D9D949> /Applications/Logic Pro.app/Contents/Frameworks/MAAssetSharing.framework/Versions/A/MAAssetSharing
      0xf2e000 -   0xf8cff3  com.apple.music.apps.MALoopManagement 9.1.7 (218.94) <E1772A24-827D-AF1F-7C09-E25FC729F95B> /Applications/Logic Pro.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagem ent
      0xfa2000 -  0x11dafff  com.apple.prokit 7.0.1 (1331.1) <327AFA15-E955-02EF-3E57-E2558B645698> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x12e2000 -  0x135dfff  com.apple.music.apps.MACore 9.1.7 (477.48) <5D0BB5DF-13EB-1759-F1B9-4275EEE287B3> /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
    0x137d000 -  0x13c9ffb  com.apple.audio.midi.CoreMIDI 1.7.1 (42) <813D30E5-440C-27AA-5791-9263E9B30007> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x13ee000 -  0x1444ff7  com.apple.music.apps.MAHarmony 9.1.7 (198.94) <BE3356F3-9B77-81AF-9D4E-2F9F036B7491> /Applications/Logic Pro.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
    0x145b000 -  0x1874ff7  com.apple.music.apps.MAPlugInGUI 9.1.7 (424.69) <6C2FD01C-3CAA-F456-B695-FCB5638A4EDE> /Applications/Logic Pro.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
    0x1a92000 -  0x1b74feb  com.apple.music.apps.OMF 9.1.7 (108.93) <5A2D5ABF-97B8-E67D-EF60-BD3CEA462CDE> /Applications/Logic Pro.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
    0x1b88000 -  0x21d9fe3  com.apple.music.apps.MADSP 9.1.7 (588.88) <4E4B1FA7-6D09-E835-09B8-FC5700B6D425> /Applications/Logic Pro.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
    0x28be000 -  0x28dfff7  com.apple.music.apps.LogicFileBrowser 9.1.7 (1700.57) <EEAE4BD4-7F0C-3331-2C94-6EBA3E5F518F> /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrow ser
    0x28e8000 -  0x2961ff7  com.apple.music.apps.LogicLoopBrowser 9.1.7 (1700.57) <8CACC777-C6A7-432C-ADB9-E7F1865F8544> /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrow ser
    0x2975000 -  0x2996ff7  com.apple.music.apps.MAApogeeSupport 9.1.7 (311.94) <F09251F0-B26D-CA6C-8B7A-6711EE4331D1> /Applications/Logic Pro.app/Contents/Frameworks/MAApogeeSupport.framework/Versions/A/MAApogeeSuppor t
    0x299b000 -  0x29a0ff7  com.apple.music.apps.MAResources 9.1.7 (211.95) <176392C0-73D0-4698-C1AC-114BB5C05A2B> /Applications/Logic Pro.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
    0x29a4000 -  0x29cdfe3  com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <8D4AA22A-D5E6-588D-7528-6BE4028C8F85> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x29de000 -  0x29eeff7  com.apple.AERegistration 1.2 (401) <09312188-9C9E-E1A8-0F53-B8F34AA7F76A> /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x2a02000 -  0x2a0eff3  com.apple.music.apps.MAUnitTest 9.1.7 (95.94) <D8B89167-A7D2-2C2F-B401-1E17BD85C2FD> /Applications/Logic Pro.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
    0x2a16000 -  0x2accfff  com.apple.music.apps.MAFiles 9.1.7 (144.77) <DCD9D7C3-B474-5A9D-5E1D-6CA3D2461D69> /Applications/Logic Pro.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
    0x2ae5000 -  0x2b5cfe7  com.apple.music.apps.MAAudioEngine 9.1.7 (158.32) <3391175C-45EA-CF4C-29CE-B40AED2B40CD> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
    0x2bc3000 -  0x2bceff7  com.apple.music.apps.MAToolKit 9.1.7 (357.98) <B3F36681-3427-CDFC-B975-568F14996D02> /Applications/Logic Pro.app/Contents/Frameworks/MAToolKit.framework/Versions/A/MAToolKit
    0x2bd2000 -  0x2be6ff7  com.apple.music.apps.MAVideo 9.1.7 (11.99) <7BFFFBAF-7564-4CD5-DA1D-98D57E2D8D55> /Applications/Logic Pro.app/Contents/Frameworks/MAVideo.framework/Versions/A/MAVideo
    0x2bf9000 -  0x2caefe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <78B6EEB6-50D9-4479-D1A5-B4C381A07E4D> /usr/lib/libcrypto.0.9.7.dylib
    0x2cf4000 -  0x2d34ff7  com.apple.vmutils 4.2 (106) <92BB4844-304C-C7AB-1F9B-686537C56099> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x2d4d000 -  0x2de9ffc  com.apple.MobileMe 9 (1.01) <EBADB981-9ED6-82B0-810F-F1CB05CB5A17> /Applications/Logic Pro.app/Contents/Frameworks/MobileMe.framework/Versions/A/MobileMe
    0x3f00000 -  0x3f35ff7  com.apple.prokit.SnowLeopardPanels 7.0.1 (1331.1) <FF2667E3-621B-071C-77D4-9C3125A9298C> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/SnowLeo pardPanels.bundle/Contents/MacOS/SnowLeopardPanels
    0x3f90000 -  0x3f9dff7  com.apple.iokit.IOHIDLib 1.6.6 (1.6.6) <665A3308-8C50-655A-ED3F-49AF695A408E> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Co ntents/MacOS/IOHIDLib
    0x3ff4000 -  0x3ff8ff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <E9CB576C-283B-1DB2-0C69-E7C914BD7922> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x9fa1000 -  0x9fa7ff7  com.apple.audio.AppleHDAHALPlugIn 2.0.8 (2.0.8f3) <EA52F230-DCA1-316F-B0FE-2D098533B978> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x9fd0000 -  0x9fd8ff7  com.apple.proapps.mrcheckpro 1.4 (397) <25DBA6AA-139D-EFAC-1BF8-5D29A3DFA497> /Applications/Logic Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
    0xa2cf000 -  0xa2e9ff7  com.apple.OpenTransport 10.6.0 (10.6.0) <9571BE66-BDE4-7499-FF79-C3D63D3776E2> /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    0x10422000 - 0x10481fe1 +se.propellerheads.rewire.library 1.7 (1.7) /Library/Application Support/Propellerhead Software/ReWire/ReWire.bundle/Contents/MacOS/ReWire
    0x11b00000 - 0x11b3cfe3  com.apple.QuickTimeFireWireDV.component 7.6.6 (1789) <88107C67-DB2B-479F-EE74-61E776811834> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x11b48000 - 0x11b52ff7  com.apple.IOFWDVComponents 1.9.9 (1.9.9) <F4C1967D-E7E3-CF1E-12DB-184B7AA68C93> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x17086000 - 0x17086ff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <72FF6A91-C3EC-4634-A0FB-E1586C2404E4> /usr/lib/libmx.A.dylib
    0x170be000 - 0x170e7fff  com.apple.audio.OpenAL 1.4 (1.4) <29DC0A4C-F5A9-46A2-6776-480767CDE7E6> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
    0x192de000 - 0x19469fff +com.WavesAudio.WaveShell-AU.8.0.0 8.0.0 (8.0.0.10) <B949F7C1-9124-89FE-EFF9-B14E64E3E662> /Library/Audio/Plug-Ins/Components/WaveShell-AU 8.0.component/Contents/MacOS/WaveShell-AU
    0x19534000 - 0x19761ff3 +com.WavesAudio.WavesLib.8.0.0 8.0.0 (8.0.0.12) <C3BB4368-34D7-46BC-0ACA-49AB31ABC170> /Applications/Waves/Waves Plug-Ins/WavesLib 8.0.framework/Versions/A/WavesLib
    0x19a49000 - 0x19a60ff7 +com.WavesAudio.Aphex AX.8.0.1 8.0.1 (8.0.1.4) <E0935384-1A15-FC8A-774D-EA99A6E0BFCA> /Applications/Waves/Waves Plug-Ins/Aphex AX.bundle/Contents/MacOS/Aphex AX
    0x1a7da000 - 0x1a7dcff3  com.apple.music.apps.anvil.resources 9.1.7 (279.92) <7CBFA410-D449-1520-1E28-2018E56ECE3E> /Applications/Logic Pro.app/Contents/PlugIns/anvil.res/Contents/MacOS/anvil
    0x1a7e0000 - 0x1a7e2ff3  com.apple.music.apps.common.resources 9.1.7 (279.92) <47B50610-3A6B-B7E6-7D9F-633EE00536BF> /Applications/Logic Pro.app/Contents/PlugIns/common.res/Contents/MacOS/common
    0x1a7e6000 - 0x1a7e8ff3  com.apple.music.apps.ebp.resources 9.1.7 (279.92) <491FACE3-30A1-8165-DFE1-CDB0FD08351A> /Applications/Logic Pro.app/Contents/PlugIns/ebp.res/Contents/MacOS/ebp
    0x1a7ec000 - 0x1a7eeff3  com.apple.music.apps.efx.resources 9.1.7 (279.92) <C597C91D-FEE9-A1CB-D44F-E1EBE79719CF> /Applications/Logic Pro.app/Contents/PlugIns/efx.res/Contents/MacOS/efx
    0x1a7f2000 - 0x1a7f4ff3  com.apple.music.apps.egt.resources 9.1.7 (279.92) <30026FE6-7623-C6B3-6771-A121ACC8B762> /Applications/Logic Pro.app/Contents/PlugIns/egt.res/Contents/MacOS/egt
    0x1a7f8000 - 0x1a7faff3  com.apple.music.apps.emx.resources 9.1.7 (279.92) <7C00E73C-087D-B18A-FBBE-3CB9A34A7290> /Applications/Logic Pro.app/Contents/PlugIns/emx.res/Contents/MacOS/emx
    0x4377c000 - 0x437a0fe7  GLRendererFloat ??? (???) <F19DDBE8-1DF6-6618-F554-0E81ED85CE67> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x437a8000 - 0x437aaff3  com.apple.music.apps.es1.resources 9.1.7 (279.92) <E9799913-9D77-B551-2F7C-3C5CF7CCDF5C> /Applications/Logic Pro.app/Contents/PlugIns/es1.res/Contents/MacOS/es1
    0x437ae000 - 0x437b0ff3  com.apple.music.apps.es2.resources 9.1.7 (279.92) <D85546C3-B00F-0A52-EE11-EC05210E6431> /Applications/Logic Pro.app/Contents/PlugIns/es2.res/Contents/MacOS/es2
    0x437b4000 - 0x437b6ff3  com.apple.music.apps.esp.resources 9.1.7 (279.92) <22469760-92CC-70D1-098F-A71D666D2030> /Applications/Logic Pro.app/Contents/PlugIns/esp.res/Contents/MacOS/esp
    0x437ba000 - 0x437bcff3  com.apple.music.apps.evb3.resources 9.1.7 (279.92) <BAD8B6B6-E451-43B2-E56C-93279FB16A6E> /Applications/Logic Pro.app/Contents/PlugIns/evb3.res/Contents/MacOS/evb3
    0x437c0000 - 0x437c2ff3  com.apple.music.apps.evd6.resources 9.1.7 (279.92) <21C25CAD-1A0B-2ADF-FAA9-A66F6034E82D> /Applications/Logic Pro.app/Contents/PlugIns/evd6.res/Contents/MacOS/evd6
    0x437c6000 - 0x437c8ff3  com.apple.music.apps.evoc.resources 9.1.7 (279.92) <B958C220-125C-8DFD-B829-D6ABFEAC7A11> /Applications/Logic Pro.app/Contents/PlugIns/evoc.res/Contents/MacOS/evoc
    0x437cc000 - 0x437ceff3  com.apple.music.apps.evp88.resources 9.1.7 (279.92) <CBA089F8-35D9-F012-43BE-F79149490FE0> /Applications/Logic Pro.app/Contents/PlugIns/evp88.res/Contents/MacOS/evp88
    0x437d2000 - 0x437d4ff3  com.apple.music.apps.exs24.resources 9.1.7 (279.92) <11C21376-ED55-88F0-C965-DD554EA4DF81> /Applications/Logic Pro.app/Contents/PlugIns/exs24.res/Contents/MacOS/exs24
    0x437d8000 - 0x437daff3  com.apple.music.apps.guitaramp.resources 9.1.7 (279.92) <03A47674-0672-A373-9628-0F10B1065A04> /Applications/Logic Pro.app/Contents/PlugIns/guitaramp.res/Contents/MacOS/guitaramp
    0x437de000 - 0x437e0ff3  com.apple.music.apps.guitarcontrols.resources 9.1.7 (279.92) <6A1F7841-22E5-D35E-D3A7-341280342B5C> /Applications/Logic Pro.app/Contents/PlugIns/guitarcontrols.res/Contents/MacOS/guitarcontrols
    0x437e4000 - 0x437e6ff3  com.apple.music.apps.mutapdel.resources 9.1.7 (279.92) <DD838B34-3651-F30C-D52F-7CF44EF2AD30> /Applications/Logic Pro.app/Contents/PlugIns/mutapdel.res/Contents/MacOS/mutapdel
    0x437ea000 - 0x437ecff3  com.apple.music.apps.pedalboard.resources 9.1.7 (279.92) <79A8F7E2-566C-DF8F-C336-8D075A434E62> /Applications/Logic Pro.app/Contents/PlugIns/pedalboard.res/Contents/MacOS/pedalboard
    0x437f0000 - 0x437f2ff3  com.apple.music.apps.revolver.resources 9.1.7 (279.92) <DE04D8A8-A797-342B-B3BB-0AA349CAC457> /Applications/Logic Pro.app/Contents/PlugIns/revolver.res/Contents/MacOS/revolver
    0x437f6000 - 0x437f8ff3  com.apple.music.apps.sphere.resources 9.1.7 (279.92) <4DDC2503-F323-ED3F-1F18-B05F5611E5A4> /Applications/Logic Pro.app/Contents/PlugIns/sphere.res/Contents/MacOS/sphere
    0x43a85000 - 0x43a86ff7  com.apple.textencoding.unicode 2.3 (2.3) <A7D310DB-A5E6-C834-F72F-A66453834CC0> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x4464e000 - 0x447c7ff7  GLEngine ??? (???) <76C922AA-A4A7-2835-537B-17F316AD95F6> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x45000000 - 0x453ddfff  com.apple.ATIRadeonX3000GLDriver 1.6.42 (6.4.2) <019C8FD3-2824-C6F1-0FC3-B2A339B4309D> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRade onX3000GLDriver
    0x4540d000 - 0x45efefef  com.apple.driver.AppleIntelHDGraphicsGLDriver 1.6.42 (6.4.2) <58113970-F545-BE49-767D-8B51602A96CC> /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/A ppleIntelHDGraphicsGLDriver
    0x46af3000 - 0x46af8fff  com.apple.demo.audiounit.FilterDemo ??? (???) <7223733B-681D-19FC-17E8-8A26160AF57B> /Library/Audio/Plug-Ins/Components/Omnisphere.component/Contents/Resources/Coco aFilterView.bundle/Contents/MacOS/CocoaFilterView
    0x58995000 - 0x58af6ff7 +com.soundtoys.audiounit.Decapitator 4.0.2 (4.0.2) <F0ACDBA7-1DD4-2296-501A-C91193B038C9> /Library/Audio/Plug-Ins/Components/Decapitator.component/Contents/MacOS/Decapit ator
    0x58ff5000 - 0x58ffafff  com.apple.AppleMPEG2Codec 1.0.2 (220.1) <004F2C1D-9AFD-0C23-D03E-B73B808DA64B> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0x5a000000 - 0x5a1adffb +com.keilwerthAudio.VPS philta 1.0.1 (1.0.1) <AC2A7938-36BC-9CB2-92E8-EEFE9F0DFE4F> /Library/Audio/Plug-Ins/Components/VPS philta.component/Contents/MacOS/VPS philta
    0x5ab00000 - 0x5ab1cfff +com.WavesAudio.CLA-76.8.0.0 8.0.0 (8.0.0.10) <876B5B8A-78F1-EB99-D02B-D410C56EC8E8> /Applications/Waves/Waves Plug-Ins/CLA-76.bundle/Contents/MacOS/CLA-76
    0x5de9a000 - 0x5deabffb +com.WavesAudio.API-560.8.0.0 8.0.0 (8.0.0.10) <E99BB22A-9430-3D15-A69C-8F0A456FA03D> /Applications/Waves/Waves Plug-Ins/API-560.bundle/Contents/MacOS/API-560
    0x5eb35000 - 0x5eb41feb +com.WavesAudio.RVox.8.0.0 8.0.0 (8.0.0.10) <314FAE7E-3F27-0ABC-E738-92FE16C7C3F9> /Applications/Waves/Waves Plug-Ins/RVox.bundle/Contents/MacOS/RVox
    0x5ee71000 - 0x5ee80ffb +com.WavesAudio.Doubler.8.0.0 8.0.0 (8.0.0.10) <18BF6529-1DA3-D271-81E9-8113CC5EB0A0> /Applications/Waves/Waves Plug-Ins/Doubler.bundle/Contents/MacOS/Doubler
    0x60110000 - 0x60128fef +com.WavesAudio.H-Delay.8.0.0 8.0.0 (8.0.0.10) <D475A0EC-3DC6-083B-802C-BD01017C1934> /Applications/Waves/Waves Plug-Ins/H-Delay.bundle/Contents/MacOS/H-Delay
    0x6161e000 - 0x61631ffb +com.WavesAudio.API-550.8.0.0 8.0.0 (8.0.0.10) <DE8142DD-447F-EF2C-F3DD-4729BE56B4E4> /Applications/Waves/Waves Plug-Ins/API-550.bundle/Contents/MacOS/API-550
    0x618ed000 - 0x618fbfe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <4D4E2081-4DB2-8F38-F233-4B8B8C1A64B9> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x61fe3000 - 0x61ff0ffb +net.telestream.license 1.0.9.2-GC (1.0.9.2-GC) <7C897BF8-FAE3-7F1A-513F-A2BE323C456E> /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense
    0x68441000 - 0x685b5fef +com.soundtoys.audiounit.PanMan 4.0.2 (4.0.2) <3CF6E282-11E0-5FD5-F176-C9FCD4BC6F86> /Library/Audio/Plug-Ins/Components/PanMan.component/Contents/MacOS/PanMan
    0x6deed000 - 0x6e065ff3 +com.LennarDigital.Sylenth1 ??? (2.2.0) /Library/Audio/Plug-Ins/Components/Sylenth1.component/Contents/MacOS/Sylenth1
    0x6e7ae000 - 0x6e7d4fe3 +com.TailoredNoise.AU.SausageFattener 1.03 (1.03) <F9D92DFA-AFD9-A031-AC91-6E9D53CD4A16> /Library/Audio/Plug-Ins/Components/SausageFattener.component/Contents/MacOS/Sau sageFattener
    0x6fa8a000 - 0x6fc3cfef +com.wallanderinstruments.VST.SausageFattener ??? (2.32) <C115D07A-3AA5-8AE9-F488-F33022310211> /Library/Application Support/SausageFattener/Resource/SausageFattener.dat/Contents/MacOS/SausageFatt ener
    0x713b8000 - 0x7168bfff +com.spectrasonics.Amber 1.3.2c (1.3.2c) <A7D52063-4A8E-3363-6695-7E88ED66766B> /Library/Audio/Plug-Ins/Components/Omnisphere.component/Contents/MacOS/Omnisphe re
    0x7ca00000 - 0x7ddd6ff3 +Guitar Rig 5.MusicDevice.component 5.1.0 (R2645) (5.1.0 (R2645), Copyright © 2011 Native Instruments) <B54FCFDD-64B8-A415-3626-0F539ED5686E> /Library/Audio/Plug-Ins/Components/Guitar Rig 5.component/Contents/MacOS/Guitar Rig 5
    0x872b1000 - 0x872f2fe7 +com.soundperformancelab.plugins.au.SPL_Transient_Designer 1.3 (1.3) <D7F18E0F-E79C-F2FC-890B-E62EB3F1348F> /Library/Audio/Plug-Ins/Components/SPL Transient Designer.component/Contents/MacOS/SPL Transient Designer
    0x87302000 - 0x874f7fe2 +net.telestream.wmv.import 2.4.2.4 (2.4.2.4) <25494150-4388-1209-D954-8EDB983799D7> /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x8756f000 - 0x87731fe2 +net.telestream.wmv.advanced 2.4.2.4 (2.4.2.4) <44334F92-E77F-E80B-8EBF-20E8E44CAEE3> /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced
    0x87775000 - 0x87790fef  com.apple.AppleIntermediateCodec 1.3.2 (153) <CE579D1F-B1E1-0B32-F4DC-375BC32E1245> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x87796000 - 0x877affe7  com.apple.applepixletvideo 1.2.29 (1.2d29) <52810348-A138-D148-92E4-9E1D73EA18A0> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x88800000 - 0x88855fef  com.apple.AppleProResDecoder 2.0 (223) <773F7C18-BE38-10C8-3745-0EB45E811A11> /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProR esDecoder
    0x8888d000 - 0x88907fef  com.apple.AppleVAH264HW.component 2.0 (1.0) <4AA9239A-754B-01CF-39EB-4B98578E1C62> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0x889ca000 - 0x889e1fe7 +com.WavesAudio.CLA-3A.8.0.0 8.0.0 (8.0.0.10) <5E3B2620-1E71-E465-B48C-C72AC15496D6> /Applications/Waves/Waves Plug-Ins/CLA-3A.bundle/Contents/MacOS/CLA-3A
    0x88d92000 - 0x88dd1fff +com.soundperformancelab.plugins.au.SPL_Bass_Ranger 1.3 (1.3) <C13EA07D-DC6F-373C-AE6F-2DFDD3325184> /Library/Audio/Plug-Ins/Components/SPL Bass Ranger.component/Contents/MacOS/SPL Bass Ranger
    0x8e800000 - 0x8e816fe3 +com.WavesAudio.PuigChild.8.0.0 8.0.0 (8.0.0.10) <6CCECED3-1380-25BC-ED82-572DB094322C> /Applications/Waves/Waves Plug-Ins/PuigChild.bundle/Contents/MacOS/PuigChild
    0x8ed88000 - 0x8ee34fe2 +com.Sonnox.audiounit.Native.OxfordInflator 1.1.0 (r1362) <36520A56-6074-2A3A-333E-FF389EBA2B06> /Library/Audio/Plug-Ins/Components/NAU_OxfordInflator.component/Contents/MacOS/ NAU_OxfordInflator
    0x8f880000 - 0x8f914ffb +com.WavesAudio.API-2500.8.0.0 8.0.0 (8.0.0.10) <459B9D3F-8C85-0F7C-E944-0861A977CF7C> /Applications/Waves/Waves Plug-Ins/API-2500.bundle/Contents/MacOS/API-2500
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <283EE026-C0FE-1FF9-DB81-BFB155793157> /usr/lib/dyld
    0x90003000 - 0x90064fe7  com.apple.CoreText 151.12 (???) <98F53C15-1D29-A2B3-0717-5A26A2699163> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90076000 - 0x901a4fe7  com.apple.CoreData 102.1 (251) <0C2636F3-CCB4-5ED9-1D3E-5AE36BE57071> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x901a5000 - 0x901adff7  com.apple.DisplayServicesFW 2.3.5 (290) <016AD044-6046-D328-F6B5-85D55B839D28> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x90479000 - 0x9065bfff  com.apple.imageKit 2.0.3 (1.0) <6E557757-26F7-7941-8AE7-046EC1871F50> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x9065c000 - 0x9079eff7  com.apple.syncservices 5.2 (578.3) <B3FD8C83-1CFB-553E-ADD5-F69674797321> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x9079f000 - 0x9080dff7  com.apple.QuickLookUIFramework 2.3 (327.6) <0A8CF0E7-9ED7-31F2-B6CC-7EE5A5F2EEC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x9080e000 - 0x90817ff7  com.apple.DiskArbitration 2.3.1 (2.3.1) <AAE0185D-4A47-1833-27A3-03FDF734A3BA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x90843000 - 0x908f1ff3  com.apple.ink.framework 1.3.3 (107) <E215794C-F3E9-C067-8882-9054796DDA8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x908fe000 - 0x90905ff3  com.apple.print.framework.Print 6.1 (237.1) <726A7F31-8C27-8403-0016-71E022EDC14C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x90906000 - 0x9097dff3  com.apple.backup.framework 1.2.2 (1.2.2) <EAD97F26-D3B1-F618-A84C-CF689860C2AF> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x909c7000 - 0x90c74feb  com.apple.JavaScriptCore 6534.55 (6534.55.2) <2FF650FE-AE0A-BB83-0BC6-BD2D192F2873> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x90c75000 - 0x90c78fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x90c79000 - 0x90cacfff  libTrueTypeScaler.dylib ??? (???) <8ADB7D19-413E-4499-C874-13C383F97685> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x90cb2000 - 0x90d6bfe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <03186216-0A12-4AA9-D7BA-3E3551A1195C> /usr/lib/libsqlite3.dylib
    0x90d6c000 - 0x90d7cff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <E276514D-394B-2FDD-6264-07A444AA6A4E> /usr/lib/libsasl2.2.dylib
    0x90e1e000 - 0x91253ff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <4D2F47EF-BD32-1E3C-6A0A-438896ADE2BE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x91254000 - 0x912c3ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <B3DEACA1-9375-CF8F-0898-AA2C5F8159DC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x912c4000 - 0x912feff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <038731B1-CC44-3943-E3DE-4BAAA203EB72> /usr/lib/libcups.2.dylib
    0x9134b000 - 0x9134cff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <1DD14B2E-E466-1A45-5CF7-947766F0ECD9> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x9134d000 - 0x9150ffeb  com.apple.ImageIO.framework 3.0.5 (3.0.5) <051752C3-8C25-CF4A-9BFB-C7B6D20E58E8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91526000 - 0x91542fe3  com.apple.openscripting 1.3.1 (???) <0E6B81D1-C1BD-1B5F-836F-256E6701B5DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x91584000 - 0x91585ff7  com.apple.TrustEvaluationAgent 1.1 (1) <06484720-AB50-6FD9-B5BF-05F5A640C9E5> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x91586000 - 0x915c9ff7  libGLU.dylib ??? (???) <6CC3CE6A-7024-C685-EADA-7F9DC27128E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x915ca000 - 0x915d8fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <E1B922F4-23DC-467E-631F-7E1B9C9F51CB> /usr/lib/libz.1.dylib
    0x915d9000 - 0x915e9ff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <95DC4010-ECC4-3A75-5DEE-11BB2AE895EE> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9160c000 - 0x91619ff7  com.apple.AppleFSCompression 24.4 (1.0) <81383DCA-A058-5EF6-AB82-0C1A0D845522> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x9161a000 - 0x9161dff7  libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x9161e000 - 0x91654fff  libtidy.A.dylib ??? (???) <849A1FFD-3AF5-AFF7-74C7-5C46A8417429> /usr/lib/libtidy.A.dylib
    0x91655000 - 0x91655ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x9166f000 - 0x916bcfeb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <9E35835E-BC33-F8EC-8F3B-84D51DEBDB16> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x916bd000 - 0x919ddff3  com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x919de000 - 0x91ec3ffb  com.apple.RawCamera.bundle 3.12.0 (614) <A2B304C1-1E8D-AAB1-14F6-11462C666C82> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x91ec4000 - 0x91fd0fe7  libGLProgrammability.dylib ??? (???) <6167CEB0-D8D6-C4D9-DD74-49755ADB540F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x91fd1000 - 0x920f9fe7  com.apple.WebKit 6534.55 (6534.55.3) <1005A819-7695-EBE6-15B8-4DBF8C3C36C4> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x920fa000 - 0x921a2ffb  com.apple.QD 3.36 (???) <5A93B258-3853-636F-DB26-223642DA2779> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x921ab000 - 0x921b6ff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x921d6000 - 0x9220eff7  com.apple.LDAPFramework 2.0 (120.1) <FDBA63D6-E765-407A-AD1F-858116AECE8C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9220f000 - 0x92219ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <90C38107-AEE7-AE55-5C51-28D129

    Looks like it could be related to the Prokit error...
    Follow the instructions exactly, no more, no less.
    After the procedure follow the link at the end of the page and download/Install Prokit 7.
    http://support.apple.com/kb/TS3968
    If there are still problems try opening Logic in 32-bit mode, then switch back to 64-bit

Maybe you are looking for

  • Tap to tweet on iOS 7??

    I just upgraded to iOS 7 and I can't find the tap to tweet and tap to post on my iPhone 4?? Am I supposed to do something new?

  • How do I downgrade CC 2014 to CS6

    I need to use Photoshop on an older MacBook Pro. Photoshop CC 2014 does not work properly due to insufficient VRAM. What I would like to do is to downgrade my Creative Cloud membership to one that's compatible with 256 MB of VRAM. Is this possible?

  • HT201343 airplay mirror only 1 desktop and work on the other

    I want to only mirror one desktop to watch a show and switch back to my other desktop to do work.  Is this possible with airplay?  If not, is there another option/software that does this (like airparrot or another tool)? Thanks! -jp

  • Reg: How to add role to a role programitically.

    Hi All, How to add a role to another role programmatically ? My requirement is... I have a super role S1 which has two sub roles R1 and R2. I have two schedulers running. When scheduler-1 runs, I want role R1 to be added to super role S1 and the role

  • Async call in OSB

    Hi, Our requirement is when the front end calls the proxy service, the proxy service should call the back end web service and give the response to front end service, This can be achieved. But the other requirement is in case if the back end service i