OpenGL error in Studio One

Hi Jules,

I've found a problem in Studio One 2.6 in Mac with a Juce plug-in using OpenGL. I'm using the tip.

When I close the plug-in GUI, I sometimes get an OpenGL error GL_INVALID_FRAMEBUFFER_OPERATION on juce_OpenGLGraphicsContext.cpp line 1298. The error is originated in the call to 'createOpenGLGraphicsContext' from 'renderOpenGL' method.

I have reproduced it in the JuceDemoPlugin, making JuceDemoPluginAudioProcessorEditor extend from OpenGLRenderer and contain an OpenGLContext. In the constructor I'm calling:

openGLContext.setRenderer (this);
openGLContext.attachTo (*this);
openGLContext.setContinuousRepainting (true);

In the destructor I'm calling:

openGLContext.detach();

and in the renderOpenGL method:

void renderOpenGL() override
    {
        jassert (OpenGLHelpers::isContextActive());

        const float desktopScale = (float) openGLContext.getRenderingScale();
        OpenGLHelpers::clear (Colours::lightblue);

        // Create an OpenGLGraphicsContext that will draw into this GL window..
        ScopedPointer<LowLevelGraphicsContext> glRenderer (createOpenGLGraphicsContext (openGLContext, roundToInt (desktopScale * getWidth()), roundToInt (desktopScale * getHeight())));

        if (glRenderer != nullptr)
        {
            Graphics g (*glRenderer);
            g.setGradientFill (ColourGradient (Colours::white, 0, 0, Colours::grey, 0, (float) getHeight(), false));
            g.fillAll();
        }
    }

 

Is there any configuration needed that I'm missing? Any idea of why this error is happening?

It only happens with Studio One 2.6, not with 2.5 or previous versions, and it is an intermittent problem.

 

Thanks!

1 Like

Have you checked the thread on which this is happening? GL is very fussy about threads, and it could be that the different versions of the host are calling this on different threads.

I can reproduce this error in Cubase and Logic too using the tip and JuceDemoPlugin adding the use of OpenGL as explained in the first post. It's intermittent, but it usually happens at least once every 4-5 times the GUI is closed.

I haven't noticed anything weird in the host threads when this happens. The thread and stack trace in which the jassertfalse in checkGLError() is triggered after GL_INVALID_FRAMEBUFFER_OPERATION is exactly the same for both Studio One 2.6, Cubase 7.5 and Logic Pro X, for VST, VST3 and AU:

Thread 152 OpenGL Rendering, Queue : (null)
#0    0x0000000130df8281 in juce::checkGLError(char const*, int) at /Users/eb/Dev/SDKs/juce/modules/juce_opengl/juce_opengl.cpp:141
#1    0x0000000130e18122 in GLState at /Users/eb/Dev/SDKs/juce/modules/juce_opengl/opengl/juce_OpenGLGraphicsContext.cpp:1321
#2    0x0000000130e11c6d in GLState at /Users/eb/Dev/SDKs/juce/modules/juce_opengl/opengl/juce_OpenGLGraphicsContext.cpp:1329
#3    0x0000000130e11b43 in ShaderContext at /Users/eb/Dev/SDKs/juce/modules/juce_opengl/opengl/juce_OpenGLGraphicsContext.cpp:1695
#4    0x0000000130dfcbfd in ShaderContext at /Users/eb/Dev/SDKs/juce/modules/juce_opengl/opengl/juce_OpenGLGraphicsContext.cpp:1697
#5    0x0000000130df8a3e in juce::OpenGLRendering::createOpenGLContext(juce::OpenGLRendering::Target const&) at /Users/eb/Dev/SDKs/juce/modules/juce_opengl/opengl/juce_OpenGLGraphicsContext.cpp:1757
#6    0x0000000130df8c3e in juce::createOpenGLGraphicsContext(juce::OpenGLContext&, unsigned int, int, int) at /Users/eb/Dev/SDKs/juce/modules/juce_opengl/opengl/juce_OpenGLGraphicsContext.cpp:1779
#7    0x0000000130df8bf7 in juce::createOpenGLGraphicsContext(juce::OpenGLContext&, int, int) at /Users/eb/Dev/SDKs/juce/modules/juce_opengl/opengl/juce_OpenGLGraphicsContext.cpp:1768
#8    0x00000001309055f4 in JuceDemoPluginAudioProcessorEditor::renderOpenGL() at /Users/eb/Dev/SDKs/juce/extras/audio plugin demo/Source/PluginEditor.cpp:211
#9    0x00000001309057fc in non-virtual thunk to JuceDemoPluginAudioProcessorEditor::renderOpenGL() at /Users/eb/Dev/SDKs/juce/extras/audio plugin demo/Source/PluginEditor.cpp:224
#10    0x0000000130e02a97 in juce::OpenGLContext::CachedImage::renderFrame() at /Users/eb/Dev/SDKs/juce/modules/juce_opengl/opengl/juce_OpenGLContext.cpp:174
#11    0x0000000130e03d91 in juce::OpenGLContext::CachedImage::run() at /Users/eb/Dev/SDKs/juce/modules/juce_opengl/opengl/juce_OpenGLContext.cpp:350
#12    0x0000000130e03e7c in non-virtual thunk to juce::OpenGLContext::CachedImage::run() at /Users/eb/Dev/SDKs/juce/modules/juce_opengl/juce_opengl.mm:357
#13    0x0000000130a8bcf0 in juce::Thread::threadEntryPoint() at /Users/eb/Dev/SDKs/juce/modules/juce_core/threads/juce_Thread.cpp:101
#14    0x0000000130a8bf45 in juce::juce_threadEntryPoint(void*) at /Users/eb/Dev/SDKs/juce/modules/juce_core/threads/juce_Thread.cpp:113
#15    0x0000000130aa96ee in threadEntryProc at /Users/eb/Dev/SDKs/juce/modules/juce_core/native/juce_posix_SharedCode.h:849
#16    0x00007fff840ac772 in _pthread_start ()

 

Moreover, I've noticed a crash related to OpenGL in VST3 with the same modified JuceDemoPlugin. In can reproduce this with different versions of Cubase and Studio One. This is the crash log from Cubase 7.5:



Process:         Cubase 7.5 [19894]
Path:            /Applications/Cubase 7.5.app/Contents/MacOS/Cubase 7.5
Identifier:      com.steinberg.cubase
Version:         7.5.20.174 (7.5.20.174)
Code Type:       X86-64 (Native)
Parent Process:  launchd [158]
User ID:         501
Date/Time:       2014-06-23 16:12:24.814 +0100
OS Version:      Mac OS X 10.8.5 (12F45)
Report Version:  10
Interval Since Last Report:          5566931 sec
Crashes Since Last Report:           295
Per-App Interval Since Last Report:  501579 sec
Per-App Crashes Since Last Report:   6
Anonymous UUID:                      5455CFFA-18CB-0FEF-C0A6-652253C99E64
Crashed Thread:  88  OpenGL Rendering
Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000000001f0
VM Regions Near 0x1f0:
--> 
    __TEXT                 0000000100000000-0000000102806000 [ 40.0M] r-x/rwx SM=COW  /Applications/Cubase 7.5.app/Contents/MacOS/Cubase 7.5
