Logic in Smartform: Please help

Hi All,
I have a requirement to print a form and Ive chosen  to use smartforms but I dont know how to implement it.
I'll be passing a table to the smartforms but the requirement is to print one form for each line item in the table. So if there are 4 line items in the table, there will be 4 identical forms generated with different values.
How do I go about this?
Please help.
Thanks.
Tyken

Hi,
Following are some poin ts to be copnsidered when you print miltiple forms at a time.
1) when you give for printing theys should be in one spool because when you give for direct printing they may appear in different spools
2) when you see the print preview they should appear one below the other
In print preview you cant see all at a time . like If you give it for print priview first it will display first form and when you go on pressing back button it will display one by one . To avoid this write the following code.
DESCRIBE TABLE it_mdocm LINES v_lines.
    LOOP AT it_mdocm INTO wa_mdocm.
      IF sy-tabix EQ 1.
        wa_ssfctrl-no_open = space.
        wa_ssfctrl-no_close = c_x.
      ELSEIF sy-tabix EQ v_lines.
        wa_ssfctrl-no_open = c_x.
        wa_ssfctrl-no_close = space.
      ELSE.
        wa_ssfctrl-no_open = c_x.
        wa_ssfctrl-no_close = c_x.
      ENDIF.
      IF p_pv = c_x.
        wa_ssfctrl-preview = c_x.         " printpreview required ( I think this you dont need)
      ENDIF.
      wa_ssfctrl-device = 'PRINTER'.    " Device
      wa_ssfctrl-no_dialog = c_x.       " Dialog
      wa_ssfctrl-langu = sy-langu.      " langauage
          CALL FUNCTION v_func_mod_name
             EXPORTING
      ARCHIVE_INDEX              =
      ARCHIVE_INDEX_TAB          =
      ARCHIVE_PARAMETERS         =
       control_parameters         = wa_ssfctrl
      MAIL_APPL_OBJ              =
      MAIL_RECIPIENT             =
      MAIL_SENDER                =
       output_options             = x_output_options
       user_settings              = space
       mdocm                      = wa_mdocm-mdocm
       point                      = wa_mdocm-point
    IMPORTING
      DOCUMENT_OUTPUT_INFO       =
      JOB_OUTPUT_INFO            =
      JOB_OUTPUT_OPTIONS         =
            EXCEPTIONS
              formatting_error           = 1
              internal_error             = 2
              send_error                 = 3
              user_canceled              = 4
              OTHERS                     = 5
          IF sy-subrc <> 0.
            MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
          ENDIF.
endloop.
Reward points if useful.
Regards,
Nageswar

