my Cross DJ Pro on mac (Got it on the app store) crashes

   Discuss technical issues with the community. Mixvibes staff provides no support on this board.
Forum rules
Click here to join MIxvibes on DISCORD https://discord.gg/gMdQJ2cJqa

my Cross DJ Pro on mac (Got it on the app store) crashes

Postby RogerioCalvario on 05 Sep 2015, 11:09

It just crashes when I open the application. It gives me this report error.
Code: Select all
Process:               Cross DJ [2570]
Path:                  /Applications/Cross DJ.app/Contents/MacOS/Cross DJ
Identifier:            com.mixvibes.cross-dj
Version:               3.3.11 (3.3.11)
App Item ID:           417725762
App External ID:       812940102
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Cross DJ [2570]
User ID:               501

Date/Time:             2015-09-05 11:09:28.812 +0200
OS Version:            Mac OS X 10.10.5 (14F27)
Report Version:        11
Anonymous UUID:        3CDFDFEB-C993-FAA8-9828-4858965C8074

Sleep/Wake UUID:       55ADC82A-7530-4C2F-821B-E5631894F932

Time Awake Since Boot: 55000 seconds
Time Since Wake:       42000 seconds

Crashed Thread:        0  Juce Message Thread  Dispatch queue: com.Apple.main-thread

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000

Application Specific Information:
abort() called
*** error for object 0x60801602f400: Invalid pointer dequeued from free list
 

Thread 0 Crashed:: Juce Message Thread  Dispatch queue: com.Apple.main-thread
0   libsystem_kernel.dylib           0x00007fff8c69a286 __pthread_kill + 10
1   libsystem_c.dylib                0x00007fff89f4f9b3 abort + 129
2   libsystem_malloc.dylib           0x00007fff8999af4f nanozone_error + 524
3   libsystem_malloc.dylib           0x00007fff89990ce3 _nano_malloc_check_clear + 370
4   libsystem_malloc.dylib           0x00007fff89990b53 nano_malloc + 35
5   libsystem_malloc.dylib           0x00007fff89988667 malloc_zone_malloc + 71
6   libsystem_malloc.dylib           0x00007fff89987187 malloc + 42
7   libc++abi.dylib                  0x00007fff8a48623e operator new(unsigned long) + 30
8   com.mixvibes.cross-dj            0x000000010296bd3c juce::XmlDocument::readNextElement(bool) + 1548
9   com.mixvibes.cross-dj            0x000000010296f2dd juce::XmlDocument::readChildElements(juce::XmlElement*) + 5533
10  com.mixvibes.cross-dj            0x000000010296bdb2 juce::XmlDocument::readNextElement(bool) + 1666
11  com.mixvibes.cross-dj            0x000000010296f2dd juce::XmlDocument::readChildElements(juce::XmlElement*) + 5533
12  com.mixvibes.cross-dj            0x000000010296bdb2 juce::XmlDocument::readNextElement(bool) + 1666
13  com.mixvibes.cross-dj            0x000000010296b20e juce::XmlDocument::getDocumentElement(bool) + 510
14  com.mixvibes.cross-dj            0x0000000102881423 juce::Drawable::createFromImageData(void const*, unsigned long) + 211
15  com.mixvibes.cross-dj            0x00000001003c6c0a tracks::IconBook::getSoundcloudIcon() + 90
16  com.mixvibes.cross-dj            0x0000000101929870 tracks::RemoteDriveNode::RemoteDriveNode(stuff::Repository*, remote_media::RemoteMediaItem) + 464
17  com.mixvibes.cross-dj            0x000000010192acbf tracks::RemoteTracksRootNode::openNode() + 447
18  com.mixvibes.cross-dj            0x0000000102468249 stuff::Node::getChildByPath(stuff::Path const&, bool) const + 409
19  com.mixvibes.cross-dj            0x000000010243584a stuff::BrowserHelpers::getNodeAt(core::Ref<stuff::Repository>, stuff::Path const&) + 90
20  com.mixvibes.cross-dj            0x0000000102435b61 stuff::BrowserHelpers::getNodeAt(stuff::Uri const&) + 177
21  com.mixvibes.cross-dj            0x0000000102472eeb stuff::NodeDock::insertUri(stuff::Uri const&, int, int) + 43
22  com.mixvibes.cross-dj            0x0000000102476c97 stuff::NodeDock::setUriDocks(stuff::UriDocks const&) + 183
23  com.mixvibes.cross-dj            0x00000001012e94d9 vmod::CollectionComponent::populate() + 121
24  com.mixvibes.cross-dj            0x00000001012ea1f3 vmod::CollectionComponent::updatePorts() + 835
25  com.mixvibes.cross-dj            0x0000000102706f96 non-virtual thunk to pipes::PortHolder::handleAsyncUpdate() + 38
26  com.mixvibes.cross-dj            0x0000000102947bad juce::MessageQueue::deliverNextMessage() + 93
27  com.mixvibes.cross-dj            0x0000000102947b1e juce::MessageQueue::runLoopSourceCallback(void*) + 30
28  com.Apple.CoreFoundation         0x00007fff8adcaa01 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
29  com.Apple.CoreFoundation         0x00007fff8adbcb8d __CFRunLoopDoSources0 + 269
30  com.Apple.CoreFoundation         0x00007fff8adbc1bf __CFRunLoopRun + 927
31  com.Apple.CoreFoundation         0x00007fff8adbbbd8 CFRunLoopRunSpecific + 296
32  com.Apple.HIToolbox              0x00007fff8e41356f RunCurrentEventLoopInMode + 235
33  com.Apple.HIToolbox              0x00007fff8e4132ea ReceiveNextEventCommon + 431
34  com.Apple.HIToolbox              0x00007fff8e41312b _BlockUntilNextEventMatchingListInModeWithFilter + 71
35  com.Apple.AppKit                 0x00007fff8d62f8ab _DPSNextEvent + 978
36  com.Apple.AppKit                 0x00007fff8d62ee58 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 346
37  com.Apple.AppKit                 0x00007fff8d624af3 -[NSApplication run] + 594
38  com.mixvibes.cross-dj            0x0000000102939aee juce::MessageManager::runDispatchLoop() + 78
39  com.mixvibes.cross-dj            0x000000010270929a juce::JUCEApplication::main(juce::StringArray const&) + 58
40  com.mixvibes.cross-dj            0x00000001027093c0 juce::JUCEApplication::main(int, char const**) + 128
41  com.mixvibes.cross-dj            0x00000001024f4f11 program::Program::Runtime::main(juce::String const&, juce::StringArray const&) + 161
42  com.mixvibes.cross-dj            0x00000001024f43ce program::Program::startProgramApplication(program::Program::ApplicationKind) + 334
43  com.mixvibes.cross-dj            0x00000001024f255a program::Program::run(juce::StringArray const&) + 1194
44  com.mixvibes.cross-dj            0x00000001024f2064 program::Program::run(int, char**) + 116
45  com.mixvibes.cross-dj            0x000000010000a588 main + 120
46  com.mixvibes.cross-dj            0x0000000100009034 start + 52

Thread 1:: Dispatch queue: com.Apple.libdispatch-manager
0   libsystem_kernel.dylib           0x00007fff8c69b232 kevent64 + 10
1   libdispatch.dylib                0x00007fff899d1a6a _dispatch_mgr_thread + 52

Thread 2:
0   libsystem_kernel.dylib           0x00007fff8c69a94a __workq_kernreturn + 10
1   libsystem_pthread.dylib          0x00007fff907b83dd start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib           0x00007fff8c69a94a __workq_kernreturn + 10
1   libsystem_pthread.dylib          0x00007fff907b83dd start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib           0x00007fff8c69a94a __workq_kernreturn + 10
1   libsystem_pthread.dylib          0x00007fff907b83dd start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib           0x00007fff8c69a94a __workq_kernreturn + 10
1   libsystem_pthread.dylib          0x00007fff907b83dd start_wqthread + 13

Thread 6:: MessageQueueThread
0   libsystem_kernel.dylib           0x00007fff8c69a136 __psynch_cvwait + 10
1   com.mixvibes.cross-dj            0x000000010293dd9b juce::WaitableEventImpl::wait(int) + 203
2   com.mixvibes.cross-dj            0x0000000102793bcd juce::(anonymous namespace)::MessageQueueThread::run() + 365
3   com.mixvibes.cross-dj            0x0000000102972ff3 juce::Thread::threadEntryPoint() + 451
4   com.mixvibes.cross-dj            0x000000010292a858 juce::threadEntryProc(void*) + 56
5   libsystem_pthread.dylib          0x00007fff907bb05a _pthread_body + 131
6   libsystem_pthread.dylib          0x00007fff907bafd7 _pthread_start + 176
7   libsystem_pthread.dylib          0x00007fff907b83ed thread_start + 13