Application Specific Information:
Performing @selector(_close:) from sender _NSThemeCloseWidget 0x124de9e30
Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib            0x00007fff8c312386 __semwait_signal + 10
1   libsystem_c.dylib                 0x00007fff841367c8 nanosleep + 163
2   com.juce.JuceDemoPlugin           0x000000013396e9dd juce::Thread::sleep(int) + 77 (juce_posix_SharedCode.h:141)
3   com.juce.JuceDemoPlugin           0x000000013398c4fb juce::Thread::waitForThreadToExit(int) const + 187 (juce_Thread.cpp:175)
4   com.juce.JuceDemoPlugin           0x000000013398baf9 juce::Thread::stopThread(int) + 201 (juce_Thread.cpp:194)
5   com.juce.JuceDemoPlugin           0x0000000133d0280a juce::OpenGLContext::CachedImage::stop() + 42 (juce_OpenGLContext.cpp:72)
6   com.juce.JuceDemoPlugin           0x0000000133d027b0 juce::OpenGLContext::Attachment::detach() + 128 (juce_OpenGLContext.cpp:586)
7   com.juce.JuceDemoPlugin           0x0000000133d026d4 juce::OpenGLContext::Attachment::~Attachment() + 52 (juce_OpenGLContext.cpp:482)
8   com.juce.JuceDemoPlugin           0x0000000133d01cc5 juce::OpenGLContext::Attachment::~Attachment() + 21 (juce_OpenGLContext.cpp:483)
9   com.juce.JuceDemoPlugin           0x0000000133d01ce9 juce::OpenGLContext::Attachment::~Attachment() + 25 (juce_OpenGLContext.cpp:481)
10  com.juce.JuceDemoPlugin           0x0000000133cfe9ce juce::ContainerDeletePolicy<juce::OpenGLContext::Attachment>::destroy(juce::OpenGLContext::Attachment*) + 46 (juce_ContainerDeletePolicy.h:49)
11  com.juce.JuceDemoPlugin           0x0000000133cfdb90 juce::ScopedPointer<juce::OpenGLContext::Attachment>::operator=(juce::OpenGLContext::Attachment*) + 64 (juce_ScopedPointer.h:144)
12  com.juce.JuceDemoPlugin           0x0000000133cfb65f juce::OpenGLContext::detach() + 47 (juce_OpenGLContext.cpp:682)
13  com.juce.JuceDemoPlugin           0x0000000133804573 JuceDemoPluginAudioProcessorEditor::~JuceDemoPluginAudioProcessorEditor() + 83 (PluginEditor.cpp:67)
14  com.juce.JuceDemoPlugin           0x0000000133804485 JuceDemoPluginAudioProcessorEditor::~JuceDemoPluginAudioProcessorEditor() + 21 (PluginEditor.cpp:68)
15  com.juce.JuceDemoPlugin           0x0000000133804459 JuceDemoPluginAudioProcessorEditor::~JuceDemoPluginAudioProcessorEditor() + 25 (PluginEditor.cpp:66)
16  com.juce.JuceDemoPlugin           0x0000000133d680be juce::ContainerDeletePolicy<juce::AudioProcessorEditor>::destroy(juce::AudioProcessorEditor*) + 46 (juce_ContainerDeletePolicy.h:49)
17  com.juce.JuceDemoPlugin           0x0000000133d68074 juce::ScopedPointer<juce::AudioProcessorEditor>::~ScopedPointer() + 20 (juce_ScopedPointer.h:100)
18  com.juce.JuceDemoPlugin           0x0000000133d67db5 juce::ScopedPointer<juce::AudioProcessorEditor>::~ScopedPointer() + 21 (juce_ScopedPointer.h:100)
19  com.juce.JuceDemoPlugin           0x0000000133d6803f juce::JuceVST3EditController::JuceVST3Editor::ContentWrapperComponent::~ContentWrapperComponent() + 239 (juce_VST3_Wrapper.cpp:463)
20  com.juce.JuceDemoPlugin           0x0000000133d67dd5 juce::JuceVST3EditController::JuceVST3Editor::ContentWrapperComponent::~ContentWrapperComponent() + 21 (juce_VST3_Wrapper.cpp:463)
21  com.juce.JuceDemoPlugin           0x0000000133d67df9 juce::JuceVST3EditController::JuceVST3Editor::ContentWrapperComponent::~ContentWrapperComponent() + 25 (juce_VST3_Wrapper.cpp:457)
22  com.juce.JuceDemoPlugin           0x0000000133d677de juce::ContainerDeletePolicy<juce::JuceVST3EditController::JuceVST3Editor::ContentWrapperComponent>::destroy(juce::JuceVST3EditController::JuceVST3Editor::ContentWrapperComponent*) + 46 (juce_ContainerDeletePolicy.h:49)
23  com.juce.JuceDemoPlugin           0x0000000133d66ce0 juce::ScopedPointer<juce::JuceVST3EditController::JuceVST3Editor::ContentWrapperComponent>::operator=(juce::JuceVST3EditController::JuceVST3Editor::ContentWrapperComponent*) + 64 (juce_ScopedPointer.h:144)
24  com.juce.JuceDemoPlugin           0x0000000133d66ff6 juce::JuceVST3EditController::JuceVST3Editor::removed() + 150 (juce_VST3_Wrapper.cpp:385)
25  com.juce.JuceDemoPlugin           0x0000000133d6736c non-virtual thunk to juce::JuceVST3EditController::JuceVST3Editor::removed() + 28 (juce_VST3_Wrapper.cpp:389)
26  com.steinberg.cubase              0x000000010167809f 0x100000000 + 23560351
27  com.steinberg.cubase              0x00000001016f2016 0x100000000 + 24059926
28  com.steinberg.cubase              0x000000010157142d 0x100000000 + 22484013
29  com.steinberg.cubase              0x00000001016f2016 0x100000000 + 24059926
30  com.steinberg.cubase              0x000000010170686c 0x100000000 + 24143980
31  com.steinberg.cubase              0x0000000101705e5c 0x100000000 + 24141404
32  com.steinberg.cubase              0x00000001017bd82c 0x100000000 + 24893484
33  com.apple.AppKit                  0x00007fff832cb747 __19-[NSWindow __close]_block_invoke_0 + 134
34  com.apple.AppKit                  0x00007fff832cb6b4 -[NSWindow __close] + 315
35  com.apple.AppKit                  0x00007fff832cb53f -[NSWindow _close:] + 156
36  com.apple.AppKit                  0x00007fff83193959 -[NSApplication sendAction:to:from:] + 342
37  com.steinberg.cubase              0x00000001011a6240 0x100000000 + 18506304
38  com.apple.AppKit                  0x00007fff831937b7 -[NSControl sendAction:to:] + 85
39  com.apple.AppKit                  0x00007fff831936eb -[NSCell _sendActionFrom:] + 138
40  com.apple.AppKit                  0x00007fff83191bd3 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1855
41  com.apple.AppKit                  0x00007fff83191421 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 504
42  com.apple.AppKit                  0x00007fff83190b9c -[NSControl mouseDown:] + 820
43  com.apple.AppKit                  0x00007fff83615901 -[_NSThemeWidget mouseDown:] + 266
44  com.apple.AppKit                  0x00007fff8318850e -[NSWindow sendEvent:] + 6853
45  com.apple.AppKit                  0x00007fff83184644 -[NSApplication sendEvent:] + 5761
46  com.steinberg.cubase              0x00000001011a5cb9 0x100000000 + 18504889
47  com.apple.AppKit                  0x00007fff8309a21a -[NSApplication run] + 636
48  com.steinberg.cubase              0x00000001017d710d 0x100000000 + 24998157
49  com.steinberg.cubase              0x00000001015aca41 0x100000000 + 22727233
50  com.steinberg.cubase              0x0000000101568faa 0x100000000 + 22450090
51  com.steinberg.cubase              0x0000000100dc8bbd 0x100000000 + 14453693
52  com.steinberg.cubase              0x00000001011a5578 0x100000000 + 18503032
53  com.steinberg.cubase              0x0000000100001774 0x100000000 + 6004
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib            0x00007fff8c312d16 kevent + 10
1   libdispatch.dylib                 0x00007fff8c45bdea _dispatch_mgr_invoke + 883
2   libdispatch.dylib                 0x00007fff8c45b9ee _dispatch_mgr_thread + 54
Thread 2:: CRASH THREAD
0   libsystem_kernel.dylib            0x00007fff8c3106da semaphore_timedwait_trap + 10
1   com.steinberg.cubase              0x00000001018c2100 0x100000000 + 25960704
2   com.steinberg.cubase              0x000000010082a82a 0x100000000 + 8562730
3   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
4   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 3:
0   libsystem_kernel.dylib            0x00007fff8c310686 mach_msg_trap + 10
1   libsystem_kernel.dylib            0x00007fff8c30fc42 mach_msg + 70
2   com.apple.audio.midi.CoreMIDI     0x0000000102d20970 XServerMachPort::ReceiveMessage(int&, void*, int&) + 96
3   com.apple.audio.midi.CoreMIDI     0x0000000102d3cb23 MIDIProcess::RunMIDIInThread() + 243
4   com.apple.audio.midi.CoreMIDI     0x0000000102d21c2c XThread::RunHelper(void*) + 10
5   com.apple.audio.midi.CoreMIDI     0x0000000102d2180f CAPThread::Entry(CAPThread*) + 175
6   libsystem_c.dylib                 0x00007fff840ac772 _pthread_start + 327
7   libsystem_c.dylib                 0x00007fff840991a1 thread_start + 13
Thread 4:: Video Diascope
0   libsystem_kernel.dylib            0x00007fff8c3106c2 semaphore_wait_trap + 10
1   com.steinberg.videoengine         0x000000010b26be95 0x10b17e000 + 974485
2   com.steinberg.videoengine         0x000000010b29a8cd 0x10b17e000 + 1165517
3   com.steinberg.videoengine         0x000000010b26af1f 0x10b17e000 + 970527
4   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 5:: Remote Receive
0   libsystem_kernel.dylib            0x00007fff8c313112 sem_wait + 10
1   com.steinberg.videoengine         0x000000010b24a32d 0x10b17e000 + 836397
2   com.steinberg.videoengine         0x000000010b247b21 0x10b17e000 + 826145
3   com.steinberg.videoengine         0x000000010b26af1f 0x10b17e000 + 970527
4   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 6:: Remote Call
0   libsystem_kernel.dylib            0x00007fff8c3106c2 semaphore_wait_trap + 10
1   com.steinberg.videoengine         0x000000010b26be95 0x10b17e000 + 974485
2   com.steinberg.videoengine         0x000000010b24e36c 0x10b17e000 + 852844
3   com.steinberg.videoengine         0x000000010b24e4cd 0x10b17e000 + 853197
4   com.steinberg.videoengine         0x000000010b26af1f 0x10b17e000 + 970527
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 7:: Remote TimeOut
0   libsystem_kernel.dylib            0x00007fff8c3106c2 semaphore_wait_trap + 10
1   com.steinberg.videoengine         0x000000010b26be95 0x10b17e000 + 974485
2   com.steinberg.videoengine         0x000000010b24f0a2 0x10b17e000 + 856226
3   com.steinberg.videoengine         0x000000010b26af1f 0x10b17e000 + 970527
4   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 8:
0   libsystem_kernel.dylib            0x00007fff8c31078e mach_wait_until + 10
1   com.apple.CoreServices.CarbonCore    0x00007fff8bfe1226 MPDelayUntil + 12
2   com.apple.CoreServices.CarbonCore    0x00007fff8bff03cf Delay + 70
3   se.propellerheads.rewire.library    0x000000010b6a127b RWIsReWireMixerAppRunningImp + 31035
4   se.propellerheads.rewire.library    0x000000010b6aec59 RWIsReWireMixerAppRunningImp + 86809
5   libsystem_c.dylib                 0x00007fff840ac772 _pthread_start + 327
6   libsystem_c.dylib                 0x00007fff840991a1 thread_start + 13
Thread 9:: VST Loader
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x0000000100df0b1a 0x100000000 + 14617370
3   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
4   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 10:: VST Loader
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x0000000100df0b1a 0x100000000 + 14617370
3   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
4   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 11:: VST Loader
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x0000000100df0b1a 0x100000000 + 14617370
3   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
4   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 12:: VST Loader
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x0000000100df0b1a 0x100000000 + 14617370
3   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
4   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 13:: VST Loader
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x0000000100df0b1a 0x100000000 + 14617370
3   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
4   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 14:: VST Loader
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x0000000100df0b1a 0x100000000 + 14617370
3   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
4   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 15:: VST Preloader
0   libsystem_kernel.dylib            0x00007fff8c3106da semaphore_timedwait_trap + 10
1   com.steinberg.cubase              0x00000001018c2100 0x100000000 + 25960704
2   com.steinberg.cubase              0x0000000100df1924 0x100000000 + 14620964
3   com.steinberg.cubase              0x0000000100df0e9a 0x100000000 + 14618266
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 16:: Timer
0   libsystem_kernel.dylib            0x00007fff8c3106da semaphore_timedwait_trap + 10
1   com.steinberg.cubase              0x00000001018c2100 0x100000000 + 25960704
2   com.steinberg.cubase              0x0000000100bc3438 0x100000000 + 12334136
3   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
4   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 17:: LRThread
0   libsystem_kernel.dylib            0x00007fff8c3106c2 semaphore_wait_trap + 10
1   com.steinberg.vst3.pluginset.cubase    0x00000001245638a5 0x1240af000 + 4933797
2   com.steinberg.vst3.pluginset.cubase    0x00000001244451a8 0x1240af000 + 3760552
3   com.steinberg.vst3.pluginset.cubase    0x000000012456292f 0x1240af000 + 4929839
4   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 18:: CIThread
0   libsystem_kernel.dylib            0x00007fff8c3106c2 semaphore_wait_trap + 10
1   com.steinberg.vst3.pluginset.cubase    0x00000001245638a5 0x1240af000 + 4933797
2   com.steinberg.vst3.pluginset.cubase    0x00000001244451a8 0x1240af000 + 3760552
3   com.steinberg.vst3.pluginset.cubase    0x000000012456292f 0x1240af000 + 4929839
4   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 19:: Remote Receive
0   libsystem_kernel.dylib            0x00007fff8c313112 sem_wait + 10
1   com.steinberg.videoengine         0x000000010b24a32d 0x10b17e000 + 836397
2   com.steinberg.videoengine         0x000000010b247b21 0x10b17e000 + 826145
3   com.steinberg.videoengine         0x000000010b26af1f 0x10b17e000 + 970527
4   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 20:: Remote Call
0   libsystem_kernel.dylib            0x00007fff8c3106c2 semaphore_wait_trap + 10
1   com.steinberg.videoengine         0x000000010b26be95 0x10b17e000 + 974485
2   com.steinberg.videoengine         0x000000010b24e36c 0x10b17e000 + 852844
3   com.steinberg.videoengine         0x000000010b24e4cd 0x10b17e000 + 853197
4   com.steinberg.videoengine         0x000000010b26af1f 0x10b17e000 + 970527
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 21:: Remote TimeOut
0   libsystem_kernel.dylib            0x00007fff8c3106c2 semaphore_wait_trap + 10
1   com.steinberg.videoengine         0x000000010b26be95 0x10b17e000 + 974485
2   com.steinberg.videoengine         0x000000010b24f0a2 0x10b17e000 + 856226
3   com.steinberg.videoengine         0x000000010b26af1f 0x10b17e000 + 970527
4   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 22:: Video Playback
0   libsystem_kernel.dylib            0x00007fff8c3106c2 semaphore_wait_trap + 10
1   com.steinberg.videoengine         0x000000010b26be95 0x10b17e000 + 974485
2   com.steinberg.videoengine         0x000000010b323bec 0x10b17e000 + 1727468
3   com.steinberg.videoengine         0x000000010b26af1f 0x10b17e000 + 970527
4   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 23:: Video Buffer
0   libsystem_kernel.dylib            0x00007fff8c3106c2 semaphore_wait_trap + 10
1   com.steinberg.videoengine         0x000000010b26be95 0x10b17e000 + 974485
2   com.steinberg.videoengine         0x000000010b323bec 0x10b17e000 + 1727468
3   com.steinberg.videoengine         0x000000010b26af1f 0x10b17e000 + 970527
4   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 24:: AudioCalc
0   libsystem_kernel.dylib            0x00007fff8c3106c2 semaphore_wait_trap + 10
1   com.ableton.live-engine           0x00000001284f8015 0x1284f4000 + 16405
2   com.ableton.live-engine           0x0000000128527667 0x1284f4000 + 210535
3   com.ableton.live-engine           0x00000001284fce45 0x1284f4000 + 36421
4   com.ableton.live-engine           0x00000001284fce57 0x1284f4000 + 36439
5   libsystem_c.dylib                 0x00007fff840ac772 _pthread_start + 327
6   libsystem_c.dylib                 0x00007fff840991a1 thread_start + 13
Thread 25:: AudioCalc
0   libsystem_kernel.dylib            0x00007fff8c3106c2 semaphore_wait_trap + 10
1   com.ableton.live-engine           0x00000001284f8015 0x1284f4000 + 16405
2   com.ableton.live-engine           0x0000000128527667 0x1284f4000 + 210535
3   com.ableton.live-engine           0x00000001284fce45 0x1284f4000 + 36421
4   com.ableton.live-engine           0x00000001284fce57 0x1284f4000 + 36439
5   libsystem_c.dylib                 0x00007fff840ac772 _pthread_start + 327
6   libsystem_c.dylib                 0x00007fff840991a1 thread_start + 13
Thread 26:: AudioCalc
0   libsystem_kernel.dylib            0x00007fff8c3106c2 semaphore_wait_trap + 10
1   com.ableton.live-engine           0x00000001284f8015 0x1284f4000 + 16405
2   com.ableton.live-engine           0x0000000128527667 0x1284f4000 + 210535
3   com.ableton.live-engine           0x00000001284fce45 0x1284f4000 + 36421
4   com.ableton.live-engine           0x00000001284fce57 0x1284f4000 + 36439
5   libsystem_c.dylib                 0x00007fff840ac772 _pthread_start + 327
6   libsystem_c.dylib                 0x00007fff840991a1 thread_start + 13
Thread 27:: AudioCalc
0   libsystem_kernel.dylib            0x00007fff8c3106c2 semaphore_wait_trap + 10
1   com.ableton.live-engine           0x00000001284f8015 0x1284f4000 + 16405
2   com.ableton.live-engine           0x0000000128527667 0x1284f4000 + 210535
3   com.ableton.live-engine           0x00000001284fce45 0x1284f4000 + 36421
4   com.ableton.live-engine           0x00000001284fce57 0x1284f4000 + 36439
5   libsystem_c.dylib                 0x00007fff840ac772 _pthread_start + 327
6   libsystem_c.dylib                 0x00007fff840991a1 thread_start + 13
Thread 28:: AudioCalc
0   libsystem_kernel.dylib            0x00007fff8c3106c2 semaphore_wait_trap + 10
1   com.ableton.live-engine           0x00000001284f8015 0x1284f4000 + 16405
2   com.ableton.live-engine           0x0000000128527667 0x1284f4000 + 210535
3   com.ableton.live-engine           0x00000001284fce45 0x1284f4000 + 36421
4   com.ableton.live-engine           0x00000001284fce57 0x1284f4000 + 36439
5   libsystem_c.dylib                 0x00007fff840ac772 _pthread_start + 327
6   libsystem_c.dylib                 0x00007fff840991a1 thread_start + 13
Thread 29:: AudioCalc
0   libsystem_kernel.dylib            0x00007fff8c3106c2 semaphore_wait_trap + 10
1   com.ableton.live-engine           0x00000001284f8015 0x1284f4000 + 16405
2   com.ableton.live-engine           0x0000000128527667 0x1284f4000 + 210535
3   com.ableton.live-engine           0x00000001284fce45 0x1284f4000 + 36421
4   com.ableton.live-engine           0x00000001284fce57 0x1284f4000 + 36439
5   libsystem_c.dylib                 0x00007fff840ac772 _pthread_start + 327
6   libsystem_c.dylib                 0x00007fff840991a1 thread_start + 13
Thread 30:: AudioCalc
0   libsystem_kernel.dylib            0x00007fff8c3106c2 semaphore_wait_trap + 10
1   com.ableton.live-engine           0x00000001284f8015 0x1284f4000 + 16405
2   com.ableton.live-engine           0x0000000128527667 0x1284f4000 + 210535
3   com.ableton.live-engine           0x00000001284fce45 0x1284f4000 + 36421
4   com.ableton.live-engine           0x00000001284fce57 0x1284f4000 + 36439
5   libsystem_c.dylib                 0x00007fff840ac772 _pthread_start + 327
6   libsystem_c.dylib                 0x00007fff840991a1 thread_start + 13
Thread 31:: AudioCalc
0   libsystem_kernel.dylib            0x00007fff8c3106c2 semaphore_wait_trap + 10
1   com.ableton.live-engine           0x00000001284f8015 0x1284f4000 + 16405
2   com.ableton.live-engine           0x0000000128527667 0x1284f4000 + 210535
3   com.ableton.live-engine           0x00000001284fce45 0x1284f4000 + 36421
4   com.ableton.live-engine           0x00000001284fce57 0x1284f4000 + 36439
5   libsystem_c.dylib                 0x00007fff840ac772 _pthread_start + 327
6   libsystem_c.dylib                 0x00007fff840991a1 thread_start + 13
Thread 32:: AudioCalc
0   libsystem_kernel.dylib            0x00007fff8c3106c2 semaphore_wait_trap + 10
1   com.ableton.live-engine           0x00000001284f8015 0x1284f4000 + 16405
2   com.ableton.live-engine           0x0000000128527667 0x1284f4000 + 210535
3   com.ableton.live-engine           0x00000001284fce45 0x1284f4000 + 36421
4   com.ableton.live-engine           0x00000001284fce57 0x1284f4000 + 36439
5   libsystem_c.dylib                 0x00007fff840ac772 _pthread_start + 327
6   libsystem_c.dylib                 0x00007fff840991a1 thread_start + 13
Thread 33:: AudioCalc
0   libsystem_kernel.dylib            0x00007fff8c3106c2 semaphore_wait_trap + 10
1   com.ableton.live-engine           0x00000001284f8015 0x1284f4000 + 16405
2   com.ableton.live-engine           0x0000000128527667 0x1284f4000 + 210535
3   com.ableton.live-engine           0x00000001284fce45 0x1284f4000 + 36421
4   com.ableton.live-engine           0x00000001284fce57 0x1284f4000 + 36439
5   libsystem_c.dylib                 0x00007fff840ac772 _pthread_start + 327
6   libsystem_c.dylib                 0x00007fff840991a1 thread_start + 13
Thread 34:: AudioCalc
0   libsystem_kernel.dylib            0x00007fff8c3106c2 semaphore_wait_trap + 10
1   com.ableton.live-engine           0x00000001284f8015 0x1284f4000 + 16405
2   com.ableton.live-engine           0x0000000128527667 0x1284f4000 + 210535
3   com.ableton.live-engine           0x00000001284fce45 0x1284f4000 + 36421
4   com.ableton.live-engine           0x00000001284fce57 0x1284f4000 + 36439
5   libsystem_c.dylib                 0x00007fff840ac772 _pthread_start + 327
6   libsystem_c.dylib                 0x00007fff840991a1 thread_start + 13
Thread 35:: AudioCalc
0   libsystem_kernel.dylib            0x00007fff8c3106c2 semaphore_wait_trap + 10
1   com.ableton.live-engine           0x00000001284f8015 0x1284f4000 + 16405
2   com.ableton.live-engine           0x0000000128527667 0x1284f4000 + 210535
3   com.ableton.live-engine           0x00000001284fce45 0x1284f4000 + 36421
4   com.ableton.live-engine           0x00000001284fce57 0x1284f4000 + 36439
5   libsystem_c.dylib                 0x00007fff840ac772 _pthread_start + 327
6   libsystem_c.dylib                 0x00007fff840991a1 thread_start + 13
Thread 36:: AudioCalc
0   libsystem_kernel.dylib            0x00007fff8c3106c2 semaphore_wait_trap + 10
1   com.ableton.live-engine           0x00000001284f8015 0x1284f4000 + 16405
2   com.ableton.live-engine           0x0000000128527667 0x1284f4000 + 210535
3   com.ableton.live-engine           0x00000001284fce45 0x1284f4000 + 36421
4   com.ableton.live-engine           0x00000001284fce57 0x1284f4000 + 36439
5   libsystem_c.dylib                 0x00007fff840ac772 _pthread_start + 327
6   libsystem_c.dylib                 0x00007fff840991a1 thread_start + 13
Thread 37:: AudioCalc
0   libsystem_kernel.dylib            0x00007fff8c3106c2 semaphore_wait_trap + 10
1   com.ableton.live-engine           0x00000001284f8015 0x1284f4000 + 16405
2   com.ableton.live-engine           0x0000000128527667 0x1284f4000 + 210535
3   com.ableton.live-engine           0x00000001284fce45 0x1284f4000 + 36421
4   com.ableton.live-engine           0x00000001284fce57 0x1284f4000 + 36439
5   libsystem_c.dylib                 0x00007fff840ac772 _pthread_start + 327
6   libsystem_c.dylib                 0x00007fff840991a1 thread_start + 13
Thread 38:: AudioCalc
0   libsystem_kernel.dylib            0x00007fff8c3106c2 semaphore_wait_trap + 10
1   com.ableton.live-engine           0x00000001284f8015 0x1284f4000 + 16405
2   com.ableton.live-engine           0x0000000128527667 0x1284f4000 + 210535
3   com.ableton.live-engine           0x00000001284fce45 0x1284f4000 + 36421
4   com.ableton.live-engine           0x00000001284fce57 0x1284f4000 + 36439
5   libsystem_c.dylib                 0x00007fff840ac772 _pthread_start + 327
6   libsystem_c.dylib                 0x00007fff840991a1 thread_start + 13
Thread 39:: MB Scanner
0   libsystem_kernel.dylib            0x00007fff8c3120fa __psynch_cvwait + 10
1   libsystem_c.dylib                 0x00007fff840b0fb9 _pthread_cond_wait + 869
2   com.steinberg.cubase              0x00000001018c1adb 0x100000000 + 25959131
3   com.steinberg.cubase              0x00000001014e1e1c 0x100000000 + 21896732
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 40:: MB Database Writer
0   libsystem_kernel.dylib            0x00007fff8c3120fa __psynch_cvwait + 10
1   libsystem_c.dylib                 0x00007fff840b0fb9 _pthread_cond_wait + 869
2   com.steinberg.cubase              0x00000001018c1adb 0x100000000 + 25959131
3   com.steinberg.cubase              0x00000001019faa20 0x100000000 + 27240992
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 41:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib            0x00007fff8c310686 mach_msg_trap + 10
1   libsystem_kernel.dylib            0x00007fff8c30fc42 mach_msg + 70
2   com.apple.CoreFoundation          0x00007fff8a9d4233 __CFRunLoopServiceMachPort + 195
3   com.apple.CoreFoundation          0x00007fff8a9d9916 __CFRunLoopRun + 1078
4   com.apple.CoreFoundation          0x00007fff8a9d90e2 CFRunLoopRunSpecific + 290
5   com.apple.Foundation              0x00007fff8a4d9526 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
6   com.apple.Foundation              0x00007fff8a537532 __NSThread__main__ + 1345
7   libsystem_c.dylib                 0x00007fff840ac772 _pthread_start + 327
8   libsystem_c.dylib                 0x00007fff840991a1 thread_start + 13
Thread 42:
0   libsystem_kernel.dylib            0x00007fff8c312322 __select + 10
1   QtCore                            0x000000012c40d5ee QProcessManager::run() + 218
2   QtCore                            0x000000012c343d0f QThreadPrivate::start(void*) + 373
3   libsystem_c.dylib                 0x00007fff840ac772 _pthread_start + 327
4   libsystem_c.dylib                 0x00007fff840991a1 thread_start + 13
Thread 43:: com.apple.CFSocket.private
0   libsystem_kernel.dylib            0x00007fff8c312322 __select + 10
1   com.apple.CoreFoundation          0x00007fff8aa18f46 __CFSocketManager + 1302
2   libsystem_c.dylib                 0x00007fff840ac772 _pthread_start + 327
3   libsystem_c.dylib                 0x00007fff840991a1 thread_start + 13
Thread 44:: JavaScriptCore::BlockFree
0   libsystem_kernel.dylib            0x00007fff8c3120fa __psynch_cvwait + 10
1   libsystem_c.dylib                 0x00007fff840b0fb9 _pthread_cond_wait + 869
2   com.apple.JavaScriptCore          0x00007fff8280eb66 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 118
3   com.apple.JavaScriptCore          0x00007fff82a31bfa JSC::BlockAllocator::blockFreeingThreadMain() + 90
4   com.apple.JavaScriptCore          0x00007fff82a4725f WTF::wtfThreadEntryPoint(void*) + 15
5   libsystem_c.dylib                 0x00007fff840ac772 _pthread_start + 327
6   libsystem_c.dylib                 0x00007fff840991a1 thread_start + 13
Thread 45:: JavaScriptCore::Marking
0   libsystem_kernel.dylib            0x00007fff8c3120fa __psynch_cvwait + 10
1   libsystem_c.dylib                 0x00007fff840b0fb9 _pthread_cond_wait + 869
2   com.apple.JavaScriptCore          0x00007fff829949d4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
3   com.apple.JavaScriptCore          0x00007fff829948b6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
4   com.apple.JavaScriptCore          0x00007fff82a4725f WTF::wtfThreadEntryPoint(void*) + 15
5   libsystem_c.dylib                 0x00007fff840ac772 _pthread_start + 327
6   libsystem_c.dylib                 0x00007fff840991a1 thread_start + 13
Thread 46:: JavaScriptCore::Marking
0   libsystem_kernel.dylib            0x00007fff8c3120fa __psynch_cvwait + 10
1   libsystem_c.dylib                 0x00007fff840b0fb9 _pthread_cond_wait + 869
2   com.apple.JavaScriptCore          0x00007fff829949d4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
3   com.apple.JavaScriptCore          0x00007fff829948b6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
4   com.apple.JavaScriptCore          0x00007fff82a4725f WTF::wtfThreadEntryPoint(void*) + 15
5   libsystem_c.dylib                 0x00007fff840ac772 _pthread_start + 327
6   libsystem_c.dylib                 0x00007fff840991a1 thread_start + 13
Thread 47:: JavaScriptCore::Marking
0   libsystem_kernel.dylib            0x00007fff8c3120fa __psynch_cvwait + 10
1   libsystem_c.dylib                 0x00007fff840b0fb9 _pthread_cond_wait + 869
2   com.apple.JavaScriptCore          0x00007fff829949d4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
3   com.apple.JavaScriptCore          0x00007fff829948b6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
4   com.apple.JavaScriptCore          0x00007fff82a4725f WTF::wtfThreadEntryPoint(void*) + 15
5   libsystem_c.dylib                 0x00007fff840ac772 _pthread_start + 327
6   libsystem_c.dylib                 0x00007fff840991a1 thread_start + 13
Thread 48:
0   libsystem_kernel.dylib            0x00007fff8c3126d6 __workq_kernreturn + 10
1   libsystem_c.dylib                 0x00007fff840aef1c _pthread_workq_return + 25
2   libsystem_c.dylib                 0x00007fff840aece3 _pthread_wqthread + 412
3   libsystem_c.dylib                 0x00007fff84099191 start_wqthread + 13
Thread 49:: MB Cleanup
0   libsystem_kernel.dylib            0x00007fff8c3120fa __psynch_cvwait + 10
1   libsystem_c.dylib                 0x00007fff840b0fb9 _pthread_cond_wait + 869
2   com.steinberg.cubase              0x00000001018c1adb 0x100000000 + 25959131
3   com.steinberg.cubase              0x00000001014e1e1c 0x100000000 + 21896732
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 50:
0   libsystem_kernel.dylib            0x00007fff8c3126d6 __workq_kernreturn + 10
1   libsystem_c.dylib                 0x00007fff840aef1c _pthread_workq_return + 25
2   libsystem_c.dylib                 0x00007fff840aece3 _pthread_wqthread + 412
3   libsystem_c.dylib                 0x00007fff84099191 start_wqthread + 13
Thread 51:: Baios Processing Thread
0   libsystem_kernel.dylib            0x00007fff8c3106c2 semaphore_wait_trap + 10
1   com.steinberg.baios               0x000000010a23c515 0x10a213000 + 169237
2   com.steinberg.baios               0x000000010a226584 0x10a213000 + 79236
3   com.steinberg.baios               0x000000010a23b59f 0x10a213000 + 165279
4   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 52:: com.apple.audio.IOThread.client
0   libsystem_kernel.dylib            0x00007fff8c310686 mach_msg_trap + 10
1   libsystem_kernel.dylib            0x00007fff8c30fc42 mach_msg + 70
2   com.apple.audio.CoreAudio         0x00007fff8cd2d70c HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98
3   com.apple.audio.CoreAudio         0x00007fff8cd2d69a HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
4   com.apple.audio.CoreAudio         0x00007fff8cd2bad9 HALC_ProxyIOContext::IOWorkLoop() + 1161
5   com.apple.audio.CoreAudio         0x00007fff8cd2b5bf HALC_ProxyIOContext::IOThreadEntry(void*) + 83
6   com.apple.audio.CoreAudio         0x00007fff8cd2b497 HALB_IOThread::Entry(void*) + 75
7   libsystem_c.dylib                 0x00007fff840ac772 _pthread_start + 327
8   libsystem_c.dylib                 0x00007fff840991a1 thread_start + 13
Thread 53:: ASIOX Thread
0   libsystem_kernel.dylib            0x00007fff8c3106c2 semaphore_wait_trap + 10
1   com.steinberg.CoreAudio2ASIO      0x000000010a2a0bf5 0x10a291000 + 64501
2   com.steinberg.CoreAudio2ASIO      0x000000010a29bb40 0x10a291000 + 43840
3   com.steinberg.CoreAudio2ASIO      0x000000010a2a2d3c 0x10a291000 + 73020
4   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 54:: VST Prefetch Thread 0
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x00000001017e4759 0x100000000 + 25053017
3   com.steinberg.cubase              0x0000000100c5b8e5 0x100000000 + 12957925
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 55:: VST Prefetch Thread 1
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x00000001017e4759 0x100000000 + 25053017
3   com.steinberg.cubase              0x0000000100c5b8e5 0x100000000 + 12957925
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 56:: VST Prefetch Thread 2
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x00000001017e4759 0x100000000 + 25053017
3   com.steinberg.cubase              0x0000000100c5b8e5 0x100000000 + 12957925
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 57:: VST Prefetch Thread 3
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x00000001017e4759 0x100000000 + 25053017
3   com.steinberg.cubase              0x0000000100c5b8e5 0x100000000 + 12957925
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 58:: VST Prefetch Thread 4
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x00000001017e4759 0x100000000 + 25053017
3   com.steinberg.cubase              0x0000000100c5b8e5 0x100000000 + 12957925
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 59:: VST Prefetch Thread 5
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x00000001017e4759 0x100000000 + 25053017
3   com.steinberg.cubase              0x0000000100c5b8e5 0x100000000 + 12957925
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 60:: VST Prefetch Thread 6
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x00000001017e4759 0x100000000 + 25053017
3   com.steinberg.cubase              0x0000000100c5b8e5 0x100000000 + 12957925
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 61:: VST Prefetch Thread 7
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x00000001017e4759 0x100000000 + 25053017
3   com.steinberg.cubase              0x0000000100c5b8e5 0x100000000 + 12957925
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 62:: VST Prefetch Thread 8
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x00000001017e4759 0x100000000 + 25053017
3   com.steinberg.cubase              0x0000000100c5b8e5 0x100000000 + 12957925
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 63:: VST Prefetch Thread 9
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x00000001017e4759 0x100000000 + 25053017
3   com.steinberg.cubase              0x0000000100c5b8e5 0x100000000 + 12957925
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 64:: VST Prefetch Thread 10
0   libsystem_kernel.dylib            0x00007fff8c3106c2 semaphore_wait_trap + 10
1   com.steinberg.cubase              0x00000001018c14c7 0x100000000 + 25957575
2   com.steinberg.cubase              0x000000010181c556 0x100000000 + 25281878
3   com.steinberg.cubase              0x0000000100c5b8e5 0x100000000 + 12957925
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 65:: VST Prefetch Thread 11
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x00000001017e4759 0x100000000 + 25053017
3   com.steinberg.cubase              0x0000000100c5b8e5 0x100000000 + 12957925
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 66:: VST Prefetch Thread 12
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x00000001017e4759 0x100000000 + 25053017
3   com.steinberg.cubase              0x0000000100c5b8e5 0x100000000 + 12957925
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 67:: VST Prefetch Thread 13
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x00000001017e4759 0x100000000 + 25053017
3   com.steinberg.cubase              0x0000000100c5b8e5 0x100000000 + 12957925
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 68:: VST Prefetch Thread 14
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x00000001017e4759 0x100000000 + 25053017
3   com.steinberg.cubase              0x0000000100c5b8e5 0x100000000 + 12957925
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 69:: VST Prefetch Thread 15
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x00000001017e4759 0x100000000 + 25053017
3   com.steinberg.cubase              0x0000000100c5b8e5 0x100000000 + 12957925
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 70:: VST Realtime Slave 1
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x00000001017e4759 0x100000000 + 25053017
3   com.steinberg.cubase              0x0000000100c5b519 0x100000000 + 12956953
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 71:: VST Realtime Slave 2
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x00000001017e4759 0x100000000 + 25053017
3   com.steinberg.cubase              0x0000000100c5b519 0x100000000 + 12956953
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 72:: VST Realtime Slave 3
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x00000001017e4759 0x100000000 + 25053017
3   com.steinberg.cubase              0x0000000100c5b519 0x100000000 + 12956953
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 73:: VST Realtime Slave 4
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x00000001017e4759 0x100000000 + 25053017
3   com.steinberg.cubase              0x0000000100c5b519 0x100000000 + 12956953
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 74:: VST Realtime Slave 5
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x00000001017e4759 0x100000000 + 25053017
3   com.steinberg.cubase              0x0000000100c5b519 0x100000000 + 12956953
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 75:: VST Realtime Slave 6
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x00000001017e4759 0x100000000 + 25053017
3   com.steinberg.cubase              0x0000000100c5b519 0x100000000 + 12956953
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 76:: VST Realtime Slave 7
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x00000001017e4759 0x100000000 + 25053017
3   com.steinberg.cubase              0x0000000100c5b519 0x100000000 + 12956953
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 77:: VST Realtime Slave 8
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x00000001017e4759 0x100000000 + 25053017
3   com.steinberg.cubase              0x0000000100c5b519 0x100000000 + 12956953
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 78:: VST Realtime Slave 9
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x00000001017e4759 0x100000000 + 25053017
3   com.steinberg.cubase              0x0000000100c5b519 0x100000000 + 12956953
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 79:: VST Realtime Slave 10
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x00000001017e4759 0x100000000 + 25053017
3   com.steinberg.cubase              0x0000000100c5b519 0x100000000 + 12956953
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 80:: VST Realtime Slave 11
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x00000001017e4759 0x100000000 + 25053017
3   com.steinberg.cubase              0x0000000100c5b519 0x100000000 + 12956953
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 81:: VST Realtime Slave 12
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x00000001017e4759 0x100000000 + 25053017
3   com.steinberg.cubase              0x0000000100c5b519 0x100000000 + 12956953
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 82:: VST Realtime Slave 13
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x00000001017e4759 0x100000000 + 25053017
3   com.steinberg.cubase              0x0000000100c5b519 0x100000000 + 12956953
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 83:: VST Realtime Slave 14
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x00000001017e4759 0x100000000 + 25053017
3   com.steinberg.cubase              0x0000000100c5b519 0x100000000 + 12956953
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 84:: VST Realtime Slave 15
0   libsystem_kernel.dylib            0x00007fff8c3106ce semaphore_wait_signal_trap + 10
1   com.steinberg.cubase              0x00000001018c14f2 0x100000000 + 25957618
2   com.steinberg.cubase              0x00000001017e4759 0x100000000 + 25053017
3   com.steinberg.cubase              0x0000000100c5b519 0x100000000 + 12956953
4   com.steinberg.cubase              0x00000001018c11df 0x100000000 + 25956831
5   libsystem_c.dylib                 0x00007fff840afe1a _pthread_body + 54
Thread 85:
0   libsystem_kernel.dylib            0x00007fff8c3126d6 __workq_kernreturn + 10
1   libsystem_c.dylib                 0x00007fff840aef1c _pthread_workq_return + 25
2   libsystem_c.dylib                 0x00007fff840aece3 _pthread_wqthread + 412
3   libsystem_c.dylib                 0x00007fff84099191 start_wqthread + 13
Thread 86:
0   libsystem_kernel.dylib            0x00007fff8c3126d6 __workq_kernreturn + 10
1   libsystem_c.dylib                 0x00007fff840aef1c _pthread_workq_return + 25
2   libsystem_c.dylib                 0x00007fff840aece3 _pthread_wqthread + 412
3   libsystem_c.dylib                 0x00007fff84099191 start_wqthread + 13
Thread 87:: CVDisplayLink
0   libsystem_kernel.dylib            0x00007fff8c3120fa __psynch_cvwait + 10
1   libsystem_c.dylib                 0x00007fff840b0fb9 _pthread_cond_wait + 869
2   com.apple.CoreVideo               0x00007fff8a2832a1 CVDisplayLink::runIOThread() + 689
3   com.apple.CoreVideo               0x00007fff8a282fd7 startIOThread(void*) + 148
4   libsystem_c.dylib                 0x00007fff840ac772 _pthread_start + 327
5   libsystem_c.dylib                 0x00007fff840991a1 thread_start + 13
Thread 88 Crashed:: OpenGL Rendering
0   com.juce.JuceDemoPlugin           0x0000000133869a3c juce::Array<juce::String, juce::DummyCriticalSection, 0>::size() const + 12 (juce_Array.h:218)
1   com.juce.JuceDemoPlugin           0x0000000133850125 juce::StringArray::size() const + 21 (juce_StringArray.h:117)
2   com.juce.JuceDemoPlugin           0x000000013395e6df juce::StringArray::indexOf(juce::StringRef, bool, int) const + 63 (juce_StringArray.cpp:184)
3   com.juce.JuceDemoPlugin           0x0000000133cfbeae juce::OpenGLContext::getAssociatedObject(char const*) const + 270 (juce_OpenGLContext.cpp:783)
4   com.juce.JuceDemoPlugin           0x0000000133d185dc juce::OpenGLRendering::CachedImageList::get(juce::OpenGLContext&) + 28 (juce_OpenGLGraphicsContext.cpp:47)
5   com.juce.JuceDemoPlugin           0x0000000133d1821f juce::OpenGLRendering::GLState::GLState(juce::OpenGLRendering::Target const&) + 495 (juce_OpenGLGraphicsContext.cpp:1327)
6   com.juce.JuceDemoPlugin           0x0000000133d11cfd juce::OpenGLRendering::GLState::GLState(juce::OpenGLRendering::Target const&) + 29 (juce_OpenGLGraphicsContext.cpp:1329)
7   com.juce.JuceDemoPlugin           0x0000000133d11bd3 juce::OpenGLRendering::ShaderContext::ShaderContext(juce::OpenGLRendering::Target const&) + 67 (juce_OpenGLGraphicsContext.cpp:1695)
8   com.juce.JuceDemoPlugin           0x0000000133cfcc8d juce::OpenGLRendering::ShaderContext::ShaderContext(juce::OpenGLRendering::Target const&) + 29 (juce_OpenGLGraphicsContext.cpp:1697)
9   com.juce.JuceDemoPlugin           0x0000000133cf8ace juce::OpenGLRendering::createOpenGLContext(juce::OpenGLRendering::Target const&) + 78 (juce_OpenGLGraphicsContext.cpp:1757)
10  com.juce.JuceDemoPlugin           0x0000000133cf8cce juce::createOpenGLGraphicsContext(juce::OpenGLContext&, unsigned int, int, int) + 62 (juce_OpenGLGraphicsContext.cpp:1779)
11  com.juce.JuceDemoPlugin           0x0000000133cf8c87 juce::createOpenGLGraphicsContext(juce::OpenGLContext&, int, int) + 55 (juce_OpenGLGraphicsContext.cpp:1768)
12  com.juce.JuceDemoPlugin           0x00000001338056d6 JuceDemoPluginAudioProcessorEditor::renderOpenGL() + 310 (PluginEditor.cpp:194)
13  com.juce.JuceDemoPlugin           0x000000013380588c non-virtual thunk to JuceDemoPluginAudioProcessorEditor::renderOpenGL() + 28 (PluginEditor.cpp:202)
14  com.juce.JuceDemoPlugin           0x0000000133d02b27 juce::OpenGLContext::CachedImage::renderFrame() + 567 (juce_OpenGLContext.cpp:174)
15  com.juce.JuceDemoPlugin           0x0000000133d03e21 juce::OpenGLContext::CachedImage::run() + 193 (juce_OpenGLContext.cpp:350)
16  com.juce.JuceDemoPlugin           0x0000000133d03f0c non-virtual thunk to juce::OpenGLContext::CachedImage::run() + 28 (juce_opengl.mm:357)
17  com.juce.JuceDemoPlugin           0x000000013398bd80 juce::Thread::threadEntryPoint() + 352 (juce_Thread.cpp:101)
18  com.juce.JuceDemoPlugin           0x000000013398bfd5 juce::juce_threadEntryPoint(void*) + 21 (juce_Thread.cpp:114)
19  com.juce.JuceDemoPlugin           0x00000001339a977e threadEntryProc + 30 (juce_posix_SharedCode.h:850)
20  libsystem_c.dylib                 0x00007fff840ac772 _pthread_start + 327
21  libsystem_c.dylib                 0x00007fff840991a1 thread_start + 13
Thread 89:: Juce Timer
0   libsystem_kernel.dylib            0x00007fff8c3120fa __psynch_cvwait + 10
1   libsystem_c.dylib                 0x00007fff840b0fb9 _pthread_cond_wait + 869
2   com.juce.JuceDemoPlugin           0x000000013398b09a juce::WaitableEvent::wait(int) const + 298 (juce_posix_SharedCode.h:97)
3   com.juce.JuceDemoPlugin           0x000000013398c602 juce::Thread::wait(int) const + 34 (juce_Thread.cpp:246)
4   com.juce.JuceDemoPlugin           0x0000000133a496e1 juce::Timer::TimerThread::run() + 417 (juce_Timer.cpp:89)
5   com.juce.JuceDemoPlugin           0x000000013398bd80 juce::Thread::threadEntryPoint() + 352 (juce_Thread.cpp:101)
6   com.juce.JuceDemoPlugin           0x000000013398bfd5 juce::juce_threadEntryPoint(void*) + 21 (juce_Thread.cpp:114)
7   com.juce.JuceDemoPlugin           0x00000001339a977e threadEntryProc + 30 (juce_posix_SharedCode.h:850)
8   libsystem_c.dylib                 0x00007fff840ac772 _pthread_start + 327
9   libsystem_c.dylib                 0x00007fff840991a1 thread_start + 13
Thread 88 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000100  rbx: 0x000000010fa3e000  rcx: 0x0000000000000000  rdx: 0x0000000000000000
  rdi: 0x00000000000001e0  rsi: 0x000000010fa3d990  rbp: 0x000000010fa3d8f0  rsp: 0x000000010fa3d8f0
   r8: 0x0000000000000007   r9: 0x00000000ad5869dd  r10: 0x0000000130220e10  r11: 0x000000009d3a6fed
  r12: 0x0000000000051f07  r13: 0x0000000000000000  r14: 0x000000012913ef38  r15: 0x00000001339a9760
  rip: 0x0000000133869a3c  rfl: 0x0000000000010206  cr2: 0x00000000000001f0