Similar Messages

  • Problem with Logic XS Key, PLEASE HELP

    I use my G4 Powerbook laptop for live. I am running most recent version of logic.
    What happens is that Logic will load up fine, but then for no apparent reason logic will come up with an error message saying that the logic key has been removed, but i have not touched it!! I then have to restart logic.
    PLease help i have to get this sorted ASAP cuz i have a gig tomorrow nite. Cheers guys

    Hmm, it does it on both USB ports? And you haven't noticed any problems with other USB gear on those ports?
    When the key is next not recognised by Logic, go into the system profiler and find your USB port that the XS key is on - the XS key will be labelled when it's functioning correctly. Is it still recognised by the computer, or has it gone completely?

  • Logic keep crashing please help me

    I am receiving the following message when trying to open logic pro x:Key or key combination “⌥⌘M” has been removed from command “Zoom Window”, as it is now reserved for “Minimize All”. Can anyone help me?

    This is not a crash.. but an error...
    See your other thread for a possible solution...
    My Logic Pro X continues to crash please help!

  • Xcode 4.2 internal logic error..PLEASE HELP ME URGENT

    when im running xcode 4.2 it crash
    this is the message. please help me
    e-mail me if for your help ASAP.
    my e-mail [email protected]
    HERE ARE THE ERRORS:
    UNCAUGHT EXCEPTION (NSInvalidArgumentException): -[IDECustomToolbar setFullScreenAccessoryView:]: unrecognized selector sent to instance 0x40177e540
    UserInfo: (null)
    Hints: None
    Backtrace:
      0  0x00007fff86357cfa __exceptionPreprocess (in CoreFoundation)
      1  0x00007fff844689ea objc_exception_throw (in libobjc.A.dylib)
      2  0x00007fff863e2cfe -[NSObject doesNotRecognizeSelector:] (in CoreFoundation)
      3  0x00007fff86345073 ___forwarding___ (in CoreFoundation)
      4  0x00007fff86344e88 _CF_forwarding_prep_0 (in CoreFoundation)
      5  0x000000010b87226e -[IDEWorkspaceWindowController windowDidLoad] (in IDEKit)
      6  0x00007fff8de6ff6a -[NSWindowController _windowDidLoad] (in AppKit)
      7  0x00007fff8de67646 -[NSWindowController window] (in AppKit)
      8  0x000000010ba83718 -[IDEDocumentController _openUntitledWorkspaceDocumentAndDisplay:simpleFilesFocused:editorDocumentURLOr Nil:error:] (in IDEKit)
      9  0x000000010b968e4f -[IDEApplicationCommands showTemplateChooserForTemplateKind:] (in IDEKit)
    10  0x00007fff8634798d -[NSObject performSelector:withObject:] (in CoreFoundation)
    11  0x000000010b9605b8 -[IDEApplicationController(IDECommandAdditions) forwardInvocation:] (in IDEKit)
    12  0x00007fff863451f4 ___forwarding___ (in CoreFoundation)
    13  0x00007fff86344e88 _CF_forwarding_prep_0 (in CoreFoundation)
    14  0x00007fff8634798d -[NSObject performSelector:withObject:] (in CoreFoundation)
    15  0x00007fff8dd76e66 -[NSApplication sendAction:to:from:] (in AppKit)
    16  0x000000010b181d10 -[DVTApplication sendAction:to:from:] (in DVTKit)
    17  0x000000010b86ee54 -[IDEApplication sendAction:to:from:] (in IDEKit)
    18  0x000000010b9631f5 +[IDECommandManager sendActionForCommandWithIdentifier:from:] (in IDEKit)
    19  0x00007fff8634798d -[NSObject performSelector:withObject:] (in CoreFoundation)
    20  0x00007fff8dd76e66 -[NSApplication sendAction:to:from:] (in AppKit)
    21  0x000000010b181d10 -[DVTApplication sendAction:to:from:] (in DVTKit)
    22  0x000000010b86ee54 -[IDEApplication sendAction:to:from:] (in IDEKit)
    23  0x00007fff8dd76d98 -[NSControl sendAction:to:] (in AppKit)
    24  0x00007fff8dd76cc3 -[NSCell _sendActionFrom:] (in AppKit)
    25  0x00007fff8dd76186 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] (in AppKit)
    26  0x00007fff8ddf5540 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] (in AppKit)
    27  0x00007fff8dd74d92 -[NSControl mouseDown:] (in AppKit)
    28  0x00007fff8dd3f7c6 -[NSWindow sendEvent:] (in AppKit)
    29  0x00007fff8dcd828e -[NSApplication sendEvent:] (in AppKit)
    30  0x000000010b86eb71 -[IDEApplication sendEvent:] (in IDEKit)
    31  0x00007fff8dc6f6e2 -[NSApplication run] (in AppKit)
    32  0x00007fff8deeccfb NSApplicationMain (in AppKit)
    33  0x000000010af67eec (in Xcode)

    i tried to uninstall xcode 4.2 and reinstall it again many times but it didnt work...
    please give me any solution for this problem..
    i really need my xcode

  • Logic Crash. PLEASE HELP!

    Logic crashes everytime I try to load EuCon support. Crashes on startup without fail, I cant even get in to the program.
    Can anybody help?!?!?!?! PLEASE!
    The report is as follows....
    Process:         Logic Pro X [465]
    Path:            /Applications/Logic Pro X.app/Contents/MacOS/Logic Pro X
    Identifier:      com.apple.logic10
    Version:         10.0.7 (3166.30)
    Build Info:      MALogic-3166030000000000~1
    App Item ID:     634148309
    App External ID: 337342644
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [171]
    User ID:         501
    Date/Time:       2014-07-27 14:49:39.864 +0100
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Interval Since Last Report:          47487 sec
    Crashes Since Last Report:           26
    Per-App Interval Since Last Report:  4302 sec
    Per-App Crashes Since Last Report:   6
    Anonymous UUID:                      A5436D45-3DAC-C9BB-1023-E0F5B8710996
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000003
    VM Regions Near 0x3:
    -->
        __TEXT                 0000000109277000-000000010a33a000 [ 16.8M] r-x/rwx SM=COW  /Applications/Logic Pro X.app/Contents/MacOS/Logic Pro X
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.logic10             0x0000000109837475 0x109277000 + 6030453
    1   com.apple.logic10             0x0000000109837b3e 0x109277000 + 6032190
    2   com.apple.logic10             0x00000001095b7895 0x109277000 + 3410069
    3   com.apple.logic10             0x0000000109411d14 0x109277000 + 1682708
    4   com.apple.logic10             0x000000010976e349 0x109277000 + 5206857
    5   com.apple.logic10             0x00000001097669de 0x109277000 + 5175774
    6   com.apple.CoreFoundation       0x00007fff98565eda _CFXNotificationPost + 2554
    7   com.apple.Foundation           0x00007fff8d0fa7b6 -[NSNotificationCenter postNotificationName:object:userInfo:] + 64
    8   com.apple.AppKit               0x00007fff916d152d -[NSApplication _postDidFinishNotification] + 292
    9   com.apple.AppKit               0x00007fff916d1266 -[NSApplication _sendFinishLaunchingNotification] + 216
    10  com.apple.AppKit               0x00007fff916ce452 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 566
    11  com.apple.AppKit               0x00007fff916ce04c -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 351
    12  com.apple.Foundation           0x00007fff8d11407b -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 308
    13  com.apple.Foundation           0x00007fff8d113edd _NSAppleEventManagerGenericHandler + 106
    14  com.apple.AE                   0x00007fff935bb078 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 307
    15  com.apple.AE                   0x00007fff935baed9 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 37
    16  com.apple.AE                   0x00007fff935bad99 aeProcessAppleEvent + 318
    17  com.apple.HIToolbox           0x00007fff9220d709 AEProcessAppleEvent + 100
    18  com.apple.AppKit               0x00007fff916ca836 _DPSNextEvent + 1456
    19  com.apple.AppKit               0x00007fff916c9df2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    20  com.apple.AppKit               0x00007fff916c11a3 -[NSApplication run] + 517
    21  com.apple.AppKit               0x00007fff91665bd6 NSApplicationMain + 869
    22  com.apple.logic10             0x00000001097417d5 0x109277000 + 5023701
    23  libdyld.dylib                 0x00007fff946217e1 start + 1
    Thread 1:
    0   libsystem_kernel.dylib         0x00007fff9420a6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib             0x00007fff977abf4c _pthread_workq_return + 25
    2   libsystem_c.dylib             0x00007fff977abd13 _pthread_wqthread + 412
    3   libsystem_c.dylib             0x00007fff977961d1 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff9420ad16 kevent + 10
    1   libdispatch.dylib             0x00007fff8d98ddea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib             0x00007fff8d98d9ee _dispatch_mgr_thread + 54
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff9420a6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib             0x00007fff977abf4c _pthread_workq_return + 25
    2   libsystem_c.dylib             0x00007fff977abd13 _pthread_wqthread + 412
    3   libsystem_c.dylib             0x00007fff977961d1 start_wqthread + 13
    Thread 4:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff94208686 mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff94207c42 mach_msg + 70
    2   com.apple.CoreFoundation       0x00007fff98550233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation       0x00007fff98555916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation       0x00007fff985550e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation           0x00007fff8d0e9546 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation           0x00007fff8d147562 __NSThread__main__ + 1345
    7   libsystem_c.dylib             0x00007fff977a97a2 _pthread_start + 327
    8   libsystem_c.dylib             0x00007fff977961e1 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff9420a6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib             0x00007fff977abf4c _pthread_workq_return + 25
    2   libsystem_c.dylib             0x00007fff977abd13 _pthread_wqthread + 412
    3   libsystem_c.dylib             0x00007fff977961d1 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib         0x00007fff9420a6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib             0x00007fff977abf4c _pthread_workq_return + 25
    2   libsystem_c.dylib             0x00007fff977abd13 _pthread_wqthread + 412
    3   libsystem_c.dylib             0x00007fff977961d1 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib         0x00007fff9420a6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib             0x00007fff977abf4c _pthread_workq_return + 25
    2   libsystem_c.dylib             0x00007fff977abd13 _pthread_wqthread + 412
    3   libsystem_c.dylib             0x00007fff977961d1 start_wqthread + 13
    Thread 8:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff9420a322 __select + 10
    1   com.apple.CoreFoundation       0x00007fff98594f46 __CFSocketManager + 1302
    2   libsystem_c.dylib             0x00007fff977a97a2 _pthread_start + 327
    3   libsystem_c.dylib             0x00007fff977961e1 thread_start + 13
    Thread 9:: CVDisplayLink
    0   libsystem_kernel.dylib         0x00007fff9420a0fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff977adfe9 _pthread_cond_wait + 869
    2   com.apple.CoreVideo           0x00007fff8e5402a1 CVDisplayLink::runIOThread() + 689
    3   com.apple.CoreVideo           0x00007fff8e53ffd7 startIOThread(void*) + 148
    4   libsystem_c.dylib             0x00007fff977a97a2 _pthread_start + 327
    5   libsystem_c.dylib             0x00007fff977961e1 thread_start + 13
    Thread 10:: MIDIClientNotificationThread
    0   libsystem_kernel.dylib         0x00007fff94208686 mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff94207c42 mach_msg + 70
    2   com.apple.CoreFoundation       0x00007fff98550233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation       0x00007fff98555916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation       0x00007fff985550e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation           0x00007fff8d14c7ee -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268
    6   com.apple.Foundation           0x00007fff8d14c69b -[NSRunLoop(NSRunLoop) runUntilDate:] + 78
    7   com.apple.logic10             0x00000001094765a9 0x109277000 + 2094505
    8   libsystem_c.dylib             0x00007fff977a97a2 _pthread_start + 327
    9   libsystem_c.dylib             0x00007fff977961e1 thread_start + 13
    Thread 11:: SeqTimer
    0   libsystem_kernel.dylib         0x00007fff9420a0fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff977ae023 _pthread_cond_wait + 927
    2   com.apple.CoreServices.CarbonCore 0x00007fff8ca23406 TSWaitOnConditionTimedRelative + 163
    3   com.apple.CoreServices.CarbonCore 0x00007fff8ca22f6d TSWaitOnSemaphoreCommon + 265
    4   com.apple.CoreServices.CarbonCore 0x00007fff8ca0ab21 TimerThread + 356
    5   libsystem_c.dylib             0x00007fff977a97a2 _pthread_start + 327
    6   libsystem_c.dylib             0x00007fff977961e1 thread_start + 13
    Thread 12:: ExtendedAudioFileScheduler::WorkerThreadProc
    0   libsystem_kernel.dylib         0x00007fff9420a0fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff977adfe9 _pthread_cond_wait + 869
    2   com.apple.music.apps.MAFiles   0x000000010cd44f6b ExtendedAudioFileScheduler::WorkerThreadProc() + 123
    3   com.apple.music.apps.MAFiles   0x000000010cd44c09 ExtendedAudioFileScheduler::WorkerThreadProc(void*) + 9
    4   libsystem_c.dylib             0x00007fff977a97a2 _pthread_start + 327
    5   libsystem_c.dylib             0x00007fff977961e1 thread_start + 13
    Thread 13:: ExtendedAudioFileScheduler::WorkerThreadProc
    0   libsystem_kernel.dylib         0x00007fff9420a0fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff977adfe9 _pthread_cond_wait + 869
    2   com.apple.music.apps.MAFiles   0x000000010cd44f6b ExtendedAudioFileScheduler::WorkerThreadProc() + 123
    3   com.apple.music.apps.MAFiles   0x000000010cd44c09 ExtendedAudioFileScheduler::WorkerThreadProc(void*) + 9
    4   libsystem_c.dylib             0x00007fff977a97a2 _pthread_start + 327
    5   libsystem_c.dylib             0x00007fff977961e1 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib         0x00007fff94208686 mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff94207c42 mach_msg + 70
    2   com.apple.audio.midi.CoreMIDI 0x000000010b026970 XServerMachPort::ReceiveMessage(int&, void*, int&) + 96
    3   com.apple.audio.midi.CoreMIDI 0x000000010b042b23 MIDIProcess::RunMIDIInThread() + 243
    4   com.apple.audio.midi.CoreMIDI 0x000000010b027c2c XThread::RunHelper(void*) + 10
    5   com.apple.audio.midi.CoreMIDI 0x000000010b02780f CAPThread::Entry(CAPThread*) + 175
    6   libsystem_c.dylib             0x00007fff977a97a2 _pthread_start + 327
    7   libsystem_c.dylib             0x00007fff977961e1 thread_start + 13
    Thread 15:: com.apple.audio.IOThread.client
    0   libsystem_kernel.dylib         0x00007fff94208686 mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff94207c42 mach_msg + 70
    2   com.apple.audio.CoreAudio     0x00007fff8fa8ac1c HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98
    3   com.apple.audio.CoreAudio     0x00007fff8fa8abaa HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
    4   com.apple.audio.CoreAudio     0x00007fff8fa88fe9 HALC_ProxyIOContext::IOWorkLoop() + 1161
    5   com.apple.audio.CoreAudio     0x00007fff8fa88acf HALC_ProxyIOContext::IOThreadEntry(void*) + 83
    6   com.apple.audio.CoreAudio     0x00007fff8fa889a7 HALB_IOThread::Entry(void*) + 75
    7   libsystem_c.dylib             0x00007fff977a97a2 _pthread_start + 327
    8   libsystem_c.dylib             0x00007fff977961e1 thread_start + 13
    Thread 16:: ProcessThread1/1024
    0   libsystem_kernel.dylib         0x00007fff942086c2 semaphore_wait_trap + 10
    1   com.apple.music.apps.MAAudioEngine 0x000000010ce371e1 MD::CallProcessThread1(void*) + 449
    2   libsystem_c.dylib             0x00007fff977a97a2 _pthread_start + 327
    3   libsystem_c.dylib             0x00007fff977961e1 thread_start + 13
    Thread 17:: ProcessThread2/1024
    0   libsystem_kernel.dylib         0x00007fff942086c2 semaphore_wait_trap + 10
    1   com.apple.music.apps.MAAudioEngine 0x000000010ce37417 MD::CallProcessThread2(void*) + 455
    2   libsystem_c.dylib             0x00007fff977a97a2 _pthread_start + 327
    3   libsystem_c.dylib             0x00007fff977961e1 thread_start + 13
    Thread 18:: ProcessThread3/1024
    0   libsystem_kernel.dylib         0x00007fff942086c2 semaphore_wait_trap + 10
    1   com.apple.music.apps.MAAudioEngine 0x000000010ce37627 MD::CallProcessThread3(void*) + 455
    2   libsystem_c.dylib             0x00007fff977a97a2 _pthread_start + 327
    3   libsystem_c.dylib             0x00007fff977961e1 thread_start + 13
    Thread 19:: ProcessThread23/1024
    0   libsystem_kernel.dylib         0x00007fff942086c2 semaphore_wait_trap + 10
    1   com.apple.music.apps.MAAudioEngine 0x000000010ce39f67 MD::CallProcessThread23(void*) + 455
    2   libsystem_c.dylib             0x00007fff977a97a2 _pthread_start + 327
    3   libsystem_c.dylib             0x00007fff977961e1 thread_start + 13
    Thread 20:: FileIOThread
    0   libsystem_kernel.dylib         0x00007fff942086c2 semaphore_wait_trap + 10
    1   com.apple.music.apps.MAAudioEngine 0x000000010ce551ec 0x10ce25000 + 197100
    2   libsystem_c.dylib             0x00007fff977a97a2 _pthread_start + 327
    3   libsystem_c.dylib             0x00007fff977961e1 thread_start + 13
    Thread 21:
    0   libsystem_kernel.dylib         0x00007fff9420a322 __select + 10
    1   com.apple.logic10             0x0000000109b2228e 0x109277000 + 9089678
    2   com.apple.logic10             0x00000001097220cd 0x109277000 + 4894925
    3   libsystem_c.dylib             0x00007fff977a97a2 _pthread_start + 327
    4   libsystem_c.dylib             0x00007fff977961e1 thread_start + 13
    Thread 22:
    0   libsystem_kernel.dylib         0x00007fff9420a386 __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff97833800 nanosleep + 163
    2   libsystem_c.dylib             0x00007fff97833717 usleep + 54
    3   libEuCon2.dylib               0x000000011f9e16f4 HSL::CCollectionThread::Run() + 16
    4   libEuCon2.dylib               0x000000011f9dd9e2 EuThread::ThreadStart(EuThread*) + 66
    5   libEuCon2.dylib               0x000000011f9dda05 (anonymous namespace)::startRoutine(void*) + 9
    6   libsystem_c.dylib             0x00007fff977a97a2 _pthread_start + 327
    7   libsystem_c.dylib             0x00007fff977961e1 thread_start + 13
    Thread 23:
    0   libsystem_kernel.dylib         0x00007fff9420a0fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff977adfe9 _pthread_cond_wait + 869
    2   libEuCon2.dylib               0x000000011f854680 ACE_SCOPE::ACE_OS::cond_timedwait(_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*, ACE_SCOPE::ACE_Time_Value*) + 80
    3   libEuCon2.dylib               0x000000011f86c413 ACE_SCOPE::ACE_Token::shared_acquire(void (*)(void*), void*, ACE_SCOPE::ACE_Time_Value*, ACE_SCOPE::ACE_Token::ACE_Token_Op_Type) + 413
    4   libEuCon2.dylib               0x000000011f86cce6 ACE_SCOPE::ACE_TP_Token_Guard::acquire_read_token(ACE_SCOPE::ACE_Time_Value*) + 92
    5   libEuCon2.dylib               0x000000011f86d70e ACE_SCOPE::ACE_TP_Reactor::handle_events(ACE_SCOPE::ACE_Time_Value*) + 76
    6   libEuCon2.dylib               0x000000011f8a37f4 TAO_SCOPE::TAO_ORB_Core::run(ACE_SCOPE::ACE_Time_Value*, int) + 368
    7   libEuCon2.dylib               0x000000011f78b526 CEuConORB::Run() + 300
    8   libEuCon2.dylib               0x000000011f78cbaf CEuConORBThread::EntryPoint() + 355
    9   libEuCon2.dylib               0x000000011f865f70 ACE_SCOPE::ACE_Task_Base::svc_run(void*) + 56
    10  libEuCon2.dylib               0x000000011f866861 ACE_SCOPE::ACE_Thread_Adapter::invoke() + 101
    11  libsystem_c.dylib             0x00007fff977a97a2 _pthread_start + 327
    12  libsystem_c.dylib             0x00007fff977961e1 thread_start + 13
    Thread 24:
    0   libsystem_kernel.dylib         0x00007fff9420a322 __select + 10
    1   libEuCon2.dylib               0x000000011f854037 ACE_SCOPE::ACE_OS::select(int, fd_set*, fd_set*, fd_set*, ACE_SCOPE::ACE_Time_Value const*) + 91
    2   libEuCon2.dylib               0x000000011f9b22ed ACE_SCOPE::ACE_Select_Reactor_T<ACE_SCOPE::ACE_Reactor_Token_T<ACE_SCOPE::ACE_T oken> >::wait_for_multiple_events(ACE_SCOPE::ACE_Select_Reactor_Handle_Set&, ACE_SCOPE::ACE_Time_Value*) + 271
    3   libEuCon2.dylib               0x000000011f86d655 ACE_SCOPE::ACE_TP_Reactor::dispatch_i(ACE_SCOPE::ACE_Time_Value*, ACE_SCOPE::ACE_TP_Token_Guard&) + 39
    4   libEuCon2.dylib               0x000000011f86d73e ACE_SCOPE::ACE_TP_Reactor::handle_events(ACE_SCOPE::ACE_Time_Value*) + 124
    5   libEuCon2.dylib               0x000000011f8a37f4 TAO_SCOPE::TAO_ORB_Core::run(ACE_SCOPE::ACE_Time_Value*, int) + 368
    6   libEuCon2.dylib               0x000000011f78b526 CEuConORB::Run() + 300
    7   libEuCon2.dylib               0x000000011f78cbaf CEuConORBThread::EntryPoint() + 355
    8   libEuCon2.dylib               0x000000011f865f70 ACE_SCOPE::ACE_Task_Base::svc_run(void*) + 56
    9   libEuCon2.dylib               0x000000011f866861 ACE_SCOPE::ACE_Thread_Adapter::invoke() + 101
    10  libsystem_c.dylib             0x00007fff977a97a2 _pthread_start + 327
    11  libsystem_c.dylib             0x00007fff977961e1 thread_start + 13
    Thread 25:
    0   libsystem_kernel.dylib         0x00007fff9420a0fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff977adfe9 _pthread_cond_wait + 869
    2   libEuCon2.dylib               0x000000011f854680 ACE_SCOPE::ACE_OS::cond_timedwait(_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*, ACE_SCOPE::ACE_Time_Value*) + 80
    3   libEuCon2.dylib               0x000000011f86c413 ACE_SCOPE::ACE_Token::shared_acquire(void (*)(void*), void*, ACE_SCOPE::ACE_Time_Value*, ACE_SCOPE::ACE_Token::ACE_Token_Op_Type) + 413
    4   libEuCon2.dylib               0x000000011f86cce6 ACE_SCOPE::ACE_TP_Token_Guard::acquire_read_token(ACE_SCOPE::ACE_Time_Value*) + 92
    5   libEuCon2.dylib               0x000000011f86d70e ACE_SCOPE::ACE_TP_Reactor::handle_events(ACE_SCOPE::ACE_Time_Value*) + 76
    6   libEuCon2.dylib               0x000000011f8a37f4 TAO_SCOPE::TAO_ORB_Core::run(ACE_SCOPE::ACE_Time_Value*, int) + 368
    7   libEuCon2.dylib               0x000000011f78b526 CEuConORB::Run() + 300
    8   libEuCon2.dylib               0x000000011f78cbaf CEuConORBThread::EntryPoint() + 355
    9   libEuCon2.dylib               0x000000011f865f70 ACE_SCOPE::ACE_Task_Base::svc_run(void*) + 56
    10  libEuCon2.dylib               0x000000011f866861 ACE_SCOPE::ACE_Thread_Adapter::invoke() + 101
    11  libsystem_c.dylib             0x00007fff977a97a2 _pthread_start + 327
    12  libsystem_c.dylib             0x00007fff977961e1 thread_start + 13
    Thread 26:
    0   libsystem_kernel.dylib         0x00007fff9420a0fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff977adfe9 _pthread_cond_wait + 869
    2   libEuCon2.dylib               0x000000011f854680 ACE_SCOPE::ACE_OS::cond_timedwait(_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*, ACE_SCOPE::ACE_Time_Value*) + 80
    3   libEuCon2.dylib               0x000000011f86c413 ACE_SCOPE::ACE_Token::shared_acquire(void (*)(void*), void*, ACE_SCOPE::ACE_Time_Value*, ACE_SCOPE::ACE_Token::ACE_Token_Op_Type) + 413
    4   libEuCon2.dylib               0x000000011f86cce6 ACE_SCOPE::ACE_TP_Token_Guard::acquire_read_token(ACE_SCOPE::ACE_Time_Value*) + 92
    5   libEuCon2.dylib               0x000000011f86d70e ACE_SCOPE::ACE_TP_Reactor::handle_events(ACE_SCOPE::ACE_Time_Value*) + 76
    6   libEuCon2.dylib               0x000000011f8a37f4 TAO_SCOPE::TAO_ORB_Core::run(ACE_SCOPE::ACE_Time_Value*, int) + 368
    7   libEuCon2.dylib               0x000000011f78b526 CEuConORB::Run() + 300
    8   libEuCon2.dylib               0x000000011f78cbaf CEuConORBThread::EntryPoint() + 355
    9   libEuCon2.dylib               0x000000011f865f70 ACE_SCOPE::ACE_Task_Base::svc_run(void*) + 56
    10  libEuCon2.dylib               0x000000011f866861 ACE_SCOPE::ACE_Thread_Adapter::invoke() + 101
    11  libsystem_c.dylib             0x00007fff977a97a2 _pthread_start + 327
    12  libsystem_c.dylib             0x00007fff977961e1 thread_start + 13
    Thread 27:
    0   libsystem_kernel.dylib         0x00007fff9420a0fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff977adfe9 _pthread_cond_wait + 869
    2   libEuCon2.dylib               0x000000011f854680 ACE_SCOPE::ACE_OS::cond_timedwait(_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*, ACE_SCOPE::ACE_Time_Value*) + 80
    3   libEuCon2.dylib               0x000000011f86c413 ACE_SCOPE::ACE_Token::shared_acquire(void (*)(void*), void*, ACE_SCOPE::ACE_Time_Value*, ACE_SCOPE::ACE_Token::ACE_Token_Op_Type) + 413
    4   libEuCon2.dylib               0x000000011f86cce6 ACE_SCOPE::ACE_TP_Token_Guard::acquire_read_token(ACE_SCOPE::ACE_Time_Value*) + 92
    5   libEuCon2.dylib               0x000000011f86d70e ACE_SCOPE::ACE_TP_Reactor::handle_events(ACE_SCOPE::ACE_Time_Value*) + 76
    6   libEuCon2.dylib               0x000000011f8a37f4 TAO_SCOPE::TAO_ORB_Core::run(ACE_SCOPE::ACE_Time_Value*, int) + 368
    7   libEuCon2.dylib               0x000000011f78b526 CEuConORB::Run() + 300
    8   libEuCon2.dylib               0x000000011f78cbaf CEuConORBThread::EntryPoint() + 355
    9   libEuCon2.dylib               0x000000011f865f70 ACE_SCOPE::ACE_Task_Base::svc_run(void*) + 56
    10  libEuCon2.dylib               0x000000011f866861 ACE_SCOPE::ACE_Thread_Adapter::invoke() + 101
    11  libsystem_c.dylib             0x00007fff977a97a2 _pthread_start + 327
    12  libsystem_c.dylib             0x00007fff977961e1 thread_start + 13
    Thread 28:
    0   libsystem_kernel.dylib         0x00007fff9420a0fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff977adfe9 _pthread_cond_wait + 869
    2   libEuCon2.dylib               0x000000011f854680 ACE_SCOPE::ACE_OS::cond_timedwait(_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*, ACE_SCOPE::ACE_Time_Value*) + 80
    3   libEuCon2.dylib               0x000000011f86c413 ACE_SCOPE::ACE_Token::shared_acquire(void (*)(void*), void*, ACE_SCOPE::ACE_Time_Value*, ACE_SCOPE::ACE_Token::ACE_Token_Op_Type) + 413
    4   libEuCon2.dylib               0x000000011f86cce6 ACE_SCOPE::ACE_TP_Token_Guard::acquire_read_token(ACE_SCOPE::ACE_Time_Value*) + 92
    5   libEuCon2.dylib               0x000000011f86d70e ACE_SCOPE::ACE_TP_Reactor::handle_events(ACE_SCOPE::ACE_Time_Value*) + 76
    6   libEuCon2.dylib               0x000000011f8a37f4 TAO_SCOPE::TAO_ORB_Core::run(ACE_SCOPE::ACE_Time_Value*, int) + 368
    7   libEuCon2.dylib               0x000000011f78b526 CEuConORB::Run() + 300
    8   libEuCon2.dylib               0x000000011f78cbaf CEuConORBThread::EntryPoint() + 355
    9   libEuCon2.dylib               0x000000011f865f70 ACE_SCOPE::ACE_Task_Base::svc_run(void*) + 56
    10  libEuCon2.dylib               0x000000011f866861 ACE_SCOPE::ACE_Thread_Adapter::invoke() + 101
    11  libsystem_c.dylib             0x00007fff977a97a2 _pthread_start + 327
    12  libsystem_c.dylib             0x00007fff977961e1 thread_start + 13
    Thread 29:
    0   libsystem_kernel.dylib         0x00007fff9420a0fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff977adfe9 _pthread_cond_wait + 869
    2   libEuCon2.dylib               0x000000011f854680 ACE_SCOPE::ACE_OS::cond_timedwait(_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*, ACE_SCOPE::ACE_Time_Value*) + 80
    3   libEuCon2.dylib               0x000000011f86c413 ACE_SCOPE::ACE_Token::shared_acquire(void (*)(void*), void*, ACE_SCOPE::ACE_Time_Value*, ACE_SCOPE::ACE_Token::ACE_Token_Op_Type) + 413
    4   libEuCon2.dylib               0x000000011f86cce6 ACE_SCOPE::ACE_TP_Token_Guard::acquire_read_token(ACE_SCOPE::ACE_Time_Value*) + 92
    5   libEuCon2.dylib               0x000000011f86d70e ACE_SCOPE::ACE_TP_Reactor::handle_events(ACE_SCOPE::ACE_Time_Value*) + 76
    6   libEuCon2.dylib               0x000000011f8a37f4 TAO_SCOPE::TAO_ORB_Core::run(ACE_SCOPE::ACE_Time_Value*, int) + 368
    7   libEuCon2.dylib               0x000000011f78b526 CEuConORB::Run() + 300
    8   libEuCon2.dylib               0x000000011f78cbaf CEuConORBThread::EntryPoint() + 355
    9   libEuCon2.dylib               0x000000011f865f70 ACE_SCOPE::ACE_Task_Base::svc_run(void*) + 56
    10  libEuCon2.dylib               0x000000011f866861 ACE_SCOPE::ACE_Thread_Adapter::invoke() + 101
    11  libsystem_c.dylib             0x00007fff977a97a2 _pthread_start + 327
    12  libsystem_c.dylib             0x00007fff977961e1 thread_start + 13
    Thread 30:
    0   libsystem_kernel.dylib         0x00007fff9420a0fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff977adfe9 _pthread_cond_wait + 869
    2   libEuCon2.dylib               0x000000011f854680 ACE_SCOPE::ACE_OS::cond_timedwait(_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*, ACE_SCOPE::ACE_Time_Value*) + 80
    3   libEuCon2.dylib               0x000000011f86c413 ACE_SCOPE::ACE_Token::shared_acquire(void (*)(void*), void*, ACE_SCOPE::ACE_Time_Value*, ACE_SCOPE::ACE_Token::ACE_Token_Op_Type) + 413
    4   libEuCon2.dylib               0x000000011f86cce6 ACE_SCOPE::ACE_TP_Token_Guard::acquire_read_token(ACE_SCOPE::ACE_Time_Value*) + 92
    5   libEuCon2.dylib               0x000000011f86d70e ACE_SCOPE::ACE_TP_Reactor::handle_events(ACE_SCOPE::ACE_Time_Value*) + 76
    6   libEuCon2.dylib               0x000000011f8a37f4 TAO_SCOPE::TAO_ORB_Core::run(ACE_SCOPE::ACE_Time_Value*, int) + 368
    7   libEuCon2.dylib               0x000000011f78b526 CEuConORB::Run() + 300
    8   libEuCon2.dylib               0x000000011f78cbaf CEuConORBThread::EntryPoint() + 355
    9   libEuCon2.dylib               0x000000011f865f70 ACE_SCOPE::ACE_Task_Base::svc_run(void*) + 56
    10  libEuCon2.dylib               0x000000011f866861 ACE_SCOPE::ACE_Thread_Adapter::invoke() + 101
    11  libsystem_c.dylib             0x00007fff977a97a2 _pthread_start + 327
    12  libsystem_c.dylib             0x00007fff977961e1 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007f86d4e8fa70  rcx: 0x00000000002f4180  rdx: 0x000000000005c310
      rdi: 0x0000000000000000  rsi: 0x0000000000000002  rbp: 0x00007fff56987ed0  rsp: 0x00007fff56987d80
       r8: 0x00007f86d4e96c40   r9: 0x000000004bd0a0bd  r10: 0x00007f86d4e92bc0  r11: 0x000000009ee7784e
      r12: 0x00007fff7d30d4b0  r13: 0x0000000000000000  r14: 0x000000010a5f5d90  r15: 0x00007fff7d30d4b0
      rip: 0x0000000109837475  rfl: 0x0000000000010206  cr2: 0x0000000000000003
    Logical CPU: 2
    Binary Images:
           0x109277000 -        0x10a339fff  com.apple.logic10 (10.0.7 - 3166.30) <EACB25FC-F304-3406-B183-8EDBC1058414> /Applications/Logic Pro X.app/Contents/MacOS/Logic Pro X
           0x10a8e4000 -        0x10a8e4fff  libimckit.dylib (1) <890A5A7A-E826-3556-5A5F-6C026AFB3AF3> /usr/lib/libimckit.dylib
           0x10a8e8000 -        0x10a8eafff  com.apple.music.apps.MAResourcesPlugInsShared (10.0.7 - 3166.30) <292AFF2D-D411-3D83-8BD7-CBD53B706801> /Applications/Logic Pro X.app/Contents/Frameworks/MAResourcesPlugInsShared.framework/Versions/A/MAResou rcesPlugInsShared
           0x10a8f4000 -        0x10acdefff  com.apple.music.apps.MALogicLegacySong (10.0.7 - 3166.30) <B0DC78BA-CDC6-3234-8F7E-C78D6B991793> /Applications/Logic Pro X.app/Contents/Frameworks/MALogicLegacySong.framework/Versions/A/MALogicLegacyS ong
           0x10ade2000 -        0x10ae19ff7  com.apple.music.apps.MAAudioUnitSupport (10.0.7 - 3166.30) <C58A1EDC-3127-3B6C-8EE6-3DF45FDDBF91> /Applications/Logic Pro X.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnitSu pport
           0x10ae41000 -        0x10ae43fff  com.apple.ExceptionHandling (1.5 - 10) <47FF83ED-0C07-308C-A375-2A2189DB1056> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
           0x10ae4c000 -        0x10ae70ff7  com.apple.music.apps.MALoopManagement (10.0.7 - 3166.30) <D0C9E524-DD88-3EA4-A468-A30AC1414597> /Applications/Logic Pro X.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagemen t
           0x10ae88000 -        0x10afa5ff7  com.apple.music.apps.MACore (10.0.7 - 3166.30) <D324E87E-7306-3788-913D-9FF09148645B> /Applications/Logic Pro X.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
           0x10b019000 -        0x10b063ff7  com.apple.audio.midi.CoreMIDI (1.9 - 78) <28B1D3A5-973A-359A-99DC-18BE8C30C6B8> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
           0x10b091000 -        0x10b116fff  com.apple.music.apps.MAHarmony (10.0.7 - 3166.30) <193CD540-FD12-31FD-910F-63F397C4824E> /Applications/Logic Pro X.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
           0x10b140000 -        0x10b74dff7  com.apple.music.apps.MAPlugInGUI (10.0.7 - 3166.30) <F07802EB-5450-3A7E-90E0-85EB03A56BF0> /Applications/Logic Pro X.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
           0x10ba73000 -        0x10bb3eff7  com.apple.music.apps.OMF (10.0.7 - 3166.5) <F7905833-9AE6-3B94-93D5-6A8D25288E13> /Applications/Logic Pro X.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
           0x10bb64000 -        0x10c328fff  com.apple.music.apps.MADSP (10.0.7 - 3166.30) <CF3E0F08-2B0C-3D24-8447-2B3B2D8D1E93> /Applications/Logic Pro X.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
           0x10cbfc000 -        0x10cc21fff  com.apple.music.apps.LogicFileBrowser (10.0.7 - 3166.5) <1B3CCA4B-4123-391B-8BD4-150B304A5995> /Applications/Logic Pro X.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrowse r
           0x10cc3d000 -        0x10cc8bff7  com.apple.music.apps.LogicLoopBrowser (10.0.7 - 3166.5) <D071B01A-9A93-37A3-83FB-D08260F6B07A> /Applications/Logic Pro X.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrowse r
           0x10cca4000 -        0x10cca8fff  com.apple.music.apps.MAResources (10.0.7 - 3166.30) <A01F10FF-202E-3027-A8CC-75F87DDB3B7E> /Applications/Logic Pro X.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
           0x10ccb4000 -        0x10cce2fff  com.apple.audio.CoreAudioKit (1.6.5 - 1.6.5) <DF069200-1DBF-3137-9440-1758B47334C1> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
           0x10cd03000 -        0x10cd0efff  com.apple.music.apps.MAUnitTest (10.0.7 - 3166.30) <3A9C39F6-051C-388C-834D-D5ADE9B77422> /Applications/Logic Pro X.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
           0x10cd1f000 -        0x10cde0fff  com.apple.music.apps.MAFiles (10.0.7 - 3166.30) <9D27B251-D63B-38E8-92E1-EBE8F28A00FA> /Applications/Logic Pro X.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
           0x10ce25000 -        0x10cf0dfff  com.apple.music.apps.MAAudioEngine (10.0.7 - 3166.30) <C45C071D-0972-346A-A39D-718E5590A747> /Applications/Logic Pro X.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
           0x10d09b000 -        0x10d0a9ff7  com.apple.StoreKit (1.0 - 135.30) <81F29EA6-ADD3-33A4-B584-7B5189A919A4> /System/Library/Frameworks/StoreKit.framework/Versions/A/StoreKit
           0x10d0c0000 -        0x10d0e9ff7  com.apple.music.apps.MAVideo (10.0.7 - 3166.30) <5D2815DB-75A9-3DE9-B078-FB58E73F7B5F> /Applications/Logic Pro X.app/Contents/Frameworks/MAVideo.framework/Versions/A/MAVideo
           0x10d102000 -        0x10d447fff  com.apple.LogicUIKit (10.0.7 - 3166.30) <DB9D7538-48B2-394D-8D64-26972C6CC9CC> /Applications/Logic Pro X.app/Contents/Frameworks/MAToolKitLg.framework/Versions/A/MAToolKitLg
           0x10d58c000 -        0x10d91bff7  com.apple.music.apps.Animal (10.0.7 - 3166.30) <793432C7-A124-3E28-836D-2EF090F49860> /Applications/Logic Pro X.app/Contents/Frameworks/Animal.framework/Versions/A/Animal
           0x10dc0d000 -        0x10dc28fff  com.apple.music.apps.MALoopBrowser (10.0.7 - 3166.5) <22265585-072A-36BB-8853-C99AB8C16134> /Applications/Logic Pro X.app/Contents/Frameworks/MALoopBrowser.framework/Versions/A/MALoopBrowser
           0x10dc3e000 -        0x10dcebff7  com.apple.music.apps.MAWorkspace (10.0.7 - 3166.30) <B1FDFBCA-2908-3D0D-B86F-0D50FFC21C0E> /Applications/Logic Pro X.app/Contents/Frameworks/MAWorkspace.framework/Versions/A/MAWorkspace
           0x10dd47000 -        0x10dd80ff7  com.apple.LogicUIKitHighLevel (10.0.7 - 3166.30) <0278CFB2-62D6-3DDC-AB3E-F5073F06BA8A> /Applications/Logic Pro X.app/Contents/Frameworks/MAToolKitHighLevel.framework/Versions/A/MAToolKitHigh Level
           0x10dda0000 -        0x10dda2fff  com.apple.music.apps.MAResourcesLg (10.0.7 - 3166.30) <B558FA1B-83AD-3804-B6F1-F15F2B0AB48B> /Applications/Logic Pro X.app/Contents/Frameworks/MAResourcesLg.framework/Versions/A/MAResourcesLg
           0x10dda7000 -        0x10ddabfff  com.apple.music.apps.MAContentDownloading (10.0.7 - 3166.5) <DB5FE492-886E-3BF9-8CBB-23F0F7EF2DEE> /Applications/Logic Pro X.app/Contents/Frameworks/MAContentDownloading.framework/Versions/A/MAContentDo wnloading
           0x10ddb4000 -        0x10ddc5fff +com.nxtbgthng.OAuth2Client (1.1.0 - 3166.5) <D359634B-1343-31AC-8AB1-FC0DC1895598> /Applications/Logic Pro X.app/Contents/Frameworks/OAuth2Client.framework/Versions/A/OAuth2Client
           0x10ddd6000 -        0x10dddbfff +com.yourcompany.SoundCloudAPI (2.0b6 - 3166.5) <3A2C9DD7-D5A4-3BCC-A468-0E243DD8600C> /Applications/Logic Pro X.app/Contents/Frameworks/SoundCloudAPI.framework/Versions/A/SoundCloudAPI
           0x10dde5000 -        0x10dde7fff  com.apple.music.apps.MAResourcesGB (10.0.7 - 3166.30) <42536C9B-06EC-3986-BB65-84C271571D94> /Applications/Logic Pro X.app/Contents/Frameworks/MAResourcesGB.framework/Versions/A/MAResourcesGB
           0x10ddef000 -        0x10e77f4af  com.apple.CoreGraphics (1.600.0 - 332) <5AB32E51-9154-3733-B83B-A9A748652847> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
           0x10e88c000 -        0x10e8cafff  com.apple.MAGFFoundation (1.0 - 3166.5) <238F33F8-0C1B-31DA-88DC-2A0E0E1AD662> /Applications/Logic Pro X.app/Contents/Frameworks/MAGFFoundation.framework/Versions/A/MAGFFoundation
           0x10fe14000 -        0x10fe18fff  libCGXType.A.dylib (332) <17C8DD17-B3CB-3633-B252-C368AE51204C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
           0x10fff1000 -        0x10fffdfff  libCSync.A.dylib (332) <47466CF6-EB5C-3312-9E24-178F4410A92B> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync .A.dylib
           0x112692000 -        0x1126daff7  com.motu.driver.FWA.HALPlugin (1.6 60625) <75A3DAEE-B852-2AA1-6727-4AD679174439> /System/Library/Extensions/MOTUFireWireAudio.kext/Contents/PlugIns/FWHALPlugin. bundle/Contents/MacOS/FWHALPlugin
           0x1126fe000 -        0x112723ff7 +com.akai.eie.hal (2.2.5) <0E9266AF-B5FE-3DF6-7FB4-280B6A73B835> /Library/Audio/Plug-Ins/HAL/AKAI_EIE.plugin/Contents/MacOS/AKAI_EIE
           0x112771000 -        0x11279ffe7 +com.avid.avid.AvidCoreAudioPlugIn (10.3.8.378 - 10.3.8f378) <7BC75EBC-FA86-CBB4-036A-2BA6FB04CCD1> /Library/Audio/Plug-Ins/HAL/Avid CoreAudio.plugin/Contents/MacOS/Avid CoreAudio
           0x1127a7000 -        0x1127d3ff7  libRIP.A.dylib (332) <D26BC320-B415-3C4D-B57F-D525FC361BB2> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
           0x113369000 -        0x11336efff  com.apple.IOAccelerator (74.5.1 - 74.5.1) <574EC60B-E292-3FEA-8A66-B12DB2C1CEC5> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
           0x113376000 -        0x113382fff  libGPUSupportMercury.dylib (8.9.2) <971EDFC6-3E6A-375C-9133-F50DFDDCEBDD> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
           0x1134d2000 -        0x113690fff  GLEngine (8.9.2) <420E03C3-B91D-33C7-A1C4-BE60A1544971> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x1136c7000 -        0x113837fff  libGLProgrammability.dylib (8.9.2) <83DBCC22-F711-3F9D-B622-6DE5D9DD90AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x11386f000 -        0x113b38fe7  com.apple.AMDRadeonX3000GLDriver (1.8.18 - 1.0.8) <04D2AFB5-2D99-3556-AF25-3FABAD07E96D> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/AMDRade onX3000GLDriver
           0x113f95000 -        0x113fc0fff  GLRendererFloat (8.9.2) <18D6F0AD-C5F1-3E8F-89C2-89426A3D6FE4> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x113fc9000 -        0x113fd2fe7  libcldcpuengine.dylib (2.2.16) <B6E3B14B-1EAC-3FDD-8AED-87231A033BED> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
           0x114cdb000 -        0x114cddfff  com.apple.music.apps.anvil.resources (10.0.7 - 3166.30) <A5745AD8-6B47-3C17-814D-CDE2ECAD43A1> /Applications/Logic Pro X.app/Contents/PlugIns/anvil.res/Contents/MacOS/anvil
           0x114ce3000 -        0x114ce5fff  com.apple.music.apps.common.resources (10.0.7 - 3166.30) <57C265E4-1EC7-36E3-B292-6DAF93024F2E> /Applications/Logic Pro X.app/Contents/PlugIns/common.res/Contents/MacOS/common
           0x114ceb000 -        0x114cedff7  com.apple.music.apps.ebp.resources (10.0.7 - 3166.30) <29424CC6-9455-30DB-A6AF-2F96BBE3D402> /Applications/Logic Pro X.app/Contents/PlugIns/ebp.res/Contents/MacOS/ebp
           0x114cf3000 -        0x114cf5ff7  com.apple.music.apps.efx.resources (10.0.7 - 3166.30) <75102E7C-8698-31D0-8361-B70C6792AFD6> /Applications/Logic Pro X.app/Contents/PlugIns/efx.res/Contents/MacOS/efx
           0x114cfb000 -        0x114cfdff7  com.apple.music.apps.egt.resources (10.0.7 - 3166.30) <89E448CE-E2BA-32DC-80E5-AF4B7350A7E8> /Applications/Logic Pro X.app/Contents/PlugIns/egt.res/Contents/MacOS/egt
           0x114d03000 -        0x114d05ff7  com.apple.music.apps.emx.resources (10.0.7 - 3166.30) <3B715B7D-E9AD-334F-8EC7-91A41FC8F4C8> /Applications/Logic Pro X.app/Contents/PlugIns/emx.res/Contents/MacOS/emx
           0x114d0b000 -        0x114d0dff7  com.apple.music.apps.es1.resources (10.0.7 - 3166.30) <D7460C43-0E7E-3939-B8E4-97D0DC6684C5> /Applications/Logic Pro X.app/Contents/PlugIns/es1.res/Contents/MacOS/es1
           0x114d23000 -        0x114d25ff7  com.apple.music.apps.es2.resources (10.0.7 - 3166.30) <ABEBD272-F759-3B17-9909-DC9EFCBBA1F9> /Applications/Logic Pro X.app/Contents/PlugIns/es2.res/Contents/MacOS/es2
           0x114d2b000 -        0x114d2dff7  com.apple.music.apps.esp.resources (10.0.7 - 3166.30) <FEDEAECC-5AC6-3C13-9DEA-9517EECC8AD5> /Applications/Logic Pro X.app/Contents/PlugIns/esp.res/Contents/MacOS/esp
           0x114d33000 -        0x114d35ff7  com.apple.music.apps.evb3.resources (10.0.7 - 3166.30) <9CC46B3F-FBB9-3CFF-AB52-5E5F1BC1B4A5> /Applications/Logic Pro X.app/Contents/PlugIns/evb3.res/Contents/MacOS/evb3
           0x114d3b000 -        0x114d3dff7  com.apple.music.apps.evd6.resources (10.0.7 - 3166.30) <700C31B6-5901-3E21-A597-AFD38EFE7DA0> /Applications/Logic Pro X.app/Contents/PlugIns/evd6.res/Contents/MacOS/evd6
           0x114d43000 -        0x114d45ff7  com.apple.music.apps.evoc.resources (10.0.7 - 3166.30) <7ECD5526-DD3E-3027-934C-9FC0FDEFD459> /Applications/Logic Pro X.app/Contents/PlugIns/evoc.res/Contents/MacOS/evoc
           0x114d4b000 -        0x114d4dfff  com.apple.music.apps.evp88.resources (10.0.7 - 3166.30) <7602C2D1-0B7A-360B-9DB4-EEB4281D174B> /Applications/Logic Pro X.app/Contents/PlugIns/evp88.res/Contents/MacOS/evp88
           0x114d53000 -        0x114d55fff  com.apple.music.apps.exs24.resources (10.0.7 - 3166.30) <0106417C-4433-3093-B3BB-4FA20D2E63FD> /Applications/Logic Pro X.app/Contents/PlugIns/exs24.res/Contents/MacOS/exs24
           0x114d5b000 -        0x114d5dfff  com.apple.music.apps.guitarcontrols.resources (10.0.7 - 3166.30) <D5F63782-1A3D-326A-B51B-6828D83D5EC0> /Applications/Logic Pro X.app/Contents/PlugIns/guitarcontrols.res/Contents/MacOS/guitarcontrols
           0x114d63000 -        0x114d65fff  com.apple.music.apps.mutapdel.resources (10.0.7 - 3166.30) <B2D78441-C848-3902-A82C-9CE75D38A140> /Applications/Logic Pro X.app/Contents/PlugIns/mutapdel.res/Contents/MacOS/mutapdel
           0x114d6b000 -        0x114d6dff7  com.apple.music.apps.pedalboard.resources (10.0.7 - 3166.30) <EAAA7DD0-7E7C-3F3F-BA27-187F65144ACD> /Applications/Logic Pro X.app/Contents/PlugIns/pedalboard.res/Contents/MacOS/pedalboard
           0x114d73000 -        0x114d75fff  com.apple.music.apps.revolver.resources (10.0.7 - 3166.30) <F5FE9C23-7684-3550-8BB0-6C99EEDAC867> /Applications/Logic Pro X.app/Contents/PlugIns/revolver.res/Contents/MacOS/revolver
           0x114d7b000 -        0x114d7dfff  com.apple.music.apps.sphere.resources (10.0.7 - 3166.30) <DACDFEF5-E6B9-39B1-8D52-A053B66ECE03> /Applications/Logic Pro X.app/Contents/PlugIns/sphere.res/Contents/MacOS/sphere
           0x11f6ec000 -        0x11fce8fef +libEuCon2.dylib (1) <249F69B4-55AB-1BC8-9890-ECB2B803A6B5> /usr/local/lib/libEuCon2.dylib
        0x7fff68e77000 -     0x7fff68eab93f  dyld (210.2.3) <6900F2BA-DB48-3B78-B668-58FC0CF6BCB8> /usr/lib/dyld
        0x7fff8b92f000 -     0x7fff8b988ff7  com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <84F003C2-5758-3D0A-8644-F3A0BA4F22FC> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff8ba29000 -     0x7fff8badcff7  com.apple.PDFKit (2.8.4 - 2.8.4) <BD6E8774-1C8B-3CD1-B5FA-7352B2173068> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff8badd000 -     0x7fff8bc2ffff  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <62770C0F-5600-3EF9-A893-8A234663FFF5> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8bc74000 -     0x7fff8bcc3ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8bd9a000 -     0x7fff8bda9ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff8c2c3000 -     0x7fff8c2dafff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8c2db000 -     0x7fff8c311fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff8c312000 -     0x7fff8c3e5ff7  com.apple.DiscRecording (7.0 - 7000.2.4) <6DCA9535-E276-3D77-BEB3-296B537AA6BB> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8c5b1000 -     0x7fff8c645ff7  com.apple.CorePDF (2.2 - 2.2) <F17D7D37-4190-38E2-9F43-DD4F87792390> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8c646000 -     0x7fff8c766fff  com.apple.desktopservices (1.7.4 - 1.7.4) <ED3DA8C0-160F-3CDC-B537-BF2E766AB7C1> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8c767000 -     0x7fff8c767fff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8c774000 -     0x7fff8c787ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff8c7da000 -     0x7fff8c81dff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8c8d7000 -     0x7fff8c975ff7  com.apple.ink.framework (10.8.2 - 150) <3D8D16A2-7E01-3EA1-B637-83A36D353308> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8c976000 -     0x7fff8cc8dff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <1E567A52-677F-3168-979F-5FBB0818D52B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8cc9a000 -     0x7fff8cca8ff7  libkxld.dylib (2050.24.15) <A619A9AC-09AF-3FF3-95BF-F07CC530EC31> /usr/lib/system/libkxld.dylib
        0x7fff8cca9000 -     0x7fff8ccb2ff7  com.apple.CommerceCore (1.0 - 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff8ccb3000 -     0x7fff8d0aafff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8d0ab000 -     0x7fff8d0b0fff  com.apple.OpenDirectory (10.8 - 151.10) <3EE3D15A-3C79-3FF1-9A95-7CE2F065E542> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8d0b1000 -     0x7fff8d410fff  com.apple.Foundation (6.8 - 945.18) <1D7E58E6-FA3A-3CE8-AC85-B9D06B8C0AA0> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8d411000 -     0x7fff8d6e2ff7  com.apple.security (7.0 - 55179.13) <F428E306-C407-3B55-BA82-E58755E8A76F> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8d6e3000 -     0x7fff8d71dfff  com.apple.framework.internetaccounts (2.1 - 210) <546769AA-C561-3C17-8E8E-4E65A700E2F1> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff8d71e000 -     0x7fff8d74cfff  com.apple.CoreServicesInternal (154.3 - 154.3) <F4E118E4-E327-3314-83D7-EA20B1717ED0> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8d74d000 -     0x7fff8d74eff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
        0x7fff8d753000 -     0x7fff8d87dff7  com.apple.avfoundation (2.0 - 361.40) <EDEAB424-D693-39C6-B4A6-C503213203AF> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff8d87e000 -     0x7fff8d8e6fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8d931000 -     0x7fff8d988ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8d989000 -     0x7fff8d99eff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff8d99f000 -     0x7fff8d9a1fff  libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib
        0x7fff8d9a2000 -     0x7fff8d9aefff  com.apple.CrashReporterSupport (10.8.3 - 418) <DE6AFE16-D97E-399D-82ED-3522C773C36E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8d9af000 -     0x7fff8d9bcff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8d9bd000 -     0x7fff8dc27fff  com.apple.RawCamera.bundle (4.05 - 690) <811A4D96-D91B-39AE-A9DC-652E3EB8937E> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8dc63000 -     0x7fff8ddd8ff7  com.apple.CFNetwork (596.4.3 - 596.4.3) <A57B3308-2F08-3EC3-B4AC-39A3D9F0B9F7> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8ddeb000 -     0x7fff8ddfcff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
        0x7fff8ddfd000 -     0x7fff8ddfefff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8ddff000 -     0x7fff8df19fff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff8df1a000 -     0x7fff8df1afff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8df1b000 -     0x7fff8df22fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8df23000 -     0x7fff8df23fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff8df24000 -     0x7fff8e159ff7  com.apple.CoreData (106.1 - 407.7) <A676E1A4-2144-376B-92B8-B450DD1D78E5> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8e15a000 -     0x7fff8e35afff  libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib
        0x7fff8e35b000 -     0x7fff8e35efff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8e35f000 -     0x7fff8e367ff7  libsystem_dnssd.dylib (379.38.1) <BDCB8566-0189-34C0-9634-35ABD3EFE25B> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8e3b4000 -     0x7fff8e3b6fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8e43f000 -     0x7fff8e53dfff  com.apple.QuickLookUIFramework (4.0 - 555.5) <EE02B332-20F3-3226-A022-D71B808E1CC4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8e53e000 -     0x7fff8e568ff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8e768000 -     0x7fff8e7a3fff  com.apple.LDAPFramework (2.4.28 - 194.5) <7C71C445-2B52-3AC0-97E5-9F2E692C8F5C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8e7a4000 -     0x7fff8e7b2fff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff8e80e000 -     0x7fff8e97fff7  com.apple.QTKit (7.7.1 - 2599.31) <E088A52C-914C-3BD7-AD50-CD40CA5D1308> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8e980000 -     0x7fff8f127fff  com.apple.CoreAUC (6.16.13 - 6.16.13) <8CBFBC9C-0773-3DEB-AF99-989008CB2B36> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8f135000 -     0x7fff8f135fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8f1d1000 -     0x7fff8f1d5fff  libGIF.dylib (850) <D4525F87-759C-338C-B283-BB8DE815D3D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8f1fd000 -     0x7fff8f1fffff  libCVMSPluginSupport.dylib (8.9.2) <EF1192AC-3357-3A0B-BFAF-6594D7737892> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff8f200000 -     0x7fff8f201ff7  libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8f202000 -     0x7fff8f258fff  com.apple.HIServices (1.20 - 417) <BCD36950-013F-35C2-918E-05A93A47BE8C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8f25b000 -     0x7fff8f25dff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff8f25e000 -     0x7fff8f2b8fff  com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8f2e5000 -     0x7fff8f2e8fff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8f2e9000 -     0x7fff8f343ff7  com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8f344000 -     0x7fff8f34cfff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff8f34d000 -     0x7fff8f38cff7  com.apple.QD (3.42.1 - 285.1) <77A20C25-EBB5-341C-A05C-5D458B97AD5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8f38d000 -     0x7fff8f391fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff8f5f

    Upgraded my OS to 10.9.3 and still getting this error on Logic X startup;
    Process:         Logic Pro X [568]
    Path:            /Applications/Logic Pro X.app/Contents/MacOS/Logic Pro X
    Identifier:      com.apple.logic10
    Version:         10.0.7 (3166.30)
    Build Info:      MALogic-3166030000000000~1
    App Item ID:     634148309
    App External ID: 337342644
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [174]
    Responsible:     Logic Pro X [568]
    User ID:         501
    Date/Time:       2014-07-27 23:07:27.365 +0100
    OS Version:      Mac OS X 10.9.3 (13D65)
    Report Version:  11
    Anonymous UUID:  BFDE11C7-BC1C-0D14-1FA7-DAE974BF14C7
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000003
    VM Regions Near 0x3:
    -->
        __TEXT                 000000010713d000-0000000108200000 [ 16.8M] r-x/rwx SM=COW  /Applications/Logic Pro X.app/Contents/MacOS/Logic Pro X
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.logic10             0x00000001076fd475 0x10713d000 + 6030453
    1   com.apple.logic10             0x00000001076fdb3e 0x10713d000 + 6032190
    2   com.apple.logic10             0x000000010747d895 0x10713d000 + 3410069
    3   com.apple.logic10             0x00000001072d7d14 0x10713d000 + 1682708
    4   com.apple.logic10             0x0000000107634349 0x10713d000 + 5206857
    5   com.apple.logic10             0x000000010762c9de 0x10713d000 + 5175774
    6   com.apple.CoreFoundation       0x00007fff9852ee0c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
    7   com.apple.CoreFoundation       0x00007fff984228dd _CFXNotificationPost + 2893
    8   com.apple.Foundation           0x00007fff98e787ba -[NSNotificationCenter postNotificationName:object:userInfo:] + 68
    9   com.apple.AppKit               0x00007fff90007b89 -[NSApplication _postDidFinishNotification] + 289
    10  com.apple.AppKit               0x00007fff900078bc -[NSApplication _sendFinishLaunchingNotification] + 195
    11  com.apple.AppKit               0x00007fff900047a6 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 570
    12  com.apple.AppKit               0x00007fff900041fb -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 242
    13  com.apple.Foundation           0x00007fff98e96f0a -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 294
    14  com.apple.Foundation           0x00007fff98e96d7d _NSAppleEventManagerGenericHandler + 106
    15  com.apple.AE                   0x00007fff8e2aae1f aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 381
    16  com.apple.AE                   0x00007fff8e2aac32 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
    17  com.apple.AE                   0x00007fff8e2aab36 aeProcessAppleEvent + 315
    18  com.apple.HIToolbox           0x00007fff9616f161 AEProcessAppleEvent + 56
    19  com.apple.AppKit               0x00007fff900000d6 _DPSNextEvent + 1026
    20  com.apple.AppKit               0x00007fff8ffff8bb -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    21  com.apple.AppKit               0x00007fff8fff39bc -[NSApplication run] + 553
    22  com.apple.AppKit               0x00007fff8ffde7a3 NSApplicationMain + 940
    23  com.apple.logic10             0x00000001076077d5 0x10713d000 + 5023701
    24  libdyld.dylib                 0x00007fff94d4c5fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib         0x00007fff9177de6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff9555ef08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95561fb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff9177e662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff95608421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff95608136 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff9177de6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff9555ef08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95561fb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff9177de6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff9555ef08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95561fb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff9177de6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff9555ef08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95561fb9 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib         0x00007fff9177de6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff9555ef08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95561fb9 start_wqthread + 13
    Thread 7:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff91779a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff91778d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff98482fc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff984825e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff98481f25 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff98edc967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation           0x00007fff98edc76b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib       0x00007fff9555d899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff9555d72a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff95561fc9 thread_start + 13
    Thread 8:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff9177d9aa __select + 10
    1   com.apple.CoreFoundation       0x00007fff984ceab3 __CFSocketManager + 867
    2   libsystem_pthread.dylib       0x00007fff9555d899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff9555d72a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff95561fc9 thread_start + 13
    Thread 9:: MIDIClientNotificationThread
    0   libsystem_kernel.dylib         0x00007fff91779a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff91778d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff98482fc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff984825e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff98481f25 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff98edeadc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    6   com.apple.Foundation           0x00007fff98f2710b -[NSRunLoop(NSRunLoop) runUntilDate:] + 78
    7   com.apple.logic10             0x000000010733c5a9 0x10713d000 + 2094505
    8   libsystem_pthread.dylib       0x00007fff9555d899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff9555d72a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff95561fc9 thread_start + 13
    Thread 10:: SeqTimer
    0   libsystem_kernel.dylib         0x00007fff9177d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff9555fc77 _pthread_cond_wait + 787
    2   com.apple.CoreServices.CarbonCore 0x00007fff97cd29e7 TSWaitOnConditionTimedRelative + 148
    3   com.apple.CoreServices.CarbonCore 0x00007fff97cd2609 TSWaitOnSemaphoreCommon + 424
    4   com.apple.CoreServices.CarbonCore 0x00007fff97cb4bc1 TimerThread + 87
    5   libsystem_pthread.dylib       0x00007fff9555d899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff9555d72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff95561fc9 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib         0x00007fff91779a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff91778d18 mach_msg + 64
    2   com.apple.audio.midi.CoreMIDI 0x0000000108ed55a7 XServerMachPort::ReceiveMessage(int&, void*, int&) + 125
    3   com.apple.audio.midi.CoreMIDI 0x0000000108ef01c1 MIDIProcess::RunMIDIInThread() + 121
    4   com.apple.audio.midi.CoreMIDI 0x0000000108ed663c XThread::RunHelper(void*) + 10
    5   com.apple.audio.midi.CoreMIDI 0x0000000108ed62a1 CAPThread::Entry(CAPThread*) + 109
    6   libsystem_pthread.dylib       0x00007fff9555d899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff9555d72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff95561fc9 thread_start + 13
    Thread 12:: ExtendedAudioFileScheduler::WorkerThreadProc
    0   libsystem_kernel.dylib         0x00007fff9177d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff9555fc3b _pthread_cond_wait + 727
    2   com.apple.music.apps.MAFiles   0x000000010abcef6b ExtendedAudioFileScheduler::WorkerThreadProc() + 123
    3   com.apple.music.apps.MAFiles   0x000000010abcec09 ExtendedAudioFileScheduler::WorkerThreadProc(void*) + 9
    4   libsystem_pthread.dylib       0x00007fff9555d899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9555d72a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff95561fc9 thread_start + 13
    Thread 13:: ExtendedAudioFileScheduler::WorkerThreadProc
    0   libsystem_kernel.dylib         0x00007fff9177d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff9555fc3b _pthread_cond_wait + 727
    2   com.apple.music.apps.MAFiles   0x000000010abcef6b ExtendedAudioFileScheduler::WorkerThreadProc() + 123
    3   com.apple.music.apps.MAFiles   0x000000010abcec09 ExtendedAudioFileScheduler::WorkerThreadProc(void*) + 9
    4   libsystem_pthread.dylib       0x00007fff9555d899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9555d72a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff95561fc9 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib         0x00007fff9177d9aa __select + 10
    1   com.apple.logic10             0x00000001079e828e 0x10713d000 + 9089678
    2   com.apple.logic10             0x00000001075e80cd 0x10713d000 + 4894925
    3   libsystem_pthread.dylib       0x00007fff9555d899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff9555d72a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff95561fc9 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib         0x00007fff9177da3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff92993dc0 nanosleep + 200
    2   libsystem_c.dylib             0x00007fff92993cb2 usleep + 54
    3   libEuCon2.dylib               0x00000001156026f4 HSL::CCollectionThread::Run() + 16
    4   libEuCon2.dylib               0x00000001155fe9e2 EuThread::ThreadStart(EuThread*) + 66
    5   libEuCon2.dylib               0x00000001155fea05 (anonymous namespace)::startRoutine(void*) + 9
    6   libsystem_pthread.dylib       0x00007fff9555d899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff9555d72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff95561fc9 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib         0x00007fff9177d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff9555fc3b _pthread_cond_wait + 727
    2   libEuCon2.dylib               0x0000000115475680 ACE_SCOPE::ACE_OS::cond_timedwait(_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*, ACE_SCOPE::ACE_Time_Value*) + 80
    3   libEuCon2.dylib               0x000000011548d413 ACE_SCOPE::ACE_Token::shared_acquire(void (*)(void*), void*, ACE_SCOPE::ACE_Time_Value*, ACE_SCOPE::ACE_Token::ACE_Token_Op_Type) + 413
    4   libEuCon2.dylib               0x000000011548dce6 ACE_SCOPE::ACE_TP_Token_Guard::acquire_read_token(ACE_SCOPE::ACE_Time_Value*) + 92
    5   libEuCon2.dylib               0x000000011548e70e ACE_SCOPE::ACE_TP_Reactor::handle_events(ACE_SCOPE::ACE_Time_Value*) + 76
    6   libEuCon2.dylib               0x00000001154c47f4 TAO_SCOPE::TAO_ORB_Core::run(ACE_SCOPE::ACE_Time_Value*, int) + 368
    7   libEuCon2.dylib               0x00000001153ac526 CEuConORB::Run() + 300
    8   libEuCon2.dylib               0x00000001153adbaf CEuConORBThread::EntryPoint() + 355
    9   libEuCon2.dylib               0x0000000115486f70 ACE_SCOPE::ACE_Task_Base::svc_run(void*) + 56
    10  libEuCon2.dylib               0x0000000115487861 ACE_SCOPE::ACE_Thread_Adapter::invoke() + 101
    11  libsystem_pthread.dylib       0x00007fff9555d899 _pthread_body + 138
    12  libsystem_pthread.dylib       0x00007fff9555d72a _pthread_start + 137
    13  libsystem_pthread.dylib       0x00007fff95561fc9 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib         0x00007fff9177d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff9555fc3b _pthread_cond_wait + 727
    2   libEuCon2.dylib               0x0000000115475680 ACE_SCOPE::ACE_OS::cond_timedwait(_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*, ACE_SCOPE::ACE_Time_Value*) + 80
    3   libEuCon2.dylib               0x000000011548d413 ACE_SCOPE::ACE_Token::shared_acquire(void (*)(void*), void*, ACE_SCOPE::ACE_Time_Value*, ACE_SCOPE::ACE_Token::ACE_Token_Op_Type) + 413
    4   libEuCon2.dylib               0x000000011548dce6 ACE_SCOPE::ACE_TP_Token_Guard::acquire_read_token(ACE_SCOPE::ACE_Time_Value*) + 92
    5   libEuCon2.dylib               0x000000011548e70e ACE_SCOPE::ACE_TP_Reactor::handle_events(ACE_SCOPE::ACE_Time_Value*) + 76
    6   libEuCon2.dylib               0x00000001154c47f4 TAO_SCOPE::TAO_ORB_Core::run(ACE_SCOPE::ACE_Time_Value*, int) + 368
    7   libEuCon2.dylib               0x00000001153ac526 CEuConORB::Run() + 300
    8   libEuCon2.dylib               0x00000001153adbaf CEuConORBThread::EntryPoint() + 355
    9   libEuCon2.dylib               0x0000000115486f70 ACE_SCOPE::ACE_Task_Base::svc_run(void*) + 56
    10  libEuCon2.dylib               0x0000000115487861 ACE_SCOPE::ACE_Thread_Adapter::invoke() + 101
    11  libsystem_pthread.dylib       0x00007fff9555d899 _pthread_body + 138
    12  libsystem_pthread.dylib       0x00007fff9555d72a _pthread_start + 137
    13  libsystem_pthread.dylib       0x00007fff95561fc9 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib         0x00007fff9177d9aa __select + 10
    1   libEuCon2.dylib               0x0000000115475037 ACE_SCOPE::ACE_OS::select(int, fd_set*, fd_set*, fd_set*, ACE_SCOPE::ACE_Time_Value const*) + 91
    2   libEuCon2.dylib               0x00000001155d32ed ACE_SCOPE::ACE_Select_Reactor_T<ACE_SCOPE::ACE_Reactor_Token_T<ACE_SCOPE::ACE_T oken> >::wait_for_multiple_events(ACE_SCOPE::ACE_Select_Reactor_Handle_Set&, ACE_SCOPE::ACE_Time_Value*) + 271
    3   libEuCon2.dylib               0x000000011548e655 ACE_SCOPE::ACE_TP_Reactor::dispatch_i(ACE_SCOPE::ACE_Time_Value*, ACE_SCOPE::ACE_TP_Token_Guard&) + 39
    4   libEuCon2.dylib               0x000000011548e73e ACE_SCOPE::ACE_TP_Reactor::handle_events(ACE_SCOPE::ACE_Time_Value*) + 124
    5   libEuCon2.dylib               0x00000001154c47f4 TAO_SCOPE::TAO_ORB_Core::run(ACE_SCOPE::ACE_Time_Value*, int) + 368
    6   libEuCon2.dylib               0x00000001153ac526 CEuConORB::Run() + 300
    7   libEuCon2.dylib               0x00000001153adbaf CEuConORBThread::EntryPoint() + 355
    8   libEuCon2.dylib               0x0000000115486f70 ACE_SCOPE::ACE_Task_Base::svc_run(void*) + 56
    9   libEuCon2.dylib               0x0000000115487861 ACE_SCOPE::ACE_Thread_Adapter::invoke() + 101
    10  libsystem_pthread.dylib       0x00007fff9555d899 _pthread_body + 138
    11  libsystem_pthread.dylib       0x00007fff9555d72a _pthread_start + 137
    12  libsystem_pthread.dylib       0x00007fff95561fc9 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib         0x00007fff9177d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff9555fc3b _pthread_cond_wait + 727
    2   libEuCon2.dylib               0x0000000115475680 ACE_SCOPE::ACE_OS::cond_timedwait(_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*, ACE_SCOPE::ACE_Time_Value*) + 80
    3   libEuCon2.dylib               0x000000011548d413 ACE_SCOPE::ACE_Token::shared_acquire(void (*)(void*), void*, ACE_SCOPE::ACE_Time_Value*, ACE_SCOPE::ACE_Token::ACE_Token_Op_Type) + 413
    4   libEuCon2.dylib               0x000000011548dce6 ACE_SCOPE::ACE_TP_Token_Guard::acquire_read_token(ACE_SCOPE::ACE_Time_Value*) + 92
    5   libEuCon2.dylib               0x000000011548e70e ACE_SCOPE::ACE_TP_Reactor::handle_events(ACE_SCOPE::ACE_Time_Value*) + 76
    6   libEuCon2.dylib               0x00000001154c47f4 TAO_SCOPE::TAO_ORB_Core::run(ACE_SCOPE::ACE_Time_Value*, int) + 368
    7   libEuCon2.dylib               0x00000001153ac526 CEuConORB::Run() + 300
    8   libEuCon2.dylib               0x00000001153adbaf CEuConORBThread::EntryPoint() + 355
    9   libEuCon2.dylib               0x0000000115486f70 ACE_SCOPE::ACE_Task_Base::svc_run(void*) + 56
    10  libEuCon2.dylib               0x0000000115487861 ACE_SCOPE::ACE_Thread_Adapter::invoke() + 101
    11  libsystem_pthread.dylib       0x00007fff9555d899 _pthread_body + 138
    12  libsystem_pthread.dylib       0x00007fff9555d72a _pthread_start + 137
    13  libsystem_pthread.dylib       0x00007fff95561fc9 thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib         0x00007fff9177d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff9555fc3b _pthread_cond_wait + 727
    2   libEuCon2.dylib               0x0000000115475680 ACE_SCOPE::ACE_OS::cond_timedwait(_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*, ACE_SCOPE::ACE_Time_Value*) + 80
    3   libEuCon2.dylib               0x000000011548d413 ACE_SCOPE::ACE_Token::shared_acquire(void (*)(void*), void*, ACE_SCOPE::ACE_Time_Value*, ACE_SCOPE::ACE_Token::ACE_Token_Op_Type) + 413
    4   libEuCon2.dylib               0x000000011548dce6 ACE_SCOPE::ACE_TP_Token_Guard::acquire_read_token(ACE_SCOPE::ACE_Time_Value*) + 92
    5   libEuCon2.dylib               0x000000011548e70e ACE_SCOPE::ACE_TP_Reactor::handle_events(ACE_SCOPE::ACE_Time_Value*) + 76
    6   libEuCon2.dylib               0x00000001154c47f4 TAO_SCOPE::TAO_ORB_Core::run(ACE_SCOPE::ACE_Time_Value*, int) + 368
    7   libEuCon2.dylib               0x00000001153ac526 CEuConORB::Run() + 300
    8   libEuCon2.dylib               0x00000001153adbaf CEuConORBThread::EntryPoint() + 355
    9   libEuCon2.dylib               0x0000000115486f70 ACE_SCOPE::ACE_Task_Base::svc_run(void*) + 56
    10  libEuCon2.dylib               0x0000000115487861 ACE_SCOPE::ACE_Thread_Adapter::invoke() + 101
    11  libsystem_pthread.dylib       0x00007fff9555d899 _pthread_body + 138
    12  libsystem_pthread.dylib       0x00007fff9555d72a _pthread_start + 137
    13  libsystem_pthread.dylib       0x00007fff95561fc9 thread_start + 13
    Thread 21:
    0   libsystem_kernel.dylib         0x00007fff9177d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff9555fc3b _pthread_cond_wait + 727
    2   libEuCon2.dylib               0x0000000115475680 ACE_SCOPE::ACE_OS::cond_timedwait(_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*, ACE_SCOPE::ACE_Time_Value*) + 80
    3   libEuCon2.dylib               0x000000011548d413 ACE_SCOPE::ACE_Token::shared_acquire(void (*)(void*), void*, ACE_SCOPE::ACE_Time_Value*, ACE_SCOPE::ACE_Token::ACE_Token_Op_Type) + 413
    4   libEuCon2.dylib               0x000000011548dce6 ACE_SCOPE::ACE_TP_Token_Guard::acquire_read_token(ACE_SCOPE::ACE_Time_Value*) + 92
    5   libEuCon2.dylib               0x000000011548e70e ACE_SCOPE::ACE_TP_Reactor::handle_events(ACE_SCOPE::ACE_Time_Value*) + 76
    6   libEuCon2.dylib               0x00000001154c47f4 TAO_SCOPE::TAO_ORB_Core::run(ACE_SCOPE::ACE_Time_Value*, int) + 368
    7   libEuCon2.dylib               0x00000001153ac526 CEuConORB::Run() + 300
    8   libEuCon2.dylib               0x00000001153adbaf CEuConORBThread::EntryPoint() + 355
    9   libEuCon2.dylib               0x0000000115486f70 ACE_SCOPE::ACE_Task_Base::svc_run(void*) + 56
    10  libEuCon2.dylib               0x0000000115487861 ACE_SCOPE::ACE_Thread_Adapter::invoke() + 101
    11  libsystem_pthread.dylib       0x00007fff9555d899 _pthread_body + 138
    12  libsystem_pthread.dylib       0x00007fff9555d72a _pthread_start + 137
    13  libsystem_pthread.dylib       0x00007fff95561fc9 thread_start + 13
    Thread 22:
    0   libsystem_kernel.dylib         0x00007fff9177d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff9555fc3b _pthread_cond_wait + 727
    2   libEuCon2.dylib               0x0000000115475680 ACE_SCOPE::ACE_OS::cond_timedwait(_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*, ACE_SCOPE::ACE_Time_Value*) + 80
    3   libEuCon2.dylib               0x000000011548d413 ACE_SCOPE::ACE_Token::shared_acquire(void (*)(void*), void*, ACE_SCOPE::ACE_Time_Value*, ACE_SCOPE::ACE_Token::ACE_Token_Op_Type) + 413
    4   libEuCon2.dylib               0x000000011548dce6 ACE_SCOPE::ACE_TP_Token_Guard::acquire_read_token(ACE_SCOPE::ACE_Time_Value*) + 92
    5   libEuCon2.dylib               0x000000011548e70e ACE_SCOPE::ACE_TP_Reactor::handle_events(ACE_SCOPE::ACE_Time_Value*) + 76
    6   libEuCon2.dylib               0x00000001154c47f4 TAO_SCOPE::TAO_ORB_Core::run(ACE_SCOPE::ACE_Time_Value*, int) + 368
    7   libEuCon2.dylib               0x00000001153ac526 CEuConORB::Run() + 300
    8   libEuCon2.dylib               0x00000001153adbaf CEuConORBThread::EntryPoint() + 355
    9   libEuCon2.dylib               0x0000000115486f70 ACE_SCOPE::ACE_Task_Base::svc_run(void*) + 56
    10  libEuCon2.dylib               0x0000000115487861 ACE_SCOPE::ACE_Thread_Adapter::invoke() + 101
    11  libsystem_pthread.dylib       0x00007fff9555d899 _pthread_body + 138
    12  libsystem_pthread.dylib       0x00007fff9555d72a _pthread_start + 137
    13  libsystem_pthread.dylib       0x00007fff95561fc9 thread_start + 13
    Thread 23:
    0   libsystem_kernel.dylib         0x00007fff9177d716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff9555fc3b _pthread_cond_wait + 727
    2   libEuCon2.dylib               0x0000000115475680 ACE_SCOPE::ACE_OS::cond_timedwait(_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*, ACE_SCOPE::ACE_Time_Value*) + 80
    3   libEuCon2.dylib               0x000000011548d413 ACE_SCOPE::ACE_Token::shared_acquire(void (*)(void*), void*, ACE_SCOPE::ACE_Time_Value*, ACE_SCOPE::ACE_Token::ACE_Token_Op_Type) + 413
    4   libEuCon2.dylib               0x000000011548dce6 ACE_SCOPE::ACE_TP_Token_Guard::acquire_read_token(ACE_SCOPE::ACE_Time_Value*) + 92
    5   libEuCon2.dylib               0x000000011548e70e ACE_SCOPE::ACE_TP_Reactor::handle_events(ACE_SCOPE::ACE_Time_Value*) + 76
    6   libEuCon2.dylib               0x00000001154c47f4 TAO_SCOPE::TAO_ORB_Core::run(ACE_SCOPE::ACE_Time_Value*, int) + 368
    7   libEuCon2.dylib               0x00000001153ac526 CEuConORB::Run() + 300
    8   libEuCon2.dylib               0x00000001153adbaf CEuConORBThread::EntryPoint() + 355
    9   libEuCon2.dylib               0x0000000115486f70 ACE_SCOPE::ACE_Task_Base::svc_run(void*) + 56
    10  libEuCon2.dylib               0x0000000115487861 ACE_SCOPE::ACE_Thread_Adapter::invoke() + 101
    11  libsystem_pthread.dylib       0x00007fff9555d899 _pthread_body + 138
    12  libsystem_pthread.dylib       0x00007fff9555d72a _pthread_start + 137
    13  libsystem_pthread.dylib       0x00007fff95561fc9 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x000060800023e8a0  rcx: 0x000000000000bc2a  rdx: 0x000000000000bc29
      rdi: 0x0000000000000000  rsi: 0x0000000000000008  rbp: 0x00007fff58ac1b20  rsp: 0x00007fff58ac19d0
       r8: 0x00000000000000ff   r9: 0xffff9f7fff9a55cf  r10: 0x00007f916288d790  r11: 0x0000000000000200
      r12: 0x00007fff7d9e6420  r13: 0x00007fff58ac1e38  r14: 0x00000001084bbd90  r15: 0x00007fff7d9e6420
      rip: 0x00000001076fd475  rfl: 0x0000000000010206  cr2: 0x0000000000000003
    Logical CPU:     1
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
           0x10713d000 -        0x1081fffff  com.apple.logic10 (10.0.7 - 3166.30) <EACB25FC-F304-3406-B183-8EDBC1058414> /Applications/Logic Pro X.app/Contents/MacOS/Logic Pro X
           0x1087a7000 -        0x1087a9fff  com.apple.music.apps.MAResourcesPlugInsShared (10.0.7 - 3166.30) <292AFF2D-D411-3D83-8BD7-CBD53B706801> /Applications/Logic Pro X.app/Contents/Frameworks/MAResourcesPlugInsShared.framework/Versions/A/MAResou rcesPlugInsShared
           0x1087b1000 -        0x108b9bfff  com.apple.music.apps.MALogicLegacySong (10.0.7 - 3166.30) <B0DC78BA-CDC6-3234-8F7E-C78D6B991793> /Applications/Logic Pro X.app/Contents/Frameworks/MALogicLegacySong.framework/Versions/A/MALogicLegacyS ong
           0x108ca3000 -        0x108cdaff7  com.apple.music.apps.MAAudioUnitSupport (10.0.7 - 3166.30) <C58A1EDC-3127-3B6C-8EE6-3DF45FDDBF91> /Applications/Logic Pro X.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnitSu pport
           0x108d00000 -        0x108d24ff7  com.apple.music.apps.MALoopManagement (10.0.7 - 3166.30) <D0C9E524-DD88-3EA4-A468-A30AC1414597> /Applications/Logic Pro X.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagemen t
           0x108d3a000 -        0x108e57ff7  com.apple.music.apps.MACore (10.0.7 - 3166.30) <D324E87E-7306-3788-913D-9FF09148645B> /Applications/Logic Pro X.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
           0x108ec8000 -        0x108f03ff2  com.apple.audio.midi.CoreMIDI (1.10 - 88) <1EA92CDE-75AB-354C-99E5-BB5763AF988C> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
           0x108f2f000 -        0x108fb4fff  com.apple.music.apps.MAHarmony (10.0.7 - 3166.30) <193CD540-FD12-31FD-910F-63F397C4824E> /Applications/Logic Pro X.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
           0x108fd7000 -        0x1095e4ff7  com.apple.music.apps.MAPlugInGUI (10.0.7 - 3166.30) <F07802EB-5450-3A7E-90E0-85EB03A56BF0> /Applications/Logic Pro X.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
           0x10990a000 -        0x1099d5ff7  com.apple.music.apps.OMF (10.0.7 - 3166.5) <F7905833-9AE6-3B94-93D5-6A8D25288E13> /Applications/Logic Pro X.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
           0x1099fe000 -        0x10a1c2fff  com.apple.music.apps.MADSP (10.0.7 - 3166.30) <CF3E0F08-2B0C-3D24-8447-2B3B2D8D1E93> /Applications/Logic Pro X.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
           0x10aa99000 -        0x10aabefff  com.apple.music.apps.LogicFileBrowser (10.0.7 - 3166.5) <1B3CCA4B-4123-391B-8BD4-150B304A5995> /Applications/Logic Pro X.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrowse r
           0x10aad6000 -        0x10ab24ff7  com.apple.music.apps.LogicLoopBrowser (10.0.7 - 3166.5) <D071B01A-9A93-37A3-83FB-D08260F6B07A> /Applications/Logic Pro X.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrowse r
           0x10ab3d000 -        0x10ab41fff  com.apple.music.apps.MAResources (10.0.7 - 3166.30) <A01F10FF-202E-3027-A8CC-75F87DDB3B7E> /Applications/Logic Pro X.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
           0x10ab4d000 -        0x10ab74ff7  com.apple.audio.CoreAudioKit (1.6.6 - 1.6.6) <E6FEB146-1384-3FDE-A9B4-3BC48DCEDC27> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
           0x10ab93000 -        0x10ab9efff  com.apple.music.apps.MAUnitTest (10.0.7 - 3166.30) <3A9C39F6-051C-388C-834D-D5ADE9B77422> /Applications/Logic Pro X.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
           0x10aba9000 -        0x10ac6afff  com.apple.music.apps.MAFiles (10.0.7 - 3166.30) <9D27B251-D63B-38E8-92E1-EBE8F28A00FA> /Applications/Logic Pro X.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
           0x10acae000 -        0x10ad96fff  com.apple.music.apps.MAAudioEngine (10.0.7 - 3166.30) <C45C071D-0972-346A-A39D-718E5590A747> /Applications/Logic Pro X.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
           0x10af25000 -        0x10af35fff  com.apple.StoreKit (1.0 - 232.9) <FC37F271-7C1B-3280-9C47-1A7BFE4902CF> /System/Library/Frameworks/StoreKit.framework/Versions/A/StoreKit
           0x10af4f000 -        0x10af78ff7  com.apple.music.apps.MAVideo (10.0.7 - 3166.30) <5D2815DB-75A9-3DE9-B078-FB58E73F7B5F> /Applications/Logic Pro X.app/Contents/Frameworks/MAVideo.framework/Versions/A/MAVideo
           0x10af90000 -        0x10b2d5fff  com.apple.LogicUIKit (10.0.7 - 3166.30) <DB9D7538-48B2-394D-8D64-26972C6CC9CC> /Applications/Logic Pro X.app/Contents/Frameworks/MAToolKitLg.framework/Versions/A/MAToolKitLg
           0x10b41c000 -        0x10b7abff7  com.apple.music.apps.Animal (10.0.7 - 3166.30) <793432C7-A124-3E28-836D-2EF090F49860> /Applications/Logic Pro X.app/Contents/Frameworks/Animal.framework/Versions/A/Animal
           0x10ba9d000 -        0x10bab8fff  com.apple.music.apps.MALoopBrowser (10.0.7 - 3166.5) <22265585-072A-36BB-8853-C99AB8C16134> /Applications/Logic Pro X.app/Contents/Frameworks/MALoopBrowser.framework/Versions/A/MALoopBrowser
           0x10bac9000 -        0x10bb76ff7  com.apple.music.apps.MAWorkspace (10.0.7 - 3166.30) <B1FDFBCA-2908-3D0D-B86F-0D50FFC21C0E> /Applications/Logic Pro X.app/Contents/Frameworks/MAWorkspace.framework/Versions/A/MAWorkspace
           0x10bbcd000 -        0x10bc06ff7  com.apple.LogicUIKitHighLevel (10.0.7 - 3166.30) <0278CFB2-62D6-3DDC-AB3E-F5073F06BA8A> /Applications/Logic Pro X.app/Contents/Frameworks/MAToolKitHighLevel.framework/Versions/A/MAToolKitHigh Level
           0x10bc2b000 -        0x10bc2dfff  com.apple.music.apps.MAResourcesLg (10.0.7 - 3166.30) <B558FA1B-83AD-3804-B6F1-F15F2B0AB48B> /Applications/Logic Pro X.app/Contents/Frameworks/MAResourcesLg.framework/Versions/A/MAResourcesLg
           0x10bc37000 -        0x10bc3bfff  com.apple.music.apps.MAContentDownloading (10.0.7 - 3166.5) <DB5FE492-886E-3BF9-8CBB-23F0F7EF2DEE> /Applications/Logic Pro X.app/Contents/Frameworks/MAContentDownloading.framework/Versions/A/MAContentDo wnloading
           0x10bc45000 -        0x10bc56fff +com.nxtbgthng.OAuth2Client (1.1.0 - 3166.5) <D359634B-1343-31AC-8AB1-FC0DC1895598> /Applications/Logic Pro X.app/Contents/Frameworks/OAuth2Client.framework/Versions/A/OAuth2Client
           0x10bc63000 -        0x10bc68fff +com.yourcompany.SoundCloudAPI (2.0b6 - 3166.5) <3A2C9DD7-D5A4-3BCC-A468-0E243DD8600C> /Applications/Logic Pro X.app/Contents/Frameworks/SoundCloudAPI.framework/Versions/A/SoundCloudAPI
           0x10bc71000 -        0x10bc73fff  com.apple.music.apps.MAResourcesGB (10.0.7 - 3166.30) <42536C9B-06EC-3986-BB65-84C271571D94> /Applications/Logic Pro X.app/Contents/Frameworks/MAResourcesGB.framework/Versions/A/MAResourcesGB
           0x10bc7c000 -        0x10bcbafff  com.apple.MAGFFoundation (1.0 - 3166.5) <238F33F8-0C1B-31DA-88DC-2A0E0E1AD662> /Applications/Logic Pro X.app/Contents/Frameworks/MAGFFoundation.framework/Versions/A/MAGFFoundation
           0x10d5d4000 -        0x10d5d7ffa  libCGXType.A.dylib (599.23.13) <E459DD26-592F-3DBD-8C47-B342ECE8FFD3> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
           0x10d7bc000 -        0x10d7c4ff3  libCGCMS.A.dylib (599.23.13) <59F7AEED-90EB-35C2-85A6-5BC44CC9B3FA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
           0x10fbb9000 -        0x10fbe1ffb  libRIP.A.dylib (599.23.13) <FFE421E6-CB15-3F9D-ADF4-679E26B09892> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
           0x110696000 -        0x110698fff  com.apple.music.apps.anvil.resources (10.0.7 - 3166.30) <A5745AD8-6B47-3C17-814D-CDE2ECAD43A1> /Applications/Logic Pro X.app/Contents/PlugIns/anvil.res/Contents/MacOS/anvil
           0x11069e000 -        0x1106a0fff  com.apple.music.apps.common.resources (10.0.7 - 3166.30) <57C265E4-1EC7-36E3-B292-6DAF93024F2E> /Applications/Logic Pro X.app/Contents/PlugIns/common.res/Contents/MacOS/common
           0x1106a6000 -        0x1106a8ff7  com.apple.music.apps.ebp.resources (10.0.7 - 3166.30) <29424CC6-9455-30DB-A6AF-2F96BBE3D402> /Applications/Logic Pro X.app/Contents/PlugIns/ebp.res/Contents/MacOS/ebp
           0x1111c1000 -        0x1111c3ff7  com.apple.music.apps.efx.resources (10.0.7 - 3166.30) <75102E7C-8698-31D0-8361-B70C6792AFD6> /Applications/Logic Pro X.app/Contents/PlugIns/efx.res/Contents/MacOS/efx
           0x1111c9000 -        0x1111cbff7  com.apple.music.apps.egt.resources (10.0.7 - 3166.30) <89E448CE-E2BA-32DC-80E5-AF4B7350A7E8> /Applications/Logic Pro X.app/Contents/PlugIns/egt.res/Contents/MacOS/egt
           0x1111d1000 -        0x1111d3ff7  com.apple.music.apps.emx.resources (10.0.7 - 3166.30) <3B715B7D-E9AD-334F-8EC7-91A41FC8F4C8> /Applications/Logic Pro X.app/Contents/PlugIns/emx.res/Contents/MacOS/emx
           0x1111d9000 -        0x1111dbff7  com.apple.music.apps.es1.resources (10.0.7 - 3166.30) <D7460C43-0E7E-3939-B8E4-97D0DC6684C5> /Applications/Logic Pro X.app/Contents/PlugIns/es1.res/Contents/MacOS/es1
           0x1111e1000 -        0x1111e3ff7  com.apple.music.apps.es2.resources (10.0.7 - 3166.30) <ABEBD272-F759-3B17-9909-DC9EFCBBA1F9> /Applications/Logic Pro X.app/Contents/PlugIns/es2.res/Contents/MacOS/es2
           0x1111e9000 -        0x1111ebff7  com.apple.music.apps.esp.resources (10.0.7 - 3166.30) <FEDEAECC-5AC6-3C13-9DEA-9517EECC8AD5> /Applications/Logic Pro X.app/Contents/PlugIns/esp.res/Contents/MacOS/esp
           0x1111f1000 -        0x1111f3ff7  com.apple.music.apps.evb3.resources (10.0.7 - 3166.30) <9CC46B3F-FBB9-3CFF-AB52-5E5F1BC1B4A5> /Applications/Logic Pro X.app/Contents/PlugIns/evb3.res/Contents/MacOS/evb3
           0x1111f9000 -        0x1111fbff7  com.apple.music.apps.evd6.resources (10.0.7 - 3166.30) <700C31B6-5901-3E21-A597-AFD38EFE7DA0> /Applications/Logic Pro X.app/Contents/PlugIns/evd6.res/Contents/MacOS/evd6
           0x111201000 -        0x111203ff7  com.apple.music.apps.evoc.resources (10.0.7 - 3166.30) <7ECD5526-DD3E-3027-934C-9FC0FDEFD459> /Applications/Logic Pro X.app/Contents/PlugIns/evoc.res/Contents/MacOS/evoc
           0x111209000 -        0x11120bfff  com.apple.music.apps.evp88.resources (10.0.7 - 3166.30) <7602C2D1-0B7A-360B-9DB4-EEB4281D174B> /Applications/Logic Pro X.app/Contents/PlugIns/evp88.res/Contents/MacOS/evp88
           0x111211000 -        0x111213fff  com.apple.music.apps.exs24.resources (10.0.7 - 3166.30) <0106417C-4433-3093-B3BB-4FA20D2E63FD> /Applications/Logic Pro X.app/Contents/PlugIns/exs24.res/Contents/MacOS/exs24
           0x111219000 -        0x11121bfff  com.apple.music.apps.guitarcontrols.resources (10.0.7 - 3166.30) <D5F63782-1A3D-326A-B51B-6828D83D5EC0> /Applications/Logic Pro X.app/Contents/PlugIns/guitarcontrols.res/Contents/MacOS/guitarcontrols
           0x112bc0000 -        0x112bc2fff  com.apple.music.apps.mutapdel.resources (10.0.7 - 3166.30) <B2D78441-C848-3902-A82C-9CE75D38A140> /Applications/Logic Pro X.app/Contents/PlugIns/mutapdel.res/Contents/MacOS/mutapdel
           0x115272000 -        0x115274ff7  com.apple.music.apps.pedalboard.resources (10.0.7 - 3166.30) <EAAA7DD0-7E7C-3F3F-BA27-187F65144ACD> /Applications/Logic Pro X.app/Contents/PlugIns/pedalboard.res/Contents/MacOS/pedalboard
           0x11527a000 -        0x11527cfff  com.apple.music.apps.revolver.resources (10.0.7 - 3166.30) <F5FE9C23-7684-3550-8BB0-6C99EEDAC867> /Applications/Logic Pro X.app/Contents/PlugIns/revolver.res/Contents/MacOS/revolver
           0x115282000 -        0x115284fff  com.apple.music.apps.sphere.resources (10.0.7 - 3166.30) <DACDFEF5-E6B9-39B1-8D52-A053B66ECE03> /Applications/Logic Pro X.app/Contents/PlugIns/sphere.res/Contents/MacOS/sphere
           0x11530d000 -        0x115909fef +libEuCon2.dylib (1) <249F69B4-55AB-1BC8-9890-ECB2B803A6B5> /usr/local/lib/libEuCon2.dylib
        0x7fff6d1b2000 -     0x7fff6d1e5817  dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld
        0x7fff8cfe3000 -     0x7fff8cfe3fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8cffe000 -     0x7fff8d055fff  com.apple.ViewBridge (1.0 - 46.2) <4AF3CB98-7691-39A2-8DC3-ABE5CC55CE7F> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
        0x7fff8d056000 -     0x7fff8d05aff7  libGIF.dylib (1043) <AF0FE71A-27AB-31E0-8CEA-BC0BF2091FA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8d05b000 -     0x7fff8d14cff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
        0x7fff8d14d000 -     0x7fff8d17cff9  com.apple.GSS (4.0 - 2.0) <44E914BE-B0D0-3E05-9451-CA9E539AFA52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8d17d000 -     0x7fff8d195ff7  com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8d196000 -     0x7fff8d3f1ff0  com.apple.RawCamera.bundle (5.04 - 736) <13A68985-4D39-3C0A-A764-230582B67C09> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8d40a000 -     0x7fff8d417fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff8d418000 -     0x7fff8d41bffc  com.apple.IOSurface (91.1 - 91.1) <D00EEB0C-8AA8-3986-90C1-C97B2486E8FA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8d41c000 -     0x7fff8d665ff7  com.apple.AddressBook.framework (8.0 - 1371) <86409BC9-C2EB-3BBC-8F4D-43DCA2B23C5D> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff8d95b000 -     0x7fff8db08f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
        0x7fff8db09000 -     0x7fff8db10ff7  com.apple.phonenumbers (1.1.1 - 105) <767A63EB-244C-34F1-9FFA-D1A6BED60C31> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff8db11000 -     0x7fff8df5ffef  com.apple.VideoToolbox (1.0 - 1273.54) <4699BB55-7387-3981-9217-869215F00CA9> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8df60000 -     0x7fff8df62ff7  com.apple.securityhi (9.0 - 55005) <18C42525-688C-3D47-B9C9-1E0F8F58FA64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8df63000 -     0x7fff8dfdafff  com.apple.CoreServices.OSServices (600.4 - 600.4) <C63562F5-6DF5-3EE9-8897-FF61A44C8251> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8dfdb000 -     0x7fff8dff6ff7  libPng.dylib (1043) <23D2DAB7-C9A9-392F-989A-871E89E7751D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8dff7000 -     0x7fff8e023fff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8e024000 -     0x7fff8e0edfff  com.apple.LaunchServices (572.26 - 572.26) <EF8A4A15-0861-35C5-9744-5E1BC5C26DD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8e0ee000 -     0x7fff8e0eefff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8e0ef000 -     0x7fff8e10bfff  com.apple.frameworks.preferencepanes (16.0 - 16.0) <059E99D8-67C2-3B59-B5E7-850DD7A92D75> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff8e10c000 -     0x7fff8e12afff  com.apple.facetimeservices (10.0 - 1000) <DED6A966-DF0E-3E58-BD34-D85ED82A99D7> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
        0x7fff8e12b000 -     0x7fff8e13cff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
        0x7fff8e13d000 -     0x7fff8e273ffc  com.apple.WebKit (9537 - 9537.75.14) <81BB019D-78E2-3CD9-B148-5F5EA5357D2B> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff8e29d000 -     0x7fff8e2f8ffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8e2f9000 -     0x7fff8e35effb  com.apple.Heimdal (4.0 - 2.0) <F34D6627-9F80-3823-8B57-DB629307DF87> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8e4c6000 -     0x7fff8e533fff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8e534000 -     0x7fff8e548fff  com.apple.aps.framework (4.0 - 4.0) <2D42DCDD-055E-3EE1-97F8-FC447B495D3E> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff8e576000 -     0x7fff8e591ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
        0x7fff8e592000 -     0x7fff8e5bbfff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8e5bc000 -     0x7fff8e5fbfff  libGLU.dylib (9.6.1) <AE032555-3E2F-3DBF-A26D-EA4576061605> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8ea7c000 -     0x7fff8ea80ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
        0x7fff8ea81000 -     0x7fff8ea8eff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
        0x7fff8f419000 -     0x7fff8f6aaff7  com.apple.AOSKit (1.06 - 176) <35525B2F-B02F-31FD-A3B2-FD6AE6D32C11> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff8f6ab000 -     0x7fff8f6daff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff8fab7000 -     0x7fff8ffdafff  com.apple.QuartzComposer (5.1 - 319) <8B90921F-911B-3240-A1D5-3C084F3E6A36> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff8ffdb000 -     0x7fff8ffdbfff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8ffdc000 -     0x7fff90b52ff7  com.apple.AppKit (6.9 - 1265.20) <D2A7AF23-0FEA-3D7D-9CF5-B4E262224577> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff90b53000 -     0x7fff90b69fff  com.apple.CoreMediaAuthoring (2.2 - 947) <F1886A05-1C29-3F88-88C0-4A1013530AD1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff90b6a000 -     0x7fff90c2cff5  com.apple.CoreText (367.20 - 367.20) <B80D086D-93A9-3C35-860E-9C3FDD027F3B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff90c40000 -     0x7fff90c58ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff90de7000 -     0x7fff90e38ff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff90e39000 -     0x7fff90e55fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
        0x7fff90e56000 -     0x7fff90e59fff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff90e5a000 -     0x7fff90e82ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
        0x7fff90e8a000 -     0x7fff90ec2ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff90ec3000 -     0x7fff9129afef  com.apple.CoreAUC (6.25.00 - 6.25.00) <2D7DC96C-BA83-3220-A03F-C790D50A23D8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff9129d000 -     0x7fff912a6ffd  com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff912dd000 -     0x7fff91654ff6  com.apple.JavaScriptCore (9537 - 9537.75.12) <C3A7612F-34CC-3547-B01C-522D255B69ED> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff91655000 -     0x7fff91656ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
        0x7fff91657000 -     0x7fff91680ff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
        0x7fff91681000 -     0x7fff91711ff7  com.apple.Metadata (10.7.0 - 800.28) <E85AEB1B-CB17-38BC-B5C6-AAB50B47AF05> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff91768000 -     0x7fff91784ff7  libsystem_kernel.dylib (2422.100.13) <498AEBD7-4194-3CF2-AA16-D5D03FFBD8C0> /usr/lib/system/libsystem_kernel.dylib
        0x7fff9179d000 -     0x7fff917a8fff  libkxld.dylib (2422.100.13) <67D079F8-6C48-3F42-9FBE-26F1ADA03DC4> /usr/lib/system/libkxld.dylib
        0x7fff91a6e000 -     0x7fff91a71fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff91a89000 -     0x7fff91bf7ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff91bf8000 -     0x7fff91bfbfff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff91c4b000 -     0x7fff91c92fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff91cd9000 -     0x7fff91cddff7  libheimdal-asn1.dylib (323.92.1) <CAE21FFF-5763-399C-B7C5-EEBFFEEF2242> /usr/lib/libheimdal-asn1.dylib
        0x7fff91cde000 -     0x7fff91ce7ff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
        0x7fff91ce8000 -     0x7fff91d36fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
        0x7fff91d39000 -     0x7fff91dd6fff  com.apple.imcore (10.0 - 1000) <DF924E35-74AB-389C-9279-1828518218F8> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
        0x7fff91dd7000 -     0x7fff926f6f43  com.apple.CoreGraphics (1.600.0 - 599.23.13) <3A1952C7-1D67-3DEC-A5AB-5399FF4F2A92> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff92918000 -     0x7fff929a1ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
        0x7fff929a2000 -     0x7fff929a2fff  com.apple.Carbon (154 - 157) <4E260C09-78F4-305B-B408-13321CAF6213> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff929a3000 -     0x7fff92a12ff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff92a13000 -     0x7fff92a54fff  com.apple.PerformanceAnalysis (1.47 - 47) <7B73DFF4-75DB-3403-80D2-0F3FE48764C3> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff92a55000 -     0x7fff92a83ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff92c43000 -     0x7fff92ca6ffb  com.apple.SystemConfiguration (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff92cbd000 -     0x7fff92decfef  com.apple.MediaControlSender (2.0 - 200.34.4) <FC24EC8D-2E46-3F76-AF63-749F30857B96> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff92ded000 -     0x7fff92e6efff  com.apple.CoreSymbolication (3.0.1 - 141.0.5) <20E484C4-9F0E-3DF6-BB27-D509859FF57A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff92e6f000 -     0x7fff92ecefff  com.apple.framework.CoreWLAN (4.3.3 - 433.48) <7F86A7C3-7B7D-3CD7-9758-CA74FB4DE2CC> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff92ee7000 -     0x7fff92f2cff6  com.apple.HIServices (1.23 - 468) <5970AF5C-F5BD-3B6A-97C9-95B2CA98D71D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff92f2d000 -     0x7fff93263fff  com.apple.MediaToolbox (1.0 - 1273.54) <E11683F7-BB60-37EB-98B6-BD519D93CB30> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff93264000 -     0x7fff933ffff8  com.apple.CFNetwork (673.3 - 673.3) <4375B7CB-34B6-3A26-99AC-2D2404AD9C9B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff93400000 -     0x7fff9342aff7  libsandbox.1.dylib (278.11) <BD3D8652-8871-36DB-A27D-3BE4F18428B4> /usr/lib/libsandbox.1.dylib
        0x7fff9342b000 -     0x7fff9380cffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff9380d000 -     0x7fff9381dffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
        0x7fff9381e000 -     0x7fff938a7fff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff938a8000 -     0x7fff938aafff  com.apple.marco (10.0 - 1000) <FC7EF8C7-5EDF-3720-BAEC-281F12A7A3F8> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
        0x7fff9393c000 -     0x7fff93940ff7  libsystem_stats.dylib (93.90.3) <4E51D5B0-92A0-3D0D-B90E-495A1ED3E391> /usr/lib/system/libsystem_stats.dylib
        0x7fff93941000 -     0x7fff939c9ff7  com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff939ca000 -     0x7fff93a65ff7  com.apple.PDFKit (2.9.2 - 2.9.2) <0CDC6467-9227-3D98-B4D4-660796AE9F6B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff93a66000 -     0x7fff93a6afff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff93a6b000 -     0x7fff93a6bfff  com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff93a93000 -     0x7fff93af3fff  com.apple.ISSupport (1.9.9 - 57) <E1E343D7-222C-3458-9D1F-FC600B7F1C50> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff93af4000 -     0x7fff93b71fff  com.apple.iLifeMediaBrowser (2.8.2 - 637.6) <AD60F515-8E4C-3F11-A767-0724A74AE217> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
        0x7fff93b72000 -     0x7fff93c5cfff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
        0x7fff93c5d000 -     0x7fff93c63ff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
        0x7fff93c64000 -     0x7fff93c64ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff93c65000 -     0x7fff93cc9fff  com.apple.datadetectorscore (5.0 - 354.4) <37093186-6019-3071-8D67-F3EF429F8F08> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff93cca000 -     0x7fff93ccbffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
        0x7fff93d54000 -     0x7fff93da7fff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff93e5e000 -     0x7fff93ecafff  com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff93ecb000 -     0x7fff93ed5fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff93ed6000 -     0x7fff93ed7ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff94239000 -     0x7fff9423bff3  libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
        0x7fff9423c000 -     0x7fff94289fff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <608D91BD-9D88-3FAB-9A06-24C1DAEA092D> /System/Library/PrivateFrame

  • Dump error in smartforms , please help me urgent

    Hi,
          i have created a smartform with two pages in it , i was not able to create the window in the second page it was showing me a dump error but i manage to  copy the main window of first page in to second page it was working fine but if i delete anything in it , it was reflecting in first page , then i managed to reduce the size of the main window and add a secondayry window , as the content of the second page must flow to pages . i need to create a main window , it is aagin throwing a dump error , plsease help me in sloving in this , thanks
    srihar

    Hi,
    create folder in main area in main wondow and keep all the rows of table  in folder.
    the go to output options of folder and tick check box Page protection.
    Now u can reduce the size of main window in second page .it will not get any short dump.
    regards,
    Sunil.K

  • Logical data type -please help

    Hello there
    I want to use same jdbc code for different databases like MS Access, SQL server, Oracle, DB2 etc. But in case of logical data type fields (trye/false) in table I am facing problem in compatibilty. because it is being defined differently in sme databases.
    Is there anybody who can help me solving the problem?
    thanks in advance.
    mortoza

    You can use a char(1) column(as jschell said) or int(1) and use 1 and 0 for true/false or you could have VARCHAR(30) with "the value is true..". It doesn't really matter, but you have to check for this value to set your boolean value in your program:
    boolean bool;
    if ( resultset.getString(column_number).equals("T")
    // or if ( resultset.getInt(column_number) == 1)
    // or if ( resultset.getString(column_number).equals("the value is true..")
    bool = true;
    else
    bool = false;

  • Random crashing Logic Pro X, please help!

    Hi guys,
    I've been using Logic Pro X for several months now, and it's been pretty stable.
    In the past few days, however, it's crashing all the time.
    I've tried deleting the Logic Pro pref file and Logic Pro X control surface pref file, but still crashing.
    Would appreciate your thoughts.
    Here's one of the reports:
    Process:         Logic Pro X [3680]
    Path:            /Applications/Logic Pro X.app/Contents/MacOS/Logic Pro X
    Identifier:      com.apple.logic10
    Version:         10.0.7 (3166.30)
    Build Info:      MALogic-3166030000000000~1
    App Item ID:     634148309
    App External ID: 337342644
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [175]
    Responsible:     Logic Pro X [3680]
    User ID:         501
    Date/Time:       2014-08-10 18:06:36.137 +0100
    OS Version:      Mac OS X 10.9.4 (13E28)
    Report Version:  11
    Anonymous UUID:  7FC9DD56-2001-F9AA-4556-654A4197B4D5
    Sleep/Wake UUID: 4FA9C8AD-D16A-4F48-8C01-9525D3FB438A
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    abort() called
    *** error for object 0x7f9350e58c08: incorrect checksum for freed object - object was probably modified after being freed.
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff93bd4866 __pthread_kill + 10
    1   libsystem_pthread.dylib       0x00007fff9393635c pthread_kill + 92
    2   libsystem_c.dylib             0x00007fff8a386b1a abort + 125
    3   libsystem_malloc.dylib         0x00007fff8bf96690 szone_error + 587
    4   libsystem_malloc.dylib         0x00007fff8bf9c6f4 small_malloc_from_free_list + 1162
    5   libsystem_malloc.dylib         0x00007fff8bf9b7b2 szone_malloc_should_clear + 1327
    6   libsystem_malloc.dylib         0x00007fff8bf9d868 malloc_zone_malloc + 71
    7   libsystem_malloc.dylib         0x00007fff8bf9e27c malloc + 42
    8   libRIP.A.dylib                 0x00007fff906d94d8 ripl_CreateMask + 461
    9   libRIP.A.dylib                 0x00007fff906d6400 RIPLayerBltShade + 116
    10  libRIP.A.dylib                 0x00007fff906d5620 ripc_DrawShading + 12322
    11  com.apple.CoreGraphics         0x00007fff8b5ae713 CGContextDrawShading + 51
    12  com.apple.CoreGraphics         0x00007fff8b5ae284 CGContextDrawLinearGradient + 201
    13  com.apple.logic10             0x0000000101c580f3 0x10161d000 + 6533363
    14  com.apple.logic10             0x0000000101c5c689 0x10161d000 + 6551177
    15  com.apple.logic10             0x00000001019b5bdc 0x10161d000 + 3771356
    16  com.apple.logic10             0x00000001019b6b74 0x10161d000 + 3775348
    17  com.apple.logic10             0x00000001019b62a5 0x10161d000 + 3773093
    18  com.apple.logic10             0x00000001019fa7ea 0x10161d000 + 4052970
    19  com.apple.logic10             0x00000001018ae9d2 0x10161d000 + 2693586
    20  com.apple.logic10             0x0000000101a8db07 0x10161d000 + 4655879
    21  com.apple.logic10             0x00000001018aeaba 0x10161d000 + 2693818
    22  com.apple.logic10             0x0000000101899c3c 0x10161d000 + 2608188
    23  com.apple.logic10             0x0000000101a8b705 0x10161d000 + 4646661
    24  com.apple.logic10             0x0000000101a8b13c 0x10161d000 + 4645180
    25  com.apple.logic10             0x0000000101a8fc7d 0x10161d000 + 4664445
    26  com.apple.logic10             0x0000000101f4b414 0x10161d000 + 9626644
    27  com.apple.AppKit               0x00007fff93d740b1 -[NSView _drawRect:clip:] + 3846
    28  com.apple.AppKit               0x00007fff93d7103c -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 3199
    29  com.apple.AppKit               0x00007fff93d71bc4 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 6151
    30  com.apple.AppKit               0x00007fff93d71bc4 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 6151
    31  com.apple.AppKit               0x00007fff93d71bc4 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 6151
    32  com.apple.AppKit               0x00007fff93d71bc4 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 6151
    33  com.apple.AppKit               0x00007fff93d71bc4 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 6151
    34  com.apple.AppKit               0x00007fff93d71bc4 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 6151
    35  com.apple.AppKit               0x00007fff93d71bc4 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 6151
    36  com.apple.AppKit               0x00007fff93d71bc4 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 6151
    37  com.apple.AppKit               0x00007fff93d71bc4 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 6151
    38  com.apple.AppKit               0x00007fff93d71bc4 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 6151
    39  com.apple.AppKit               0x00007fff93d71bc4 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 6151
    40  com.apple.AppKit               0x00007fff93d6feb1 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 314
    41  com.apple.AppKit               0x00007fff93d6ce9f -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2828
    42  com.apple.AppKit               0x00007fff93d4c2da -[NSView displayIfNeeded] + 1680
    43  com.apple.AppKit               0x00007fff93db174e _handleWindowNeedsDisplayOrLayoutOrUpdateConstraints + 884
    44  com.apple.AppKit               0x00007fff94387061 __83-[NSWindow _postWindowNeedsDisplayOrLayoutOrUpdateConstraintsUnlessPostingDisabled]_block_ invoke1331 + 46
    45  com.apple.CoreFoundation       0x00007fff8c4d7d67 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
    46  com.apple.CoreFoundation       0x00007fff8c4d7cd7 __CFRunLoopDoObservers + 391
    47  com.apple.CoreFoundation       0x00007fff8c4c93b8 __CFRunLoopRun + 776
    48  com.apple.CoreFoundation       0x00007fff8c4c8e75 CFRunLoopRunSpecific + 309
    49  com.apple.HIToolbox           0x00007fff94d6aa0d RunCurrentEventLoopInMode + 226
    50  com.apple.HIToolbox           0x00007fff94d6a7b7 ReceiveNextEventCommon + 479
    51  com.apple.HIToolbox           0x00007fff94d6a5bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    52  com.apple.AppKit               0x00007fff93c1524e _DPSNextEvent + 1434
    53  com.apple.AppKit               0x00007fff93c1489b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    54  com.apple.AppKit               0x00007fff93c0899c -[NSApplication run] + 553
    55  com.apple.AppKit               0x00007fff93bf3783 NSApplicationMain + 940
    56  com.apple.logic10             0x0000000101ae77d5 0x10161d000 + 5023701
    57  libdyld.dylib                 0x00007fff9346b5fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff93bd5662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff8c258421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff8c258136 _dispatch_mgr_thread + 52
    Thread 2:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff93bd0a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff93bcfd18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8c4c9f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8c4c9539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8c4c8e75 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff880ef967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation           0x00007fff880ef76b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib       0x00007fff93935899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff9393572a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff93939fc9 thread_start + 13
    Thread 3:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff93bd49aa __select + 10
    1   com.apple.CoreFoundation       0x00007fff8c515a03 __CFSocketManager + 867
    2   libsystem_pthread.dylib       0x00007fff93935899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff9393572a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff93939fc9 thread_start + 13
    Thread 4:: MIDIClientNotificationThread
    0   libsystem_kernel.dylib         0x00007fff93bd0a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff93bcfd18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8c4c9f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8c4c9539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8c4c8e75 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff880f1adc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    6   com.apple.Foundation           0x00007fff8813a10b -[NSRunLoop(NSRunLoop) runUntilDate:] + 78
    7   com.apple.logic10             0x000000010181c5a9 0x10161d000 + 2094505
    8   libsystem_pthread.dylib       0x00007fff93935899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff9393572a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff93939fc9 thread_start + 13
    Thread 5:: SeqTimer
    0   libsystem_kernel.dylib         0x00007fff93bd4716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff93937c77 _pthread_cond_wait + 787
    2   com.apple.CoreServices.CarbonCore 0x00007fff8cb789e7 TSWaitOnConditionTimedRelative + 148
    3   com.apple.CoreServices.CarbonCore 0x00007fff8cb78609 TSWaitOnSemaphoreCommon + 424
    4   com.apple.CoreServices.CarbonCore 0x00007fff8cb5abc1 TimerThread + 87
    5   libsystem_pthread.dylib       0x00007fff93935899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff9393572a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff93939fc9 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib         0x00007fff93bd0a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff93bcfd18 mach_msg + 64
    2   com.apple.audio.midi.CoreMIDI 0x00000001033bb5a7 XServerMachPort::ReceiveMessage(int&, void*, int&) + 125
    3   com.apple.audio.midi.CoreMIDI 0x00000001033d61c1 MIDIProcess::RunMIDIInThread() + 121
    4   com.apple.audio.midi.CoreMIDI 0x00000001033bc63c XThread::RunHelper(void*) + 10
    5   com.apple.audio.midi.CoreMIDI 0x00000001033bc2a1 CAPThread::Entry(CAPThread*) + 109
    6   libsystem_pthread.dylib       0x00007fff93935899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff9393572a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff93939fc9 thread_start + 13
    Thread 7:: ExtendedAudioFileScheduler::WorkerThreadProc
    0   libsystem_kernel.dylib         0x00007fff93bd4716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff93937c3b _pthread_cond_wait + 727
    2   com.apple.music.apps.MAFiles   0x00000001050b2f6b ExtendedAudioFileScheduler::WorkerThreadProc() + 123
    3   com.apple.music.apps.MAFiles   0x00000001050b2c09 ExtendedAudioFileScheduler::WorkerThreadProc(void*) + 9
    4   libsystem_pthread.dylib       0x00007fff93935899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9393572a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff93939fc9 thread_start + 13
    Thread 8:: ExtendedAudioFileScheduler::WorkerThreadProc
    0   libsystem_kernel.dylib         0x00007fff93bd4716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff93937c3b _pthread_cond_wait + 727
    2   com.apple.music.apps.MAFiles   0x00000001050b2f6b ExtendedAudioFileScheduler::WorkerThreadProc() + 123
    3   com.apple.music.apps.MAFiles   0x00000001050b2c09 ExtendedAudioFileScheduler::WorkerThreadProc(void*) + 9
    4   libsystem_pthread.dylib       0x00007fff93935899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9393572a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff93939fc9 thread_start + 13
    Thread 9:: com.apple.audio.IOThread.client
    0   libsystem_kernel.dylib         0x00007fff93bd0a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff93bcfd18 mach_msg + 64
    2   com.apple.audio.CoreAudio     0x00007fff8c832828 HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98
    3   com.apple.audio.CoreAudio     0x00007fff8c8327b6 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
    4   com.apple.audio.CoreAudio     0x00007fff8c830f3e HALC_ProxyIOContext::IOWorkLoop() + 950
    5   com.apple.audio.CoreAudio     0x00007fff8c830add HALC_ProxyIOContext::IOThreadEntry(void*) + 97
    6   com.apple.audio.CoreAudio     0x00007fff8c83099d HALB_IOThread::Entry(void*) + 75
    7   libsystem_pthread.dylib       0x00007fff93935899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff9393572a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff93939fc9 thread_start + 13
    Thread 10:: com.apple.audio.IOThread.client
    0   libsystem_kernel.dylib         0x00007fff93bd0a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff93bcfd18 mach_msg + 64
    2   com.apple.audio.CoreAudio     0x00007fff8c832828 HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98
    3   com.apple.audio.CoreAudio     0x00007fff8c8327b6 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
    4   com.apple.audio.CoreAudio     0x00007fff8c830f3e HALC_ProxyIOContext::IOWorkLoop() + 950
    5   com.apple.audio.CoreAudio     0x00007fff8c830add HALC_ProxyIOContext::IOThreadEntry(void*) + 97
    6   com.apple.audio.CoreAudio     0x00007fff8c83099d HALB_IOThread::Entry(void*) + 75
    7   libsystem_pthread.dylib       0x00007fff93935899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff9393572a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff93939fc9 thread_start + 13
    Thread 11:: ProcessThread1/1024
    0   libsystem_kernel.dylib         0x00007fff93bd0a56 semaphore_wait_trap + 10
    1   com.apple.music.apps.MAAudioEngine 0x00000001051a71e1 MD::CallProcessThread1(void*) + 449
    2   libsystem_pthread.dylib       0x00007fff93935899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff9393572a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff93939fc9 thread_start + 13
    Thread 12:: ProcessThread2/1024
    0   libsystem_kernel.dylib         0x00007fff93bd0a56 semaphore_wait_trap + 10
    1   com.apple.music.apps.MAAudioEngine 0x00000001051a7417 MD::CallProcessThread2(void*) + 455
    2   libsystem_pthread.dylib       0x00007fff93935899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff9393572a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff93939fc9 thread_start + 13
    Thread 13:: ProcessThread23/1024
    0   libsystem_kernel.dylib         0x00007fff93bd0a56 semaphore_wait_trap + 10
    1   com.apple.music.apps.MAAudioEngine 0x00000001051a9f67 MD::CallProcessThread23(void*) + 455
    2   libsystem_pthread.dylib       0x00007fff93935899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff9393572a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff93939fc9 thread_start + 13
    Thread 14:: FileIOThread
    0   libsystem_kernel.dylib         0x00007fff93bd0a56 semaphore_wait_trap + 10
    1   com.apple.music.apps.MAAudioEngine 0x00000001051c51ec 0x105195000 + 197100
    2   libsystem_pthread.dylib       0x00007fff93935899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff9393572a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff93939fc9 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib         0x00007fff93bd49aa __select + 10
    1   com.apple.logic10             0x0000000101ec828e 0x10161d000 + 9089678
    2   com.apple.logic10             0x0000000101ac80cd 0x10161d000 + 4894925
    3   libsystem_pthread.dylib       0x00007fff93935899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff9393572a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff93939fc9 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib         0x00007fff93bd0a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff93bcfd18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8c4c9f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8c4c9539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8c4c8e75 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit               0x00007fff93db505e _NSEventThread + 144
    6   libsystem_pthread.dylib       0x00007fff93935899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff9393572a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff93939fc9 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib         0x00007fff93bd4716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff93937c77 _pthread_cond_wait + 787
    2   com.apple.CoreServices.CarbonCore 0x00007fff8cb789e7 TSWaitOnConditionTimedRelative + 148
    3   com.apple.CoreServices.CarbonCore 0x00007fff8cb487d7 MPWaitForEvent + 187
    4   com.xlnaudio.addictivedrumsvstau 0x000000011b3dca9d NuXThreads::Event::timedWait(int) + 29
    5   com.xlnaudio.addictivedrumsvstau 0x000000011b4a260a scAESampleManager::run() + 1194
    6   com.xlnaudio.addictivedrumsvstau 0x000000011b3dcdb3 NuXThreads::Thread::Impl::carbonTaskEntryPoint(void*) + 35
    7   com.apple.CoreServices.CarbonCore 0x00007fff8cb496c3 PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib       0x00007fff93935899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff9393572a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff93939fc9 thread_start + 13
    Thread 18:: Midi Controller Notifications
    0   libsystem_kernel.dylib         0x00007fff93bd4a3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff8a3a5dc0 nanosleep + 200
    2   ch.toguaudioline.talunolxv2   0x0000000137ef5b0e juce::Thread::sleep(int) + 66
    3   ch.toguaudioline.talunolxv2   0x000000013807e276 AutomationNotifier::run() + 48
    4   ch.toguaudioline.talunolxv2   0x0000000137efbcad juce::Thread::threadEntryPoint() + 119
    5   ch.toguaudioline.talunolxv2   0x0000000137ef3e9f threadEntryProc + 58
    6   libsystem_pthread.dylib       0x00007fff93935899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff9393572a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff93939fc9 thread_start + 13
    Thread 19:: Midi Controller Notifications
    0   libsystem_kernel.dylib         0x00007fff93bd4a3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff8a3a5dc0 nanosleep + 200
    2   ch.toguaudioline.talunolxv2   0x0000000137ef5b0e juce::Thread::sleep(int) + 66
    3   ch.toguaudioline.talunolxv2   0x000000013807e276 AutomationNotifier::run() + 48
    4   ch.toguaudioline.talunolxv2   0x0000000137efbcad juce::Thread::threadEntryPoint() + 119
    5   ch.toguaudioline.talunolxv2   0x0000000137ef3e9f threadEntryProc + 58
    6   libsystem_pthread.dylib       0x00007fff93935899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff9393572a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff93939fc9 thread_start + 13
    Thread 20:: Midi Controller Notifications
    0   libsystem_kernel.dylib         0x00007fff93bd4a3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff8a3a5dc0 nanosleep + 200
    2   ch.toguaudioline.talunolxv2   0x0000000137ef5b0e juce::Thread::sleep(int) + 66
    3   ch.toguaudioline.talunolxv2   0x000000013807e276 AutomationNotifier::run() + 48
    4   ch.toguaudioline.talunolxv2   0x0000000137efbcad juce::Thread::threadEntryPoint() + 119
    5   ch.toguaudioline.talunolxv2   0x0000000137ef3e9f threadEntryProc + 58
    6   libsystem_pthread.dylib       0x00007fff93935899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff9393572a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff93939fc9 thread_start + 13
    Thread 21:: Midi Controller Notifications
    0   libsystem_kernel.dylib         0x00007fff93bd4a3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff8a3a5dc0 nanosleep + 200
    2   ch.toguaudioline.talunolxv2   0x0000000137ef5b0e juce::Thread::sleep(int) + 66
    3   ch.toguaudioline.talunolxv2   0x000000013807e276 AutomationNotifier::run() + 48
    4   ch.toguaudioline.talunolxv2   0x0000000137efbcad juce::Thread::threadEntryPoint() + 119
    5   ch.toguaudioline.talunolxv2   0x0000000137ef3e9f threadEntryProc + 58
    6   libsystem_pthread.dylib       0x00007fff93935899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff9393572a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff93939fc9 thread_start + 13
    Thread 22:: Midi Controller Notifications
    0   libsystem_kernel.dylib         0x00007fff93bd4a3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff8a3a5dc0 nanosleep + 200
    2   ch.toguaudioline.talunolxv2   0x0000000137ef5b0e juce::Thread::sleep(int) + 66
    3   ch.toguaudioline.talunolxv2   0x000000013807e276 AutomationNotifier::run() + 48
    4   ch.toguaudioline.talunolxv2   0x0000000137efbcad juce::Thread::threadEntryPoint() + 119
    5   ch.toguaudioline.talunolxv2   0x0000000137ef3e9f threadEntryProc + 58
    6   libsystem_pthread.dylib       0x00007fff93935899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff9393572a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff93939fc9 thread_start + 13
    Thread 23:: Midi Controller Notifications
    0   libsystem_kernel.dylib         0x00007fff93bd4a3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff8a3a5dc0 nanosleep + 200
    2   ch.toguaudioline.talunolxv2   0x0000000137ef5b0e juce::Thread::sleep(int) + 66
    3   ch.toguaudioline.talunolxv2   0x000000013807e276 AutomationNotifier::run() + 48
    4   ch.toguaudioline.talunolxv2   0x0000000137efbcad juce::Thread::threadEntryPoint() + 119
    5   ch.toguaudioline.talunolxv2   0x0000000137ef3e9f threadEntryProc + 58
    6   libsystem_pthread.dylib       0x00007fff93935899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff9393572a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff93939fc9 thread_start + 13
    Thread 24:: Midi Controller Notifications
    0   libsystem_kernel.dylib         0x00007fff93bd4a3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff8a3a5dc0 nanosleep + 200
    2   ch.toguaudioline.talunolxv2   0x0000000137ef5b0e juce::Thread::sleep(int) + 66
    3   ch.toguaudioline.talunolxv2   0x000000013807e276 AutomationNotifier::run() + 48
    4   ch.toguaudioline.talunolxv2   0x0000000137efbcad juce::Thread::threadEntryPoint() + 119
    5   ch.toguaudioline.talunolxv2   0x0000000137ef3e9f threadEntryProc + 58
    6   libsystem_pthread.dylib       0x00007fff93935899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff9393572a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff93939fc9 thread_start + 13
    Thread 25:
    0   libsystem_kernel.dylib         0x00007fff93bd0a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff93bcfd18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8c4c9f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8c4c9539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8c4c8e75 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation       0x00007fff8c57e811 CFRunLoopRun + 97
    6   com.apple.DiscRecording       0x00007fff947d015e DRWorkLoop::WorkLoop() + 228
    7   com.apple.DiscRecording       0x00007fff947d0067 DRWorkLoop::WorkLoopEntry(DRWorkLoop*) + 9
    8   com.apple.DiscRecording       0x00007fff947cfd77 DRThreadObject::StartRoutine(DRThreadObject*) + 125
    9   com.apple.DiscRecording       0x00007fff947cfc11 DRThreadObject::SymbolRoutine(DRThreadObject*) + 9
    10  libsystem_pthread.dylib       0x00007fff93935899 _pthread_body + 138
    11  libsystem_pthread.dylib       0x00007fff9393572a _pthread_start + 137
    12  libsystem_pthread.dylib       0x00007fff93939fc9 thread_start + 13
    Thread 26:: CVDisplayLink
    0   libsystem_kernel.dylib         0x00007fff93bd4716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff93937c77 _pthread_cond_wait + 787
    2   com.apple.CoreVideo           0x00007fff94aa0464 CVDisplayLink::waitUntil(unsigned long long) + 244
    3   com.apple.CoreVideo           0x00007fff94a9f998 CVDisplayLink::runIOThread() + 496
    4   com.apple.CoreVideo           0x00007fff94a9f78f startIOThread(void*) + 147
    5   libsystem_pthread.dylib       0x00007fff93935899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff9393572a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff93939fc9 thread_start + 13
    Thread 27:
    0   libsystem_kernel.dylib         0x00007fff93bd4e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff93936f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff93939fb9 start_wqthread + 13
    Thread 28:
    0   libsystem_kernel.dylib         0x00007fff93bd4e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff93936f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff93939fb9 start_wqthread + 13
    Thread 29:
    0   libsystem_kernel.dylib         0x00007fff93bd4e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff93936f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff93939fb9 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff7a042310  rcx: 0x00007fff5e5d9c28  rdx: 0x0000000000000000
      rdi: 0x0000000000000707  rsi: 0x0000000000000006  rbp: 0x00007fff5e5d9c50  rsp: 0x00007fff5e5d9c28
       r8: 0x0000000000000010   r9: 0x00000000fffffff0  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x0000000102c85000  r13: 0x0000000116c9f000  r14: 0x0000000000000006  r15: 0x0000000000000000
      rip: 0x00007fff93bd4866  rfl: 0x0000000000000206  cr2: 0x0000000116ca1000
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x10161d000 -        0x1026dffff  com.apple.logic10 (10.0.7 - 3166.30) <EACB25FC-F304-3406-B183-8EDBC1058414> /Applications/Logic Pro X.app/Contents/MacOS/Logic Pro X
           0x102c8a000 -        0x102c8cfff  com.apple.music.apps.MAResourcesPlugInsShared (10.0.7 - 3166.30) <292AFF2D-D411-3D83-8BD7-CBD53B706801> /Applications/Logic Pro X.app/Contents/Frameworks/MAResourcesPlugInsShared.framework/Versions/A/MAResou rcesPlugInsShared
           0x102c97000 -        0x103081fff  com.apple.music.apps.MALogicLegacySong (10.0.7 - 3166.30) <B0DC78BA-CDC6-3234-8F7E-C78D6B991793> /Applications/Logic Pro X.app/Contents/Frameworks/MALogicLegacySong.framework/Versions/A/MALogicLegacyS ong
           0x103189000 -        0x1031c0ff7  com.apple.music.apps.MAAudioUnitSupport (10.0.7 - 3166.30) <C58A1EDC-3127-3B6C-8EE6-3DF45FDDBF91> /Applications/Logic Pro X.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnitSu pport
           0x1031e4000 -        0x103208ff7  com.apple.music.apps.MALoopManagement (10.0.7 - 3166.30) <D0C9E524-DD88-3EA4-A468-A30AC1414597> /Applications/Logic Pro X.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagemen t
           0x10321d000 -        0x10333aff7  com.apple.music.apps.MACore (10.0.7 - 3166.30) <D324E87E-7306-3788-913D-9FF09148645B> /Applications/Logic Pro X.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
           0x1033ae000 -        0x1033e9ff2  com.apple.audio.midi.CoreMIDI (1.10 - 88) <1EA92CDE-75AB-354C-99E5-BB5763AF988C> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
           0x103411000 -        0x103496fff  com.apple.music.apps.MAHarmony (10.0.7 - 3166.30) <193CD540-FD12-31FD-910F-63F397C4824E> /Applications/Logic Pro X.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
           0x1034bf000 -        0x103accff7  com.apple.music.apps.MAPlugInGUI (10.0.7 - 3166.30) <F07802EB-5450-3A7E-90E0-85EB03A56BF0> /Applications/Logic Pro X.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
           0x103dec000 -        0x103eb7ff7  com.apple.music.apps.OMF (10.0.7 - 3166.5) <F7905833-9AE6-3B94-93D5-6A8D25288E13> /Applications/Logic Pro X.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
           0x103edf000 -        0x1046a3fff  com.apple.music.apps.MADSP (10.0.7 - 3166.30) <CF3E0F08-2B0C-3D24-8447-2B3B2D8D1E93> /Applications/Logic Pro X.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
           0x104f79000 -        0x104f9efff  com.apple.music.apps.LogicFileBrowser (10.0.7 - 3166.5) <1B3CCA4B-4123-391B-8BD4-150B304A5995> /Applications/Logic Pro X.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrowse r
           0x104fbb000 -        0x105009ff7  com.apple.music.apps.LogicLoopBrowser (10.0.7 - 3166.5) <D071B01A-9A93-37A3-83FB-D08260F6B07A> /Applications/Logic Pro X.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrowse r
           0x105021000 -        0x105025fff  com.apple.music.apps.MAResources (10.0.7 - 3166.30) <A01F10FF-202E-3027-A8CC-75F87DDB3B7E> /Applications/Logic Pro X.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
           0x10502a000 -        0x105051ff7  com.apple.audio.CoreAudioKit (1.6.6 - 1.6.6) <E6FEB146-1384-3FDE-A9B4-3BC48DCEDC27> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
           0x105072000 -        0x10507dfff  com.apple.music.apps.MAUnitTest (10.0.7 - 3166.30) <3A9C39F6-051C-388C-834D-D5ADE9B77422> /Applications/Logic Pro X.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
           0x10508d000 -        0x10514efff  com.apple.music.apps.MAFiles (10.0.7 - 3166.30) <9D27B251-D63B-38E8-92E1-EBE8F28A00FA> /Applications/Logic Pro X.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
           0x105195000 -        0x10527dfff  com.apple.music.apps.MAAudioEngine (10.0.7 - 3166.30) <C45C071D-0972-346A-A39D-718E5590A747> /Applications/Logic Pro X.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
           0x10540e000 -        0x10541efff  com.apple.StoreKit (1.0 - 232.11) <DEE3FE6A-5498-3E20-8FF4-F41496C8260D> /System/Library/Frameworks/StoreKit.framework/Versions/A/StoreKit
           0x105431000 -        0x10545aff7  com.apple.music.apps.MAVideo (10.0.7 - 3166.30) <5D2815DB-75A9-3DE9-B078-FB58E73F7B5F> /Applications/Logic Pro X.app/Contents/Frameworks/MAVideo.framework/Versions/A/MAVideo
           0x105472000 -        0x1057b7fff  com.apple.LogicUIKit (10.0.7 - 3166.30) <DB9D7538-48B2-394D-8D64-26972C6CC9CC> /Applications/Logic Pro X.app/Contents/Frameworks/MAToolKitLg.framework/Versions/A/MAToolKitLg
           0x1058fc000 -        0x105c8bff7  com.apple.music.apps.Animal (10.0.7 - 3166.30) <793432C7-A124-3E28-836D-2EF090F49860> /Applications/Logic Pro X.app/Contents/Frameworks/Animal.framework/Versions/A/Animal
           0x105f7f000 -        0x105f9afff  com.apple.music.apps.MALoopBrowser (10.0.7 - 3166.5) <22265585-072A-36BB-8853-C99AB8C16134> /Applications/Logic Pro X.app/Contents/Frameworks/MALoopBrowser.framework/Versions/A/MALoopBrowser
           0x105faf000 -        0x10605cff7  com.apple.music.apps.MAWorkspace (10.0.7 - 3166.30) <B1FDFBCA-2908-3D0D-B86F-0D50FFC21C0E> /Applications/Logic Pro X.app/Contents/Frameworks/MAWorkspace.framework/Versions/A/MAWorkspace
           0x1060b8000 -        0x1060f1ff7  com.apple.LogicUIKitHighLevel (10.0.7 - 3166.30) <0278CFB2-62D6-3DDC-AB3E-F5073F06BA8A> /Applications/Logic Pro X.app/Contents/Frameworks/MAToolKitHighLevel.framework/Versions/A/MAToolKitHigh Level
           0x106112000 -        0x106114fff  com.apple.music.apps.MAResourcesLg (10.0.7 - 3166.30) <B558FA1B-83AD-3804-B6F1-F15F2B0AB48B> /Applications/Logic Pro X.app/Contents/Frameworks/MAResourcesLg.framework/Versions/A/MAResourcesLg
           0x10611d000 -        0x106121fff  com.apple.music.apps.MAContentDownloading (10.0.7 - 3166.5) <DB5FE492-886E-3BF9-8CBB-23F0F7EF2DEE> /Applications/Logic Pro X.app/Contents/Frameworks/MAContentDownloading.framework/Versions/A/MAContentDo wnloading
           0x106128000 -        0x106139fff +com.nxtbgthng.OAuth2Client (1.1.0 - 3166.5) <D359634B-1343-31AC-8AB1-FC0DC1895598> /Applications/Logic Pro X.app/Contents/Frameworks/OAuth2Client.framework/Versions/A/OAuth2Client
           0x106148000 -        0x10614dfff +com.yourcompany.SoundCloudAPI (2.0b6 - 3166.5) <3A2C9DD7-D5A4-3BCC-A468-0E243DD8600C> /Applications/Logic Pro X.app/Contents/Frameworks/SoundCloudAPI.framework/Versions/A/SoundCloudAPI
           0x10615c000 -        0x10615efff  com.apple.music.apps.MAResourcesGB (10.0.7 - 3166.30) <42536C9B-06EC-3986-BB65-84C271571D94> /Applications/Logic Pro X.app/Contents/Frameworks/MAResourcesGB.framework/Versions/A/MAResourcesGB
           0x106168000 -        0x1061a6fff  com.apple.MAGFFoundation (1.0 - 3166.5) <238F33F8-0C1B-31DA-88DC-2A0E0E1AD662> /Applications/Logic Pro X.app/Contents/Frameworks/MAGFFoundation.framework/Versions/A/MAGFFoundation
           0x108d7a000 -        0x108d84fff  com.apple.iokit.IOHIDLib (2.0.0 - 2.0.0) <8D8BA85A-B6AA-370E-8DF7-85275D47C964> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Co ntents/MacOS/IOHIDLib
           0x10a08f000 -        0x10a091fff  com.apple.music.apps.midi.device.plugin.GiO (10.0.7 - 3166.30) <EC76C591-26BB-3E45-B954-711A706EE6A4> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/GiO.bundle/Contents/MacOS/GiO
           0x10a0a9000 -        0x10a0adffd  com.apple.audio.AppleHDAHALPlugIn (2.6.3 - 2.6.3f4) <2EB88B27-FA19-3C0C-AA06-7FB8BC56694E> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x10abc2000 -        0x10ae56ff7  com.apple.RawCamera.bundle (5.06 - 751) <A8B1EEDB-FDCB-3EDC-9728-E3FAA644A499> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
           0x10aebb000 -        0x10aebdfff  com.apple.music.apps.anvil.resources (10.0.7 - 3166.30) <A5745AD8-6B47-3C17-814D-CDE2ECAD43A1> /Applications/Logic Pro X.app/Contents/PlugIns/anvil.res/Contents/MacOS/anvil
           0x10aec3000 -        0x10aec5fff  com.apple.music.apps.common.resources (10.0.7 - 3166.30) <57C265E4-1EC7-36E3-B292-6DAF93024F2E> /Applications/Logic Pro X.app/Contents/PlugIns/common.res/Contents/MacOS/common
           0x10aecb000 -        0x10aecdff7  com.apple.music.apps.ebp.resources (10.0.7 - 3166.30) <29424CC6-9455-30DB-A6AF-2F96BBE3D402> /Applications/Logic Pro X.app/Contents/PlugIns/ebp.res/Contents/MacOS/ebp
           0x10aed3000 -        0x10aed5ff7  com.apple.music.apps.efx.resources (10.0.7 - 3166.30) <75102E7C-8698-31D0-8361-B70C6792AFD6> /Applications/Logic Pro X.app/Contents/PlugIns/efx.res/Contents/MacOS/efx
           0x10aedb000 -        0x10aeddff7  com.apple.music.apps.egt.resources (10.0.7 - 3166.30) <89E448CE-E2BA-32DC-80E5-AF4B7350A7E8> /Applications/Logic Pro X.app/Contents/PlugIns/egt.res/Contents/MacOS/egt
           0x10b9f6000 -        0x10b9f8ff7  com.apple.music.apps.emx.resources (10.0.7 - 3166.30) <3B715B7D-E9AD-334F-8EC7-91A41FC8F4C8> /Applications/Logic Pro X.app/Contents/PlugIns/emx.res/Contents/MacOS/emx
           0x10b9fe000 -        0x10ba00ff7  com.apple.music.apps.es1.resources (10.0.7 - 3166.30) <D7460C43-0E7E-3939-B8E4-97D0DC6684C5> /Applications/Logic Pro X.app/Contents/PlugIns/es1.res/Contents/MacOS/es1
           0x10ba06000 -        0x10ba08ff7  com.apple.music.apps.es2.resources (10.0.7 - 3166.30) <ABEBD272-F759-3B17-9909-DC9EFCBBA1F9> /Applications/Logic Pro X.app/Contents/PlugIns/es2.res/Contents/MacOS/es2
           0x10ba0e000 -        0x10ba10ff7  com.apple.music.apps.esp.resources (10.0.7 - 3166.30) <FEDEAECC-5AC6-3C13-9DEA-9517EECC8AD5> /Applications/Logic Pro X.app/Contents/PlugIns/esp.res/Contents/MacOS/esp
           0x10ba16000 -        0x10ba18ff7  com.apple.music.apps.evb3.resources (10.0.7 - 3166.30) <9CC46B3F-FBB9-3CFF-AB52-5E5F1BC1B4A5> /Applications/Logic Pro X.app/Contents/PlugIns/evb3.res/Contents/MacOS/evb3
           0x10ba1e000 -        0x10ba20ff7  com.apple.music.apps.evd6.resources (10.0.7 - 3166.30) <700C31B6-5901-3E21-A597-AFD38EFE7DA0> /Applications/Logic Pro X.app/Contents/PlugIns/evd6.res/Contents/MacOS/evd6
           0x10ba26000 -        0x10ba28ff7  com.apple.music.apps.evoc.resources (10.0.7 - 3166.30) <7ECD5526-DD3E-3027-934C-9FC0FDEFD459> /Applications/Logic Pro X.app/Contents/PlugIns/evoc.res/Contents/MacOS/evoc
           0x10ba2e000 -        0x10ba30fff  com.apple.music.apps.evp88.resources (10.0.7 - 3166.30) <7602C2D1-0B7A-360B-9DB4-EEB4281D174B> /Applications/Logic Pro X.app/Contents/PlugIns/evp88.res/Contents/MacOS/evp88
           0x10ba36000 -        0x10ba38fff  com.apple.music.apps.exs24.resources (10.0.7 - 3166.30) <0106417C-4433-3093-B3BB-4FA20D2E63FD> /Applications/Logic Pro X.app/Contents/PlugIns/exs24.res/Contents/MacOS/exs24
           0x10ba3e000 -        0x10ba40fff  com.apple.music.apps.guitarcontrols.resources (10.0.7 - 3166.30) <D5F63782-1A3D-326A-B51B-6828D83D5EC0> /Applications/Logic Pro X.app/Contents/PlugIns/guitarcontrols.res/Contents/MacOS/guitarcontrols
           0x10ba46000 -        0x10ba48fff  com.apple.music.apps.mutapdel.resources (10.0.7 - 3166.30) <B2D78441-C848-3902-A82C-9CE75D38A140> /Applications/Logic Pro X.app/Contents/PlugIns/mutapdel.res/Contents/MacOS/mutapdel
           0x10ba4e000 -        0x10ba50ff7  com.apple.music.apps.pedalboard.resources (10.0.7 - 3166.30) <EAAA7DD0-7E7C-3F3F-BA27-187F65144ACD> /Applications/Logic Pro X.app/Contents/PlugIns/pedalboard.res/Contents/MacOS/pedalboard
           0x10ba56000 -        0x10ba58fff  com.apple.music.apps.revolver.resources (10.0.7 - 3166.30) <F5FE9C23-7684-3550-8BB0-6C99EEDAC867> /Applications/Logic Pro X.app/Contents/PlugIns/revolver.res/Contents/MacOS/revolver
           0x10ba5e000 -        0x10ba60fff  com.apple.music.apps.sphere.resources (10.0.7 - 3166.30) <DACDFEF5-E6B9-39B1-8D52-A053B66ECE03> /Applications/Logic Pro X.app/Contents/PlugIns/sphere.res/Contents/MacOS/sphere
           0x110311000 -        0x110314fff  libspindump.dylib (161.2) <E16E9BFB-8F34-366F-BE10-48993F5843BC> /usr/lib/libspindump.dylib
           0x111be7000 -        0x111be9fff  com.apple.music.apps.midi.device.plugin.FaderMaster-4-100 (10.0.7 - 3166.30) <37A226BE-9BDC-388E-9302-CCD7974986CC> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/FaderMaster 4-100.bundle/Contents/MacOS/FaderMaster 4-100
           0x1133d7000 -        0x1133daff7  com.apple.music.apps.midi.device.plugin.iControl (10.0.7 - 3166.30) <2F38CF2F-130C-3DFD-926E-F067879F2E76> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/iControl.bundle/Contents/MacOS/iControl
           0x1133e0000 -        0x1133e1ff7  com.apple.music.apps.midi.device.plugin.MCS3 (10.0.7 - 3166.30) <A0F5F009-0367-398C-A772-DAA64B9BAA52> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/MCS3.bundle/Contents/MacOS/MCS3
           0x11783e000 -        0x11783fff7  com.apple.music.apps.midi.device.plugin.Recording-Light (10.0.7 - 3166.30) <035A1C1D-370F-3200-9FCE-FACE5DC2DD44> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/Recording Light.bundle/Contents/MacOS/Recording Light
           0x117846000 -        0x11784affd  libFontRegistryUI.dylib (127) <57DE4E73-B65B-3712-9815-81018E72501A> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
           0x117c00000 -        0x117c05fff  com.apple.music.apps.midi.device.plugin.SI-24 (10.0.7 - 3166.30) <873FD090-F3E1-3A4D-A5ED-E7C92B2AFB8A> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/SI-24.bundle/Contents/MacOS/SI-24
           0x118dee000 -        0x118fbffff  com.apple.audio.units.Components (1.10 - 1.10) <F74A9407-DDB5-3C4F-A051-47643871ED93> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
           0x11906a000 -        0x119123fff  com.apple.audio.units.CoreAudioAUUI (1.6.6 - 1.6.6) <1DB42B62-6113-301F-8D24-A6B1D586E253> /System/Library/Components/CoreAudio.component/Contents/PlugIns/CoreAudioAUUI.b undle/Contents/MacOS/CoreAudioAUUI
           0x11b3be000 -        0x11b552fff +com.xlnaudio.addictivedrumsvstau (1.5.7.31 - 1.5.7.31) <7A85664C-1EA2-341E-A93E-730A9CCFF5FD> /Library/Audio/Plug-Ins/Components/Addictive Drums.component/Contents/MacOS/xdvstau
           0x11d451000 -        0x11d459fff  com.apple.music.apps.midi.device.plugin.CS-32 (10.0.7 - 3166.30) <6834796F-C5C4-3821-980E-4CB0FCBF532C> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/CS-32.bundle/Contents/MacOS/CS-32
           0x11d595000 -        0x11d599ff7  com.apple.music.apps.midi.device.plugin.TranzPort (10.0.7 - 3166.30) <555E2583-AB9B-3FF1-9DD0-FF63894D724D> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/TranzPort.bundle/Contents/MacOS/TranzPort
           0x12337c000 -        0x123383fff  com.apple.music.apps.midi.device.plugin.Logic-Remote (10.0.7 - 3166.30) <8CB1CFE2-A1E0-3B69-B450-4345CF0AAAFD> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/Logic Remote.bundle/Contents/MacOS/Logic Remote
           0x12af7d000 -        0x12af84fff  com.apple.music.apps.midi.device.plugin.microKONTROL (10.0.7 - 3166.30) <A00399E7-88D6-35D3-9C27-1F497447EE08> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/microKONTROL.bundle/Contents/MacOS/microKONTROL
           0x12b45b000 -        0x12b467ff7  com.apple.music.apps.midi.device.plugin.Motormix (10.0.7 - 3166.30) <8D42F45A-162D-3958-828B-66CDA664E516> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/Motormix.bundle/Contents/MacOS/Motormix
           0x12f130000 -        0x12f13bfff  libGPUSupport.dylib (9.6.1) <23B64473-59E7-3AC2-B8C0-CFCFDDF3F8A3> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x137e62000 -        0x1384f0fff +ch.toguaudioline.talunolxv2 (2.0.1 - 2.0.1) <B8A17F20-29B6-3ABD-98DC-78878C5895F2> /Library/Audio/Plug-Ins/Components/TAL-U-NO-LX-V2-64.component/Contents/MacOS/T AL-U-NO-LX-V2-64
           0x14cfbf000 -        0x14cfccfff  com.apple.music.apps.midi.device.plugin.SAC-2K (10.0.7 - 3166.30) <CB86CF41-44AD-3175-96E0-2EAECD548945> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/SAC-2K.bundle/Contents/MacOS/SAC-2K
           0x14df2e000 -        0x14df3bff7  com.apple.music.apps.midi.device.plugin.TouchOSC (10.0.7 - 3166.30) <4CE952BE-FE6E-35B2-B040-7871B72B8244> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/TouchOSC.bundle/Contents/MacOS/TouchOSC
           0x14e386000 -        0x14e390ff7  com.apple.music.apps.midi.device.plugin.US-2400 (10.0.7 - 3166.30) <69ADE17A-A42A-3E96-B84A-03DEBF81564F> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/US-2400.bundle/Contents/MacOS/US-2400
           0x170dd0000 -        0x170fc6fff  com.apple.audio.codecs.Components (4.0 - 4.0) <604485EE-4446-308F-9460-0A6CE9C2D98C> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
           0x174b47000 -        0x174b5afff  com.apple.music.apps.midi.device.plugin.HUI (10.0.7 - 3166.30) <52F532D5-BEF8-33C3-B977-39483801AF2A> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/HUI.bundle/Contents/MacOS/HUI
           0x176fdb000 -        0x17701afff  com.apple.music.apps.midi.device.plugin.Logic-Control (10.0.7 - 3166.30) <4CBCC457-24D9-3705-A6EF-22D02548FE83> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/Logic Control.bundle/Contents/MacOS/Logic Control
           0x17d666000 -        0x17ddb0ff7  libclh.dylib (4.0.3 - 4.0.3) <154F3E80-3711-337B-AE2D-8E55966F4634> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/libclh.dy lib
        0x123440000000 -     0x12344086dfff  com.apple.GeForceTeslaGLDriver (8.24.15 - 8.2.4) <C49EA520-7D7F-3708-BDC2-845C2A39C976> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/GeForceTe slaGLDriver
        0x7fff6c97e000 -     0x7fff6c9b1817  dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld
        0x7fff87e01000 -     0x7fff87e9cff7  com.apple.PDFKit (2.9.2 - 2.9.2) <0CDC6467-9227-3D98-B4D4-660796AE9F6B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff87efa000 -     0x7fff8806aff4  com.apple.CFNetwork (673.4 - 673.4) <F3BF6020-99BE-3844-A7B8-352B93AD02F3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8806b000 -     0x7fff88082ffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff88083000 -     0x7fff88088ff7  com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
        0x7fff88089000 -     0x7fff88387fff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff88388000 -     0x7fff8838bfff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8838c000 -     0x7fff88397fff  libkxld.dylib (2422.110.17) <B6140BAB-0EAF-3E4F-B055-314068056BB4> /usr/lib/system/libkxld.dylib
        0x7fff88398000 -     0x7fff883f1fff  libTIFF.dylib (1043) <D7CAE68F-6087-3B40-9CB8-EC6DB47BF877> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff883f2000 -     0x7fff88403ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff88404000 -     0x7fff88455fff  com.apple.QuickLookFramework (5.0 - 622.7) <17685CEC-C94B-3F83-ADE1-B24840B35E44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff88470000 -     0x7fff8847aff7  com.apple.CrashReporterSupport (10.9 - 539) <B25A09EC-A021-32EC-86F8-05B4837E0EDE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8848e000 -     0x7fff884bdfff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff884be000 -     0x7fff884d7ff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff884d8000 -     0x7fff884deff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
        0x7fff88da5000 -     0x7fff88e69ff7  com.apple.backup.framework (1.5.4 - 1.5.4) <195DA868-47A5-37E6-8CF0-9BCF11846899> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff88e6a000 -     0x7fff88e82ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff88e83000 -     0x7fff88eacfff  GLRendererFloat (9.6.1) <23A2C705-F932-335D-B27B-565A30333460> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
        0x7fff88ead000 -     0x7fff88f77fff  com.apple.LaunchServices (572.28 - 572.28) <FDED4724-4CB6-3DE5-B785-AE6D4C261CF6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff88f7e000 -     0x7fff88f7fff7  libSystem.B.dylib (1197.1.1) <E303F2F8-A8CF-3DF3-84B3-F2D0EE41CCF6> /usr/lib/libSystem.B.dylib
        0x7fff88fad000 -     0x7fff88fd7ff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
        0x7fff88fd8000 -     0x7fff88fdafff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff88ffe000 -     0x7fff89000fff  libCVMSPluginSupport.dylib (9.6.1) <FB37F4C4-1E84-3349-BB03-92CA0A5F6837> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff89001000 -     0x7fff89e54ffb  com.apple.WebCore (9537 - 9537.77.4) <9C4E816A-0DAC-31B2-85C3-910164F3E741> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff89e55000 -     0x7fff89e56ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff89e57000 -     0x7fff89e57ffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8a06f000 -     0x7fff8a077fff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
        0x7fff8a078000 -     0x7fff8a07aff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
        0x7fff8a07b000 -     0x7fff8a07efff  com.apple.AppleSystemInfo (3.0 - 3.0) <61FE171D-3D88-313F-A832-280AEC8F4AB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8a07f000 -     0x7fff8a169fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
        0x7fff8a16a000 -     0x7fff8a17dff7  com.apple.AppContainer (3.0 - 1) <BD342039-430E-39FE-BC2D-8F97B557548E> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff8a17e000 -     0x7fff8a187fff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8a188000 -     0x7fff8a267fff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8a268000 -     0x7fff8a298fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff8a299000 -     0x7fff8a29afff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
        0x7fff8a29b000 -     0x7fff8a2cafd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff8a32a000 -     0x7fff8a3b3ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
        0x7fff8a449000 -     0x7fff8a44cfff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8a4e4000 -     0x7fff8a4f3ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8a4f4000 -     0x7fff8a4fbfff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8a630000 -     0x7fff8a63dff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
        0x7fff8a63e000 -     0x7fff8a652fff  com.apple.aps.framework (4.0 - 4.0) <2D42DCDD-055E-3EE1-97F8-FC447B495D3E> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff8a8b1000 -     0x7fff8a97cfff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8a97d000 -     0x7fff8a9f0fff  com.apple.securityfoundation (6.0 - 55122.3) <8575DF7A-EC79-3FCE-A737-7512363A5B12> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8a9f3000 -     0x7fff8aa7efff  libCoreStorage.dylib (380) <DE9B3F8C-045C-3010-9A25-C8CD72F1066B> /usr/lib/libCoreStorage.dylib
        0x7fff8aa7f000 -     0x7fff8aafcfff  com.apple.iLifeMediaBrowser (2.8.3 - 637.9) <3634E777-814E-362D-B4F4-A197B39F50AC> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
        0x7f

    Not exactly, no...
    But you can use the AudioUnit Manger under Logic's prefs to list out your plugins and from there, check out each one to ensure they are up to date...
    I just checked the Tal Uno v2 and it was actually version 2.41,
    Interesting as the log shows an incorrect version number....
    0x137e62000 -        0x1384f0fff +ch.toguaudioline.talunolxv2 (2.0.1 - 2.0.1) <B8A17F20-29B6-3ABD-98DC-78878C5895F2> /Library/Audio/Plug-Ins/Components/TAL-U-NO-LX-V2-64.component/Contents/MacOS/T AL-U-NO-LX-V2-64
    I can only assume they didn't update the version number internally in their plugin,.. which is not such a good move as it makes it harder to identify plugins that need updating....
    One other thing... Between when LPX didn't crash and now it does.. did you update something or install something new or used something in that project that you haven't used much before? That might give you a clue as to the root cause too...
    Finally, when exactly does LPX crash? if it crashing when you play a project.. then it could be you have a corrupted project or again, a 'bad' plugin....
    Creating a new project and then using the Selective Track Import (STI) in LPX to import each track individually from  the problem project to the new one.. could help you identify the cause of the issue... if you test after each imported track to see which one crashes LPX.
    Heres an LP9 based tutorial on STI but it works much the same way in LPX
    http://music.tutsplus.com/tutorials/how-to-use-selective-track-import-in-logic-p ro-9--audio-3181

  • PROBLEMS WITH LOOPS ON LOGIC PRO 9- PLEASE HELP

    I'm messing around the loop Browser. Actually I am getting quite good at it. Even starting doing my personal loops... but there's something in the organization that I don't understand.
    I need to make my personal folders with my loops AND I need to get rid of some redundant loops OR change some names but the system won't let me do that.
    It just let me put my new loops. They would show up as a bulk in "my Loops" and that's it:
    1) Redundant loops don't appear anyway. (except in the browser) and I looked on
    Library/Audio/Apple Loops
    Library/Application Support/Logic/Apple Loops
    Library/Application Support/GarageBand/Apple Loops
    Users/"You"/Library/Audio/Apple Loops
    Users/"You"/Library/Application Support/Logic/Apple Loops
    Users/"You"/Library/Application Support/GarageBand/Apple Loops
    2) I organized my loops with dedicated folders but they wouldn't show up in the browser... And I did re-index the Lybrary...
    3) Same when I try changing names...
    Anyone could help me with this matter? should I may be reinstall Logic again? My current computer was installed from a backup after the other one was stolen... just saying
    Thanks in advance
    Fran

    Are you using Logic Pro 9.1.8 which is the only version of LP9  that is fully compatible with Mavericks?
    Also, did you let LP9 rescan the plugins.. If you are not sure... open the Audio Units Manager found under preferences in LP9's menu bar...and see if any of your missing plugins are listed there..
    If not, quit LP9, delete the AudioUnit cache and launch LP9 again so it does a full rescan...
    http://support.apple.com/kb/TS1086?viewlocale=en_US&locale=en_US
    (This is for LP8 but it works the same in LP9)

  • Pops, Clicking, Snaps and Crackles in Logic Pro! Please Help?

    This is starting to really really, P*ss me off. I started an new logic project yesterday and built the project around some old audio files I recorded about a year ago on a PC Using FL Studio.
    Just out of the blue I started getting clicking, and popping nosies when playing the track, so i thought maybe logic isnt fully compatible with these files becuase they were recored and exported on a pc. I use Audacity to convert them first. Nothing Changed, Still got the clicking and snap noises etc. Then I decided to convert them in logic, so i bouced them down into a .wav file. The problem sort of died down.  Then the noises came back. But it isnt just when im using logic pro get the noises. I get them all the time. When Im listerning to music, editing in iMovie etc.
    I also get these noises when I have bounced the project as well.
    I have tried EVERYTHING!
    Reseting the Coreaudio
    increasing buffers sizes in logic
    Changing the process buffer range in logic
    the rewire mode in logic
    Updates
    Cleaning the audio output
    Reinstalling logic
    Downloading 3rd Party software to deal with it
    Restarting the Computer
    Also tried different headphones, different speakers and monitors
    How can you take Apple seriously when you spend all this money and end up with problems!
    How do the pro's handle this. I mean a professional producer for a record label or big studio got this what would he or she do!
    If you know how to solve this please respond
    Thanks in advance
    PS I am not using any third party plug ins.

    How can you take Apple seriously when you spend all this money and end up with problems!
    How do the pro's handle this. I mean a professional producer for a record label or big studio got this what would he or she do!
    If you know how to solve this please respond
    Thanks in advance
    PS I am not using any third party plug ins.
    First of all... how can we take you seriously when you're using the cheap $2 audio built-in audio on a home computer... The "Pro's" would handle this by looking at you like you're crazy.
    So, drop the "all the money I've spent" "How do the Pro's handle it" dialog... there are people here who have spent more than your whole rig on a single mic preamp.
    That said, you shouldn't be getting the static/pops...etc even using the built-in audio
    First... is everything legit, Logic is a purchased version?
    A few things I didn't see on your list, although they usually don't cause problems.
    -Disable Airport if you're using it.
    -Unplug all USB peripherals
    -reboot
    pancenter-

  • Logic Freezing playback: please help :(

    Hi, i posted this question at sonikmatter as well, but i really need help here, and after reading this forum it seems like there are some pros scrolling thru here daily, so...
    "i've been googling for a couple of days but have come up with nothing, and this thread seems full of useful knowledge, so i thought i would sign up and see if anyone can help me!
    thanks in advance
    ok, so i open logic, all goes fine, i start playback of my track, all goes fine... UNTIL it freezes in this one every time at 39.04 seconds: there's no new automation there, seemingly NOTHING that could cause a CPU overload etc that wasn't there 5 seconds before...
    edit: it freezes by stopping playback, then having the spinning wheel for about 20 seconds, then logic seems to work fine (can zoom on the track, open piano roll, settings etc), but it WON"T play a sound! then i have to quit, or it quits for itself if i keep fiddling with the window for a few minutes...
    i've been using logic for about 3 or 4 months straight and have had NO problems, except once or twice a "overload" which stops playback for a second, then i can just hit play again...
    I havn't installed any new plugins, no new drivers etc...
    i'm running a 2.4ghz macbook W 2gb ram, and have an echo audiofire 2 firewire A.I, running a number of plugins smile.gif
    i've tried uninstalling a couple plugins, i even tried reinstalling logic (over the top of the current one (so, i didn't delete the OLD logic first)), have reinstalled drivers for my sound card and my midi keys, and have also tried running logic with both unplugged, and still the same problem, so it's clearly a LOGIC problem alone (not an external problem)
    I tried resetting it's preferences by removing the preference settings from library, as somebody was told in another thread, but it didn't help...
    any help would be REALLY REALLY REALLY appreciated! i have a remix due on the 7th, and it's 90% complete, but i can't export it or bounce it from logic!!!!!"
    i recently updated my OS, and it seems like this would be the most likely reason for the problem... any ideas???
    thanks a lot guys!
    Jordan.

    thanks for the replies guys, and so quick as well, just reading this thread i found out a lot of other logic stuff, so thanks for that!!
    I've figured out the problem: I thought the problem was probably something to do with the 10.5.6 OS X update, so i downloaded the Combo Update for 10.5.6, since i initially only installed the standard "system update" version... installed that, re-ran logic, and it froze still, but this time it told me the REASON!!
    it WAS a plugin, something's gone wrong with N.I massive, possibly due to the update, or some glitch, i don't know, but i removed massive from my project and it's running again!!
    no wonder all of my logic tracks weren't working! rely too heavily on massive i guess :P
    thanks a lot guys

  • Unstoppable feedback when using POD X3 with Logic Pro 8 PLEASE HELP!

    Hey everyone, i recently bough and installed logic pro 8 but whenever I use my POD X3 with it there is feedback which no matter what I do I cant stop. does anyone have any ideas or suggestions about how I can fix this please??? thanks alot!

    Joe Dexter wrote:
    Hey everyone, i recently bough and installed logic pro 8 but whenever I use my POD X3 with it there is feedback which no matter what I do I cant stop. does anyone have any ideas or suggestions about how I can fix this please??? thanks alot!
    Hi.
    1. TURN OFF YOUR SPEAKERS!!!
    Ok. Now that you don't hear the feedback...you can start troubleshooting.
    2. UNPLUG YOUR MICROPHONE OR GUITAR!!!
    There...That's much better.
    3.READ THE FRIGGIN' MANUAL THAT CAME WITH YOUR X3 THINGY.
    Ok. Once you read it, AND ,much more importantly, understand it, you will most definitely find what is wrong with your setup. The solution will be in the manual... despite what you might think. If you don't find the solution in the manual, you can always make earplugs out of it, provided it is made of soft paper. If the paper is hard, you might need to chew on it, or use some water, to soften it enough to put in your ears.
    Here is the mother of all clues:
    FEEDBACK... it only occurs when you have a live input(microphone or really loud guitar) in the same acoustic space as the output (speakers), or when you are feeding a computer output directly into a computer input... ie creating a loop that feeds back into itself... get it??? Feeds Back???
    Cheers

  • Logic Output? Please Help.

    I just recently got an mbox mini and logic pro. For some reason when i use the mbox in garageband the sound comes through my computer speakers but when I use the mbox in logic pro the sound only comes out through the mbox headphone outlet. Is there any way to get my mbox to have its output through logic instead of the headphones? Like a preference setting?

    You said it. In both cases just go to your preferences, as well as on your computer.

  • Query or functions to achieve this logic ??  Please help...

    Hi all,
    I've a table "permission" with the following data
    Name Permission
    A Read
    B Read
    A Write
    C Execute
    B Execute
    There can be only three permissions for a user - Read , write and execute
    Following is the required o/p : ( if the user has a permission (r/w/x) , the corresponding value will be 1 , otherwise it is 0 )
    Name Read Write Execute
    A 1 1 0
    B 1 0 1
    C 0 0 1
    Are there any standard functions in Oracle 10 to achieve this o/p ? Or Please provide a query to achieve this ...
    Thanks in Advance,
    Praneeth.
    Edited by: pbo on Jan 3, 2013 8:58 PM

    One way of doing it:
    with data as
      select 'A' name, 'Read' perm from dual union all
      select 'B' name, 'Read' perm from dual union all
      select 'A' name, 'Write' perm from dual union all
      select 'C' name, 'Execute' perm from dual union all
      select 'B' name, 'Execute' perm from dual
    --End of sample data
    select name,
           max(decode(perm, 'Read', 1, 0)) read,
           max(decode(perm, 'Write', 1, 0)) write,
           max(decode(perm, 'Execute', 1, 0)) read
      from data --> You can use your table name instead of sample table
    group by name;
    NAME READ                   WRITE                  READ                  
    A    1                      1                      0                     
    B    1                      0                      1                     
    C    0                      0                      1

  • Logic command question - please help!

    Hi!
    Is there key command to return my cursor to last play point
    Secondary pressing to Stop return cursor to Zero point
    Thanks!

    You know, so many Mac users, have no idea what that does! I didn't before I read your post. I only joined in 10.3.4 and hadn't a clue as to what it did. I just thought it was another carriage return, and so never used it. You learn something new every day! Well, with Logic, I guess I learn about 10 things... Cheers Immo!!!

Maybe you are looking for

  • Add row in report FBL1N

    Hi Gurus, I have requirement to add rows in report FBL1N in order to display  all item  per document ( like in document overview ) in the same screen. I applied note 112312 to display offset a/c (BTE with FM LINE_ITEMS_GET_GKONT) but partialy  resolv

  • Installing Adobe Acrobat XI Standard results in most of its Add-Ons being incomatible

    Using Win7 64x, IE 11 I installedAcrobat XI Standard, using the "Install the most common features" option. After the install, most of the Add-Ons had a Status of Incompatible and Archittecture of 32-bit.Is there an option to install in a 64-bit achit

  • Adjusting a created pattern swatch

    Hello all, I've been searching around for a solution to my problem, it seems so basic that i'm suprised i can't find anything on the subject (maybe i use the wrong therm's). I have the following question, is it possible to adjust a pattern after it h

  • RMS Levels

    Does anyone knows how to set the RMS levels to fall between -20db and -15db in Logic pro x?

  • Is it possible to attach an external template for online preview?

    Hi All, I need few details regarding BPA (Bill Presentment Architecture). Here is the requirement. User have around 30 different layouts based on few codes. These layouts (report) should be available for online view in AR transaction forms. I tried u