Thread 7:: Juce Timer
0   libsystem_kernel.dylib           0x00007fff8c69a136 __psynch_cvwait + 10
1   com.mixvibes.cross-dj            0x000000010293dd7e juce::WaitableEventImpl::wait(int) + 174
2   com.mixvibes.cross-dj            0x00000001027950c4 juce::InternalTimerThread::run() + 388
3   com.mixvibes.cross-dj            0x0000000102972ff3 juce::Thread::threadEntryPoint() + 451
4   com.mixvibes.cross-dj            0x000000010292a858 juce::threadEntryProc(void*) + 56
5   libsystem_pthread.dylib          0x00007fff907bb05a _pthread_body + 131
6   libsystem_pthread.dylib          0x00007fff907bafd7 _pthread_start + 176
7   libsystem_pthread.dylib          0x00007fff907b83ed thread_start + 13

Thread 8:
0   libsystem_kernel.dylib           0x00007fff8c69a94a __workq_kernreturn + 10
1   libsystem_pthread.dylib          0x00007fff907b83dd start_wqthread + 13

Thread 9:: ControlCenterImplControlStateOut
0   libsystem_kernel.dylib           0x00007fff8c69a136 __psynch_cvwait + 10
1   com.mixvibes.cross-dj            0x000000010293dd9b juce::WaitableEventImpl::wait(int) + 203
2   com.mixvibes.cross-dj            0x000000010250e6d1 control::ControlCenter::Impl::run() + 465
3   com.mixvibes.cross-dj            0x0000000102972ff3 juce::Thread::threadEntryPoint() + 451
4   com.mixvibes.cross-dj            0x000000010292a858 juce::threadEntryProc(void*) + 56
5   libsystem_pthread.dylib          0x00007fff907bb05a _pthread_body + 131
6   libsystem_pthread.dylib          0x00007fff907bafd7 _pthread_start + 176
7   libsystem_pthread.dylib          0x00007fff907b83ed thread_start + 13

Thread 10:: com.Apple.NSURLConnectionLoader
0   libsystem_kernel.dylib           0x00007fff8c6954de mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8c69464f mach_msg + 55
2   com.Apple.CoreFoundation         0x00007fff8adbceb4 __CFRunLoopServiceMachPort + 212
3   com.Apple.CoreFoundation         0x00007fff8adbc37b __CFRunLoopRun + 1371
4   com.Apple.CoreFoundation         0x00007fff8adbbbd8 CFRunLoopRunSpecific + 296
5   com.Apple.CFNetwork              0x00007fff870a5420 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434
6   com.Apple.Foundation             0x00007fff92993e92 __NSThread__main__ + 1345
7   libsystem_pthread.dylib          0x00007fff907bb05a _pthread_body + 131
8   libsystem_pthread.dylib          0x00007fff907bafd7 _pthread_start + 176
9   libsystem_pthread.dylib          0x00007fff907b83ed thread_start + 13

Thread 11:: MessageQueueThread
0   libsystem_kernel.dylib           0x00007fff8c69a136 __psynch_cvwait + 10
1   libPluginVideo-AppStore.dylib    0x0000000110c17c9b juce::WaitableEventImpl::wait(int) + 203
2   libPluginVideo-AppStore.dylib    0x0000000110a9444d juce::(anonymous namespace)::MessageQueueThread::run() + 365
3   libPluginVideo-AppStore.dylib    0x0000000110c4a263 juce::Thread::threadEntryPoint() + 451
4   libPluginVideo-AppStore.dylib    0x0000000110c04558 juce::threadEntryProc(void*) + 56
5   libsystem_pthread.dylib          0x00007fff907bb05a _pthread_body + 131
6   libsystem_pthread.dylib          0x00007fff907bafd7 _pthread_start + 176
7   libsystem_pthread.dylib          0x00007fff907b83ed thread_start + 13

Thread 12:: VideoPluginLoadThread
0   libsystem_kernel.dylib           0x00007fff8c69a136 __psynch_cvwait + 10
1   libPluginVideo-AppStore.dylib    0x0000000110c17c9b juce::WaitableEventImpl::wait(int) + 203
2   libPluginVideo-AppStore.dylib    0x00000001104125c6 pluginvideocore::VideoPluginInterface::run() + 454
3   libPluginVideo-AppStore.dylib    0x0000000110c4a263 juce::Thread::threadEntryPoint() + 451
4   libPluginVideo-AppStore.dylib    0x0000000110c04558 juce::threadEntryProc(void*) + 56
5   libsystem_pthread.dylib          0x00007fff907bb05a _pthread_body + 131
6   libsystem_pthread.dylib          0x00007fff907bafd7 _pthread_start + 176
7   libsystem_pthread.dylib          0x00007fff907b83ed thread_start + 13

Thread 13:: com.Apple.CFSocket.private
0   libsystem_kernel.dylib           0x00007fff8c69a3fa __select + 10
1   libsystem_pthread.dylib          0x00007fff907bb05a _pthread_body + 131
2   libsystem_pthread.dylib          0x00007fff907bafd7 _pthread_start + 176
3   libsystem_pthread.dylib          0x00007fff907b83ed thread_start + 13

Thread 14:: RecordUpdateThread
0   libsystem_kernel.dylib           0x00007fff8c69a136 __psynch_cvwait + 10
1   com.mixvibes.cross-dj            0x000000010293dd9b juce::WaitableEventImpl::wait(int) + 203
2   com.mixvibes.cross-dj            0x0000000101783599 tracks_db::RecordUpdateThread::run() + 377
3   com.mixvibes.cross-dj            0x0000000102972ff3 juce::Thread::threadEntryPoint() + 451
4   com.mixvibes.cross-dj            0x000000010292a858 juce::threadEntryProc(void*) + 56
5   libsystem_pthread.dylib          0x00007fff907bb05a _pthread_body + 131
6   libsystem_pthread.dylib          0x00007fff907bafd7 _pthread_start + 176
7   libsystem_pthread.dylib          0x00007fff907b83ed thread_start + 13

Thread 15:: SamplerThread
0   libsystem_kernel.dylib           0x00007fff8c69551a semaphore_wait_trap + 10
1   com.mixvibes.cross-dj            0x00000001016d4b08 v8::internal::MacOSSemaphore::Wait() + 26
2   com.mixvibes.cross-dj            0x00000001015d02c9 v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS() + 107
3   com.mixvibes.cross-dj            0x00000001016d4d92 v8::internal::SamplerThread::Run() + 40
4   com.mixvibes.cross-dj            0x00000001016d40ad v8::internal::ThreadEntry(void*) + 61
5   libsystem_pthread.dylib          0x00007fff907bb05a _pthread_body + 131
6   libsystem_pthread.dylib          0x00007fff907bafd7 _pthread_start + 176
7   libsystem_pthread.dylib          0x00007fff907b83ed thread_start + 13

Thread 16:: v8:SweeperThrea
0   libsystem_kernel.dylib           0x00007fff8c69551a semaphore_wait_trap + 10
1   com.mixvibes.cross-dj            0x00000001016d4b08 v8::internal::MacOSSemaphore::Wait() + 26
2   com.mixvibes.cross-dj            0x0000000101632fe7 v8::internal::SweeperThread::Run() + 41
3   com.mixvibes.cross-dj            0x00000001016d40ad v8::internal::ThreadEntry(void*) + 61
4   libsystem_pthread.dylib          0x00007fff907bb05a _pthread_body + 131
5   libsystem_pthread.dylib          0x00007fff907bafd7 _pthread_start + 176
6   libsystem_pthread.dylib          0x00007fff907b83ed thread_start + 13

Thread 17:: v8:SweeperThrea
0   libsystem_kernel.dylib           0x00007fff8c69551a semaphore_wait_trap + 10
1   com.mixvibes.cross-dj            0x00000001016d4b08 v8::internal::MacOSSemaphore::Wait() + 26
2   com.mixvibes.cross-dj            0x0000000101632fe7 v8::internal::SweeperThread::Run() + 41
3   com.mixvibes.cross-dj            0x00000001016d40ad v8::internal::ThreadEntry(void*) + 61
4   libsystem_pthread.dylib          0x00007fff907bb05a _pthread_body + 131
5   libsystem_pthread.dylib          0x00007fff907bafd7 _pthread_start + 176
6   libsystem_pthread.dylib          0x00007fff907b83ed thread_start + 13

Thread 18:: v8:SweeperThrea
0   libsystem_kernel.dylib           0x00007fff8c69551a semaphore_wait_trap + 10
1   com.mixvibes.cross-dj            0x00000001016d4b08 v8::internal::MacOSSemaphore::Wait() + 26
2   com.mixvibes.cross-dj            0x0000000101632fe7 v8::internal::SweeperThread::Run() + 41
3   com.mixvibes.cross-dj            0x00000001016d40ad v8::internal::ThreadEntry(void*) + 61
4   libsystem_pthread.dylib          0x00007fff907bb05a _pthread_body + 131
5   libsystem_pthread.dylib          0x00007fff907bafd7 _pthread_start + 176
6   libsystem_pthread.dylib          0x00007fff907b83ed thread_start + 13