Logical CPU: 12
Binary Images:
       0x100000000 -        0x102805ff7 +com.steinberg.cubase (7.5.20.174 - 7.5.20.174) <4722DE8B-C163-3106-BCED-37F31043ABFE> /Applications/Cubase 7.5.app/Contents/MacOS/Cubase 7.5
       0x102d13000 -        0x102d5dff7  com.apple.audio.midi.CoreMIDI (1.9 - 78) <28B1D3A5-973A-359A-99DC-18BE8C30C6B8> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
       0x1093ad000 -        0x1093b2fff  com.apple.IOAccelerator (74.15 - 74.15) <D8C40179-4A29-3401-9B35-6E61EA278D41> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
       0x1093ba000 -        0x1093c6fff  libGPUSupportMercury.dylib (8.10.1) <1DE2D7F9-C031-3BBF-BD5F-4E1208B6F296> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
       0x1093d1000 -        0x1093dafe7  libcldcpuengine.dylib (2.2.16) <DB9678F6-7D50-384A-A961-6109B61D1607> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
       0x109700000 -        0x109785ff7 +com.eLicenser.POSAccess-DLL (1.4.0.9) <F08CFFBA-FB3F-3A80-8D17-807D8C8C7CB2> /Library/Application Support/eLicenser/*/Synsoacc.bundle/Contents/MacOS/Synsoacc
       0x10a100000 -        0x10a205ff7 +com.steinberg.omffilter (4.0.2.24 - 4.0.2.24) <EA336016-AB9F-34E0-A7F7-1FF5060B9172> /Applications/Cubase 7.5.app/Contents/Components/omffilter.bundle/Contents/MacOS/omffilter
       0x10a213000 -        0x10a27ffe7 +com.steinberg.baios (2.2.6.23 - 2.2.6.23) <AD21F2B7-2811-3E7C-B8F5-3AC8B491FCF4> /Applications/Cubase 7.5.app/Contents/Components/baios.bundle/Contents/MacOS/baios
       0x10a291000 -        0x10a2a9ff7 +com.steinberg.CoreAudio2ASIO (2.2.7.16 - 2.2.7.16) <389DB111-7F45-3D23-832B-C764AFAE87A5> /Applications/Cubase 7.5.app/Contents/Components/coreaudio2asio.bundle/Contents/MacOS/coreaudio2asio
       0x10a2b1000 -        0x10a2b6fff  com.apple.audio.AppleHDAHALPlugIn (2.4.7 - 2.4.7fc4) <EA592C9E-AD15-3DD0-85BE-D47BBBE04286> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
       0x10a2bb000 -        0x10a2e6fff +com.avid.avid.AvidCoreAudioPlugIn (11.0.0.473 - 11.0.0d473) <B1B0D2D3-C7B2-33E0-9A99-B44427AF130D> /Library/Audio/Plug-Ins/HAL/Avid CoreAudio.plugin/Contents/MacOS/Avid CoreAudio
       0x10a2ee000 -        0x10a319ff7 +com.grame.JackRouter (JackRouter - 0.9.5) <A12EE384-5A98-BBFF-6E7D-8F35237E517A> /Library/Audio/Plug-Ins/HAL/JackRouter.plugin/Contents/MacOS/JackRouter
       0x10a330000 -        0x10a35dfff +Jackmp (1) <0A47BA3E-580F-F3D8-9E3F-898EDFC73081> /Library/Frameworks/Jackmp.framework/Versions/A/Jackmp
       0x10ae1c000 -        0x10ae4afff  com.apple.audio.CoreAudioKit (1.6.5 - 1.6.5) <DF069200-1DBF-3137-9440-1758B47334C1> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
       0x10b11e000 -        0x10b154ff7 +se.propellerheads.rex.library (1.7.0 - 1.7.0) <55A4808A-FF69-8A7F-B907-32627CC33D78> /Applications/Cubase 7.5.app/Contents/MacOS/REX Shared Library.bundle/Contents/MacOS/REX Shared Library
       0x10b17e000 -        0x10b411ff7 +com.steinberg.videoengine (1.5.0.179 - 1.5.0.179) <E4147388-82AB-3BBA-87E5-4792E5975610> /Applications/Cubase 7.5.app/Contents/Components/videoengine.bundle/Contents/MacOS/videoengine
       0x10b67b000 -        0x10b703fff +se.propellerheads.rewire.library (1.8.2 build 127 - 1.8.2) <5F06EB11-5154-02BE-9431-8FCD77CF0173> /Library/Application Support/Propellerhead Software/*/ReWire.bundle/Contents/MacOS/ReWire
       0x10c9a7000 -        0x10ca60ff7  ColorSyncDeprecated.dylib (400) <7CE58F6E-D2C8-39FB-8EE0-28CC6EC6D04F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
       0x10d19d000 -        0x10d1c8fff  GLRendererFloat (8.10.1) <055EC8E7-2D7E-370C-96AD-DBEEDB106927> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
       0x10d994000 -        0x10d9aaff7  com.apple.webcontentfilter.framework (3.1 - 5) <E18D99F4-A52C-30C8-9D70-D0E34DB9D68C> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalysis
       0x10d9cf000 -        0x10d9d0ff7  ATSHI.dylib (341.2) <8727FE94-7CED-3691-89E8-02BA300B4313> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/ATSHI.dylib
       0x10d9d9000 -        0x10db97fff  GLEngine (8.10.1) <1BD4D913-CE6C-3389-B4E1-FC7352E4C23F> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
       0x10dbce000 -        0x10dd3efff  libGLProgrammability.dylib (8.10.1) <3E488CEF-5751-3073-B8EE-0B4CA39CB6AB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
       0x10e800000 -        0x10eac9fe7  com.apple.AMDRadeonX3000GLDriver (1.8.19 - 1.0.8) <7C205F2A-F942-3D2D-A5D6-C5C8DADD81E4> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/AMDRadeonX3000GLDriver
       0x10f983000 -        0x10f988ff7  libFontRegistryUI.dylib (100) <9F172961-DB6F-3A82-9F90-28F9A233F755> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
       0x110681000 -        0x1106a3fff +com.steinberg.hubservice (1.2.0.80 - 1.2.0.80) <94B6E810-2B3B-368F-AC5E-431E2EEACEE7> /Applications/Cubase 7.5.app/Contents/Components/hubservice.bundle/Contents/MacOS/hubservice
       0x113a5b000 -        0x113ad3fe7 +com.steinberg.VSTPlugManager (2.2.4.3 - 2.2.4.3) <D119D4EF-3F86-3313-AFA8-53883AB93523> /Applications/Cubase 7.5.app/Contents/Components/VSTPlugManager.bundle/Contents/MacOS/VSTPlugManager
       0x11444e000 -        0x1145d1ff7 +com.steinberg.Eucon (6.5.2.19 - 6.5.2.19) <E3E3E39E-1CE2-78C5-1415-4250CF2201D9> /Library/Application Support/Steinberg/*/eucon65.bundle/Contents/MacOS/eucon65
       0x122900000 -        0x1229dfff7 +"com.steinberg.vst3." stringEffectName (1.1.5.74 - 1.1.5.74) <DA6D1FE4-6DF6-3E12-8FF1-61FF8D154ECB> /Applications/Cubase 7.5.app/Contents/VST3/surroundpanner.vst3/Contents/MacOS/surroundpanner
       0x1240af000 -        0x124886fef +com.steinberg.vst3.pluginset.cubase (4.5.3.58 - 4.5.3.58) <CA7A263F-2436-3638-972B-C0FA28B3BD77> /Applications/Cubase 7.5.app/Contents/VST3/Cubase Plug-in Set.vst3/Contents/MacOS/Cubase Plug-in Set
       0x126678000 -        0x126687fe7 +com.cockos.REAPERReWireDev (1.0) <D14F9A7F-63C1-B7A0-E162-08158DB5B418> /Applications/REAPER64.app/Contents/Plugins/REAPERReWireDev.bundle/Contents/MacOS/REAPERReWireDev
       0x1267f0000 -        0x126814ff7  com.apple.security.csparser (3.0 - 55179.16.1) <FC0DF2D7-D9B9-3ACB-8E15-4C5CCB0201A9> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
       0x1284f4000 -        0x128a94ff8 +com.ableton.live-engine (9.0.4 [2013-05-03_46f4266954] - 9.0.4 [2013-05-03_46f4266954]) <DE2B9192-E1C2-BE2C-A7C3-74466E89E48D> /Applications/Ableton Live 9/*/Ableton Live 9 Trial.app/Contents/Resources/Ableton Live Engine.bundle/Contents/MacOS/Ableton Live Engine
       0x12c10d000 -        0x12c166ff7 +com.eLicenser.eLicenserCore-DLL (1.0.6.76) <0855238F-A9D9-3E83-998E-A57378AAC9FE> /Library/Application Support/eLicenser/*/eLicenserCore.framework/eLicenserCore
       0x12c192000 -        0x12c2c3fff +QtNetwork (4.8.2) <3C390D2D-3410-3E49-8DE1-6852A7BB8028> /Library/Application Support/eLicenser/*/QtNetwork.framework/Versions/4/QtNetwork
       0x12c320000 -        0x12c5c1fef +QtCore (4.8.2) <3AE24412-AD6E-3FA3-86C8-9BD2D6D8609A> /Library/Application Support/eLicenser/*/QtCore.framework/Versions/4/QtCore
       0x133800000 -        0x1340b5fff +com.juce.JuceDemoPlugin (1.0.0 - 1.0.0) <B577D6D3-6006-3725-9E34-755AB13B86ED> /Users/USER/Library/Audio/Plug-Ins/VST3/JuceDemoPlugin.vst3/Contents/MacOS/JuceDemoPlugin
    0x7fff619e6000 -     0x7fff61a1a93f  dyld (210.2.3) <36CAA36E-72BC-3E48-96D9-B96A2DF77730> /usr/lib/dyld
    0x7fff81b31000 -     0x7fff81b48fff  libGL.dylib (8.10.1) <F8BABA3C-7810-3A65-83FC-61945AA50E90> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff81b49000 -     0x7fff81b6bff7  libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib
    0x7fff81b6c000 -     0x7fff81b6cfff  com.apple.vecLib (3.8 - vecLib 3.8) <6CBBFDC4-415C-3910-9558-B67176447789> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff81b97000 -     0x7fff81bf6fff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff81ce9000 -     0x7fff81cebff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
    0x7fff81d43000 -     0x7fff81d44fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
    0x7fff81d45000 -     0x7fff81d94fff  com.apple.framework.CoreWiFi (1.3 - 130.13) <CCF3D8E3-CD1C-36CD-929A-C9972F833F24> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff81dd9000 -     0x7fff81decff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
    0x7fff82049000 -     0x7fff82051fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
    0x7fff82052000 -     0x7fff82061ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
    0x7fff82062000 -     0x7fff8206efff  com.apple.CrashReporterSupport (10.8.3 - 418) <DE6AFE16-D97E-399D-82ED-3522C773C36E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff8206f000 -     0x7fff820c5fff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff8216c000 -     0x7fff8219efff  com.apple.framework.Admin (12.2 - 12.2) <C61706AD-6952-3B8D-B926-330506F45339> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
    0x7fff82423000 -     0x7fff82442ff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff82443000 -     0x7fff82563fff  com.apple.desktopservices (1.7.4 - 1.7.4) <ED3DA8C0-160F-3CDC-B537-BF2E766AB7C1> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff82564000 -     0x7fff82564fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff82808000 -     0x7fff82aa3ff7  com.apple.JavaScriptCore (8536 - 8536.30) <FE3C5ADD-43D3-33C9-9150-8DCEFDA218E2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff82acd000 -     0x7fff82b68fff  com.apple.CoreSymbolication (3.0 - 117) <7D43ED93-BD81-338C-8076-6A932A1D19E8> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff82b69000 -     0x7fff82b76ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff82b77000 -     0x7fff82b89ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
    0x7fff82bdb000 -     0x7fff82c43fff  libvDSP.dylib (380.10) <3CA154A3-1BE5-3CF4-BE48-F0A719A963BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff82c44000 -     0x7fff82d16ff7  com.apple.CoreText (260.0 - 275.17) <AB493289-E188-3CCA-8658-1E5039715F82> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff82d17000 -     0x7fff82d3eff7  com.apple.speech.LatentSemanticMappingFramework (2.9.3 - 2.9.3) <CDB23C93-853B-3F18-985C-6D32D4704F26> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSemanticMapping
    0x7fff82d3f000 -     0x7fff82d40ff7  libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff82d41000 -     0x7fff82df3ff7  com.apple.LaunchServices (539.11 - 539.11) <A86F44E5-F285-3029-A5D1-00CD3C231A08> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff82e33000 -     0x7fff82f4dfff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff82f4e000 -     0x7fff83b7bfff  com.apple.AppKit (6.8 - 1187.40) <F12CF463-6F88-32ED-9EBA-0FA2AD3CF576> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff83bbf000 -     0x7fff83bc3ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff83bc4000 -     0x7fff83cc6fff  libJP2.dylib (852) <01E502E9-7FD3-3A5D-8EA4-2DC8C56E0497> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff83cc7000 -     0x7fff83ccafff  libutil.dylib (30) <EF3340B2-9A53-3D5E-B9B4-BDB5EEECC178> /usr/lib/libutil.dylib
    0x7fff83ccb000 -     0x7fff83d4bff7  com.apple.ApplicationServices.ATS (341.2 - 341.2) <0EF1BB57-71AA-304D-A455-55CBE0A4983A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff83e0a000 -     0x7fff83f7bff7  com.apple.QTKit (7.7.1 - 2599.46) <FC3F5D20-16F4-3F7A-87C6-4171A25D8C5D> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff83fbe000 -     0x7fff83fbefff  com.apple.Carbon (154 - 155) <1B2846B1-384E-3D1C-8999-201215723349> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff83fbf000 -     0x7fff83fc1fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff83fc2000 -     0x7fff83ffbff7  libssl.0.9.8.dylib (47.2) <46DF85DC-18FB-3108-91F6-52AE3EBF2347> /usr/lib/libssl.0.9.8.dylib
    0x7fff83ffc000 -     0x7fff84009fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff8400a000 -     0x7fff84031ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff84072000 -     0x7fff84097ff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
    0x7fff84098000 -     0x7fff84164ff7  libsystem_c.dylib (825.40.1) <543B05AE-CFA5-3EFE-8E58-77225411BA6B> /usr/lib/system/libsystem_c.dylib
    0x7fff84165000 -     0x7fff84165fff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff84166000 -     0x7fff8416bfff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8416c000 -     0x7fff8416cfff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
    0x7fff8416d000 -     0x7fff84184fff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff84185000 -     0x7fff84429ff7  com.apple.CoreImage (8.4.0 - 1.0.1) <CC6DD22B-FFC6-310B-BE13-2397A02C79EF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff8442a000 -     0x7fff84536fff  libFontParser.dylib (84.7) <C3D1121B-B066-34C3-9D31-ADDF387C0B20> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8459f000 -     0x7fff845d5fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff845e7000 -     0x7fff845fcfff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff845fd000 -     0x7fff8475bfef  com.apple.MediaControlSender (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
    0x7fff8475c000 -     0x7fff8476aff7  libkxld.dylib (2050.48.12) <B8F7ED1F-CF84-3777-9183-0A1C513DF81F> /usr/lib/system/libkxld.dylib
    0x7fff8476b000 -     0x7fff8496bfff  libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib
    0x7fff8496c000 -     0x7fff8496dff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
    0x7fff8496e000 -     0x7fff84971ff7  com.apple.LoginUICore (2.1 - 2.1) <98A808A9-F27D-37A9-84D6-77B61C444F97> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
    0x7fff8497d000 -     0x7fff8498bfff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x7fff8498c000 -     0x7fff8498dfff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8498e000 -     0x7fff849ddff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
    0x7fff849ed000 -     0x7fff84e29fff  com.apple.VideoToolbox (1.0 - 926.106) <B1185D9D-02AC-3D27-B894-21B1179F2AEF> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff84e2a000 -     0x7fff84e55fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
    0x7fff84e56000 -     0x7fff84e78ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8503c000 -     0x7fff85045fff  com.apple.CommerceCore (1.0 - 26.3) <870C7810-0D27-3AC5-95A0-3224BB4890C0> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff85046000 -     0x7fff85086ff7  com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff85087000 -     0x7fff8517cfff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
    0x7fff851af000 -     0x7fff851fbfff  com.apple.framework.CoreWLAN (3.4 - 340.18) <3735FB49-30C0-3B11-BE25-2ACDD96041B5> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff851fc000 -     0x7fff854b3ff7  com.apple.MediaToolbox (1.0 - 926.106) <57043584-98E7-375A-89AE-F46480AA5D97> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff8559f000 -     0x7fff85f2f807  com.apple.CoreGraphics (1.600.0 - 333.1.1) <E3316BA5-1A34-39B1-8FA7-97727488869B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff85f30000 -     0x7fff86021ff7  com.apple.DiskImagesFramework (10.8.3 - 345) <F9FAEAF0-B9A5-34DF-94B7-926FB03AD5F6> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff86022000 -     0x7fff86023ff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
    0x7fff86081000 -     0x7fff86085ff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff8608b000 -     0x7fff860a2fff  com.apple.CFOpenDirectory (10.8 - 151.10) <10F41DA4-AD54-3F52-B898-588D9A117171> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff860a3000 -     0x7fff860a3fff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff8635d000 -     0x7fff8635efff  libodfde.dylib (18) <015DD2A0-D59A-3547-909D-7C028A65C312> /usr/lib/libodfde.dylib
    0x7fff86365000 -     0x7fff8636bff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
    0x7fff8636c000 -     0x7fff8639aff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
    0x7fff8641e000 -     0x7fff86422fff  libGIF.dylib (852) <326C48F1-C892-3AF9-94BC-32768EFF6731> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8643e000 -     0x7fff86445fff  libGFXShared.dylib (8.10.1) <B4AB9480-2CDB-34F8-8D6F-F5A2CFC221B0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff86446000 -     0x7fff864d6ff7  libCoreStorage.dylib (296.18.2) <2FFB6BCA-3033-3AC1-BCE4-ED102DCBECD5> /usr/lib/libCoreStorage.dylib
    0x7fff864d7000 -     0x7fff864e3fff  libCSync.A.dylib (333.1.1) <1EE4C872-5236-3577-A458-691DA2B43370> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff864e4000 -     0x7fff864e6fff  com.apple.securityhi (4.0 - 55002) <26E6D477-EF61-351F-BA8C-67824AA231C6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff864e7000 -     0x7fff865baff7  com.apple.DiscRecording (7.0 - 7000.2.4) <E5F3F320-1049-32D8-8189-916EF5C40A1A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff8668f000 -     0x7fff86696fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff86697000 -     0x7fff866befff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff866bf000 -     0x7fff86c2fff7  com.apple.CoreAUC (6.22.03 - 6.22.03) <A77BC97A-B695-3F7E-8696-5B2357C2726B> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff86c30000 -     0x7fff86c5cfff  com.apple.framework.Apple80211 (8.5 - 850.252) <73506CA1-CF76-3A98-A6F2-3DDAC10CB67A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff86c5d000 -     0x7fff86ca9ff7  libauto.dylib (185.4) <AD5A4CE7-CB53-313C-9FAE-673303CC2D35> /usr/lib/libauto.dylib
    0x7fff86caa000 -     0x7fff86cb4fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff86cb5000 -     0x7fff86cf4ff7  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
    0x7fff86cff000 -     0x7fff86d8cff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff86d8d000 -     0x7fff86e52ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8777a000 -     0x7fff8777efff  libCoreVMClient.dylib (32.5) <DB009CD4-BB0E-3331-BBB4-A118781D193F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff8777f000 -     0x7fff87789fff  libcsfde.dylib (296.18.2) <08092C5B-2171-3C1D-A98F-CF499A315DDC> /usr/lib/libcsfde.dylib
    0x7fff8778b000 -     0x7fff8778ffff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff87790000 -     0x7fff8792bfef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff87b75000 -     0x7fff87b7afff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
    0x7fff87d5a000 -     0x7fff87d90fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
    0x7fff8866f000 -     0x7fff8866ffff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <F565B686-24E2-39F2-ACC3-C5E4084476BE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff886cc000 -     0x7fff88721ff7  libTIFF.dylib (852) <0CA1662F-EB05-34DE-B9BA-0A03EC59B846> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff88722000 -     0x7fff88742fff  libPng.dylib (852) <CCBFA9A9-33C0-3189-AFE0-A77E831EEBA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff88a14000 -     0x7fff88a22fff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
    0x7fff88a23000 -     0x7fff88afdfff  com.apple.backup.framework (1.4.3 - 1.4.3) <6B65C44C-7777-3331-AD9D-438D10AAC777> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff88afe000 -     0x7fff88b00fff  libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib
    0x7fff88b0c000 -     0x7fff88b29ff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff88bea000 -     0x7fff88c53fff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
    0x7fff88c54000 -     0x7fff88c5fff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff88c60000 -     0x7fff88c65fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
    0x7fff88c66000 -     0x7fff88c66fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff88c67000 -     0x7fff88c72fff  com.apple.CommonAuth (3.0 - 2.0) <1CA95702-DDC7-3ADB-891E-7F037ABDDA14> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff88c88000 -     0x7fff88d09fff  com.apple.Metadata (10.7.0 - 707.12) <69E3EEF7-8B7B-3652-8320-B8E885370E56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff88d0b000 -     0x7fff88d16fff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
    0x7fff88d17000 -     0x7fff89cd6ff7  com.apple.WebCore (8536 - 8536.30.2) <3FF4783B-EF75-34F5-995C-316557148A18> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff89d2e000 -     0x7fff89e2bfff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
    0x7fff89e2c000 -     0x7fff89e30fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
    0x7fff89e31000 -     0x7fff89e88ff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff89e89000 -     0x7fff8a280fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff8a281000 -     0x7fff8a2abff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8a2ac000 -     0x7fff8a2fdff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff8a418000 -     0x7fff8a419ff7  libSystem.B.dylib (169.3) <9089D72D-E714-31E1-80C8-698A8E8B05AD> /usr/lib/libSystem.B.dylib
    0x7fff8a41a000 -     0x7fff8a49cff7  com.apple.Heimdal (3.0 - 2.0) <ACF0C667-5ACC-382A-A998-61E85386C814> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8a4a0000 -     0x7fff8a4a0ffd  com.apple.audio.units.AudioUnit (1.9.2 - 1.9.2) <6D314680-7409-3BC7-A807-36341411AF9A> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8a4a1000 -     0x7fff8a800fff  com.apple.Foundation (6.8 - 945.19) <C98E55BA-553B-314B-B056-849FFB20C220> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff8a801000 -     0x7fff8a903fff  libcrypto.0.9.8.dylib (47.2) <CF3BAB7E-4972-39FD-AF92-28ACAFF0873E> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8a9a4000 -     0x7fff8ab8eff7  com.apple.CoreFoundation (6.8 - 744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8ac43000 -     0x7fff8ace1ff7  com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff8ace2000 -     0x7fff8aceaff7  libsystem_dnssd.dylib (379.38.1) <BDCB8566-0189-34C0-9634-35ABD3EFE25B> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8acf5000 -     0x7fff8ad26ff7  com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff8ad27000 -     0x7fff8ad6aff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff8ad6b000 -     0x7fff8afa0ff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8afa1000 -     0x7fff8afdefef  libGLImage.dylib (8.10.1) <91E31B9B-4141-36D5-ABDC-20F1D6D1D0CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff8b298000 -     0x7fff8b298fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <878A6E7E-CB34-380F-8212-47FBF12C7C96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8b299000 -     0x7fff8b2f5ff7  com.apple.Symbolication (1.3 - 93) <97F3B1D2-D81D-3F37-87B3-B9A686124CF5> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff8b2f6000 -     0x7fff8b305fff  com.apple.opengl (1.8.10 - 1.8.10) <AD49CF56-B7C1-3598-8610-58532FC41345> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8b306000 -     0x7fff8b327ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
    0x7fff8b388000 -     0x7fff8b3d7ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8b3db000 -     0x7fff8b4f392f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
    0x7fff8b4f4000 -     0x7fff8b53eff7  libGLU.dylib (8.10.1) <6699DEA6-9EEB-3B84-A57F-B25AE44EC584> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8b53f000 -     0x7fff8b5acff7  com.apple.datadetectorscore (4.1 - 269.3) <5775F0DB-87D6-310D-8B03-E2AD729EFB28> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff8bdd0000 -     0x7fff8bdefff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
    0x7fff8bf5c000 -     0x7fff8c273ff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <1E567A52-677F-3168-979F-5FBB0818D52B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff8c2c6000 -     0x7fff8c2e7fff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff8c300000 -     0x7fff8c31bff7  libsystem_kernel.dylib (2050.48.12) <4B7993C3-F62D-3AC1-AF92-414A0D6EED5E> /usr/lib/system/libsystem_kernel.dylib
    0x7fff8c31c000 -     0x7fff8c31ffff  libRadiance.dylib (852) <139962CD-21E2-3D31-9F47-D5F2D6C2C2BC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8c320000 -     0x7fff8c3c6ff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <1BDB5456-0CE9-301C-99C1-8EFD0D2BFCCD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff8c457000 -     0x7fff8c46cff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
    0x7fff8c47e000 -     0x7fff8c481fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff8c482000 -     0x7fff8c48ffff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
    0x7fff8c4ac000 -     0x7fff8c546fff  libvMisc.dylib (380.10) <A7F12764-A94C-36EB-88E0-F826F5AF55B4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff8c547000 -     0x7fff8c54aff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
    0x7fff8c54b000 -     0x7fff8c54dff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff8c577000 -     0x7fff8c6fdfff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff8c6fe000 -     0x7fff8c700ff7  com.apple.EFILogin (2.0 - 2) <51A470D7-1F72-3369-AF0F-AD2340B42C12> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff8c701000 -     0x7fff8c76fff7  com.apple.framework.IOKit (2.0.1 - 755.42.1) <A90038ED-48F2-3CC9-A042-53A3D7985844> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8c7fe000 -     0x7fff8c989fff  com.apple.WebKit (8536 - 8536.30.1) <56B86FA1-ED74-3001-8942-1CA2281540EC> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff8c98a000 -     0x7fff8c98cfff  libCVMSPluginSupport.dylib (8.10.1) <F0239392-E0CB-37D7-BFE2-D6F5D42F9196> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff8c98d000 -     0x7fff8c9d1fff  libcups.2.dylib (327.7) <9F35B58A-F47E-348A-8E09-E235FA4B9270> /usr/lib/libcups.2.dylib
    0x7fff8c9d2000 -     0x7fff8ca1afff  libcurl.4.dylib (69.2.71) <F52E1881-A425-3AE9-8386-A434F10AE0A2> /usr/lib/libcurl.4.dylib
    0x7fff8ca1b000 -     0x7fff8ca2cff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
    0x7fff8ca2e000 -     0x7fff8ccfffff  com.apple.security (7.0 - 55179.16.1) <49A6A8FD-124D-30E0-94C3-C73F8C9469E6> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8cd00000 -     0x7fff8cd63fff  com.apple.audio.CoreAudio (4.1.2 - 4.1.2) <FEAB83AB-1DE5-3813-BA48-7A7F2374CCF0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8cd99000 -     0x7fff8cda0fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
    0x7fff8cdda000 -     0x7fff8cf2cfff  com.apple.audio.toolbox.AudioToolbox (1.9.2 - 1.9.2) <DC5F3D1B-036A-37DE-BC24-7636DC95EA1C> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8cf2d000 -     0x7fff8cfacff7  com.apple.securityfoundation (6.0 - 55115.4) <8676E0DF-295F-3690-BDAA-6C9C1D210B88> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff8cfad000 -     0x7fff8cfe7ff7  com.apple.GSS (3.0 - 2.0) <423BDFCC-9187-3F3E-ABB0-D280003EB15E> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff8cffa000 -     0x7fff8d045fff  com.apple.CoreMedia (1.0 - 926.106) <64467905-48DC-37F9-9F32-186768CF2640> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff8d076000 -     0x7fff8d09efff  libJPEG.dylib (852) <4E159C31-1B41-3EFF-89EC-3F7BC9053F2C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8d09f000 -     0x7fff8d0b2ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8d0b3000 -     0x7fff8d320fff  com.apple.RawCamera.bundle (4.07 - 697) <1588CEC6-012E-30E5-BF38-5BBDABB2F48F> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff8d37f000 -     0x7fff8d3abff7  libRIP.A.dylib (333.1.1) <606E69AD-20AD-3517-B304-AD03F68CF47D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff8d43b000 -     0x7fff8d455fff  com.apple.CoreMediaAuthoring (2.1 - 914) <23F2B9D0-7B73-3C42-8EDC-8ADBF9C7B8C2> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff8d456000 -     0x7fff8d46afff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8d470000 -     0x7fff8d4b3ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff8d4b4000 -     0x7fff8d4bafff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8d4bb000 -     0x7fff8d630fff  com.apple.CFNetwork (596.6.2 - 596.6.2) <03663F71-3E01-3958-9BBC-D7015189A4AC> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff8d63a000 -     0x7fff8d6a2ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
    0x7fff8d6a3000 -     0x7fff8d6afff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <DA05EF06-8EBD-3759-B5D3-E6FC86C5D850> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff8d6df000 -     0x7fff8da0ffff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff8da10000 -     0x7fff8da1eff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
    0x7fff8da1f000 -     0x7fff8da20fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
    0x7fff8db20000 -     0x7fff8db3bff7  libexpat.1.dylib (12) <95D59F1F-0A5C-3F33-BA97-26F7D796CE7A> /usr/lib/libexpat.1.dylib
    0x7fff8db3c000 -     0x7fff8dc55fff  com.apple.ImageIO.framework (3.2.2 - 852) <1D023BCE-1FA2-3743-B449-7489BC0C5C43> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff8dc79000 -     0x7fff8dca7fff  com.apple.CoreServicesInternal (154.4 - 154.4) <EE77C328-BCC7-3EBD-B3BC-E0E48537D4FF> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff8dca8000 -     0x7fff8dcacfff  libCGXType.A.dylib (333.1.1) <3010D3F9-C3A9-3D2E-ACDD-9020FB17482E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff8dcad000 -     0x7fff8dcb3fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
    0x7fff8dcb4000 -     0x7fff8dd0eff7  com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8dd0f000 -     0x7fff8ddccff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff8ddd0000 -     0x7fff8de27ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x7fff8de28000 -     0x7fff8e245fff  FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x7fff8e246000 -     0x7fff8e343ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
    0x7fff8e344000 -     0x7fff8e37ffff  com.apple.LDAPFramework (2.4.28 - 194.5) <7E4F2C08-0010-34AE-BC46-149B7EE8A0F5> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff8e380000 -     0x7fff8e52efff  com.apple.QuartzCore (1.8 - 304.4) <84F0B40E-DF91-36F2-9F2E-3922234206A3> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8e578000 -     0x7fff8e5d2fff  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
    0x7fff8e5d3000 -     0x7fff8e5e9fff  com.apple.MultitouchSupport.framework (237.4 - 237.4) <0F7FEE29-161B-3D8E-BE91-308CBD354461> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff8e5ea000 -     0x7fff8e637fff  com.apple.CoreMediaIO (309.0 - 4163.1) <8FD1C1A9-25C5-3B9E-A76D-BE813253B358> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 11
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 2556
    thread_create: 1
    thread_set_state: 5789
VM Region Summary:
ReadOnly portion of Libraries: Total=284.4M resident=239.4M(84%) swapped_out_or_unallocated=45.0M(16%)
Writable regions: Total=1.7G written=130.6M(7%) resident=310.6M(18%) swapped_out=0K(0%) unallocated=1.4G(82%)
 
REGION TYPE                        VIRTUAL
===========                        =======
(null) (reserved)                     228K        reserved VM address space (unallocated)
ATS (font support)                   31.9M
ATS (font support) (reserved)           4K        reserved VM address space (unallocated)
CG backing stores                    10.9M
CG image                              784K
CG shared images                     1216K
CoreAnimation                          56K
CoreServices                         4112K
IOKit                                6212K
IOKit (reserved)                      256K        reserved VM address space (unallocated)
JS JIT generated code               128.0M
JS JIT generated code (reserved)    896.0M        reserved VM address space (unallocated)
JS VM register file                  4096K
JS garbage collector                  496K
MALLOC                              508.5M
MALLOC guard page                      48K
MALLOC_LARGE (reserved)              50.6M        reserved VM address space (unallocated)
Memory tag=240                          4K
Memory tag=242                         12K
Memory tag=243                          4K
Memory tag=251                         28K
OpenGL GLSL                          1936K
OpenGL GLSL (reserved)                128K        reserved VM address space (unallocated)
SQLite page cache                     288K
STACK GUARD                           360K
Stack                               108.8M
VM_ALLOCATE                          25.1M
__DATA                               24.9M
__IMAGE                               528K
__LINKEDIT                           65.1M
__TEXT                              219.3M
__UNICODE                             544K
mapped file                         112.2M
shared memory                        43.3M
===========                        =======
TOTAL                                 2.2G
TOTAL, minus reserved VM space        1.3G
Model: MacPro5,1, BootROM MP51.007F.B03, 8 processors, Quad-Core Intel Xeon, 2.4 GHz, 6 GB, SMC 1.39f11
Graphics: ATI Radeon HD 5770, ATI Radeon HD 5770, PCIe, 1024 MB
Memory Module: DIMM 1, 1 GB, DDR3 ECC, 1066 MHz, 0x80AD, 0x484D54313132553754465238432D48392020
Memory Module: DIMM 2, 1 GB, DDR3 ECC, 1066 MHz, 0x80AD, 0x484D54313132553754465238432D48392020
Memory Module: DIMM 3, 1 GB, DDR3 ECC, 1066 MHz, 0x80AD, 0x484D54313132553754465238432D48392020
Memory Module: DIMM 5, 1 GB, DDR3 ECC, 1066 MHz, 0x80AD, 0x484D54313132553754465238432D48392020
Memory Module: DIMM 6, 1 GB, DDR3 ECC, 1066 MHz, 0x80AD, 0x484D54313132553754465238432D48392020
Memory Module: DIMM 7, 1 GB, DDR3 ECC, 1066 MHz, 0x80AD, 0x484D54313132553754465238432D48392020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8E), Broadcom BCM43xx 1.0 (5.106.98.100.17)
Bluetooth: Version 4.1.7f4 12974, 3 service, 21 devices, 3 incoming serial ports
Network Service: Ethernet 1, Ethernet, en0
PCI Card: ATI Radeon HD 5770, sppci_displaycontroller, Slot-1
PCI Card: Universal Audio UAD-2 Solo, sppci_othermultimedia, Slot-3
Serial ATA Device: HL-DT-ST DVD-RW GH61N
Serial ATA Device: WDC WD6400AAKS-41H2B0, 640.14 GB
Serial ATA Device: ST31000340NS, 1 TB
Serial ATA Device: ST3500418AS, 500.11 GB
USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0xfd300000 / 2
USB Device: hub_device, 0x2001  (D-Link Corporation), 0xf103, 0xfd320000 / 4
USB Device: iLok, 0x088e, 0x5036, 0xfd322000 / 6
USB Device: iLok, 0x088e, 0x5036, 0xfd325000 / 5
USB Device: USB CAT5, 0x0d3d  (TANGTOP TECHNOLOGY CO., LTD.), 0x0040, 0xfd310000 / 3
USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x5a100000 / 2
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0x5a110000 / 5
USB Device: eLicenser, 0x0819, 0x0101, 0x3a200000 / 2
USB Device: iLok, 0x088e, 0x5036, 0x5d100000 / 2
FireWire Device: built-in_hub, 800mbit_speed
FireWire Device: Konnekt24D, TC Electronic, 400mbit_speed


 

If I can provide any other information that can be useful to find out what's happening please let me know.

Thanks!

 

Elvira

1 Like