Thread 19:: v8:SweeperThrea
0   libsystem_kernel.dylib           0x00007fff8c69551a semaphore_wait_trap + 10
1   com.mixvibes.cross-dj            0x00000001016d4b08 v8::internal::MacOSSemaphore::Wait() + 26
2   com.mixvibes.cross-dj            0x0000000101632fe7 v8::internal::SweeperThread::Run() + 41
3   com.mixvibes.cross-dj            0x00000001016d40ad v8::internal::ThreadEntry(void*) + 61
4   libsystem_pthread.dylib          0x00007fff907bb05a _pthread_body + 131
5   libsystem_pthread.dylib          0x00007fff907bafd7 _pthread_start + 176
6   libsystem_pthread.dylib          0x00007fff907b83ed thread_start + 13

Thread 20:
0   libsystem_kernel.dylib           0x00007fff8c6954de mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8c69464f mach_msg + 55
2   com.Apple.audio.MIDI.CoreMIDI    0x00000001073dcdbb XServerMachPort::ReceiveMessage(int&, void*, int&) + 125
3   com.Apple.audio.MIDI.CoreMIDI    0x00000001073f876e MIDIProcess::RunMIDIInThread() + 112
4   com.Apple.audio.MIDI.CoreMIDI    0x00000001073dde5a XThread::RunHelper(void*) + 10
5   com.Apple.audio.MIDI.CoreMIDI    0x00000001073dda8b CAPThread::Entry(CAPThread*) + 109
6   libsystem_pthread.dylib          0x00007fff907bb05a _pthread_body + 131
7   libsystem_pthread.dylib          0x00007fff907bafd7 _pthread_start + 176
8   libsystem_pthread.dylib          0x00007fff907b83ed thread_start + 13

Thread 21:: com.Apple.audio.IOThread.client
0   libsystem_kernel.dylib           0x00007fff8c6954de mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8c69464f mach_msg + 55
2   com.Apple.audio.CoreAudio        0x00007fff8b67a57e HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98
3   com.Apple.audio.CoreAudio        0x00007fff8b67a50c HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
4   com.Apple.audio.CoreAudio        0x00007fff8b678aa9 HALC_ProxyIOContext::IOWorkLoop() + 965
5   com.Apple.audio.CoreAudio        0x00007fff8b678612 HALC_ProxyIOContext::IOThreadEntry(void*) + 88
6   com.Apple.audio.CoreAudio        0x00007fff8b6784e3 HALB_IOThread::Entry(void*) + 157
7   libsystem_pthread.dylib          0x00007fff907bb05a _pthread_body + 131
8   libsystem_pthread.dylib          0x00007fff907bafd7 _pthread_start + 176
9   libsystem_pthread.dylib          0x00007fff907b83ed thread_start + 13

Thread 22:: com.Apple.audio.IOThread.client
0   libsystem_kernel.dylib           0x00007fff8c6954de mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8c69464f mach_msg + 55
2   com.Apple.audio.CoreAudio        0x00007fff8b67a57e HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98
3   com.Apple.audio.CoreAudio        0x00007fff8b67a50c HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
4   com.Apple.audio.CoreAudio        0x00007fff8b678aa9 HALC_ProxyIOContext::IOWorkLoop() + 965
5   com.Apple.audio.CoreAudio        0x00007fff8b678612 HALC_ProxyIOContext::IOThreadEntry(void*) + 88
6   com.Apple.audio.CoreAudio        0x00007fff8b6784e3 HALB_IOThread::Entry(void*) + 157
7   libsystem_pthread.dylib          0x00007fff907bb05a _pthread_body + 131
8   libsystem_pthread.dylib          0x00007fff907bafd7 _pthread_start + 176
9   libsystem_pthread.dylib          0x00007fff907b83ed thread_start + 13

Thread 23:: video::Core
0   libPluginVideo-AppStore.dylib    0x000000011098a209 Ogre::GLSL::CPreprocessor::Token::Append(Ogre::GLSL::CPreprocessor::Token const&) + 329
1   libPluginVideo-AppStore.dylib    0x000000011098acaa Ogre::GLSL::CPreprocessor::Parse(Ogre::GLSL::CPreprocessor::Token const&) + 650
2   libPluginVideo-AppStore.dylib    0x000000011098f056 Ogre::GLSL::CPreprocessor::Parse(char const*, unsigned long, unsigned long&) + 54
3   libPluginVideo-AppStore.dylib    0x000000011098f4ea Ogre::GLSL::GLSLProgram::loadFromSource() + 362
4   libPluginVideo-AppStore.dylib    0x0000000110538a30 Ogre::HighLevelGpuProgram::loadHighLevelImpl() + 224
5   libPluginVideo-AppStore.dylib    0x0000000110538423 Ogre::HighLevelGpuProgram::loadHighLevel() + 51
6   libPluginVideo-AppStore.dylib    0x0000000110538151 Ogre::HighLevelGpuProgram::createParameters() + 81
7   libPluginVideo-AppStore.dylib    0x000000011050da15 Ogre::GpuProgram::getDefaultParameters() + 53
8   libPluginVideo-AppStore.dylib    0x0000000110711068 Ogre::GpuProgramTranslator::translateHighLevelGpuProgram(Ogre::ScriptCompiler*, Ogre::ObjectAbstractNode*) + 3464
9   libPluginVideo-AppStore.dylib    0x000000011070d1f4 Ogre::GpuProgramTranslator::translate(Ogre::ScriptCompiler*, Ogre::SharedPtr<Ogre::AbstractNode> const&) + 164
10  libPluginVideo-AppStore.dylib    0x00000001106db940 Ogre::ScriptCompiler::compile(Ogre::SharedPtr<std::list<Ogre::SharedPtr<Ogre::ConcreteNode>, Ogre::STLAllocator<Ogre::SharedPtr<Ogre::ConcreteNode>, Ogre::CategorisedAllocPolicy<(Ogre::MemoryCategory)0> > > > const&, std::string const&) + 800
11  libPluginVideo-AppStore.dylib    0x00000001106db5c9 Ogre::ScriptCompiler::compile(std::string const&, std::string const&, std::string const&) + 105
12  libPluginVideo-AppStore.dylib    0x00000001106e33f9 Ogre::ScriptCompilerManager::parseScript(Ogre::SharedPtr<Ogre::DataStream>&, std::string const&) + 73
13  libPluginVideo-AppStore.dylib    0x000000011066f97e Ogre::ResourceGroupManager::parseResourceGroupScripts(Ogre::ResourceGroupManager::ResourceGroup*) + 1902
14  libPluginVideo-AppStore.dylib    0x00000001106705b5 Ogre::ResourceGroupManager::initialiseAllResourceGroups() + 85
15  libPluginVideo-AppStore.dylib    0x00000001104576a4 video::CoreResourcesHandler::init() + 308
16  libPluginVideo-AppStore.dylib    0x00000001104488ec video::Core::initResources() + 1148
17  libPluginVideo-AppStore.dylib    0x0000000110447f1f video::Core::run() + 95
18  libPluginVideo-AppStore.dylib    0x0000000110c4a263 juce::Thread::threadEntryPoint() + 451
19  libPluginVideo-AppStore.dylib    0x0000000110c04558 juce::threadEntryProc(void*) + 56
20  libsystem_pthread.dylib          0x00007fff907bb05a _pthread_body + 131
21  libsystem_pthread.dylib          0x00007fff907bafd7 _pthread_start + 176
22  libsystem_pthread.dylib          0x00007fff907b83ed thread_start + 13

Thread 24:
0   libsystem_kernel.dylib           0x00007fff8c6954de mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8c69464f mach_msg + 55
2   com.Apple.CoreFoundation         0x00007fff8adbceb4 __CFRunLoopServiceMachPort + 212
3   com.Apple.CoreFoundation         0x00007fff8adbc37b __CFRunLoopRun + 1371
4   com.Apple.CoreFoundation         0x00007fff8adbbbd8 CFRunLoopRunSpecific + 296
5   com.Apple.AppKit                 0x00007fff8d6f756b _NSEventThread + 137
6   libsystem_pthread.dylib          0x00007fff907bb05a _pthread_body + 131
7   libsystem_pthread.dylib          0x00007fff907bafd7 _pthread_start + 176
8   libsystem_pthread.dylib          0x00007fff907b83ed thread_start + 13

Thread 25:: Juce Timer
0   libsystem_kernel.dylib           0x00007fff8c69a136 __psynch_cvwait + 10
1   libPluginVideo-AppStore.dylib    0x0000000110c17c7e juce::WaitableEventImpl::wait(int) + 174
2   libPluginVideo-AppStore.dylib    0x0000000110a958ff juce::InternalTimerThread::run() + 319
3   libPluginVideo-AppStore.dylib    0x0000000110c4a263 juce::Thread::threadEntryPoint() + 451
4   libPluginVideo-AppStore.dylib    0x0000000110c04558 juce::threadEntryProc(void*) + 56
5   libsystem_pthread.dylib          0x00007fff907bb05a _pthread_body + 131
6   libsystem_pthread.dylib          0x00007fff907bafd7 _pthread_start + 176
7   libsystem_pthread.dylib          0x00007fff907b83ed thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff5fbfcbe8  rdx: 0x0000000000000000
  rdi: 0x000000000000130f  rsi: 0x0000000000000006  rbp: 0x00007fff5fbfcc10  rsp: 0x00007fff5fbfcbe8
   r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000008000000  r11: 0x0000000000000206
  r12: 0x0000000000000001  r13: 0x000060801602f400  r14: 0x00007fff78391300  r15: 0x0000000107486000
  rip: 0x00007fff8c69a286  rfl: 0x0000000000000206  cr2: 0x00007fff7724dfd8
 
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133


Binary Images:
       0x100000000 -        0x105908f87 +com.mixvibes.cross-dj (3.3.11 - 3.3.11) <D8978CB1-F900-39AD-90F7-034E607E48D4> /Applications/Cross DJ.app/Contents/MacOS/Cross DJ
       0x1073c9000 -        0x1073cafff  com.Apple.VideoDecodeAcceleration (1.1 - 8) <B624EA7A-EECA-3A30-9FE9-25C8339535BE> /System/Library/Frameworks/VideoDecodeAcceleration.framework/Versions/A/VideoDecodeAcceleration
       0x1073cf000 -        0x107406fff  com.Apple.audio.MIDI.CoreMIDI (1.10 - 88) <4BBCD304-C28F-3C03-AEB8-5E3D5D030602> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
       0x10742d000 -        0x107431fff  com.Apple.agl (3.3.0 - AGL-3.3.0) <4E8F579B-A2E2-3A27-96D7-02A9465A78D8> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
       0x107438000 -        0x107444fff  com.Apple.StoreKit (1.0 - 376.29) <6341E873-19A4-3937-8D59-182F8720FC2C> /System/Library/Frameworks/StoreKit.framework/Versions/A/StoreKit
       0x10c7c4000 -        0x10c7c4ff5 +cl_kernels (???) <A5771EF7-92CB-4180-AA26-D5F1EF74CF8D> cl_kernels
       0x10c7ca000 -        0x10c7cafef +cl_kernels (???) <25575178-1547-47C5-B61D-690BC97619D5> cl_kernels
       0x10ef9a000 -        0x10f080fef  unorm8_bgra.dylib (2.4.5) <5F488C7E-2FB2-3C66-9764-28CF16B03E7A> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
       0x10f9b8000 -        0x10f9bcfff  com.Apple.audio.AppleHDAHALPlugIn (272.18.1 - 272.18.1) <D6C9695C-4134-35D1-8FAC-8FB6179DFBFF> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
       0x1103eb000 -        0x112151fef +libPluginVideo-AppStore.dylib (0) <0034D07E-5427-334C-A575-A5F4E90F3A46> /Applications/Cross DJ.app/Contents/MacOS/libPluginVideo-AppStore.dylib
       0x113015000 -        0x11303bfff  com.Apple.cmio.DAL.VDC-4 (601.0 - 4760) <84BB6119-A317-3A94-8BA0-BD4EBBE9035C> /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/MacOS/VDC
       0x113076000 -        0x113096fff  com.Apple.cmio.DAL.AppleCamera (400.5.36 - AppleCameraDeviceAbstractionLayer-5.36.0) <21863023-5B52-3484-B613-9D1F6EC9F2CC> /Library/CoreMediaIO/*/AppleCamera.plugin/Contents/MacOS/AppleCamera
       0x199800000 -        0x199d0aff7  com.Apple.driver.AppleIntelBDWGraphicsGLDriver (10.6.33 - 10.0.6) <4C613BA7-AC77-3700-B5FE-7357E2FB5218> /System/Library/Extensions/AppleIntelBDWGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelBDWGraphicsGLDriver
    0x7fff65468000 -     0x7fff6549e887  dyld (353.2.3) <B1B370A5-479F-3533-8AD7-97B687D4F989> /usr/lib/dyld
    0x7fff86be9000 -     0x7fff86c3cffb  libAVFAudio.dylib (118.6) <2441D4C1-D8FB-3DA9-9DD7-914E03413882> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
    0x7fff86e83000 -     0x7fff86ea9fff  com.Apple.ChunkingLibrary (2.1 - 163.6) <29D4CB95-42EF-34C6-8182-BDB6F7BB1E79> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff86eaa000 -     0x7fff86f48fff  com.Apple.Metadata (10.7.0 - 917.36) <00C4CB5D-E723-3612-84E0-439098392CDD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff86f50000 -     0x7fff86f8bfff  com.Apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff86f8c000 -     0x7fff8709bff3  com.Apple.desktopservices (1.9.3 - 1.9.3) <FEE11342-5BC4-37A7-8169-DA48BE17B9C9> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff8709c000 -     0x7fff872acff7  com.Apple.CFNetwork (720.5.7 - 720.5.7) <A47D7DD2-5903-39D0-8D27-5A7E2D119D84> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff8760a000 -     0x7fff8760dffb  libCGXType.A.dylib (788.3) <7CC6CD5B-AD6B-3B36-9165-BFB1E5274F69> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff8760e000 -     0x7fff87614fff  com.Apple.speech.recognition.framework (5.0.9 - 5.0.9) <BB2D573F-0A01-379F-A2BA-3C454EDCB111> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff87615000 -     0x7fff87686ffb  com.Apple.ApplicationServices.ATS (360 - 375.4) <A1BEBCF8-8FC8-345D-B91D-1DA5773AF5A3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff8768b000 -     0x7fff8783bff3  com.Apple.QuartzCore (1.10 - 361.19) <F815B60E-75E3-3263-BE93-27A49882CF58> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8783c000 -     0x7fff878b0ffb  com.Apple.securityfoundation (6.0 - 55126) <AC8ED0BD-32F0-3EB8-B7B2-9AA14E07E8AB> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff878b1000 -     0x7fff878caff7  com.Apple.CFOpenDirectory (10.10 - 187) <3FCEE6F7-A8C6-3222-B22D-8AD290E477E2> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff878fb000 -     0x7fff87974fe7  libcorecrypto.dylib (233.30.1) <5779FFA0-4D9A-3AD4-B7F2-618227621DC8> /usr/lib/system/libcorecrypto.dylib
    0x7fff879d7000 -     0x7fff87ac7fef  libJP2.dylib (1239) <A2238936-B354-399A-B0C8-FB8A29AE9A82> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff87ac8000 -     0x7fff87b14ff7  libcups.2.dylib (408.2) <E8AD18F9-61E4-3791-B840-504468C25556> /usr/lib/libcups.2.dylib
    0x7fff87b72000 -     0x7fff87b7dff7  libkxld.dylib (2782.40.9) <2ADAE067-78A0-371E-A5A8-1E7C892D193C> /usr/lib/system/libkxld.dylib
    0x7fff87b81000 -     0x7fff87e44ff7  com.Apple.WebKit (10600 - 10600.8.9) <8EE5A9F9-DE98-3202-92C0-23F6E6E5E274> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff87e45000 -     0x7fff87e45fff  com.Apple.Carbon (154 - 157) <9BF51672-1684-3FDE-A561-FC59A2864EF8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff87e49000 -     0x7fff87f91ff7  com.Apple.WebKitLegacy (10600 - 10600.8.9) <C01FF5CA-AB10-39D9-BD26-7A62332B708F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
    0x7fff88230000 -     0x7fff88238ff7  com.Apple.icloud.FindMyDevice (1.0 - 1) <9CE67F85-2BA8-3093-97BA-07BF5C04A5D6> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
    0x7fff8836e000 -     0x7fff88444ff3  com.Apple.DiskImagesFramework (10.10.5 - 398) <23E788A6-9A11-3232-A882-BA16D0C54880> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff884a9000 -     0x7fff884d1fff  libxpc.dylib (559.40.1) <5C829202-962E-3744-8B50-00D38CC88E84> /usr/lib/system/libxpc.dylib
    0x7fff884d2000 -     0x7fff884ecff7  com.Apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8851b000 -     0x7fff8851bfff  com.Apple.audio.units.AudioUnit (1.12 - 1.12) <E5335492-7EFE-31EA-BE72-4A9CEE68D58E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8851c000 -     0x7fff885befff  com.Apple.Bluetooth (4.3.6 - 4.3.6f3) <E5DC1699-2727-329C-A843-C80CE9A6CD7B> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff885bf000 -     0x7fff885cafff  com.Apple.AppSandbox (4.0 - 238.20.2) <BEFAB7F2-B189-391B-9B2D-FFF3EE2B77B6> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff885cb000 -     0x7fff88603fff  libsystem_network.dylib (412.20.3) <6105C134-6722-3C0A-A4CE-5E1261E2E1CC> /usr/lib/system/libsystem_network.dylib
    0x7fff88662000 -     0x7fff8866cff7  com.Apple.NetAuth (5.2 - 5.2) <2BBD749A-8E18-35B8-8E48-A90347C1CCA7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff886d3000 -     0x7fff886d4ff7  libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
    0x7fff886d5000 -     0x7fff88715ff7  libGLImage.dylib (11.1.2) <9B05F3BF-D111-3B01-B7F8-C5EF7E02000B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff88716000 -     0x7fff88a81fff  com.Apple.VideoToolbox (1.0 - 1562.238) <510956DF-E324-3974-A83B-C0C74A6F812C> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff88a82000 -     0x7fff88ab9ffb  com.Apple.LDAPFramework (2.4.28 - 194.5) <CAFB9695-000F-34EA-8DF5-09996929C26A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff88bc6000 -     0x7fff88fd3ff7  libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff8991a000 -     0x7fff8991dff7  libdyld.dylib (353.2.3) <CFBBE540-D503-3AFC-B5D6-644F1E69949B> /usr/lib/system/libdyld.dylib
    0x7fff89927000 -     0x7fff8992eff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
    0x7fff89986000 -     0x7fff899a2ff7  libsystem_malloc.dylib (53.30.1) <DDA8928B-CC0D-3255-BD8A-3FEA0982B890> /usr/lib/system/libsystem_malloc.dylib
    0x7fff899a8000 -     0x7fff899ccff7  com.Apple.Sharing (328.17 - 328.17) <AD5E243A-B79F-3D7B-800B-A2C99A1CFEF1> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff899cd000 -     0x7fff899f7ff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
    0x7fff899f8000 -     0x7fff89a89ff7  libCoreStorage.dylib (471.30.1) <9D95399F-1AC5-325F-8337-6E13AD99E44B> /usr/lib/libCoreStorage.dylib
    0x7fff89a97000 -     0x7fff89aa5ff7  com.Apple.opengl (11.1.2 - 11.1.2) <5F355713-4637-33CD-9CBA-4B4CA43FB0FE> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff89ad6000 -     0x7fff89b01ff3  libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
    0x7fff89b43000 -     0x7fff89b67fef  libJPEG.dylib (1239) <75667D4A-9359-3178-9D3A-2AE5A60DE55F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff89bec000 -     0x7fff89c1eff3  com.Apple.frameworks.CoreDaemon (1.3 - 1.3) <C6DB0A07-F8E4-3837-BCA9-225F460EDA81> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff89c2a000 -     0x7fff89c44ff3  com.Apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff89c45000 -     0x7fff89d37ff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
    0x7fff89d38000 -     0x7fff89da7fff  com.Apple.SearchKit (1.4.0 - 1.4.0) <80883BD1-C9BA-3794-A20E-476F94DD89A9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff89e41000 -     0x7fff89e57ff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
    0x7fff89ef2000 -     0x7fff89f7efe7  libsystem_c.dylib (1044.40.1) <F0635E0F-FE4B-34DB-ACF9-A58C1E9070E9> /usr/lib/system/libsystem_c.dylib
    0x7fff89f80000 -     0x7fff89f83fff  com.Apple.xpc.ServiceManagement (1.0 - 1) <A95A15CD-3B21-3513-AFF8-1D7DE3DBFA12> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff8a03c000 -     0x7fff8a04cff7  libbsm.0.dylib (34) <A3A2E56C-2B65-37C7-B43A-A1F926E1A0BB> /usr/lib/libbsm.0.dylib
    0x7fff8a04d000 -     0x7fff8a05cfff  com.Apple.LangAnalysis (1.7.0 - 1.7.0) <D1E527E4-C561-352F-9457-E8C50232793C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8a05d000 -     0x7fff8a344ffb  com.Apple.CoreServices.CarbonCore (1108.6 - 1108.6) <8953580E-7857-33B2-AA64-98296830D3A8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff8a460000 -     0x7fff8a48bfff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
    0x7fff8a48c000 -     0x7fff8a490fff  com.Apple.IOAccelerator (156.16 - 156.16) <12DE1474-4B2A-3D7D-ACF9-DDAF66A6936A> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff8a491000 -     0x7fff8a4a2ff3  libsystem_coretls.dylib (35.40.1) <155DA0A9-2046-332E-BFA3-D7974A51F731> /usr/lib/system/libsystem_coretls.dylib
    0x7fff8a4ae000 -     0x7fff8a54de27  com.Apple.AppleJPEG (1.0 - 1) <6627DDD9-A8FE-3968-B23A-B6A29AA3919A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff8a56b000 -     0x7fff8a5c6fe7  libTIFF.dylib (1239) <568B04C1-118C-3E22-87E5-E1FF7AAE589C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8a5c7000 -     0x7fff8a5f1fff  GLRendererFloat (11.1.2) <50EC0CD3-5CAB-3183-9818-FC4A405B681F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff8a5f2000 -     0x7fff8a5fefff  com.Apple.speech.synthesis.framework (5.3.11 - 5.3.11) <DFC7FD85-F1B0-317C-8513-722570CB8FB9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8a642000 -     0x7fff8a944ffb  com.Apple.GeoServices (1.0 - 1077.0.18) <2BBF8B44-DD46-3432-8C84-6D6AA004C233> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff8a945000 -     0x7fff8a994ff7  libcurl.4.dylib (83.40.2) <AE97ED1E-A58F-3EF0-8E88-DDC6AD409BCE> /usr/lib/libcurl.4.dylib
    0x7fff8a995000 -     0x7fff8a9a0ff7  libcsfde.dylib (471.30.1) <A62AE3D8-E2A6-314A-BF45-804003BE0AC9> /usr/lib/libcsfde.dylib
    0x7fff8a9a1000 -     0x7fff8a9eeff3  com.Apple.CoreMediaIO (601.0 - 4760) <4D52EBBF-5DE1-3778-BDE5-DE8540E7DE5C> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff8a9ef000 -     0x7fff8aa6dfff  com.Apple.CoreServices.OSServices (640.4 - 640.4) <BE8DF749-84BA-3029-AE1D-32F3993A78A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff8aa6e000 -     0x7fff8aa88ff7  libextension.dylib (55.2) <3BB019CA-199A-36AC-AA22-14B562138545> /usr/lib/libextension.dylib
    0x7fff8aa89000 -     0x7fff8abb9fff  com.Apple.UIFoundation (1.0 - 1) <466BDFA8-0B9F-3AB0-989D-F9779422926A> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff8abba000 -     0x7fff8abc7ff7  com.Apple.SpeechRecognitionCore (2.1.2 - 2.1.2) <551322E2-C1E4-3378-A218-F362985E3E3C> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff8abe7000 -     0x7fff8ac7bfff  com.Apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff8ac8a000 -     0x7fff8acbaff3  com.Apple.CoreAVCHD (5.7.5 - 5750.4.1) <3E51287C-E97D-3886-BE88-8F6872400876> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff8ad4a000 -     0x7fff8b0e2ff7  com.Apple.CoreFoundation (6.9 - 1153.18) <5C0892B8-9691-341F-9279-CA3A74D59AA0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8b0e3000 -     0x7fff8b0e7fff  com.Apple.TCC (1.0 - 1) <CCA42EE2-3400-3444-9486-BC454E60D944> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff8b0e8000 -     0x7fff8b4bffe7  com.Apple.CoreAUC (211.1.0 - 211.1.0) <12645629-E065-388E-A6B5-094A240578CE> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff8b4c0000 -     0x7fff8b64efff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff8b64f000 -     0x7fff8b6a0fff  com.Apple.audio.CoreAudio (4.3.0 - 4.3.0) <450293F7-DAE7-3DD0-8F7C-71FC2FD72627> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8b6ca000 -     0x7fff8b6cefff  libCoreVMClient.dylib (79.1) <201EF6DF-5074-3CB7-A361-398CF957A264> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff8b6cf000 -     0x7fff8bafffff  com.Apple.vision.FaceCore (3.1.6 - 3.1.6) <C3B823AA-C261-37D3-B4AC-C59CE91C8241> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff8bb00000 -     0x7fff8bc61fff  com.Apple.avfoundation (2.0 - 889.210) <E1F0F203-6EA6-3CFA-BC6C-F372F273D6C5> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff8bc62000 -     0x7fff8bdf1fff  libGLProgrammability.dylib (11.1.2) <11882D43-25B4-331D-9428-C97F4A88DA21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff8bdf2000 -     0x7fff8be07ff7  com.Apple.AppContainer (4.0 - 238.20.2) <2AA2EF49-9F38-31F6-8B08-8CC7C26F57F3> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff8be08000 -     0x7fff8be6fffb  com.Apple.datadetectorscore (6.0 - 396.1.2) <D04A8016-B2AD-33A2-8A8E-5793968A8370> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff8be89000 -     0x7fff8be8cff7  com.Apple.Mangrove (1.0 - 1) <6326024D-5C8D-3F59-9468-ACA1E01BC70C> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff8be8d000 -     0x7fff8be8dfff  com.Apple.Accelerate.vecLib (3.10 - vecLib 3.10) <9D749502-A228-3BF1-B52F-A182DEEB2C4D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8bf4e000 -     0x7fff8bf56ff3  com.Apple.CoreServices.FSEvents (1210.20.1 - 1210.20.1) <84F79D3E-7B5E-3C93-8479-35794A3F125E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff8bf71000 -     0x7fff8bf8cfff  com.Apple.AppleVPAFramework (1.4.5 - 1.4.5) <A6421B0B-6D4D-3E64-AC61-DDB04ED7CFF0> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
    0x7fff8bf8d000 -     0x7fff8bf8ffff  com.Apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
    0x7fff8bf90000 -     0x7fff8bf92fff  libCVMSPluginSupport.dylib (11.1.2) <1C5C1757-67F1-3C23-90EF-643619A0E7DC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff8bfed000 -     0x7fff8bff3ff7  com.Apple.XPCService (2.0 - 1) <AA4A5393-1F5D-3465-A417-0414B95DC052> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff8bff4000 -     0x7fff8bff4fff  com.Apple.Cocoa (6.8 - 21) <EAC0EA1E-3C62-3B28-A941-5D8B1E085FF8> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff8bff5000 -     0x7fff8c1ef46f  libobjc.A.dylib (647) <759E155D-BC42-3D4E-869B-6F57D477177C> /usr/lib/libobjc.A.dylib
    0x7fff8c1f0000 -     0x7fff8c1f1ffb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
    0x7fff8c1f2000 -     0x7fff8c1fdfff  libGL.dylib (11.1.2) <FD8B7B67-1532-32A1-B369-9D7A6C1EB3ED> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8c207000 -     0x7fff8c208ff7  com.Apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff8c264000 -     0x7fff8c26bfff  com.Apple.network.statistics.framework (1.2 - 1) <61B311D1-7F15-35B3-80D4-99B8BE90ACD9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics
    0x7fff8c26c000 -     0x7fff8c275ff7  libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
    0x7fff8c276000 -     0x7fff8c288ff7  com.Apple.CoreDuetDaemonProtocol (1.0 - 1) <CE9FABB4-1C5D-3F9B-9BB8-5CC50C3E5E31> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
    0x7fff8c2ca000 -     0x7fff8c2d7ff3  com.Apple.ProtocolBuffer (1 - 228.0.1) <3429EB06-9F0E-355F-B9AB-F72879177398> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff8c43e000 -     0x7fff8c466fff  libsystem_info.dylib (459.40.1) <2E16C4B3-A327-3957-9C41-143911979A1E> /usr/lib/system/libsystem_info.dylib
    0x7fff8c467000 -     0x7fff8c4a1ffb  com.Apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff8c4a2000 -     0x7fff8c4a7ff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
    0x7fff8c4a8000 -     0x7fff8c4b4ff7  com.Apple.OpenDirectory (10.10 - 187) <D993F138-DAD1-3640-94DE-8C9FEFBF158D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8c579000 -     0x7fff8c592ff3  com.Apple.openscripting (1.6.4 - 162.2) <BF79207B-C762-346D-8FF0-3DDCECC9E9E2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff8c615000 -     0x7fff8c683ff3  com.Apple.Heimdal (4.0 - 2.0) <8D1667CF-D454-3E07-A58E-E15591B5A95E> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8c684000 -     0x7fff8c6a1fff  libsystem_kernel.dylib (2782.40.9) <16AD15EF-3DAE-3F63-9D26-26CCE1920762> /usr/lib/system/libsystem_kernel.dylib
    0x7fff8c6a2000 -     0x7fff8c9bdfcf  com.Apple.vImage (8.0 - 8.0) <1183FE6A-FDB6-3B3B-928D-50C7909F2308> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff8c9e3000 -     0x7fff8c9ebfff  libMatch.1.dylib (24) <C917279D-33C2-38A8-9BDD-18F3B24E6FBD> /usr/lib/libMatch.1.dylib
    0x7fff8c9ec000 -     0x7fff8c9edfff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8c9ee000 -     0x7fff8ca0dfff  com.Apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
    0x7fff8ca36000 -     0x7fff8caaeff7  com.Apple.SystemConfiguration (1.14.4 - 1.14) <3DFFD7F7-BD23-3F4C-A209-C4A0D99F6573> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff8caaf000 -     0x7fff8cad4fff  libPng.dylib (1239) <0F0DDDBD-E508-377D-859F-14D11D019705> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8cad5000 -     0x7fff8cb5eff7  com.Apple.CoreSymbolication (3.1 - 57020.2) <FDAF88F6-7D11-37BC-B758-4B835FA657BA> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff8d445000 -     0x7fff8d500ff7  com.Apple.DiscRecording (9.0 - 9000.4.2) <4655B4B8-523D-3AE6-92A0-8486A2258B3B> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff8d501000 -     0x7fff8d52affb  libxslt.1.dylib (13) <AED1143F-B848-3E73-81ED-71356F25F084> /usr/lib/libxslt.1.dylib
    0x7fff8d59e000 -     0x7fff8e11fff7  com.Apple.AppKit (6.9 - 1348.17) <E485D56D-3E72-34B7-99BB-BFDEE2D07BF5> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8e120000 -     0x7fff8e39fff7  com.Apple.CoreData (111 - 526.3) <5A27E0D8-5E5A-335B-B3F6-2601C7B976FA> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8e3ca000 -     0x7fff8e3cbfff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
    0x7fff8e3cc000 -     0x7fff8e3cefff  libquarantine.dylib (76.20.1) <7AF90041-2768-378A-925A-D83161863642> /usr/lib/system/libquarantine.dylib
    0x7fff8e3cf000 -     0x7fff8e3d3fff  com.Apple.CommonPanels (1.2.6 - 96) <F9ECC8AF-D9CA-3350-AFB4-5113A9B789A5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff8e3e0000 -     0x7fff8e3e0ff7  liblaunch.dylib (559.40.1) <4F81CA3A-D2CE-3030-A89D-42F3DAD7BA8F> /usr/lib/system/liblaunch.dylib
    0x7fff8e3e1000 -     0x7fff8e6e6ff3  com.Apple.HIToolbox (2.1.1 - 758.7) <E3129A67-BDF9-333D-9C9C-A95C8F0EF71C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff8ea5f000 -     0x7fff8ea61fff  libsystem_configuration.dylib (699.40.2) <56F94DCE-DBDE-3615-8F07-DE6270D9F8BE> /usr/lib/system/libsystem_configuration.dylib
    0x7fff8f724000 -     0x7fff8f726fff  libRadiance.dylib (1239) <594FD1C9-2041-3877-9AD2-0A977EBBB1D0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8f727000 -     0x7fff8f738ff7  libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
    0x7fff8f7e5000 -     0x7fff8fcd5fff  com.Apple.MediaToolbox (1.0 - 1562.238) <BF6A868E-2F7D-371F-B14D-89C23EE4EF2B> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff8fcd6000 -     0x7fff8fd03fff  com.Apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8fd13000 -     0x7fff8fd15ff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff8fd1c000 -     0x7fff8fd4ffff  com.Apple.MediaKit (16 - 757.2) <2912E5C2-085F-3FE2-8531-23B6E894B0F0> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff8fd92000 -     0x7fff8fe86fff  libFontParser.dylib (134.7) <C49EDC56-A82A-39EF-9F20-C2342E4188ED> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8feab000 -     0x7fff8feb0fff  com.Apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8feb1000 -     0x7fff8ff1dfff  com.Apple.framework.CoreWLAN (5.0 - 500.35.2) <03697149-1CDD-32FF-B564-1C1EF5E9E5C3> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff8ff1e000 -     0x7fff901edff3  com.Apple.CoreImage (10.3.4) <C1AE8252-A95D-3BF4-83B8-BE85E979F2CB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff90718000 -     0x7fff9071fff7  libCGCMS.A.dylib (788.3) <1A47CDD9-99AE-3BD2-85F1-339FC169B16E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
    0x7fff90720000 -     0x7fff907b6ff7  com.Apple.cloudkit.CloudKit (283.67.4 - 283.67.4) <EA6E4B2C-A3AA-3636-B9C3-F61D3EFFB82B> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff907b7000 -     0x7fff907c0fff  libsystem_pthread.dylib (105.40.1) <ACE90967-ECD0-3251-AEEB-461E3C6414F7> /usr/lib/system/libsystem_pthread.dylib
    0x7fff907c1000 -     0x7fff908f3ff7  com.Apple.MediaControlSender (2.0 - 215.18) <88726256-A71E-33A8-A56C-ABA208951C92> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
    0x7fff90922000 -     0x7fff90968ff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
    0x7fff90a48000 -     0x7fff90a48fff  com.Apple.Accelerate (1.10 - Accelerate 1.10) <2C8AF258-4F11-3BEC-A826-22D7199B3975> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff90aa0000 -     0x7fff90aa2ff7  libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
    0x7fff90add000 -     0x7fff90c05ff7  com.Apple.coreui (2.1 - 308.6) <9E0E9C6A-68F5-34C1-A17C-96226D401D4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff90c3f000 -     0x7fff90cd4ff7  com.Apple.ColorSync (4.9.0 - 4.9.0) <9150C2B7-2E6E-3509-96EA-7B3F959F049E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff90cd5000 -     0x7fff90f54ffb  com.Apple.RawCamera.bundle (6.06 - 819) <EDA3D142-24EC-3661-87EB-B35F8E858A9D> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff90f58000 -     0x7fff90f65fff  libxar.1.dylib (255) <7CD69BB5-97BA-3858-8A8B-2F33F129E6E7> /usr/lib/libxar.1.dylib
    0x7fff90f66000 -     0x7fff90f68fff  com.Apple.loginsupport (1.0 - 1) <DAAD7013-A19D-3858-BFF7-DE1DAF664401> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff90f69000 -     0x7fff9147effb  com.Apple.JavaScriptCore (10600 - 10600.8.7) <480CDC12-5A1C-321C-B32F-673F0B3BA8F9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff9153b000 -     0x7fff91543fff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
    0x7fff91544000 -     0x7fff915b6fff  com.Apple.framework.IOKit (2.0.2 - 1050.20.2) <09C0518C-90DF-3FC3-96D6-34D35F72C8EF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff915b7000 -     0x7fff915b9fff  com.Apple.SecCodeWrapper (4.0 - 238.20.2) <C6C126F0-6BF4-3E29-A9B7-7BAD8D17EE4F> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff91627000 -     0x7fff91648fff  com.Apple.framework.Apple80211 (10.3 - 1030.71.6) <C0A17391-5C8B-34B1-BD46-8D644AB57DE0> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff91649000 -     0x7fff9164aff3  libSystem.B.dylib (1213) <1866C519-C5F3-3D09-8C17-A8F703664521> /usr/lib/libSystem.B.dylib
    0x7fff9164b000 -     0x7fff91695fff  com.Apple.HIServices (1.22 - 523) <E2F3C5FF-8C50-3E4F-BE63-77A700466663> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff9169f000 -     0x7fff916d0ff7  com.Apple.ProtectedCloudStorage (1.0 - 1) <9D76F2E0-C28A-3DBC-A91F-E87888D46BF0> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff916d1000 -     0x7fff916e3ff7  com.Apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff9171a000 -     0x7fff91755fff  com.Apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff91756000 -     0x7fff91781ff7  com.Apple.DictionaryServices (1.2 - 229.1) <62EC3E1B-5A28-3252-90FF-C2E9999C2A2A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff91925000 -     0x7fff91a17ff3  libxml2.2.dylib (26.1) <3FBA890F-2850-3A45-87EA-DB6892BDEB60> /usr/lib/libxml2.2.dylib
    0x7fff91a9d000 -     0x7fff91aeaff7  com.Apple.print.framework.PrintCore (10.3 - 451.1) <DE992474-0841-38A1-B4F6-46D653E454D5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff91aeb000 -     0x7fff91afeff7  com.Apple.CoreBluetooth (1.0 - 1) <8D7BA9BA-EB36-307A-9119-0B3D9732C953> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff91b01000 -     0x7fff91b07ff7  libsystem_networkextension.dylib (167.40.3) <BA58B30B-8377-3B0A-8AE3-4F84021D9D4E> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff91b08000 -     0x7fff91b28ff7  com.Apple.MultitouchSupport.framework (264.6 - 264.6) <1539F1F6-6334-37F3-9C52-02EFFBF4835D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff91b47000 -     0x7fff91b76ff7  com.Apple.CoreServicesInternal (221.7.2 - 221.7.2) <B93D4775-149C-3698-B38C-9C50673D455C> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff91b77000 -     0x7fff91bbdff7  libFontRegistry.dylib (134.1) <CE41D8C2-BEED-345C-BC4F-3775CC06C672> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff91bbe000 -     0x7fff91bc3fff  libsystem_stats.dylib (163.30.2) <D0E96837-3CF6-323D-B711-6DF6F660E530> /usr/lib/system/libsystem_stats.dylib
    0x7fff91bc4000 -     0x7fff91bcfff7  com.Apple.CrashReporterSupport (10.10 - 631) <C44259AC-0A1C-3EC5-99AC-48CB520A709D> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff91bd0000 -     0x7fff91c90ff7  com.Apple.backup.framework (1.6.5 - 1.6.5) <86396038-33EA-3046-9F70-093A3D6407D4> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff91c91000 -     0x7fff91cbdfff  libsandbox.1.dylib (358.20.5) <533B9C4A-6C92-3658-95B9-D30BC135796B> /usr/lib/libsandbox.1.dylib
    0x7fff91f56000 -     0x7fff921ccff7  com.Apple.security (7.0 - 57031.40.6) <FCCCC4FD-043A-30CA-9997-4211CA0E9297> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff921e5000 -     0x7fff9223fff7  com.Apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff92240000 -     0x7fff92243fff  com.Apple.help (1.3.3 - 46) <CA4541F4-CEF5-355C-8F1F-EA65DC1B400F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff92244000 -     0x7fff9225bff7  libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff922aa000 -     0x7fff922afffb  libheimdal-asn1.dylib (398.40.1) <7D2BE3DE-60F7-3A6E-A92E-DA0EF9D3417E> /usr/lib/libheimdal-asn1.dylib
    0x7fff922b0000 -     0x7fff92301ff7  com.Apple.AppleVAFramework (5.0.31 - 5.0.31) <17C35538-7C2B-3735-A1B3-E8487EED0668> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff92302000 -     0x7fff923b1fe7  libvMisc.dylib (516) <6739E390-46E7-3BFA-9B69-B278562326E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff92419000 -     0x7fff92419fff  libOpenScriptingUtil.dylib (162.2) <D6A2216D-ADB2-3F24-AD30-F6D00829F545> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff9241a000 -     0x7fff92422fff  libsystem_dnssd.dylib (576.30.4) <0CEB5910-843F-315C-A1DE-5D955A48A045> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff92423000 -     0x7fff9242bfe7  libcldcpuengine.dylib (2.4.5) <6CC680F9-0D13-333B-B151-F0D9C631A1E5> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff9242c000 -     0x7fff92550ff7  com.Apple.LaunchServices (644.56 - 644.56) <20AABB1C-9319-3E4D-A024-51B0DD5FCD3B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff925ad000 -     0x7fff925e5fff  com.Apple.RemoteViewServices (2.0 - 99) <C9A62691-B0D9-34B7-B71C-A48B5F4DC553> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff925e6000 -     0x7fff9272cfef  libsqlite3.dylib (168.2) <53F6A294-15D7-3804-9ABF-47D35E15CDFB> /usr/lib/libsqlite3.dylib
    0x7fff9278a000 -     0x7fff927d9ff7  com.Apple.opencl (2.4.2 - 2.4.2) <EB365E68-9965-3596-A40A-D1E372F3A9B3> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff927da000 -     0x7fff927f7ffb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
    0x7fff927f8000 -     0x7fff927fdff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
    0x7fff927fe000 -     0x7fff92882fff  com.Apple.PerformanceAnalysis (1.0 - 1) <4E934EE0-5CC6-3D54-8FA2-5B8AE669D775> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff92883000 -     0x7fff92887fff  libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
    0x7fff92888000 -     0x7fff9288cfff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
    0x7fff928d7000 -     0x7fff92907ff3  com.Apple.GSS (4.0 - 2.0) <97F2A028-44CF-3188-B863-F4EEB39CBDBD> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff92908000 -     0x7fff92954fff  com.Apple.corelocation (1486.17 - 1615.24) <8825B3E2-E053-3E01-AE31-793443962D06> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff92955000 -     0x7fff92c86fff  com.Apple.Foundation (6.9 - 1154) <49EE64E1-9F53-35D1-A481-2EFE2789B254> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff92d41000 -     0x7fff92d5dfff  com.Apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff92d94000 -     0x7fff92d9bfff  com.Apple.NetFS (6.0 - 4.0) <C263C8F8-F284-3101-AC82-A97A81716063> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff92d9c000 -     0x7fff92d9ffff  com.Apple.IOSurface (97.4 - 97.4) <AE11CFBC-4D46-30F3-BEEC-4C8131079391> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff92db6000 -     0x7fff92dc1fff  com.Apple.CommerceCore (1.0 - 376.29) <1058502F-8C78-36E1-914A-6403A2231FBA> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff92dc7000 -     0x7fff92ed9ff7  libvDSP.dylib (516) <151B3CCB-77D3-3715-A3D0-7C74CD5C7FFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff92eda000 -     0x7fff92f71fff  com.Apple.CoreMedia (1.0 - 1562.238) <B24BDB25-1203-380D-95B7-0A3FEB25521E> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff93045000 -     0x7fff93075fff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
    0x7fff9307c000 -     0x7fff9307cfff  com.Apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff9307d000 -     0x7fff93098ff7  libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib
    0x7fff9309b000 -     0x7fff930e6ff7  com.Apple.CloudDocs (1.0 - 321.10) <A8221290-A2A5-3767-BB26-CC57AC18D4DC> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff930e7000 -     0x7fff9313bfff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
    0x7fff9313c000 -     0x7fff9346fff7  libmecabra.dylib (666.7) <0ED8AE5E-7A5B-34A6-A2EE-2B852E60E1E2> /usr/lib/libmecabra.dylib
    0x7fff93470000 -     0x7fff934d7ff7  com.Apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff934d8000 -     0x7fff934e0ff7  com.Apple.AppleSRP (5.0 - 1) <68F0C577-ED96-34F2-B701-CE3023367D4D> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff934e1000 -     0x7fff934e5ff7  libGIF.dylib (1239) <FEC02C42-A490-3DBC-9D4E-5B4AAA62722C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff9351d000 -     0x7fff9351efff  com.Apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff9351f000 -     0x7fff9356eff7  libstdc++.6.dylib (104.1) <803F6AC8-87DC-3E24-9E80-729B551F6FFF> /usr/lib/libstdc++.6.dylib
    0x7fff9356f000 -     0x7fff93580fff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
    0x7fff9365d000 -     0x7fff93663fff  libsystem_trace.dylib (72.20.1) <840F5301-B55A-3078-90B9-FEFFD6CD741A> /usr/lib/system/libsystem_trace.dylib
    0x7fff93680000 -     0x7fff9382ffff  GLEngine (11.1.2) <8A8153B1-94CE-3EC1-9840-441DA7217BA9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff93e9a000 -     0x7fff93fb3ffb  com.Apple.CoreText (352.0 - 454.10) <3293BF91-B587-3B49-A159-A04D58533F14> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff93fb4000 -     0x7fff93ff5fff  libGLU.dylib (11.1.2) <2BA52A8D-ED35-3D86-B2D6-41479969C96D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff93ff6000 -     0x7fff9400eff7  libexpat.1.dylib (12) <C5FE8836-E277-3162-9D15-6735321CB2C6> /usr/lib/libexpat.1.dylib
    0x7fff94154000 -     0x7fff941b3fff  com.Apple.AE (681.5 - 681.7) <2BF39455-1CDD-392C-824A-9972C6B1FB57> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff941b4000 -     0x7fff941b6fff  libsystem_sandbox.dylib (358.20.5) <3F5E973F-C702-31AC-97BC-05F5C195683C> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff941b7000 -     0x7fff941b9ff7  com.Apple.securityhi (9.0 - 55006) <2B9C0BCB-7D82-39C2-A99F-7B9E1522CDD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff941ca000 -     0x7fff941cafff  com.Apple.CoreServices (62 - 62) <C69DA8A7-B536-34BF-A93F-1C170E2C6D58> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff941cb000 -     0x7fff941d3ffb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
    0x7fff941d4000 -     0x7fff941d9ff7  com.Apple.MediaAccessibility (1.0 - 61) <00A3E0B6-79AC-387E-B282-AADFBD5722F6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff94244000 -     0x7fff94250ff7  libGPUSupportMercury.dylib (11.1.2) <16B2CA57-479C-3F0F-BF87-03A2C6923D5A> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff94251000 -     0x7fff9425aff3  com.Apple.CommonAuth (4.0 - 2.0) <9A484EE6-0003-3AB1-AE4F-AA543BBBF53F> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff94346000 -     0x7fff9436efff  libRIP.A.dylib (788.3) <6AB1CA86-38C8-33E3-AC07-3A065666E0F9> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff9436f000 -     0x7fff94453fff  libcrypto.0.9.8.dylib (52.40.1) <D123FC57-E2EB-3E08-A51B-6C317EA83EB5> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff94454000 -     0x7fff94474fff  com.Apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff94475000 -     0x7fff944e1ff3  com.Apple.MMCS (1.3 - 327.5) <FC998246-ED60-334D-9E94-453F35EF9C78> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
    0x7fff94561000 -     0x7fff95524ff3  com.Apple.WebCore (10600 - 10600.8.9) <A5400B08-6067-370E-B224-14890DA39857> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff95556000 -     0x7fff95d97ff3  com.Apple.CoreGraphics (1.600.0 - 788.3) <0AAD1F22-9823-3D31-A25B-F8C1D7915AC4> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff95f5d000 -     0x7fff960c4ffb  com.Apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5678FC94-456A-3F5F-BA9A-10EB6E462997> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff960c6000 -     0x7fff960c6ff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
    0x7fff960c7000 -     0x7fff960d9ff7  libsasl2.2.dylib (194.1) <35371406-75EF-304A-A073-956C40373555> /usr/lib/libsasl2.2.dylib
    0x7fff960da000 -     0x7fff96113fff  com.Apple.AirPlaySupport (2.0 - 215.18) <A7730005-A538-30E8-815B-727957D74C89> /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySupport
    0x7fff96114000 -     0x7fff962f9ff7  libicucore.A.dylib (531.48) <3CD34752-B1F9-31D2-865D-B5B0F0BE3111> /usr/lib/libicucore.A.dylib
    0x7fff962fa000 -     0x7fff96307ff7  libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
    0x7fff96308000 -     0x7fff96311fff  libGFXShared.dylib (11.1.2) <7F9F6175-E993-3014-8C9B-1F08CE7C75A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff96312000 -     0x7fff96313fff  liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
    0x7fff96350000 -     0x7fff9635bfff  libcommonCrypto.dylib (60061.30.1) <E789748D-F9A7-3CFF-B317-90DF348B1E95> /usr/lib/system/libcommonCrypto.dylib
    0x7fff9635c000 -     0x7fff9635efff  com.Apple.EFILogin (2.0 - 2) <3BA837D8-94F5-3240-9CF7-E40DC2808446> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff963d2000 -     0x7fff963d2ff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
    0x7fff963d3000 -     0x7fff96454ff7  com.Apple.CoreUtils (1.1 - 110.1) <3808CBC5-1DF1-3821-8AAE-57C30D4F514B> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff96455000 -     0x7fff9658ffff  com.Apple.ImageIO.framework (3.3.0 - 1239) <6033D915-B9A2-3F21-8F35-2E18EF66CA6F> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff96590000 -     0x7fff965aaff7  liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 2
    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: 21261
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=378.3M resident=134.4M(36%) swapped_out_or_unallocated=243.9M(64%)
Writable regions: Total=3.9G written=186.7M(5%) resident=283.9M(7%) swapped_out=52K(0%) unallocated=3.6G(93%)
 
REGION TYPE                        VIRTUAL
===========                        =======
Activity Tracing                     2048K
CG backing stores                    16.5M
CG image                              124K
CG shared images                      368K
CoreImage                              16K
CoreUI image data                     100K
IOKit                                17.8M
Image IO                               64K
JS JIT generated code                   8K
JS JIT generated code (reserved)      1.0G        reserved VM address space (unallocated)
Kernel Alloc Once                       8K
MALLOC                                1.1G
MALLOC (admin)                         32K
MALLOC_LARGE (reserved)               1.7G        reserved VM address space (unallocated)
Memory Tag 242                         12K
Memory Tag 251                          8K
Memory Tag 255                      549.7M
Memory Tag 255 (reserved)            1792K        reserved VM address space (unallocated)
OpenCL                                 16K
STACK GUARD                          56.1M
Stack                                18.1M
VM_ALLOCATE                          33.3M
VM_ALLOCATE (reserved)                 36K        reserved VM address space (unallocated)
WebKit Malloc                         728K
__DATA                               39.4M
__GLSLBUILTINS                       2588K
__IMAGE                               528K
__LINKEDIT                           93.5M
__TEXT                              284.8M
__UNICODE                             552K
mapped file                         103.3M
shared memory                           4K
===========                        =======
TOTAL                                 5.0G
TOTAL, minus reserved VM space        2.3G
RogerioCalvario
 
Posts: 1
Joined: 05 Sep 2015, 11:05


Re: my Cross DJ Pro on mac (Got it on the app store) crashes

Postby RoJeC on 05 Sep 2015, 13:46

Not sure what causes it.
Maybe you can make the crash report available. In addition to the error msg.

Try starting without anything connected. If you use 32bit hardware you may have to start Cross in 32bit mode.
Ronald

Image

Manual alternative link: ? https://www.mixvibes.com/wp-content/uploads/2017/10/cross-dj-user-manual.pdf
Audio dropouts? Increase audio 'buffer size' value.
FAQ iOS / Android / PC / MAC http://www.mixvibes.com/help/
Soundcard not available/working? Try the 32bit version of Cross (is also installed).
RoJeC
 
Posts: 4926
Joined: 20 May 2011, 08:55
Location: Bussum, Netherlands



Return to Community Support




Who is online

Users browsing this forum: No registered users and 49 guests

Board index

 
 
   
 
© 2014 Mixvibes