What is causing PS CC 2014 to crash when a non-zero *result is returned from a filter plugin?

Hi All,
I'm trying to debug a crash in Photoshop after returning from a filter plugin.
In the case that the filter plugin has “done nothing” or the user has elected not to save the work, the filter plugin sets the value of *result to be -128 or 2. If the plugin has completed successfully and some work has been saved then *result is of course set to 0.
When *result is set to other than 0, though, Photoshop immediately crashes after the plugin has returned from PluginMain.
The backtrace of the crashed thread is at the bottom of this message.
If I alter our filter code so that *result is set to 0, without any other change having been made, there is no crash, which leaves me a bit stumped. Clearly this isn't appropriate, since it results in the new filter layer being created, which the user doesn't want if the filter was cancelled!
Any suggestions about where to start investigating?
The sample backtrace below occurs immediately after I return from PluginMain (having been passed a selector of 5) having set *result=2, *data=0.
Process:               Adobe Photoshop CC 2014 [33126]
Path:                  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/MacOS/Adobe Photoshop CC 2014
Identifier:            com.adobe.Photoshop
Version:               15.2.2 (15.2.2.310)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Adobe Photoshop CC 2014 [33126]
User ID:               501
Date/Time:             2015-04-07 17:10:24.957 +0100
OS Version:            Mac OS X 10.10.2 (14C1514)
Report Version:        11
Anonymous UUID:        97353721-6C4A-3788-A7DC-067B7B828CE4
Sleep/Wake UUID:       60AF0C59-FB9D-43F8-9441-DE0519F0F56E
Time Awake Since Boot: 500000 seconds
Time Since Wake:       9800 seconds
Crashed Thread:        0  Dispatch queue: com.apple.main-thread
Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Application Specific Information:
abort() called
terminating with uncaught exception of type photoshop_error: photoshop_exception
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib             0x00007fff8bd14286 __pthread_kill + 10
1   libsystem_c.dylib                  0x00007fff992a5b53 abort + 129
2   libc++abi.dylib                    0x00007fff96221a21 abort_message + 257
3   libc++abi.dylib                    0x00007fff962499b9 default_terminate_handler() + 243
4   libobjc.A.dylib                    0x00007fff8bf197eb _objc_terminate() + 124
5   libc++abi.dylib                    0x00007fff962470a1 std::__terminate(void (*)()) + 8
6   libc++abi.dylib                    0x00007fff96247113 std::terminate() + 51
7   com.adobe.Photoshop                0x000000010e23209e 0x10e226000 + 49310
8   com.adobe.Photoshop                0x000000010e826930 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1994480
9   com.adobe.Photoshop                0x000000010e822c68 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1978920
10  com.adobe.Photoshop                0x000000010e81cb3e AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1954046
11  com.adobe.Photoshop                0x000000010e823da3 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1983331
12  com.adobe.Photoshop                0x000000010ec91ac5 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6627461
13  com.adobe.Photoshop                0x000000010ec925ca AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6630282
14  com.adobe.Photoshop                0x000000010e81ca60 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1953824
15  com.adobe.Photoshop                0x000000010ec8cfc1 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6608257
16  com.adobe.Photoshop                0x000000010ec8d7e1 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6610337
17  com.adobe.Photoshop                0x000000010e81c4d5 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1952405
18  com.adobe.Photoshop                0x000000010e823f02 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1983682
19  com.adobe.Photoshop                0x000000010e8bd1bc AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2611068
20  com.adobe.Photoshop                0x000000010e82505d AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1988125
21  com.adobe.Photoshop                0x000000010e827c21 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1999329
22  com.adobe.Photoshop                0x000000010e9a5421 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 3561953
23  com.adobe.Photoshop                0x000000010e331fd0 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 988320
24  com.adobe.Photoshop                0x000000010e33a4ec boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 1022396
25  com.adobe.Photoshop                0x000000010e2af68a boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 453466
26  com.adobe.Photoshop                0x000000010e2b576d boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 478269
27  com.adobe.Photoshop                0x000000010e2b4981 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 474705
28  com.adobe.Photoshop                0x000000010e2b07bf boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 457871
29  com.adobe.Photoshop                0x000000010e2b05a6 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 457334
30  com.adobe.Photoshop                0x000000010fabbbb4 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 21479796
31  com.apple.AppKit                   0x00007fff8f16b608 -[NSApplication run] + 711
32  com.adobe.Photoshop                0x000000010fabc382 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 21481794
33  com.adobe.Photoshop                0x000000010fabd6f8 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 21486776
34  com.adobe.Photoshop                0x000000010e2b0e8f boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 459615
35  com.adobe.Photoshop                0x000000010e564dce boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 3293854
36  com.adobe.Photoshop                0x000000010e564f29 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 3294201
37  com.adobe.Photoshop                0x000000010e228334 0x10e226000 + 9012
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib             0x00007fff8bd15232 kevent64 + 10
1   libdispatch.dylib                  0x00007fff9491fa6a _dispatch_mgr_thread + 52
Thread 2:
0   libsystem_kernel.dylib             0x00007fff8bd1494a __workq_kernreturn + 10
1   libsystem_pthread.dylib            0x00007fff8bef640d start_wqthread + 13
Thread 3:: MPSupport Worker
0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
1   MultiProcessor Support             0x000000011eb7040b 0x11eb29000 + 291851
2   MultiProcessor Support             0x000000011eb7030b 0x11eb29000 + 291595
3   MultiProcessor Support             0x000000011eb90844 0x11eb29000 + 424004
4   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
5   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
6   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 4:: MPSupport Worker
0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
1   MultiProcessor Support             0x000000011eb7040b 0x11eb29000 + 291851
2   MultiProcessor Support             0x000000011eb7030b 0x11eb29000 + 291595
3   MultiProcessor Support             0x000000011eb90844 0x11eb29000 + 424004
4   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
5   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
6   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 5:: MPSupport Worker
0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
1   MultiProcessor Support             0x000000011eb7040b 0x11eb29000 + 291851
2   MultiProcessor Support             0x000000011eb7030b 0x11eb29000 + 291595
3   MultiProcessor Support             0x000000011eb90844 0x11eb29000 + 424004
4   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
5   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
6   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 6:: MPSupport Worker
0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
1   MultiProcessor Support             0x000000011eb7040b 0x11eb29000 + 291851
2   MultiProcessor Support             0x000000011eb7030b 0x11eb29000 + 291595
3   MultiProcessor Support             0x000000011eb90844 0x11eb29000 + 424004
4   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
5   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
6   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 7:: MPSupport Worker
0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
1   MultiProcessor Support             0x000000011eb7040b 0x11eb29000 + 291851
2   MultiProcessor Support             0x000000011eb7030b 0x11eb29000 + 291595
3   MultiProcessor Support             0x000000011eb90844 0x11eb29000 + 424004
4   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
5   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
6   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 8:: MPSupport Worker
0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
1   MultiProcessor Support             0x000000011eb7040b 0x11eb29000 + 291851
2   MultiProcessor Support             0x000000011eb7030b 0x11eb29000 + 291595
3   MultiProcessor Support             0x000000011eb90844 0x11eb29000 + 424004
4   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
5   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
6   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 9:: MPSupport Worker
0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
1   MultiProcessor Support             0x000000011eb7040b 0x11eb29000 + 291851
2   MultiProcessor Support             0x000000011eb7030b 0x11eb29000 + 291595
3   MultiProcessor Support             0x000000011eb90844 0x11eb29000 + 424004
4   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
5   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
6   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 10:
0   libsystem_kernel.dylib             0x00007fff8bd0f51a semaphore_wait_trap + 10
1   libtbb.dylib                       0x0000000113803550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
2   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
3   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
4   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 11:
0   libsystem_kernel.dylib             0x00007fff8bd0f51a semaphore_wait_trap + 10
1   libtbb.dylib                       0x0000000113803550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
2   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
3   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
4   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 12:
0   libsystem_kernel.dylib             0x00007fff8bd0f51a semaphore_wait_trap + 10
1   libtbb.dylib                       0x0000000113803550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
2   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
3   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
4   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 13:
0   libsystem_kernel.dylib             0x00007fff8bd0f51a semaphore_wait_trap + 10
1   libtbb.dylib                       0x0000000113803550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
2   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
3   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
4   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 14:
0   libsystem_kernel.dylib             0x00007fff8bd0f51a semaphore_wait_trap + 10
1   libtbb.dylib                       0x0000000113803550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
2   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
3   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
4   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 15:
0   libsystem_kernel.dylib             0x00007fff8bd0f51a semaphore_wait_trap + 10
1   libtbb.dylib                       0x0000000113803550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
2   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
3   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
4   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 16:
0   libsystem_kernel.dylib             0x00007fff8bd0f51a semaphore_wait_trap + 10
1   libtbb.dylib                       0x0000000113803550 tbb::internal::rml::private_worker::thread_routine(void*) + 480
2   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
3   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
4   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 17:
0   libsystem_kernel.dylib             0x00007fff8bd1448a __semwait_signal + 10
1   com.adobe.PSAutomate               0x00000001472315f8 0x1470e3000 + 1369592
2   com.adobe.PSAutomate               0x000000014721705e 0x1470e3000 + 1261662
3   com.adobe.PSAutomate               0x0000000147231195 0x1470e3000 + 1368469
4   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
5   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
6   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 18:
0   libsystem_kernel.dylib             0x00007fff8bd1494a __workq_kernreturn + 10
1   libsystem_pthread.dylib            0x00007fff8bef640d start_wqthread + 13
Thread 19:
0   libsystem_kernel.dylib             0x00007fff8bd0f4de mach_msg_trap + 10
1   libsystem_kernel.dylib             0x00007fff8bd0e64f mach_msg + 55
2   com.apple.CoreFoundation           0x00007fff958cbb34 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation           0x00007fff958caffb __CFRunLoopRun + 1371
4   com.apple.CoreFoundation           0x00007fff958ca858 CFRunLoopRunSpecific + 296
5   com.apple.AppKit                   0x00007fff8f2db33b _NSEventThread + 137
6   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
7   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
8   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 20:
0   libsystem_kernel.dylib             0x00007fff8bd1433a __recvfrom + 10
1   VulcanMessage5.dylib               0x0000000116750b32 vcfoundation::io::BSDNamedPipe::Read(void*, unsigned long) + 24
2   VulcanMessage5.dylib               0x000000011674ec40 vcfoundation::io::BufferedReader::InternalRead(char*, long) + 112
3   VulcanMessage5.dylib               0x000000011674ecae vcfoundation::io::BufferedReader::Read(void*, unsigned long) + 60
4   VulcanMessage5.dylib               0x00000001167477d0 vcfoundation::io::IVCChannel::ReadFully(void*, unsigned long) + 70
5   VulcanMessage5.dylib               0x0000000116748262 vcfoundation::io::Serializer::InternalDeserialize() + 30
6   VulcanMessage5.dylib               0x000000011674816f vcfoundation::io::Serializer::Deserialize() + 9
7   VulcanMessage5.dylib               0x000000011674d782 vcfoundation::ncomm::Connection::ReadIn() + 28
8   VulcanMessage5.dylib               0x000000011674d8c6 vcfoundation::ncomm::NCService::ReadResponse(vcfoundation::ncomm::INCRequest*, vcfoundation::ncomm::INCListener&, vcfoundation::ncomm::NCService::ConRef&) + 40
9   VulcanMessage5.dylib               0x000000011674d681 vcfoundation::ncomm::NCService::Execute(vcfoundation::ncomm::INCRequest*, vcfoundation::ncomm::INCListener&) + 109
10  VulcanMessage5.dylib               0x000000011674d5fa vcfoundation::ncomm::NCService::Execute(vcfoundation::ncomm::INCRequest*) + 32
11  VulcanMessage5.dylib               0x000000011673e32b adobe::vulcan::servicemgr::CSIRequest::Execute() + 53
12  VulcanMessage5.dylib               0x000000011673f507 adobe::vulcan::servicemgr::RegisterForEventsRequest::Run() + 353
13  VulcanMessage5.dylib               0x000000011674e2d0 vcfoundation::thread::AbstractThread::Run() + 50
14  VulcanMessage5.dylib               0x0000000116752523 vcfoundation::thread::Thread::ThreadProc(void*) + 9
15  libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
16  libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
17  libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 21:: UxTech Queue ThreadController
0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
1   com.adobe.Photoshop                0x000000010f98b0fb AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 20231867
2   com.adobe.Photoshop                0x000000010ffcd8bb AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 26795643
3   com.adobe.Photoshop                0x000000010ffcbd7b AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 26788667
4   com.adobe.Photoshop                0x000000010faeac44 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 21672452
5   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
6   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
7   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 22:: UxTech Queue ThreadController
0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
1   com.adobe.Photoshop                0x000000010f98b0fb AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 20231867
2   com.adobe.Photoshop                0x000000010ffcd8bb AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 26795643
3   com.adobe.Photoshop                0x000000010ffcbd7b AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 26788667
4   com.adobe.Photoshop                0x000000010faeac44 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 21672452
5   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
6   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
7   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 23:: UxTech Queue ThreadController
0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
1   com.adobe.Photoshop                0x000000010f98b0fb AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 20231867
2   com.adobe.Photoshop                0x000000010ffcd8bb AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 26795643
3   com.adobe.Photoshop                0x000000010ffcbd7b AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 26788667
4   com.adobe.Photoshop                0x000000010faeac44 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 21672452
5   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
6   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
7   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 24:: UxTech Queue ThreadController
0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
1   com.adobe.Photoshop                0x000000010f98b0fb AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 20231867
2   com.adobe.Photoshop                0x000000010ffcd8bb AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 26795643
3   com.adobe.Photoshop                0x000000010ffcbd7b AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 26788667
4   com.adobe.Photoshop                0x000000010faeac44 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 21672452
5   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
6   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
7   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 25:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib             0x00007fff8bd0f4de mach_msg_trap + 10
1   libsystem_kernel.dylib             0x00007fff8bd0e64f mach_msg + 55
2   com.apple.CoreFoundation           0x00007fff958cbb34 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation           0x00007fff958caffb __CFRunLoopRun + 1371
4   com.apple.CoreFoundation           0x00007fff958ca858 CFRunLoopRunSpecific + 296
5   com.apple.CFNetwork                0x00007fff8cdc3c80 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434
6   com.apple.Foundation               0x00007fff9a28190a __NSThread__main__ + 1345
7   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
8   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
9   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 26:
0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
1   com.adobe.ape.engine               0x00000001499ce3dd APXGetHostAPI + 2516301
2   com.adobe.ape.engine               0x000000014977c5c1 APXGetHostAPI + 83761
3   com.adobe.ape.engine               0x00000001499ce4a1 APXGetHostAPI + 2516497
4   com.adobe.ape.engine               0x00000001499ce51a APXGetHostAPI + 2516618
5   com.adobe.ape.engine               0x00000001499ce649 APXGetHostAPI + 2516921
6   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
7   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
8   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 27:
0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
1   com.adobe.ape.engine               0x00000001499ce3dd APXGetHostAPI + 2516301
2   com.adobe.ape.engine               0x000000014977c5c1 APXGetHostAPI + 83761
3   com.adobe.ape.engine               0x00000001499ce4a1 APXGetHostAPI + 2516497
4   com.adobe.ape.engine               0x00000001499ce51a APXGetHostAPI + 2516618
5   com.adobe.ape.engine               0x00000001499ce649 APXGetHostAPI + 2516921
6   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
7   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
8   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 28:
0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
1   com.adobe.ape.engine               0x00000001499ce3dd APXGetHostAPI + 2516301
2   com.adobe.ape.engine               0x000000014977c5c1 APXGetHostAPI + 83761
3   com.adobe.ape.engine               0x00000001499ce4a1 APXGetHostAPI + 2516497
4   com.adobe.ape.engine               0x00000001499ce51a APXGetHostAPI + 2516618
5   com.adobe.ape.engine               0x00000001499ce649 APXGetHostAPI + 2516921
6   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
7   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
8   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 29:
0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
1   com.adobe.ape.engine               0x00000001499ce3dd APXGetHostAPI + 2516301
2   com.adobe.ape.engine               0x000000014977c5c1 APXGetHostAPI + 83761
3   com.adobe.ape.engine               0x00000001499ce4a1 APXGetHostAPI + 2516497
4   com.adobe.ape.engine               0x00000001499ce51a APXGetHostAPI + 2516618
5   com.adobe.ape.engine               0x00000001499ce649 APXGetHostAPI + 2516921
6   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
7   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
8   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 30:
0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
1   com.adobe.ape.engine               0x00000001499ce3a0 APXGetHostAPI + 2516240
2   com.adobe.ape.engine               0x00000001499e65ab APXGetHostAPI + 2615067
3   com.adobe.ape.engine               0x00000001499ce4a1 APXGetHostAPI + 2516497
4   com.adobe.ape.engine               0x00000001499ce51a APXGetHostAPI + 2516618
5   com.adobe.ape.engine               0x00000001499ce649 APXGetHostAPI + 2516921
6   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
7   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
8   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 31:
0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
1   com.adobe.ape.engine               0x00000001499ce3a0 APXGetHostAPI + 2516240
2   com.adobe.ape.engine               0x0000000149b61073 APXGetHostAPI + 4166115
3   com.adobe.ape.engine               0x00000001499ce4a1 APXGetHostAPI + 2516497
4   com.adobe.ape.engine               0x00000001499ce51a APXGetHostAPI + 2516618
5   com.adobe.ape.engine               0x00000001499ce649 APXGetHostAPI + 2516921
6   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
7   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
8   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 32:: com.apple.CFSocket.private
0   libsystem_kernel.dylib             0x00007fff8bd143fa __select + 10
1   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
2   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
3   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 33:: General Background Service
0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
1   com.adobe.Photoshop                0x000000010e5346e1 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 3095473
2   com.adobe.Photoshop                0x000000010fdf5358 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 24860952
3   com.adobe.Photoshop                0x000000010fdf4b3b AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 24858875
4   com.adobe.Photoshop                0x000000010fdf5cba AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 24863354
5   com.adobe.Photoshop                0x000000010faeac44 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 21672452
6   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
7   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
8   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 34:: Update Activation Menu Items
0   libsystem_kernel.dylib             0x00007fff8bd1448a __semwait_signal + 10
1   com.adobe.Photoshop                0x000000010e4cacd3 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 2662819
2   com.adobe.Photoshop                0x000000010faeac44 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 21672452
3   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
4   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
5   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 35:
0   libsystem_kernel.dylib             0x00007fff8bd0f4de mach_msg_trap + 10
1   libsystem_kernel.dylib             0x00007fff8bd0e64f mach_msg + 55
2   com.apple.CoreFoundation           0x00007fff958cbb34 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation           0x00007fff958caffb __CFRunLoopRun + 1371
4   com.apple.CoreFoundation           0x00007fff958ca858 CFRunLoopRunSpecific + 296
5   com.apple.Foundation               0x00007fff9a2f3364 -[NSConnection run] + 152
6   com.apple.Foundation               0x00007fff9a28190a __NSThread__main__ + 1345
7   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
8   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
9   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 36:
0   libsystem_kernel.dylib             0x00007fff8bd0f4de mach_msg_trap + 10
1   libsystem_kernel.dylib             0x00007fff8bd0e64f mach_msg + 55
2   com.apple.CoreFoundation           0x00007fff958cbb34 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation           0x00007fff958caffb __CFRunLoopRun + 1371
4   com.apple.CoreFoundation           0x00007fff958ca858 CFRunLoopRunSpecific + 296
5   com.apple.Foundation               0x00007fff9a3bf978 -[NSConcreteTask waitUntilExit] + 205
6   com.adobe.PlugPlugOwl              0x0000000113a1f1c4 -[HtmlEngineMonitor monitorThreadProc] + 99
7   com.apple.Foundation               0x00007fff9a28190a __NSThread__main__ + 1345
8   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
9   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
10  libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 37:
Thread 38:: cr_scratch
0   libsystem_kernel.dylib             0x00007fff8bd14136 __psynch_cvwait + 10
1   com.adobe.CameraRaw                0x000000015a990aab 0x15a391000 + 6290091
2   com.adobe.CameraRaw                0x000000015a9197ab 0x15a391000 + 5801899
3   com.adobe.CameraRaw                0x000000015a7179f1 0x15a391000 + 3697137
4   libsystem_pthread.dylib            0x00007fff8bef8268 _pthread_body + 131
5   libsystem_pthread.dylib            0x00007fff8bef81e5 _pthread_start + 176
6   libsystem_pthread.dylib            0x00007fff8bef641d thread_start + 13
Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff519d4a58  rdx: 0x0000000000000000
  rdi: 0x000000000000130f  rsi: 0x0000000000000006  rbp: 0x00007fff519d4a80  rsp: 0x00007fff519d4a58
   r8: 0x0000000000000002   r9: 0x00007fff992cfd70  r10: 0x0000000008000000  r11: 0x0000000000000206
  r12: 0x00007fff519d4be0  r13: 0x00007fff519d5401  r14: 0x00007fff7ad8a300  r15: 0x00007fff519d4ac0
  rip: 0x00007fff8bd14286  rfl: 0x0000000000000206  cr2: 0x00007fff7cfd1fd8
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133
Binary Images:
       0x10e226000 -        0x112b02fbf +com.adobe.Photoshop (15.2.2 - 15.2.2.310)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/MacOS/Adobe Photoshop CC 2014
       0x1137f5000 -        0x113825fef +libtbb.dylib (0)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/libtbb.dylib
       0x113848000 -        0x11386dfff +libtbbmalloc.dylib (0)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/libtbbmalloc.dylib
       0x113899000 -        0x113998fff +com.adobe.amtlib (8.0.0.122 - 8.0.0.122)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
       0x1139ab000 -        0x1139adff7  com.apple.textencoding.unicode (2.7 - 2.7)  /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
       0x1139b2000 -        0x113c72fcf +com.adobe.PlugPlugOwl (5.2.0.54 - 5.2.0.54)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/PlugPlugOwl.framework/Versions/A/PlugPlugOwl
       0x113f2c000 -        0x113fd7ff7 +com.adobe.AdobeScCore (ScCore 4.5.5 - 4.5.5.32401)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
       0x114021000 -        0x1140dffff +com.adobe.AdobeExtendScript (ExtendScript 4.5.5 - 4.5.5.32401)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
       0x114133000 -        0x114139fff  org.twain.dsm (1.9.5 - 1.9.5)  /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
       0x114142000 -        0x114155ff7 +com.adobe.ahclientframework (1.8.0.31 - 1.8.0.31)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
       0x114160000 -        0x114164fff  com.apple.agl (3.3.0 - AGL-3.3.0)  /System/Library/Frameworks/AGL.framework/Versions/A/AGL
       0x11416f000 -        0x114369ff7 +com.adobe.owl (AdobeOwl version 5.2.4 - 5.2.4)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
       0x1143b2000 -        0x1147a6ff7 +com.adobe.MPS (AdobeMPS 5.8.1.33340 - 5.8.1.33340)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
       0x114826000 -        0x114854fff +VulcanControl.dylib (5.0.0.82 - 5.0.0.82 © 2013 Adobe Systems, Inc. All rights reserved.)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/VulcanControl.dylib
       0x11488b000 -        0x114bcefff +com.adobe.AGM (AdobeAGM 4.30.41.33308 - 4.30.41.33308)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
       0x114c40000 -        0x114f65ff7 +com.adobe.CoolType (AdobeCoolType 5.15.00.33308 - 5.15.00.33308)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
       0x114fae000 -        0x114fd5ff7 +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
       0x114fdf000 -        0x115003ff7 +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.8.0.32260 - 3.8.0.32260)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpat
       0x11502a000 -        0x115159fff +com.winsoft.wrservices (WRServices 8.0.0 - 8.0.0)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
       0x1151b7000 -        0x1151b8ff7  libCyrillicConverter.dylib (64)  /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
       0x1151bd000 -        0x11530bff7 +com.adobe.ACE (AdobeACE 2.20.02.33308 - 2.20.02.33308)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
       0x115323000 -        0x115342fff +com.adobe.BIB (AdobeBIB 1.2.03.33308 - 1.2.03.33308)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
       0x11534d000 -        0x115406ff7 +com.adobe.JP2K (1.2.2 - 1.2.2.33078)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
       0x11544e000 -        0x115452ff7 +com.adobe.ape.shim (3.4.0.29366 - 3.4.0.29366)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
       0x11545e000 -        0x115512fff +com.adobe.AdobeXMPCore (Adobe XMP Core 5.6 -c 14 - 79.156797)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
       0x1155be000 -        0x115b16fef +com.nvidia.cg (2.2.0006 - 0) /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/Cg.framework/Cg
       0x116185000 -        0x116211fff +com.adobe.headlights.LogSessionFramework (7.2.1.3399)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
       0x116259000 -        0x116599fff +com.adobe.AIF (AdobeAIF 2014.0.00 - 2014.0.00)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl
       0x1166e6000 -        0x11670fff7 +com.adobe.PDFSettings (AdobePDFSettings 1.04.0 - 1.4)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSettings
       0x11672a000 -        0x11672cfff +com.adobe.AdobeCrashReporter (7.0 - 7.0.1)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
       0x116734000 -        0x116776ff7 +VulcanMessage5.dylib (5.0.0.82 - 5.0.0.82 © 2013 Adobe Systems, Inc. All rights reserved.)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/VulcanMessage5.dylib
       0x1167bb000 -        0x1168b9ff7 +com.adobe.AXEDOMCore (AdobeAXEDOMCore 3.8.0.32260 - 3.8.0.32260)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
       0x11696b000 -        0x116ac5fff +com.adobe.linguistic.LinguisticManager (8.0.0 - 20256)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
       0x116b1a000 -        0x116b36ff7 +com.adobe.AIF (AdobeAIF 2014.0.00 - 2014.0.00)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/aif_ocl.framework/Versions/A/aif_ocl
       0x116b4d000 -        0x116b99fff +com.adobe.AIF (AdobeAIF 2014.0.00 - 2014.0.00)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
       0x116baa000 -        0x116c19ff7 +com.adobe.adobe_caps (adobe_caps 8.0.0.13 - 8.0.0.13)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
       0x116c27000 -        0x116cf2fff +com.adobe.PM (AdbePM 2.2.00.32695 - 2.2.00.32695)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdbePM.framework/Versions/A/AdbePM
       0x11a1d1000 -        0x11a1eefff  libJapaneseConverter.dylib (64)  /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
       0x11a1f3000 -        0x11a215ff7  libKoreanConverter.dylib (64)  /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
       0x11a219000 -        0x11a228fff  libSimplifiedChineseConverter.dylib (64)  /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
       0x11a22c000 -        0x11a23efff  libTraditionalChineseConverter.dylib (64)  /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
       0x11df1b000 -        0x11df1bfef +cl_kernels (???)  cl_kernels
       0x11df29000 -        0x11df29fe7 +cl_kernels (???)  cl_kernels
       0x11df85000 -        0x11dfc4ff7 +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 8.0.0.14 - 8.0.0.14)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/updaternotifications.framework/Versions/A/UpdaterNotifications
       0x11e07a000 -        0x11e160fef  unorm8_bgra.dylib (2.4.5)  /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
       0x11e2a8000 -        0x11e2b7fff +com.vertustech.FluidMask3Plugin (3.3.13 - 3.3.13)  /Applications/Fluid Mask 3.app/Contents/MacOS/Fluid Mask 3.plugin/Contents/MacOS/Fluid Mask 3
       0x11e5d0000 -        0x11e5d4fff  com.apple.audio.AppleHDAHALPlugIn (269.25 - 269.25)  /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
       0x11ea78000 -        0x11ea7bfff +FastCore (???)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Required/Plug-Ins/Extensions/FastCore.plugin/Contents/MacOS/FastCore
       0x11ea82000 -        0x11eab1fff +MMXCore (???)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Required/Plug-Ins/Extensions/MMXCore.plugin/Contents/MacOS/MMXCore
       0x11eb29000 -        0x11ebb1fff +MultiProcessor Support (???)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Required/Plug-Ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
       0x124c9d000 -        0x124d49fff  ColorSyncDeprecated.dylib (442)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
       0x12501f000 -        0x12503ffff  com.apple.cmio.DAL.AppleCamera (400.5.29 - AppleCameraDeviceAbstractionLayer-5.29.0)  /Library/CoreMediaIO/*/AppleCamera.plugin/Contents/MacOS/AppleCamera
       0x1470cc000 -        0x1470ddfff +MeasurementCore (???)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Required/Plug-Ins/Measurements/MeasurementCore.plugin/Contents/MacOS/MeasurementCore
       0x1470e3000 -        0x147325ff7 +com.adobe.PSAutomate (15.2.2 - 15.2.2)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Required/Plug-Ins/Extensions/ScriptingSupport.plugin/Contents/MacOS/ScriptingSupport
       0x1473aa000 -        0x14749fff7 +com.adobe.AdbeScriptUIFlex (ScriptUIFlex 6.3.2 - 6.3.2.32394)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdbeScriptUIFlex.framework/Versions/A/AdbeScriptUIFlex
       0x147533000 -        0x147559ff7 +com.adobe.ape (3.4.0.29366 - 3.4.0.29366)  /Library/Application Support/Adobe/*/adbeapecore.framework/adbeapecore
       0x149733000 -        0x14a6b8fef +com.adobe.ape.engine (3.4.0.29366 - 3.4.0.29366)  /Library/Application Support/Adobe/*/adbeapecore.framework/Libraries/adbeapeengine.bundle/Contents/MacOS/adbeapeengine
       0x14d1fb000 -        0x14d234ff7 +com.adobe.pip (7.2.1.3399)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/AdobePIP.framework/AdobePIP
       0x14d262000 -        0x14d266ff3  libFontRegistryUI.dylib (134)  /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
       0x1511ff000 -        0x1512e6fe7 +IMSLib.dylib (7.0.0.154 - 7.0.0.154)  /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/Frameworks/IMSLib.dylib
       0x151382000 -        0x1513fcff7  com.apple.xquery (1.3.1 - 30)  /System/Library/PrivateFrameworks/XQuery.framework/XQuery
       0x15800a000 -        0x15800affe +cl_kernels (???)  cl_kernels
       0x15800e000 -        0x15800efef +cl_kernels (???)  cl_kernels
       0x15a391000 -        0x15c9c8fef +com.adobe.CameraRaw (8.8.0 [397] - 8.8.0f397)  /Library/Application Support/Adobe/*/Camera Raw.plugin/Contents/MacOS/Camera Raw
       0x15cd4f000 -        0x15ce09fff + (???) 
       0x16a8b1000 -        0x16a93dfff  Tcl (8.4.19 - 8.4.19)  /System/Library/Frameworks/Tcl.framework/Versions/8.4/Tcl
    0x123400000000 -     0x1234004f7fff  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.2.46 - 10.0.2)  /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
    0x7fff638c5000 -     0x7fff638fb837  dyld (353.2.1)  /usr/lib/dyld
    0x7fff8bbf9000 -     0x7fff8bc6bff7  com.apple.framework.IOKit (2.0.2 - 1050.10.8)  /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8bc6c000 -     0x7fff8bc86ff7  liblzma.5.dylib (7)  /usr/lib/liblzma.5.dylib
    0x7fff8bc87000 -     0x7fff8bcafffb  libRIP.A.dylib (775.16)  /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff8bcb0000 -     0x7fff8bccbff7  com.apple.aps.framework (4.0 - 4.0)  /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff8bcd1000 -     0x7fff8bcfdfff  libsandbox.1.dylib (358.1.1)  /usr/lib/libsandbox.1.dylib
    0x7fff8bcfe000 -     0x7fff8bd1bfff  libsystem_kernel.dylib (2782.10.72)  /usr/lib/system/libsystem_kernel.dylib
    0x7fff8bd1c000 -     0x7fff8bd25fff  libGFXShared.dylib (11.1.1)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff8bd96000 -     0x7fff8bda3ff7  libxar.1.dylib (254)  /usr/lib/libxar.1.dylib
    0x7fff8bda4000 -     0x7fff8be1cff7  com.apple.SystemConfiguration (1.14 - 1.14)  /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff8be7d000 -     0x7fff8be86ff3  com.apple.CommonAuth (4.0 - 2.0)  /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8be87000 -     0x7fff8beb0ffb  libxslt.1.dylib (13)  /usr/lib/libxslt.1.dylib
    0x7fff8beb1000 -     0x7fff8bec1ff7  libbsm.0.dylib (34)  /usr/lib/libbsm.0.dylib
    0x7fff8beda000 -     0x7fff8bedcfff  com.apple.loginsupport (1.0 - 1)  /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff8bedd000 -     0x7fff8bef4ff7  libLinearAlgebra.dylib (1128)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff8bef5000 -     0x7fff8befefff  libsystem_pthread.dylib (105.10.1)  /usr/lib/system/libsystem_pthread.dylib
    0x7fff8bf07000 -     0x7fff8c10146f  libobjc.A.dylib (647)  /usr/lib/libobjc.A.dylib
    0x7fff8c104000 -     0x7fff8c120ff7  libsystem_malloc.dylib (53.1.1)  /usr/lib/system/libsystem_malloc.dylib
    0x7fff8c15d000 -     0x7fff8c162fff  com.apple.DiskArbitration (2.6 - 2.6)  /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8c16d000 -     0x7fff8c174ff7  libcompiler_rt.dylib (35)  /usr/lib/system/libcompiler_rt.dylib
    0x7fff8c175000 -     0x7fff8c209fff  com.apple.ink.framework (10.9 - 213)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff8c20a000 -     0x7fff8c20aff7  libunc.dylib (29)  /usr/lib/system/libunc.dylib
    0x7fff8c2a3000 -     0x7fff8c2aeff7  com.apple.speech.synthesis.framework (5.3.3 - 5.3.3)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8c35f000 -     0x7fff8c3a8ff3  com.apple.HIServices (1.22 - 520.12)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff8c3a9000 -     0x7fff8c3acff7  libdyld.dylib (353.2.1)  /usr/lib/system/libdyld.dylib
    0x7fff8c3ad000 -     0x7fff8c3b5ff7  com.apple.AppleSRP (5.0 - 1)  /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff8c3b6000 -     0x7fff8c3b7fff  libsystem_secinit.dylib (18)  /usr/lib/system/libsystem_secinit.dylib
    0x7fff8c3b8000 -     0x7fff8c6d3fcf  com.apple.vImage (8.0 - 8.0)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff8c6d4000 -     0x7fff8c6e6fff  libsasl2.2.dylib (193)  /usr/lib/libsasl2.2.dylib
    0x7fff8c6e7000 -     0x7fff8c721ffb  com.apple.DebugSymbols (115 - 115)  /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff8c722000 -     0x7fff8c72dff7  libcsfde.dylib (471.10.6)  /usr/lib/libcsfde.dylib
    0x7fff8c72e000 -     0x7fff8c730fff  libsystem_configuration.dylib (699.1.5)  /usr/lib/system/libsystem_configuration.dylib
    0x7fff8c731000 -     0x7fff8c75cfff  com.apple.DictionaryServices (1.2 - 229)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff8c75d000 -     0x7fff8c88fff7  com.apple.MediaControlSender (2.0 - 215.15)  /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
    0x7fff8c890000 -     0x7fff8cb38ff7  com.apple.RawCamera.bundle (6.03 - 777)  /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff8cb39000 -     0x7fff8cbc2fff  com.apple.CoreSymbolication (3.1 - 57020)  /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff8cbc3000 -     0x7fff8cbc5ff3  com.apple.SafariServices.framework (10600 - 10600.4.10.7)  /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariServices
    0x7fff8cbc6000 -     0x7fff8cc2dff7  com.apple.framework.CoreWiFi (3.0 - 300.4)  /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff8cc2e000 -     0x7fff8cd22fff  libFontParser.dylib (134.1)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8cd23000 -     0x7fff8cf26ff3  com.apple.CFNetwork (720.2.4 - 720.2.4)  /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff8cf27000 -     0x7fff8cf43fff  com.apple.GenerationalStorage (2.0 - 209.11)  /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff8cf44000 -     0x7fff8cf46fff  libCVMSPluginSupport.dylib (11.1.1)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff8cf47000 -     0x7fff8cf71fff  GLRendererFloat (11.1.1)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff8cf8a000 -     0x7fff8cf8aff7  libkeymgr.dylib (28)  /usr/lib/system/libkeymgr.dylib
    0x7fff8cf8b000 -     0x7fff8d477ff7  com.apple.MediaToolbox (1.0 - 1562.107)  /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff8d49d000 -     0x7fff8d49efff  liblangid.dylib (117)  /usr/lib/liblangid.dylib
    0x7fff8d49f000 -     0x7fff8d4a7fff  libMatch.1.dylib (24)  /usr/lib/libMatch.1.dylib
    0x7fff8d4a8000 -     0x7fff8d563ff7  com.apple.DiscRecording (9.0 - 9000.4.2)  /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff8d564000 -     0x7fff8d568fff  libpam.2.dylib (20)  /usr/lib/libpam.2.dylib
    0x7fff8d569000 -     0x7fff8d577ff7  com.apple.opengl (11.1.1 - 11.1.1)  /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8d578000 -     0x7fff8d582ff7  com.apple.NetAuth (5.0 - 5.0)  /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8d583000 -     0x7fff8d584fff  libSystem.B.dylib (1213)  /usr/lib/libSystem.B.dylib
    0x7fff8d959000 -     0x7fff8d99afff  libGLU.dylib (11.1.1)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8d99b000 -     0x7fff8d9d6fff  com.apple.Symbolication (1.4 - 56045)  /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff8d9d7000 -     0x7fff8db07fff  com.apple.UIFoundation (1.0 - 1)  /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff8db08000 -     0x7fff8db40fff  com.apple.RemoteViewServices (2.0 - 99)  /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff8db8a000 -     0x7fff8dbb8fff  com.apple.CoreServicesInternal (221.2.2 - 221.2.2)  /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff8dbd3000 -     0x7fff8ddb8ff3  libicucore.A.dylib (531.31)  /usr/lib/libicucore.A.dylib
    0x7fff8ddb9000 -     0x7fff8ddc1ffb  libcopyfile.dylib (118.1.2)  /usr/lib/system/libcopyfile.dylib
    0x7fff8ddc2000 -     0x7fff8ddd4ff7  com.apple.ImageCapture (9.0 - 9.0)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff8de07000 -     0x7fff8de08fff  libDiagnosticMessagesClient.dylib (100)  /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8de09000 -     0x7fff8de1cff7  com.apple.CoreBluetooth (1.0 - 1)  /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff8de26000 -     0x7fff8de2afff  libspindump.dylib (182)  /usr/lib/libspindump.dylib
    0x7fff8de2b000 -     0x7fff8de30ff7  libunwind.dylib (35.3)  /usr/lib/system/libunwind.dylib
    0x7fff8de3d000 -     0x7fff8de43ff7  libsystem_networkextension.dylib (167.1.10)  /usr/lib/system/libsystem_networkextension.dylib
    0x7fff8de7f000 -     0x7fff8dfeaff7  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12)  /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8dfeb000 -     0x7fff8e00bfff  com.apple.IconServices (47.1 - 47.1)  /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff8e00c000 -     0x7fff8e05dff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0)  /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8e05e000 -     0x7fff8e05efff  com.apple.quartzframework (1.5 - 1.5)  /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff8e05f000 -     0x7fff8e082fff  com.apple.Sharing (328.3.2 - 328.3.2)  /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff8e0f5000 -     0x7fff8e1d5fff  com.apple.QuickLookUIFramework (5.0 - 675.13)  /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V

Is this a plugin you are developing or one you have purchased?
If purchased, I would try to contact the company that made it.
If you are developing, then I would get the original Dissolve (or other) example and make sure it is working correctly with the OK and in the Cancel scenario. If so, then copy that example and start modifying and working your way towards what you now have. You should be able to tell when things go wrong and that would help me figure out your crasher.

Similar Messages

  • JSX causing Indesign CC 2014 to Crash even when the execution is successful

    Hi,
    I have JSX which is executing successfull and returning a string value, but even after that indesign CC 2014 is getting crashed as soon as result is Returned from JSX.
    has any one faced such issue ???
    This issue is not there in Indesign CC 9.2 executing the same JSX.

    Finally after a lot of debugging I found the issue.
    In Indesign CC 2014, the handling for Hidden documents has been changed how it used to be for Indesign CC 9.2.
    Now we can not run command doc.Close() on a hidden document. This is what was causing Indesign to Crash.
    Also, app.documents no more contains the count of hidden documents. Only those documents are maintained for which layout is open.
    Not sure if such major API changes have been mentioned as a part of API changes doc.

  • Premiere Pro CC 2014.2 crashes when "locating media"

    The problem;
    Premiere Pro CC 2014.2 crashes when "locating media".  I am working on a project that has not given me any problems for the last 200 hours.   About a week ago I notice that the .proj file size was 276mb and found this odd because my largest project to date was never larger than 80mbs.  I thought that the premiere was running slow because of the project size. As luck would have, when my client made their their final changes 2 days ago, I opened the project and premiere would hang on the locating media window and then would crash. I called Adobe and spent an hour on the phone with them to no avail. 
    Project workflow
    - 700gb of 5d footage
    - 20 sequences under 5 minutes
    - Dynamically linked files with AE
    - Warp Stabilized about a dozen clips of under 5 sec
    - On every sequence color correction adjustment layer with  RGB Curves, Three way color corrector and sharpen filter
    - I kept old versions of the sequences (I was in version 5 before the crash)
    What I have tried;
    - Unsuccessfully tried to open auto-save files for this project.
    - Successfully opened other older non relevant project
    - Removed Mercury playback engine in the project settings
    - Cleaned out media cache database through pp in media Preferences
    - Manually deleted cache files in /Common/Media Cache Files and /Common/Media Cache
    - Tried importing sequences into new .proj file; it would crash as a result.
    What "worked".
    I was able to open it on another computer. save it under another file name. bring it back to my original computer and open it without problem. I lost about 3 days working through this problem, I missed my deadline. and angered the client.  I was able to use a friends IMAC to "fix" the problem, however I can't always count on him being there if it happens again.
    Questions.
    - What the hell happened? Why could I open it on one computer and not on the other?
    - Is there a way to fix a corrupted .proj files on a PC?
    - What should the average file size be, before it becomes unstable? (I'm pretty that my file size was bloated by all the previous versions of the sequences)
    Windows 8.1  64bit
    Premiere 2014.2
    Intel Quadcore i7-4770    3.40GHz
    16gb Ram

    Hi,
    I would suggest the following steps:
    http://blogs.adobe.com/kevinmonahan/2014/09/10/premiere-pro-cc-freezing-on-startup-or-cras hing-while-working-mac-os-x-10-9-and-later/
    Run a disk permission repair on your boot drive, and
    Reset Home Folder permissions and ACLs Error | Apple Support Communities
    Thanks,
    Rameez

  • AE 2014.2 crash when switching preview panel with Matrox

    I newly bought a pc with Matrox M9138 card, and using it for professional use. All works fine, except for Adobe After Effects CC 2014.2: it simply crashes when switching between the Preview-panel and Render-Cue panel.
    When I look in AE preferences under Video-preview > Mercury transmit doesn't even show that there is a Matrox-card. The only option there is Adobe DV. So, I guess AE doesn't find and even makes use of my Matrox card.
    Technical info:
    Windows Version: 8.1
    Processor: Intel Core i7-4790 CPU, 3.6 GHz
    RAM: 16GB
    Type: 64bits
    Matrox M9138 LP PCIex16
    Driver version 2.4.3.2 (4.4.3.2) for Win 8-64bit
    Adobe CC After effects 2014.2
    After Efects error: "Crash in progress. Last logged message was: <816><ae.blitpipe><2> Making New Context"
    First I installed the Matrox driver, and then Adobe CC, but After effects crashed when switching between preview-panel and render-cue-panel (No Matrox recognition in AE preferences > Mercury transmit)
    Now I did it in other order:
    - I removed Adobe CC (AE included) and all parts
    - Did extra checkup removal with Adobe CC cleaner
    - Removed the Matrox driver
    - Restarted PC
    - Reinstalled Adobe CC with AE
    - Reinstalled Matrox Driver
    - Restarted PC
    - matrox fully installed and working perfectly (no errors in Display Adapters info).
    But still, After effects crashed (Still no Matrox recognition in AE preferences > Mercury transmit)
    I contacted Matrox technical support, and as I suspected, they say they haven't had this problem before and all works fine.
    Typical...
    Does someone has an idea what the problem would be?
    Help or info would be very appreciated.

    Solution:
    My graphics card did not supported the "Mercury Playback Engine GPU Acceleration (Open CL)". You can change it into "Mercury Playback Engine Software Only" in your Project Settings.
    But this is in the wrong place in my opinion. Why not in "Edit/Preferences"? I could've changed it by myself but I did not find the menu.
    Thanks Michaela from the Adobe Support Chat!

  • WHY MUSE 2014.3 crashes when I try to SAVE or SAVE AS ?

    Please MUSE team, I need your help.
    MUSE has never failed before to me ... just after update to 2014.3 it crashes when I try to SAVE or SAVE AS .. it freezes and I have to FORCE QUIT from MUSE.
    This site is already LIVE and need to make some updates for today .. I've emailed to [email protected]  attaching the screenshot and the MUSE FILE.
    Their answer is not clear ... I don't know if they will do something or I should do something in addition to what I sent ... PLEASE I have a compromise with my client and feel totally unsupported by you.
    Screenshot HERE
    MUSE answer here

    theEvaSite,
    I had something similar happen to me yesterday and after contacting Adobe Support, I had to send in my file so they could repair it. There are several other cases of issues when downloading the update, uploading files, etc. If you can open the file inside the new 2014.3 update, make changes, but cannot save or upload to FTP, etc...it's probably a file error issue that occurred after the 2014.3 update. The tech told me to downgrade back to the previous version for the time being so that I can still work and update the website. That requires an older file that was not converted after the update though. Hopefully you back up your muse files.
    To downgrade and work around this, uninstall the Muse app. Delete preferences. Go back to the CC panel/dashboard and install the previous 2014.2.1 version at the bottom (you'll have to click on the little arrow/gear icon just above the muse install button to select "Previous Version."
    This worked for me. Hope it helps

  • SpeedGrade CC 2014.2 Crashes When Shot Matcher Button is Pressed

    So I've been trying every troubleshooting step I can think of and ones I've seen in other similar issues.  Used to be a support rep so pardon this looking like a trouble ticket:
    -Restarted App
    -Restarted Machine
    -Uninstall/Reinstall App
    -Gave App 2 minutes inbetween clicks
    -Tried using 16, 24, and 32 bit targa files to match
    -Tried using other clips to match
    -REPLICATED by intensively doing color grading through color wheels
    -Issue appears to happen on any intensive task
    -Issue happens 100% of time on Shot Matcher button
    -Issue does not replicate on Lumitri looks
    -Machine has 16 gb ram, 3.3 ghz six core AMD FX-6100, and NVIDIA GeForce GT 630 card
    I've considered rolling back to a previous version of SG but that doesn't seem possible.  I'm not using Dynamic Link either.  This is all standalone.  Any ideas as to what could cause this?  Any troubleshooting you can suggest?  Thanks!

    your build might be 8.2x51 as that is what my Speedgrade 2014.2 is
    I would like to attach a sample Targa file, but my connection is too slow and browser is outdated as well as likely non-compatible in this reply form.
    Original targa is over 6MB which is cinema dng rendered into TIF, saved as jpeg, then saved as Targa (6MB). So I cropped it down to 2.7MB, then reduced its 1920 x 1080 size into 864 x 576 (odd yes, but from a 6 x 4 ratio) and turned it into a 1.5MB sample Targa that I would be able to send out as a sample.
    Targa created in Photoshop CC 2014.2.2, and saved as 24 bits/pixel without checking 'Compress (RLE)'
    So, with my limited sharing capabilities from this current location, it looked like I might be click the 'pencil' top left drop-down menu and choose 'uploaded file to share' - but I have never experienced what happens with that process. I am willing to attempt uploading the Targa file that way, but it looks as if it gets posted in this Speedgrade forum into a separate conversation, so I hold onto a Targa sample from myself for delivery somehow sometime.

  • Anyone know what would cause a cs5 "utilities.cpp-760"  when trying to capture video

    Software: Premiere Pro CS5 v5.0.3
    OS: Win7 Pro 64bit
    Trying to batch capture video from a Sony DSR-45 over firewire and it's worked before, but for some reason now it will cause the "Premiere pro debug event' message box with "..src\Utilities.cpp-760".
    Any one have any ideas what would cause that or where I could look for a log file or something with a little more info.
    Thanks
    Don

    Trying one of these may help
    I have NOT used either, but many say to try these for SD capture http://windv.mourek.cz/ or http://www.exsate.com/products/dvcapture/
    http://helpx.adobe.com/premiere-pro/kb/cant-capture-dv-hdv-video.html
    -and http://forums.adobe.com/message/4708997
    I have NOT used it, but many say to try this for HDV capture http://strony.aster.pl/paviko/hdvsplit.htm
    -Interrupt message #16 http://forums.adobe.com/thread/978014
    Also, you MAY need to use the Legacy Driver http://forums.adobe.com/message/2981411

  • Outlook 2013 crashes when opening Calendar search result

    I have a user who uses her Outlook 2013 calendar extensively, mainly to note for herself when she has spoken to a customer, and creating appointments for when she needs to speak to them again. (This is outside of our policy to note the contact in
    MS CRM.) She can have scores of such Calendar items each day.
    When seraching for these appointments in her Calendar, she gets the list of results, but Oulook crashes when she tries to open any of them. Sometimes Outlook restarts on its own, sometimes she must relaunch it herself.
    Related threads reference a wwlib.dll error, but she is not getting that. It is Outlook.exe itself that is crashing. There are other threads that reference other open windows, or items containing webpages or tables, but these do not apply to her, either.
    Event Data (two related entries) contain the following:
    OUTLOOK.EXE
    15.0.4551.1004
    5253ad6f
    c0000005
    00025b09
    19cc
    01cef2a610938033
    C:\Program Files\Microsoft Office\Office15\OUTLOOK.EXE
    C:\Program Files\Microsoft Office\Office15\OUTLOOK.EXE
    77f5e493-5e9b-11e3-9ef4-00219b4a7172
    And:
    3915849571
    1
    APPCRASH
    Not available
    0
    OUTLOOK.EXE
    15.0.4511.1004
    5253ad6f
    OUTLOOK.EXE
    15.0.4551.1004
    5253ad6f
    c0000005
    00025b09
    C:\Users\[username]\AppData\Local\Temp\163947659.cvr C:\User\[username]\AppData\Local\Temp\CVR780F.tmp.cvr
    C:\Users\[username]\AppData\Local\Temp\WERA546.tmp.WERInternalMetadata.xml
    C:\Users\[username]\AppData\Local\Microsoft\Windows\WER\ReportArchive\AppCrash_OUTLOOK.EXE_2e80497b46642ed3f64262bb26bbba2f6ecc_02d1bdd5
    0
    77f5e493-5e9b-11e3-9ef4-00219b4a7172
    0
    On answers.microsoft.com, Girish M (Support Engineer who eventally directed me here), asked me to run Scanpst.exe. I would paste the results here, but this window does not seem to allow pasting. A summary description of what it found on her .ost file (no
    .pst in use) is basically this:
    **Beginning NDB recovery
      **Attempting to open database
      **Attempting to validate header
      **Attempting to validate AMap
      **Attempting to validate BBT
      **Attempting to validate NBT
      **Attempting to validate BBT refcounts
        ??Couldint find BBT entry in the RBT (E025CC)
      **Attempting to validate header NID high-water marks
    **Beginning PST/OST recovery
      **Attempting to recover all top-level objects
        **Store created by biuld: 15.4517
      **Attempting to walk all folders
          Failed to add row to the FLT, RowID = 719
          Failed to add row to the FLT, RowID = 6CD
          Failed to add row to the FLT, RowID = 6DE
          Failed to add row to the FLT, RowID = 6D8
    and so on, and so on, with a few hundred more FLT RowID errors, finally ending with:
      **Attempting to locate any orphaned folders/messages
      **Performing Final HMP validation
      **Attempting to check top-level objects for consistency
      **Updating folder hierarchy
      **Verifying message moves
    My understanding of the Scanpst.exe process is that it also disables any addons which might cause crashing, but the issue is still being experienced. Running Scanpst.exe a second time (appending the previous log, although it seemed to actually prepend the
    file) only returned a few lines from the top of the result above ending with "Attempting to validate BBT."
    Fixes not attempted yet that I have found performing searches include running the Office Repair tool, or checking for KB2817631 (a Word update that is apparently having adverse affects on Outlook, not attempted yet because it seems to be related to the wwlib.dll
    error, which is not happening here).
    Any thoughts out there? Thanks!

    Mavis,
    Thanks for the reply. Running Outlook using /cleansharing and
    /cleanroamedprefs did not have any effect when used individually or in combination with each other.
    Running the Search Index Rebuild option also did not seem to do anything, as the pop-up message indicated that it may take a long time to finish, and yet seemed to finish instantaneously, not giving any indication that the indexing took place. The option
    window immediately said "Indexing complete" for 23,755 items.
    As to the Outlook Forum, they are the ones who directed me to this forum (you can see the thread on the Answers support page under Office - Office 2013 - Microsoft Office Outlook - Office on Windows 7, under the title "Outlook 2013 restarts when
    opening Calendar Search result item" first posted on Dec 11, 2013), as Girish M felt that it might be due to Exchange, and not Outlook. (I have no reports of any of our other users on the same Exchange server having the problem with their Outlook, but
    they also do not use it the way this user has been.)
    I can repost the issue there, or continue the same thread, if you think the issue lies with them. Was the "Answers" site the improper place to post, perhaps? Should it go in a different thread on Technet instead?
    Thanks for your assistance!
    Edited to add:
    Here are the KBs installed just before or on the date the problem started (12/6/2013):
    12/5/2016 (Office updates, all 32-Bit):
    Security Update Office 2013 KB2768005
    Office 2013 KB2768016
    Office 2013 KB2817640
    Office 2013 KB2827228
    Security Office 2013 KB2837618
    Word 2013 KB2817631
    InfoPath 2013 KB2752078
    Office 2013 KB2817493
    Office 2013 KB2760539
    Office 2013 KB2827235
    Office 2013 KB2827225
    Security Excel 2013 KB2827238
    Office 2013 KB2760242
    Office 2013 KB2817626
    Office 2013 KB2817314
    Office 2013 KB2760610
    Access 2013 KB2768008
    Office 2013 KB2738038
    SkyDrive Pro KB2825633
    Security Office 2013 KB2817623
    Office 2013 KB2760267
    Visio Viewer 2013 KB2768338
    Office 2013 KB2827230
    OneNote 2013 KB2810016
    Office 2013 KB2827228
    Office 2013 KB2767845
    Definition Office 2013 KB2760587
    Office 2013 KB2726996
    Security Office 2013 KB2810009
    Office 2013 KB2817316
    Word 2013 KB2817631
    Lync 2013 KB2817621
    Office 2013 KB2760224
    Office 2013 KB2726954
    Office 2013 KB2817640
    Publisher 2013 KB2752097
    PowerPoint 2013 KB2817625
    Office 2013 KB2760257
    Office 2013 KB2817309
    Security Outlook 2013 KB2837618
    Visio 2013 KB2752018
    Office 2013 KB2817490
    Word 2013 KB2827218
    Office 2013 KB2760553
    12/6/2013 (for Windows, all Security):
    KB2900986
    KB2888505
    KB2876331
    KB2868725
    KB2868626
    KB2862152
    I listed all updates because there have been reported instances of a Word update causing Outlook to crash, but she is not getting the wwlib.dll error related to that KB. If you are aware of any issues with these updates, and which ones might be worth uninstalling
    in an attempt to fix, please let me know.
    Thanks again!

  • How do i stop Firefox crashes when I want to print a recipie from web

    I have gone to a number of websites in the last few days and every time i try to print a form or a recipie, firefox crashes and will not allow me to print from any site

    You're not going to stop it, and out here, what's illegal?
    What it boils down to is a matter of ethics, and it's wrong. But the web
    techies build this feature into their sites because they know somebody
    is going to fly in off an engine like Google or MSN. And take something,
    like a picture. Without stopping in and signing up or something else.
    But what if I or you is out collecting stamps or avatars or wallpapers,
    and have already taken a quiz, or signed up for a product? I've already
    done that...but the site developers who use this ingenious(hijacking)
    software don't see it that way, and don't care if you just got a computer
    and want to pick up something here or there. Those sites don't get
    anything when you visit and don't leave your number. I don't what
    these 19 tracking cookies are for, do you?
    "A liar should have a good memory" Scottish saying

  • My Logic Pro X 10.0.2 its crashing when i try to add an instrument from AU or insert a sample

    Hello. I have a big problem with my Logic Pro X. Its crashing everytime when i insert a sample or when i try to add some instruments from AU or sample. I don't know what to do. I'm really sad and dissapointed about Logic Por X
    Process:         Logic Pro X [3562]
    Path:            /Applications/Logic Pro X.app/Contents/MacOS/Logic Pro X
    Identifier:      com.apple.logic10
    Version:         10.0.2 (2911.56)
    Build Info:      MALogic-2911056000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [760]
    User ID:         501
    Date/Time:       2013-08-24 13:51:13.258 +0200
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Interval Since Last Report:          30311 sec
    Crashes Since Last Report:           4
    Per-App Interval Since Last Report:  1588 sec
    Per-App Crashes Since Last Report:   -2
    Anonymous UUID:                      B53DBF94-D80F-E33B-D973-4ACE96F786D5
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0xffffffffffffffd4
    VM Regions Near 0xffffffffffffffd4:
    --> shared memory          00007ffffffb5000-00007ffffffb6000 [    4K] r-x/r-x SM=SHM 
    Application Specific Information:
    Performing @selector(createAction:) from sender MAButton 0x7fc7684e09e0
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.logic10                       0x00000001049fc39a 0x103fa6000 + 10838938
    1   com.apple.logic10                       0x00000001049c9285 0x103fa6000 + 10629765
    2   com.apple.logic10                       0x00000001049cde5b 0x103fa6000 + 10649179
    3   com.apple.logic10                       0x00000001049ced6c 0x103fa6000 + 10653036
    4   com.apple.logic10                       0x00000001049cef65 0x103fa6000 + 10653541
    5   com.apple.logic10                       0x00000001049cf2c2 0x103fa6000 + 10654402
    6   com.apple.logic10                       0x00000001049608cc 0x103fa6000 + 10201292
    7   com.apple.AppKit                        0x00007fff8905c959 -[NSApplication sendAction:to:from:] + 342
    8   com.apple.LogicUIKit                    0x00000001079bda15 0x107918000 + 678421
    9   com.apple.logic10                       0x000000010442ae44 0x103fa6000 + 4738628
    10  com.apple.AppKit                        0x00007fff8905c7b7 -[NSControl sendAction:to:] + 85
    11  com.apple.LogicUIKit                    0x000000010793b384 0x107918000 + 144260
    12  com.apple.LogicUIKit                    0x000000010793aec1 0x107918000 + 143041
    13  com.apple.LogicUIKit                    0x000000010793aa68 0x107918000 + 141928
    14  com.apple.AppKit                        0x00007fff89059b9c -[NSControl mouseDown:] + 820
    15  com.apple.LogicUIKit                    0x000000010792e97a 0x107918000 + 92538
    16  com.apple.AppKit                        0x00007fff8905150e -[NSWindow sendEvent:] + 6853
    17  com.apple.logic10                       0x000000010495f5b0 0x103fa6000 + 10196400
    18  com.apple.AppKit                        0x00007fff8904d644 -[NSApplication sendEvent:] + 5761
    19  com.apple.logic10                       0x0000000104459c2b 0x103fa6000 + 4930603
    20  com.apple.logic10                       0x0000000104459b8d 0x103fa6000 + 4930445
    21  com.apple.logic10                       0x000000010445604d 0x103fa6000 + 4915277
    22  com.apple.logic10                       0x0000000104459c0a 0x103fa6000 + 4930570
    23  com.apple.logic10                       0x0000000104459b8d 0x103fa6000 + 4930445
    24  com.apple.AppKit                        0x00007fff88f6321a -[NSApplication run] + 636
    25  com.apple.AppKit                        0x00007fff88f07bd6 NSApplicationMain + 869
    26  com.apple.logic10                       0x000000010442b0e9 0x103fa6000 + 4739305
    27  com.apple.logic10                       0x0000000103fa8b74 0x103fa6000 + 11124
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8e866d16 kevent + 10
    1   libdispatch.dylib                       0x00007fff8e7f3dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff8e7f39ee _dispatch_mgr_thread + 54
    Thread 2:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8e864686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8e863c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff9197d233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff91982916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff919820e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff8d1c0546 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation                    0x00007fff8d21e562 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x00007fff86fe97a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff86fd61e1 thread_start + 13
    Thread 3:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff8e866322 __select + 10
    1   com.apple.CoreFoundation                0x00007fff919c1f46 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x00007fff86fe97a2 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff86fd61e1 thread_start + 13
    Thread 4:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff8e8660fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff86fedfe9 _pthread_cond_wait + 869
    2   com.apple.CoreVideo                     0x00007fff9294d2a1 CVDisplayLink::runIOThread() + 689
    3   com.apple.CoreVideo                     0x00007fff9294cfd7 startIOThread(void*) + 148
    4   libsystem_c.dylib                       0x00007fff86fe97a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff86fd61e1 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff8e864686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8e863c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff9197d233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff91982916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff919820e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff8d2237ee -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268
    6   com.apple.Foundation                    0x00007fff8d22369b -[NSRunLoop(NSRunLoop) runUntilDate:] + 78
    7   com.apple.logic10                       0x00000001041841ef 0x103fa6000 + 1958383
    8   libsystem_c.dylib                       0x00007fff86fe97a2 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff86fd61e1 thread_start + 13
    Thread 6:: ExtendedAudioFileScheduler::WorkerThreadProc
    0   libsystem_kernel.dylib                  0x00007fff8e8660fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff86fedfe9 _pthread_cond_wait + 869
    2   com.apple.music.apps.MAFiles            0x0000000107589c23 ExtendedAudioFileScheduler::WorkerThreadProc() + 115
    3   com.apple.music.apps.MAFiles            0x00000001075898d9 ExtendedAudioFileScheduler::WorkerThreadProc(void*) + 9
    4   libsystem_c.dylib                       0x00007fff86fe97a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff86fd61e1 thread_start + 13
    Thread 7:: ExtendedAudioFileScheduler::WorkerThreadProc
    0   libsystem_kernel.dylib                  0x00007fff8e8660fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff86fedfe9 _pthread_cond_wait + 869
    2   com.apple.music.apps.MAFiles            0x0000000107589c23 ExtendedAudioFileScheduler::WorkerThreadProc() + 115
    3   com.apple.music.apps.MAFiles            0x00000001075898d9 ExtendedAudioFileScheduler::WorkerThreadProc(void*) + 9
    4   libsystem_c.dylib                       0x00007fff86fe97a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff86fd61e1 thread_start + 13
    Thread 8:: com.apple.audio.IOThread.client
    0   libsystem_kernel.dylib                  0x00007fff8e864686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8e863c42 mach_msg + 70
    2   com.apple.audio.CoreAudio               0x00007fff8a345c1c HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98
    3   com.apple.audio.CoreAudio               0x00007fff8a345baa HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
    4   com.apple.audio.CoreAudio               0x00007fff8a343fe9 HALC_ProxyIOContext::IOWorkLoop() + 1161
    5   com.apple.audio.CoreAudio               0x00007fff8a343acf HALC_ProxyIOContext::IOThreadEntry(void*) + 83
    6   com.apple.audio.CoreAudio               0x00007fff8a3439a7 HALB_IOThread::Entry(void*) + 75
    7   libsystem_c.dylib                       0x00007fff86fe97a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff86fd61e1 thread_start + 13
    Thread 9:: ProcessThread1/1024
    0   libsystem_kernel.dylib                  0x00007fff8e8660fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff86fedfe9 _pthread_cond_wait + 869
    2   com.apple.music.apps.MAAudioEngine          0x000000010767a053 MD::CallProcessThread1(void*) + 563
    3   libsystem_c.dylib                       0x00007fff86fe97a2 _pthread_start + 327
    4   libsystem_c.dylib                       0x00007fff86fd61e1 thread_start + 13
    Thread 10:: ProcessThread2/1024
    0   libsystem_kernel.dylib                  0x00007fff8e8660fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff86fedfe9 _pthread_cond_wait + 869
    2   com.apple.music.apps.MAAudioEngine          0x000000010767a301 MD::CallProcessThread2(void*) + 577
    3   libsystem_c.dylib                       0x00007fff86fe97a2 _pthread_start + 327
    4   libsystem_c.dylib                       0x00007fff86fd61e1 thread_start + 13
    Thread 11:: ProcessThread15/1024
    0   libsystem_kernel.dylib                  0x00007fff8e8660fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff86fedfe9 _pthread_cond_wait + 869
    2   com.apple.music.apps.MAAudioEngine          0x000000010767c451 MD::CallProcessThread15(void*) + 577
    3   libsystem_c.dylib                       0x00007fff86fe97a2 _pthread_start + 327
    4   libsystem_c.dylib                       0x00007fff86fd61e1 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff8e864686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8e863c42 mach_msg + 70
    2   com.apple.audio.midi.CoreMIDI           0x00000001059fd970 XServerMachPort::ReceiveMessage(int&, void*, int&) + 96
    3   com.apple.audio.midi.CoreMIDI           0x0000000105a19b23 MIDIProcess::RunMIDIInThread() + 243
    4   com.apple.audio.midi.CoreMIDI           0x00000001059fec2c XThread::RunHelper(void*) + 10
    5   com.apple.audio.midi.CoreMIDI           0x00000001059fe80f CAPThread::Entry(CAPThread*) + 175
    6   libsystem_c.dylib                       0x00007fff86fe97a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff86fd61e1 thread_start + 13
    Thread 13:: FileIOThread
    0   libsystem_kernel.dylib                  0x00007fff8e8660fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff86fedfe9 _pthread_cond_wait + 869
    2   com.apple.music.apps.MAAudioEngine          0x0000000107695b85 0x107669000 + 183173
    3   libsystem_c.dylib                       0x00007fff86fe97a2 _pthread_start + 327
    4   libsystem_c.dylib                       0x00007fff86fd61e1 thread_start + 13
    Thread 14:: SeqTimer
    0   libsystem_kernel.dylib                  0x00007fff8e8660fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff86fee023 _pthread_cond_wait + 927
    2   com.apple.CoreServices.CarbonCore          0x00007fff8a66c406 TSWaitOnConditionTimedRelative + 163
    3   com.apple.CoreServices.CarbonCore          0x00007fff8a66bf6d TSWaitOnSemaphoreCommon + 265
    4   com.apple.CoreServices.CarbonCore          0x00007fff8a653b21 TimerThread + 356
    5   libsystem_c.dylib                       0x00007fff86fe97a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff86fd61e1 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff8e866322 __select + 10
    1   com.apple.logic10                       0x0000000104805a44 0x103fa6000 + 8780356
    2   com.apple.logic10                       0x000000010440e7ad 0x103fa6000 + 4622253
    3   libsystem_c.dylib                       0x00007fff86fe97a2 _pthread_start + 327
    4   libsystem_c.dylib                       0x00007fff86fd61e1 thread_start + 13
    Thread 16:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff8e8660fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff86fee023 _pthread_cond_wait + 927
    2   com.apple.CoreVideo                     0x00007fff9294dea3 CVDisplayLink::waitUntil(unsigned long long) + 271
    3   com.apple.CoreVideo                     0x00007fff9294d201 CVDisplayLink::runIOThread() + 529
    4   com.apple.CoreVideo                     0x00007fff9294cfd7 startIOThread(void*) + 148
    5   libsystem_c.dylib                       0x00007fff86fe97a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff86fd61e1 thread_start + 13
    Thread 17:: com.apple.mainstage.workspace.draw.0x7fc7673c0ef0
    0   libsystem_kernel.dylib                  0x00007fff8e8646c2 semaphore_wait_trap + 10
    1   com.apple.music.apps.MAWorkspace          0x0000000108413720 0x1083c7000 + 313120
    2   com.apple.music.apps.MAWorkspace          0x0000000108411ad6 0x1083c7000 + 305878
    3   com.apple.Foundation                    0x00007fff8d21e562 __NSThread__main__ + 1345
    4   libsystem_c.dylib                       0x00007fff86fe97a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff86fd61e1 thread_start + 13
    Thread 18:: com.apple.mainstage.workspace.calculate.0x7fc7673c0ef0
    0   libsystem_kernel.dylib                  0x00007fff8e864686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8e863c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff9197d233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff91982916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff919820e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff8d2237ee -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268
    6   com.apple.music.apps.MAWorkspace          0x0000000108411c97 0x1083c7000 + 306327
    7   com.apple.Foundation                    0x00007fff8d21e562 __NSThread__main__ + 1345
    8   libsystem_c.dylib                       0x00007fff86fe97a2 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff86fd61e1 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff8e8666d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff86febf4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff86febd13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff86fd61d1 start_wqthread + 13
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff8e8666d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff86febf4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff86febd13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff86fd61d1 start_wqthread + 13
    Thread 21:
    0   libsystem_kernel.dylib                  0x00007fff8e8666d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff86febf4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff86febd13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff86fd61d1 start_wqthread + 13
    Thread 22:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x00007fff8e866386 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff87073800 nanosleep + 163
    2   libsystem_c.dylib                       0x00007fff87073717 usleep + 54
    3   com.apple.AppKit                        0x00007fff89151838 -[NSUIHeartBeat _heartBeatThread:] + 543
    4   com.apple.Foundation                    0x00007fff8d21e562 __NSThread__main__ + 1345
    5   libsystem_c.dylib                       0x00007fff86fe97a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff86fd61e1 thread_start + 13
    Thread 23:
    0   libsystem_kernel.dylib                  0x00007fff8e8666d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff86febf4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff86febd13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff86fd61d1 start_wqthread + 13
    Thread 24:: Dispatch queue: com.apple.logic.pro.undo
    0   libsystem_kernel.dylib                  0x00007fff8e865fee __open + 10
    1   com.apple.music.apps.MAFiles            0x00000001075744b1 CFileUtilCreate(CFileRef const&, unsigned int, unsigned int, unsigned short) + 113
    2   com.apple.music.apps.MAFiles            0x0000000107572655 CFileIO::Open(CFileRef const&, unsigned int) + 101
    3   com.apple.music.apps.MAFiles            0x00000001075723dc CFileIO::OpenReadWrite(CFileRef const&, unsigned int) + 12
    4   com.apple.logic10                       0x00000001046f0f4f 0x103fa6000 + 7647055
    5   libdispatch.dylib                       0x00007fff8e7f4f01 _dispatch_call_block_and_release + 15
    6   libdispatch.dylib                       0x00007fff8e7f10b6 _dispatch_client_callout + 8
    7   libdispatch.dylib                       0x00007fff8e7f247f _dispatch_queue_drain + 235
    8   libdispatch.dylib                       0x00007fff8e7f22f1 _dispatch_queue_invoke + 52
    9   libdispatch.dylib                       0x00007fff8e7f21c3 _dispatch_worker_thread2 + 249
    10  libsystem_c.dylib                       0x00007fff86febd0b _pthread_wqthread + 404
    11  libsystem_c.dylib                       0x00007fff86fd61d1 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0xffffffffffffffd4  rbx: 0x0000000000000001  rcx: 0xffffffffffffffd0  rdx: 0x0000000000000001
      rdi: 0x00007fff5bc58938  rsi: 0x0000000000000001  rbp: 0x00007fff5bc58970  rsp: 0x00007fff5bc58960
       r8: 0xffff803897f1d2af   r9: 0x00000000000007ff  r10: 0x000000010789e740  r11: 0x0000000107690520
      r12: 0x00007fc768578a70  r13: 0x00007fff9026d240  r14: 0x00007fc766451140  r15: 0x00007fc76800be50
      rip: 0x00000001049fc39a  rfl: 0x0000000000010202  cr2: 0xffffffffffffffd4
    Logical CPU: 0
    Binary Images:
           0x103fa6000 -        0x104e1afff  com.apple.logic10 (10.0.2 - 2911.56) <D87F3F0E-E4E1-3253-915B-385CEF116344> /Applications/Logic Pro X.app/Contents/MacOS/Logic Pro X
           0x1052dd000 -        0x1056cffff  com.apple.music.apps.MALogicLegacySong (10.0.2 - 2911.56) <F905A53C-7384-3F6F-9E73-DF4AFCAE864F> /Applications/Logic Pro X.app/Contents/Frameworks/MALogicLegacySong.framework/Versions/A/MALogicLegacyS ong
           0x1057d4000 -        0x105809fff  com.apple.music.apps.MAAudioUnitSupport (10.0.2 - 2911.56) <7EA91961-7BBD-3A6C-8D9C-B94720068C3E> /Applications/Logic Pro X.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnitSu pport
           0x105831000 -        0x105833fff  com.apple.ExceptionHandling (1.5 - 10) <47FF83ED-0C07-308C-A375-2A2189DB1056> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
           0x105839000 -        0x10585dfff  com.apple.music.apps.MALoopManagement (10.0.2 - 2911.56) <B2B00D0E-A1A5-3B15-95FB-58EFC1963654> /Applications/Logic Pro X.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagemen t
           0x105875000 -        0x105984fff  com.apple.music.apps.MACore (10.0.2 - 2911.56) <0AAA9756-D8CE-3936-965C-F85FEA79C409> /Applications/Logic Pro X.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
           0x1059f0000 -        0x105a3aff7  com.apple.audio.midi.CoreMIDI (1.9 - 78) <28B1D3A5-973A-359A-99DC-18BE8C30C6B8> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
           0x105a67000 -        0x105ab5fff  com.apple.music.apps.MAHarmony (10.0.2 - 2911.56) <C4FBD139-B620-39CD-8283-1B4485CD0F07> /Applications/Logic Pro X.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
           0x105ad5000 -        0x106062ff7  com.apple.music.apps.MAPlugInGUI (10.0.2 - 2911.56) <22341D54-1EF8-3EB3-90FE-E6121DC16C45> /Applications/Logic Pro X.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
           0x10635b000 -        0x106424fff  com.apple.music.apps.OMF (10.0.2 - 2911.42) <FA423C97-3D85-325D-8C54-C2DF0F6140BD> /Applications/Logic Pro X.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
           0x10644b000 -        0x106b7aff7  com.apple.music.apps.MADSP (10.0.2 - 2911.56) <C05850F2-0E3D-38E9-A104-FAE44A95FCE1> /Applications/Logic Pro X.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
           0x107449000 -        0x10746fff7  com.apple.music.apps.LogicFileBrowser (10.0.2 - 2911.42) <49051481-447A-3F89-8C09-A918431E3F7D> /Applications/Logic Pro X.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrowse r
           0x10748a000 -        0x1074d9fff  com.apple.music.apps.LogicLoopBrowser (10.0.2 - 2911.42) <02164A38-9980-329F-94DE-7B411BF319D7> /Applications/Logic Pro X.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrowse r
           0x1074f3000 -        0x1074f8ff7  com.apple.music.apps.MAResources (10.0.2 - 2911.56) <A3CF33B2-DC32-304F-9B08-722AD501E0F2> /Applications/Logic Pro X.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
           0x107505000 -        0x107533fff  com.apple.audio.CoreAudioKit (1.6.5 - 1.6.5) <DF069200-1DBF-3137-9440-1758B47334C1> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
           0x10754e000 -        0x107557ff7  com.apple.music.apps.MAUnitTest (10.0.2 - 2911.56) <5301B09B-B733-3D1D-9825-7E3528D46B49> /Applications/Logic Pro X.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
           0x107565000 -        0x107621ff7  com.apple.music.apps.MAFiles (10.0.2 - 2911.56) <E3989930-15EF-3ED6-8AB2-0C2201A1AF40> /Applications/Logic Pro X.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
           0x107669000 -        0x107747fff  com.apple.music.apps.MAAudioEngine (10.0.2 - 2911.56) <5C440BB1-59EB-3408-8E80-0B73811282E5> /Applications/Logic Pro X.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
           0x1078d8000 -        0x1078fffff  com.apple.music.apps.MAVideo (10.0.2 - 2911.56) <E94B64E2-C5EE-363A-B831-30DB4E6101B7> /Applications/Logic Pro X.app/Contents/Frameworks/MAVideo.framework/Versions/A/MAVideo
           0x107918000 -        0x107beefff  com.apple.LogicUIKit (10.0.2 - 2911.56) <C3053451-01B6-3E94-9487-71C8CAECD281> /Applications/Logic Pro X.app/Contents/Frameworks/MAToolKitLg.framework/Versions/A/MAToolKitLg
           0x107d0b000 -        0x108096ff7  com.apple.music.apps.Animal (10.0.2 - 2911.56) <6BDC8113-B132-3847-9CEE-66D1C0F6E2F4> /Applications/Logic Pro X.app/Contents/Frameworks/Animal.framework/Versions/A/Animal
           0x10839e000 -        0x1083b7fff  com.apple.music.apps.MALoopBrowser (10.0.2 - 2911.42) <84DF958D-90D9-3372-AC0D-0B8487F0528A> /Applications/Logic Pro X.app/Contents/Frameworks/MALoopBrowser.framework/Versions/A/MALoopBrowser
           0x1083c7000 -        0x108469ff7  com.apple.music.apps.MAWorkspace (10.0.2 - 2911.56) <20EE1FC9-76C1-3D38-9191-10BA44FFA1CF> /Applications/Logic Pro X.app/Contents/Frameworks/MAWorkspace.framework/Versions/A/MAWorkspace
           0x1084bc000 -        0x1084f3fff  com.apple.LogicUIKitHighLevel (10.0.2 - 2911.56) <F350F7C2-3B64-35EA-98CE-71AB305FC2EB> /Applications/Logic Pro X.app/Contents/Frameworks/MAToolKitHighLevel.framework/Versions/A/MAToolKitHigh Level
           0x108517000 -        0x10851afff  com.apple.music.apps.MAResourcesLg (10.0.2 - 2911.56) <A44833F1-73AF-30A8-A496-F1B5D4FB524A> /Applications/Logic Pro X.app/Contents/Frameworks/MAResourcesLg.framework/Versions/A/MAResourcesLg
           0x108522000 -        0x108526ff7  com.apple.music.apps.MAContentDownloading (10.0.2 - 2911.42) <E51BB7D8-81AA-32D8-818E-9BBFCFE1A478> /Applications/Logic Pro X.app/Contents/Frameworks/MAContentDownloading.framework/Versions/A/MAContentDo wnloading
           0x10852d000 -        0x10853fff7 +com.nxtbgthng.OAuth2Client (1.1.0 - 2911.42) <AE2BA6D4-E341-3BB0-BA11-4057DC984B3D> /Applications/Logic Pro X.app/Contents/Frameworks/OAuth2Client.framework/Versions/A/OAuth2Client
           0x108552000 -        0x108557fff +com.yourcompany.SoundCloudAPI (2.0b6 - 2911.42) <1470E1D8-47A9-3AAD-A97E-1023D2C52352> /Applications/Logic Pro X.app/Contents/Frameworks/SoundCloudAPI.framework/Versions/A/SoundCloudAPI
           0x108562000 -        0x1085a1fff  com.apple.MAGFFoundation (1.0 - 2911.42) <6E760949-55E6-3EA6-92DB-1DF12C512A6A> /Applications/Logic Pro X.app/Contents/Frameworks/MAGFFoundation.framework/Versions/A/MAGFFoundation
           0x109d46000 -        0x109d53fff  libGPUSupport.dylib (8.9.2) <0D32763C-7F3D-3FDB-9EDB-760BB7AFFA04> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x10bfb1000 -        0x10bfb1ff3 +cl_kernels (???) <8C27959E-A7A1-40E5-9141-965CAB7BF09B> cl_kernels
           0x10bfc0000 -        0x10bfc0ff9 +cl_kernels (???) <3C7B256C-9747-4468-9B9F-F48B693CB396> cl_kernels
           0x10c921000 -        0x10c9daff7  ColorSyncDeprecated.dylib (400) <7CE58F6E-D2C8-39FB-8EE0-28CC6EC6D04F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
           0x10cc4b000 -        0x10ce09fff  GLEngine (8.9.2) <420E03C3-B91D-33C7-A1C4-BE60A1544971> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x10ce40000 -        0x10cfb0fff  libGLProgrammability.dylib (8.9.2) <83DBCC22-F711-3F9D-B622-6DE5D9DD90AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x10cfe8000 -        0x10d013fff  GLRendererFloat (8.9.2) <18D6F0AD-C5F1-3E8F-89C2-89426A3D6FE4> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x10d01c000 -        0x10d025fe7  libcldcpuengine.dylib (2.2.16) <DB9678F6-7D50-384A-A961-6109B61D1607> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
           0x10d062000 -        0x10d064ff7  com.apple.music.apps.anvil.resources (10.0.2 - 2911.56) <EAB37DD4-55C4-31CC-9EC4-738C234353C6> /Applications/Logic Pro X.app/Contents/PlugIns/anvil.res/Contents/MacOS/anvil
           0x10d485000 -        0x10d487ff7  com.apple.music.apps.common.resources (10.0.2 - 2911.56) <C35E1E84-504B-3243-96A8-6CEE15176814> /Applications/Logic Pro X.app/Contents/PlugIns/common.res/Contents/MacOS/common
           0x10d610000 -        0x10d612fff  com.apple.music.apps.ebp.resources (10.0.2 - 2911.56) <6BDD879F-FDCE-35D5-9DB1-90F6C42B7EF7> /Applications/Logic Pro X.app/Contents/PlugIns/ebp.res/Contents/MacOS/ebp
           0x10d618000 -        0x10d61afff  com.apple.music.apps.efx.resources (10.0.2 - 2911.56) <F4B06DD7-7D85-3716-9178-A3422E3D044D> /Applications/Logic Pro X.app/Contents/PlugIns/efx.res/Contents/MacOS/efx
           0x10d77b000 -        0x10d77bffb +cl_kernels (???) <6CC0E113-8F7E-4E50-A5BD-966E8A7EAC75> cl_kernels
           0x10d781000 -        0x10d81bff7  unorm8_bgra.dylib (2.2.16) <5D62BED8-DF5D-3C51-94B4-57368FF10DDB> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x111973000 -        0x111975fff  com.apple.music.apps.egt.resources (10.0.2 - 2911.56) <E8D4E316-0F1D-3F5E-B5C8-0BAF6F4ABDFB> /Applications/Logic Pro X.app/Contents/PlugIns/egt.res/Contents/MacOS/egt
           0x11197b000 -        0x11197dfff  com.apple.music.apps.emx.resources (10.0.2 - 2911.56) <86CE2567-3402-370F-AF18-8466EC30D7C9> /Applications/Logic Pro X.app/Contents/PlugIns/emx.res/Contents/MacOS/emx
           0x111983000 -        0x111985fff  com.apple.music.apps.es1.resources (10.0.2 - 2911.56) <E22F9216-C8C8-3170-8539-6E5313AD0B3C> /Applications/Logic Pro X.app/Contents/PlugIns/es1.res/Contents/MacOS/es1
           0x11198b000 -        0x11198dfff  com.apple.music.apps.es2.resources (10.0.2 - 2911.56) <01B26B78-F425-3B07-959B-690DE1055490> /Applications/Logic Pro X.app/Contents/PlugIns/es2.res/Contents/MacOS/es2
           0x111993000 -        0x111995fff  com.apple.music.apps.esp.resources (10.0.2 - 2911.56) <C580A7A6-4B54-36C0-B878-7688B817C68A> /Applications/Logic Pro X.app/Contents/PlugIns/esp.res/Contents/MacOS/esp
           0x11199b000 -        0x11199dfff  com.apple.music.apps.evb3.resources (10.0.2 - 2911.56) <6660FB32-0AA5-396E-94AA-092F5980C64E> /Applications/Logic Pro X.app/Contents/PlugIns/evb3.res/Contents/MacOS/evb3
           0x1132e4000 -        0x11337aff7  unorm8_rgba.dylib (2.2.16) <853BEBC4-AED9-3CE2-B91D-3D666E7C7C8F> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_rgba.dylib
           0x1137aa000 -        0x1137acfff  com.apple.music.apps.evd6.resources (10.0.2 - 2911.56) <674A23D8-A68A-3E85-B8EF-2AD5E7F9E9B5> /Applications/Logic Pro X.app/Contents/PlugIns/evd6.res/Contents/MacOS/evd6
           0x1137b2000 -        0x1137b4fff  com.apple.music.apps.evoc.resources (10.0.2 - 2911.56) <EF011AE3-E98B-3427-A175-19C9635DD2F9> /Applications/Logic Pro X.app/Contents/PlugIns/evoc.res/Contents/MacOS/evoc
           0x1137ba000 -        0x1137bcff7  com.apple.music.apps.evp88.resources (10.0.2 - 2911.56) <E8FE5E7F-F1EE-3207-A62B-7D0339ACE395> /Applications/Logic Pro X.app/Contents/PlugIns/evp88.res/Contents/MacOS/evp88
           0x1137c2000 -        0x1137c4ff7  com.apple.music.apps.exs24.resources (10.0.2 - 2911.56) <895C1EAC-183B-3977-9F94-6DCAE1BF7D01> /Applications/Logic Pro X.app/Contents/PlugIns/exs24.res/Contents/MacOS/exs24
           0x1137ca000 -        0x1137ccff7  com.apple.music.apps.guitaramp.resources (10.0.2 - 2911.56) <D379AB7F-57F5-3AE0-B5CA-2998A723A0B5> /Applications/Logic Pro X.app/Contents/PlugIns/guitaramp.res/Contents/MacOS/guitaramp
           0x1137d2000 -        0x1137d4fff  com.apple.music.apps.guitarcontrols.resources (10.0.2 - 2911.56) <145245BB-1C22-366D-8C11-7EBBE8BD6E36> /Applications/Logic Pro X.app/Contents/PlugIns/guitarcontrols.res/Contents/MacOS/guitarcontrols
           0x1137da000 -        0x1137dcff7  com.apple.music.apps.mutapdel.resources (10.0.2 - 2911.56) <02DAD9B3-E539-34E1-AB08-C26305208CC5> /Applications/Logic Pro X.app/Contents/PlugIns/mutapdel.res/Contents/MacOS/mutapdel
           0x1137e2000 -        0x1137e4ff7  com.apple.music.apps.pedalboard.resources (10.0.2 - 2911.56) <6D22FF7F-1D80-3CCD-A5EE-3502AD581FCC> /Applications/Logic Pro X.app/Contents/PlugIns/pedalboard.res/Contents/MacOS/pedalboard
           0x1137ea000 -        0x1137ecff7  com.apple.music.apps.revolver.resources (10.0.2 - 2911.56) <134C8C59-879C-340F-A26F-3AB6E0B1D299> /Applications/Logic Pro X.app/Contents/PlugIns/revolver.res/Contents/MacOS/revolver
           0x1137f2000 -        0x1137f4ff7  com.apple.music.apps.sphere.resources (10.0.2 - 2911.56) <68BE0A02-E756-397E-B946-E12F56AA8C86> /Applications/Logic Pro X.app/Contents/PlugIns/sphere.res/Contents/MacOS/sphere
           0x113cbf000 -        0x113cc8ff7  com.apple.music.apps.midi.device.plugin.CS-32 (10.0.2 - 2911.56) <549ABB29-6F19-3412-BF5D-D38755CFBC12> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/CS-32.bundle/Contents/MacOS/CS-32
           0x113cd2000 -        0x113cd5fff  com.apple.music.apps.midi.device.plugin.FaderMaster-4-100 (10.0.2 - 2911.56) <B22AA6C6-0C3E-3D80-87E9-D23C8FDF0471> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/FaderMaster 4-100.bundle/Contents/MacOS/FaderMaster 4-100
           0x113cdb000 -        0x113ceafff  com.apple.music.apps.midi.device.plugin.FW-1884 (10.0.2 - 2911.56) <C050496A-D1FB-3B2D-A02B-1A5FABC4090E> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/FW-1884.bundle/Contents/MacOS/FW-1884
           0x113cf5000 -        0x113cf9fff  com.apple.music.apps.midi.device.plugin.GiO (10.0.2 - 2911.56) <1512BE1C-45A0-35D8-A79C-8F300DC18C14> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/GiO.bundle/Contents/MacOS/GiO
           0x113d00000 -        0x113d14ff7  com.apple.music.apps.midi.device.plugin.HUI (10.0.2 - 2911.56) <846AB27C-A353-3E8D-AF97-01B994967C30> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/HUI.bundle/Contents/MacOS/HUI
           0x113d24000 -        0x113d29ff7  com.apple.music.apps.midi.device.plugin.iControl (10.0.2 - 2911.56) <4B9531EC-7D6E-3F9F-81C5-E2A053C1AA60> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/iControl.bundle/Contents/MacOS/iControl
           0x113d31000 -        0x113d34ff7  com.apple.music.apps.midi.device.plugin.MCS3 (10.0.2 - 2911.56) <E4FA84B5-29BF-3722-BD46-F70406176C81> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/MCS3.bundle/Contents/MacOS/MCS3
           0x113e29000 -        0x113e69ff7  com.apple.music.apps.midi.device.plugin.Logic-Control (10.0.2 - 2911.56) <444B0A55-D348-379B-BF86-43DAB041FCBE> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/Logic Control.bundle/Contents/MacOS/Logic Control
           0x113e8c000 -        0x113e95ff7 +Logic Remote (???) <6E61F36F-F232-31AD-91E7-464EE3BDAD0A> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/Logic Remote.bundle/Contents/MacOS/Logic Remote
           0x113e9f000 -        0x113ea8fff  com.apple.music.apps.midi.device.plugin.microKONTROL (10.0.2 - 2911.56) <3F1902E6-FAC1-34B5-93CD-F0E55C0FA4B8> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/microKONTROL.bundle/Contents/MacOS/microKONTROL
           0x113eb1000 -        0x113ebefff  com.apple.music.apps.midi.device.plugin.Motormix (10.0.2 - 2911.56) <0E6242E6-9E68-3ABF-8AB1-6964B7F737F4> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/Motormix.bundle/Contents/MacOS/Motormix
           0x114cee000 -        0x114cf0fff  com.apple.music.apps.midi.device.plugin.Recording-Light (10.0.2 - 2911.56) <D4C95DC5-4E3C-3042-8F22-938F16855A8C> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/Recording Light.bundle/Contents/MacOS/Recording Light
           0x114cf6000 -        0x114d04ff7  com.apple.music.apps.midi.device.plugin.SAC-2K (10.0.2 - 2911.56) <42313878-95FD-36A6-9A2A-7C4F5E035332> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/SAC-2K.bundle/Contents/MacOS/SAC-2K
           0x114d0f000 -        0x114d15ff7  com.apple.music.apps.midi.device.plugin.SI-24 (10.0.2 - 2911.56) <C9ABFD8C-D6C8-3BEA-B9BA-8376AFA4842B> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/SI-24.bundle/Contents/MacOS/SI-24
           0x114d1e000 -        0x114d2efff  com.apple.music.apps.midi.device.plugin.TouchOSC (10.0.2 - 2911.56) <61C0E17D-1FBD-3731-A4C0-4F3D1731F4DC> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/TouchOSC.bundle/Contents/MacOS/TouchOSC
           0x114d3c000 -        0x114d41fff  com.apple.music.apps.midi.device.plugin.TranzPort (10.0.2 - 2911.56) <0765D18D-0EFA-372A-ACBB-E4EC8C1AA340> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/TranzPort.bundle/Contents/MacOS/TranzPort
           0x114d48000 -        0x114d53fff  com.apple.music.apps.midi.device.plugin.US-2400 (10.0.2 - 2911.56) <E0DAE035-F4DC-3299-89FA-1F694F4E4DC6> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/US-2400.bundle/Contents/MacOS/US-2400
           0x114d5e000 -        0x114d62ff7  com.apple.music.apps.midi.device.plugin.US-428 (10.0.2 - 2911.56) <06D6564F-C4E1-3454-9897-A06F33113F8B> /Applications/Logic Pro X.app/Contents/MIDI Device Plug-ins/US-428.bundle/Contents/MacOS/US-428
           0x200000000 -        0x20092eff7  com.apple.GeForceGLDriver (8.12.47 - 8.1.2) <C54C54E7-855D-3C7C-84A0-C20F082E32E9> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
        0x7fff63ba6000 -     0x7fff63bda93f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
        0x7fff85ec4000 -     0x7fff85fddfff  com.apple.ImageIO.framework (3.2.1 - 850) <C3FFCEEB-AA0C-314B-9E94-7005EE48A403> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff85fde000 -     0x7fff86003ff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
        0x7fff86007000 -     0x7fff86094ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff86095000 -     0x7fff864d1fef  com.apple.VideoToolbox (1.0 - 926.104) <9231E12F-3D46-3F3D-B24F-6E16127E5909> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff864d2000 -     0x7fff8665dfff  com.apple.WebKit (8536 - 8536.30.1) <56B86FA1-ED74-3001-8942-1CA2281540EC> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff86668000 -     0x7fff86696fff  com.apple.CoreServicesInternal (154.3 - 154.3) <F4E118E4-E327-3314-83D7-EA20B1717ED0> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff86697000 -     0x7fff866ceff7  libssl.0.9.8.dylib (47.1) <B7C438BB-79FF-37B3-B8FB-253E5135CBB4> /usr/lib/libssl.0.9.8.dylib
        0x7fff866cf000 -     0x7fff866fafff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff866fb000 -     0x7fff86733fff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
        0x7fff86735000 -     0x7fff8673afff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8682d000 -     0x7fff86fd4fff  com.apple.CoreAUC (6.16.13 - 6.16.13) <8CBFBC9C-0773-3DEB-AF99-989008CB2B36> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff86fd5000 -     0x7fff870a1ff7  libsystem_c.dylib (825.26) <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
        0x7fff870a2000 -     0x7fff870b9fff  libGL.dylib (8.9.2) <B8E5948D-BCF2-3727-B74E-D74B8EDC82D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff87117000 -     0x7fff871b2fff  com.apple.CoreSymbolication (3.0 - 117) <C304FDB8-2FF7-34BC-858A-2B96C2B039D5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff871b3000 -     0x7fff871d4fff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff871d5000 -     0x7fff871e7ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff87275000 -     0x7fff8766cfff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8766d000 -     0x7fff87678ff7  com.apple.aps.framework (3.0 - 3.0) <DEF85257-2D1C-3524-88F8-CF70980726AE> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff87683000 -     0x7fff8768eff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff8768f000 -     0x7fff8769cfff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8769d000 -     0x7fff876a1fff  libGIF.dylib (850) <D4525F87-759C-338C-B283-BB8DE815D3D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff876a4000 -     0x7fff876f3ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff87727000 -     0x7fff87982ff7  com.apple.QuartzComposer (5.1 - 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff87983000 -     0x7fff8798bfff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff879df000 -     0x7fff87a5fff7  com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff87a60000 -     0x7fff87a77fff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff87a78000 -     0x7fff87a9fff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff87aa0000 -     0x7fff87aedfff  com.apple.CoreMediaIO (308.0 - 4155.4) <B563579E-469D-39A1-975C-F4EDD419602E> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff87aee000 -     0x7fff87b82ff7  com.apple.CorePDF (2.2 - 2.2) <F17D7D37-4190-38E2-9F43-DD4F87792390> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff87bd7000 -     0x7fff87d29fff  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <62770C0F-5600-3EF9-A893-8A234663FFF5> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff87db8000 -     0x7fff887484af  com.apple.CoreGraphics (1.600.0 - 332) <5AB32E51-9154-3733-B83B-A9A748652847> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff88874000 -     0x7fff88896ff7  libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib
        0x7fff88b0d000 -     0x7fff88b4dff7  com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff88b4e000 -     0x7fff88c21ff7  com.apple.DiscRecording (7.0 - 7000.2.4) <49FD2D2F-4F2C-39B6-877B-6E3172577D18> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff88c22000 -     0x7fff88cf4ff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff88cf5000 -     0x7fff88d0ffff  com.apple.CoreMediaAuthoring (2.1 - 914) <CFA664F9-D5A7-3281-A12F-3ED8A98FD8C1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff88d10000 -     0x7fff88d4fff7  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
        0x7fff88d50000 -     0x7fff88d53fff  libRadiance.dylib (850) <62E3F7FB-03E3-3937-A857-AF57A75EAF09> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff88db4000 -     0x7fff88dc7ff7  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
        0x7fff88dc9000 -     0x7fff88e03fff  com.apple.framework.internetaccounts (2.1 - 210) <546769AA-C561-3C17-8E8E-4E65A700E2F1> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff88e04000 -     0x7fff88e12fff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff88e13000 -     0x7fff88e16ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff88e17000 -     0x7fff89a44fff  com.apple.AppKit (6.8 - 1187.39) <199962F0-B06B-3666-8FD5-5C90374BA16A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff89a4a000 -     0x7fff89a76ff7  libRIP.A.dylib (332) <D26BC320-B415-3C4D-B57F-D525FC361BB2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff89a77000 -     0x7fff89ae7fff  com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff89ae8000 -     0x7fff89aeffff  com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff89af0000 -     0x7fff89af9ff7  com.apple.CommerceCore (1.0 - 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff89bc9000 -     0x7fff89bd7ff7  libkxld.dylib (2050.24.15) <A619A9AC-09AF-3FF3-95BF-F07CC530EC31> /usr/lib/system/libkxld.dylib
        0x7fff89bd8000 -     0x7fff89c5aff7  com.apple.Heimdal (3.0 - 2.0) <C94B0C6C-1320-35A1-8143-FE252E7B2A08> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff89c5b000 -     0x7fff89c66fff  com.apple.CommonAuth (3.0 - 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff89ff3000 -     0x7fff8a037fff  libcups.2.dylib (327.6) <9C01D012-6F4C-3B69-B614-1B408B0ED4E3> /usr/lib/libcups.2.dylib
        0x7fff8a038000 -     0x7fff8a12dfff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff8a12e000 -     0x7fff8a196fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8a197000 -     0x7fff8a30cff7  com.apple.CFNetwork (596.4.3 - 596.4.3) <A57B3308-2F08-3EC3-B4AC-39A3D9F0B9F7> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8a318000 -     0x7fff8a37bff7  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <9ACD3AED-6C04-3BBB-AB2A-FC253B16D093> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8a37c000 -     0x7fff8a406fff  com.apple.iLifeMediaBrowser (2.7.4 - 546.7) <C2C75472-2F7E-3E5F-BDD3-1B1309566FDB> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
        0x7fff8a5bf000 -     0x7fff8a8d6ff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <1E567A52-677F-3168-979F-5FBB0818D52B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8a967000 -     0x7fff8a98ffff  libJPEG.dylib (850) <DC750E1E-BD07-339B-A4A6-D86BFE969F68> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8a990000 -     0x7fff8a99cfff  com.apple.CrashReporterSupport (10.8.3 - 418) <DE6AFE16-D97E-399D-82ED-3522C773C36E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8a99d000 -     0x7fff8abd2ff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8abd3000 -     0x7fff8acadfff  com.apple.backup.framework (1.4.3 - 1.4.3) <6B65C44C-7777-3331-AD9D-438D10AAC777> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8acae000 -     0x7fff8acb4ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff8acb5000 -     0x7fff8acd0ff7  libexpat.1.dylib (12) <95D59F1F-0A5C-3F33-BA97-26F7D796CE7A> /usr/lib/libexpat.1.dylib
        0x7fff8acd1000 -     0x7fff8acfdfff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff8acfe000 -     0x7fff8acffff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
        0x7fff8ad00000 -     0x7fff8ad1dff7  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
        0x7fff8ad1e000 -     0x7fff8ad1efff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8ad76000 -     0x7fff8af24fff  com.apple.QuartzCore (1.8 - 304.3) <F450F2DE-2F24-3557-98B6-310E05DAC17F> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8af25000 -     0x7fff8b1a6fff  com.apple.AOSKit (1.051 - 152.4) <01C09924-2603-3C1E-97F7-9484CBA35BC9> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff8b1a7000 -     0x7fff8b2a5fff  com.apple.QuickLookUIFramework (4.0 - 555.5) <EE02B332-20F3-3226-A022-D71B808E1CC4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8b2a9000 -     0x7fff8b2abfff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8b2ac000 -     0x7fff8b2b0ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff8b2e3000 -     0x7fff8b441fef  com.apple.MediaControlSender (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff8b442000 -     0x7fff8b443ff7  libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8b444000 -     0x7fff8b470fff  com.apple.framework.Apple80211 (8.4 - 840.22.1) <7CFDDBBB-87DF-3CB5-AB69-A77D73F26239> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8b471000 -     0x7fff8b478fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff8b49d000 -     0x7fff8b550ff7  com.apple.PDFKit (2.8.4 - 2.8.4) <BD6E8774-1C8B-3CD1-B5FA-7352B2173068> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff8b551000 -     0x7fff8b59bff7  libGLU.dylib (8.9.2) <1B5511FF-1064-3004-A245-972CE5687D37> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8b5d2000 -     0x7fff8b62efff  com.apple.QuickLookFramework (4.0 - 555.5) <8B9EAC35-98F3-3BF0-8B15-3A5FE39F150A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8bb4c000 -     0x7fff8bb4cfff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8bb75000 -     0x7fff8bc72ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff8bc73000 -     0x7fff8bc73fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8bdce000 -     0x7fff8be23ff7  libTIFF.dylib (850) <EDAF0D99-70AF-3B3F-9EFA-9463C91D0E3C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8be24000 -     0x7fff8be58fff  com.

    2 things come to mind...
    1 ) Are you bouncing offline? if so switch to real time (uncheck offline mode) as you might be using a plugin that doesn like being bounced in offline mode...
    2) Have you unchecked Include Audio Tails in the bounce dialog window? If not, do so..... as it could be one of your plugins (Maybe the same as is having issues with offline mode) is creating a long silent tail which is why the bounce doesnt end correctly at the place you have indicated...

  • Foxfire crashes when i try to print any page from the web site

    foxfire crashes when i try to print and page ie my ncis(firearm), bank statement even if do a print page

    It would appear you have a multi-function printer with a fax.  This device would install as a Fax and as a printer  as seperate devices.  Make sure you are printing to the printer device.  What is your printer model?  What operating system?  What browser are you printing from?
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • JVM crashes when selecting non-default printer in ReportViewer in NATIVE dialog.

    On ReportViewer frame i have the print button active.  If i click the print button (Native dialog) and select a printer other than default printer, the JVM crashes.  Any idea how to fix it?
    Thanks

    I wanted to provide little history of what I am trying to achieve.  Currently, I have the following code:
    PrinterJob printJob = PrinterJob.getPrinterJob();
            if (printJob.printDialog()) {
                String printerName = printJob.getPrintService().getName();
                String printJobName = printJob.getJobName();
                PrintReportOptions printOptions = redirectPrinter(printerName, printJobName);
                sendReportOutputAndClose(reportClientDoc, printOptions);
    I want to capture the number of copies user selects from the dialog.  When I do printJob.getCopies(), it always returns 1.  Not sure how to get that # of copies user selected.  I also wanted to the dialog to be in Native mode because I don't want to give access to modify Margins and other page properties which are part of COMMON dialog mode.  If I create the dialog printJobAttribute.setDialog(JobAttributes.DialogType.NATIVE); then VM crashes when selecting a non-default printer but I am able to get the number of copies.  The key is I need to use NATIVE dialog and get the number of copies.  One option is to display in COMMON dialog mode and then hide the "Page Setup" and "Appearance" tabs.  Can this be done ?  I am new to Java and Crystal so any suggestions would help.

  • HT5958 FCP 10.1 always crashes when I try to load projects/events from external hard drive

    Since I updated, FCP 10.1 always crashes when I try to load my projects and events from my external hard drive. Any suggestions on what to do?

    I get this.
    Process:         Final Cut Pro [437]
    Path:            /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro
    Identifier:      com.apple.FinalCut
    Version:         10.1 (238755)
    Build Info:      ProEditor-23875005025000000~5
    App Item ID:     424389933
    App External ID: 223682791
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [142]
    Responsible:     Final Cut Pro [437]
    User ID:         501
    Date/Time:       2013-12-30 14:20:07.256 -0500
    OS Version:      Mac OS X 10.9.1 (13B42)
    Report Version:  11
    Anonymous UUID:  A6F6AF00-638B-ACA8-0D5A-A48565F5D601
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Application Specific Information:
    objc_msgSend() selector name: countByEnumeratingWithState:objects:count:
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x00007fff8e6b6097 objc_msgSend + 23
    1   com.apple.Flexo                         0x00000001016c5ea0 +[FFLibrary replicateOfflineMediaWithNewLibrary:] + 2288
    2   com.apple.Flexo                         0x00000001016b6006 -[FFLibraryDocument initWithURL:isTemporary:createDefaultEvent:error:] + 1414
    3   com.apple.Flexo                         0x00000001016b60c9 -[FFLibraryDocument initWithContentsOfURL:ofType:error:] + 121
    4   com.apple.AppKit                        0x00007fff96e6829b -[NSDocumentController makeDocumentWithContentsOfURL:ofType:error:] + 772
    5   com.apple.AppKit                        0x00007fff96e75e62 -[NSDocumentController(NSDeprecated) openDocumentWithContentsOfURL:display:error:] + 820
    6   com.apple.LunaKit                       0x00000001028ed967 -[LKDocumentController openDocumentWithContentsOfURL:display:error:] + 39
    7   com.apple.FinalCut                      0x00000001004d72a7 -[PEDocumentController openDocumentWithContentsOfURL:display:error:] + 471
    8   com.apple.AppKit                        0x00007fff96e67254 __80-[NSDocumentController openDocumentWithContentsOfURL:display:completionHandler:]_block_invoke_4 + 917
    9   com.apple.AppKit                        0x00007fff96e663f0 -[NSDocumentController _openDocumentWithContentsOfURL:usingProcedure:] + 583
    10  com.apple.AppKit                        0x00007fff96e66e9b __80-[NSDocumentController openDocumentWithContentsOfURL:display:completionHandler:]_block_invoke_3 + 300
    11  com.apple.CoreFoundation                0x00007fff97b117cc __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
    12  com.apple.CoreFoundation                0x00007fff97b02ee5 __CFRunLoopDoBlocks + 341
    13  com.apple.CoreFoundation                0x00007fff97b02c6e __CFRunLoopRun + 1982
    14  com.apple.CoreFoundation                0x00007fff97b02275 CFRunLoopRunSpecific + 309
    15  com.apple.HIToolbox                     0x00007fff9058bf0d RunCurrentEventLoopInMode + 226
    16  com.apple.HIToolbox                     0x00007fff9058bcb7 ReceiveNextEventCommon + 479
    17  com.apple.HIToolbox                     0x00007fff9058babc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    18  com.apple.AppKit                        0x00007fff969b928e _DPSNextEvent + 1434
    19  com.apple.AppKit                        0x00007fff969b88db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    20  com.apple.AppKit                        0x00007fff969ac9cc -[NSApplication run] + 553
    21  com.apple.prokit                        0x00000001007eef6a NSProApplicationMain + 333
    22  libdyld.dylib                           0x00007fff9119a5fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff95564662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff8efc243d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff8efc2152 _dispatch_mgr_thread + 52
    Thread 2:: com.apple.ProGL.object-deletion
    0   libsystem_kernel.dylib                  0x00007fff95563716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff936c0c3b _pthread_cond_wait + 727
    2   com.apple.progl.framework               0x00000001029e0522 (anonymous namespace)::threadFunc(void*) + 71
    3   com.apple.procore.framework             0x000000010061d72f PCThread::startup(void*) + 29
    4   libsystem_pthread.dylib                 0x00007fff936be899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff936be72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff936c2fc9 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff95563716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff936c0c3b _pthread_cond_wait + 727
    2   com.apogee.ONEPlugIn                    0x00000001285cc707 apogeeDriverPlugInMessageQueue::WaitForNextMessageInList() + 53
    3   com.apogee.ONEPlugIn                    0x00000001285cc923 ClientBiDirConnection::HandlePropertyChanges() + 33
    4   com.apogee.ONEPlugIn                    0x00000001285cc8fa PthreadHandlingPropertyChanges(void*) + 14
    5   libsystem_pthread.dylib                 0x00007fff936be899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff936be72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff936c2fc9 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff95563716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff936c0c3b _pthread_cond_wait + 727
    2   com.apogee.ONEPlugIn                    0x00000001285cc014 MessageTX::TXThread() + 74
    3   com.apogee.ONEPlugIn                    0x00000001285cbfc2 TransmitThread(void*) + 14
    4   libsystem_pthread.dylib                 0x00007fff936be899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff936be72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff936c2fc9 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff9556391a __recvfrom + 10
    1   com.apogee.ONEPlugIn                    0x00000001285cccd6 ClientBiDirLocalSocketConnection::ReceiveData(void*, int) + 40
    2   com.apogee.ONEPlugIn                    0x00000001285cb8cb MessageRX::RXThread() + 107
    3   com.apogee.ONEPlugIn                    0x00000001285cb7e6 ReceiveThread(void*) + 14
    4   libsystem_pthread.dylib                 0x00007fff936be899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff936be72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff936c2fc9 thread_start + 13
    Thread 6:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff95563716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff936c0c3b _pthread_cond_wait + 727
    2   com.apple.CoreVideo                     0x00007fff8e191a38 CVDisplayLink::runIOThread() + 656
    3   com.apple.CoreVideo                     0x00007fff8e19178f startIOThread(void*) + 147
    4   libsystem_pthread.dylib                 0x00007fff936be899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff936be72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff936c2fc9 thread_start + 13
    Thread 7:: MIO Mounting Thread
    0   libsystem_kernel.dylib                  0x00007fff95563716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff936c0c77 _pthread_cond_wait + 787
    2   com.apple.Foundation                    0x00007fff97fe58d0 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation                    0x00007fff97fdc778 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proapps.MIO                   0x00000001024d1c0d -[PluginLockPair scanPaths] + 189
    5   com.apple.Foundation                    0x00007fff9801470b __NSThread__main__ + 1318
    6   libsystem_pthread.dylib                 0x00007fff936be899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff936be72a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff936c2fc9 thread_start + 13
    Thread 8:: MIO Mounting Thread
    0   libsystem_kernel.dylib                  0x00007fff95563716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff936c0c77 _pthread_cond_wait + 787
    2   com.apple.Foundation                    0x00007fff97fe58d0 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation                    0x00007fff97fdc778 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proapps.MIO                   0x00000001024d1c0d -[PluginLockPair scanPaths] + 189
    5   com.apple.Foundation                    0x00007fff9801470b __NSThread__main__ + 1318
    6   libsystem_pthread.dylib                 0x00007fff936be899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff936be72a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff936c2fc9 thread_start + 13
    Thread 9:: MIO Mounting Thread
    0   libsystem_kernel.dylib                  0x00007fff95563716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff936c0c77 _pthread_cond_wait + 787
    2   com.apple.Foundation                    0x00007fff97fe58d0 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation                    0x00007fff97fdc778 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proapps.MIO                   0x00000001024d1c0d -[PluginLockPair scanPaths] + 189
    5   com.apple.Foundation                    0x00007fff9801470b __NSThread__main__ + 1318
    6   libsystem_pthread.dylib                 0x00007fff936be899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff936be72a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff936c2fc9 thread_start + 13
    Thread 10:: MIO Mounting Thread
    0   libsystem_kernel.dylib                  0x00007fff95563716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff936c0c77 _pthread_cond_wait + 787
    2   com.apple.Foundation                    0x00007fff97fe58d0 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation                    0x00007fff97fdc778 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proapps.MIO                   0x00000001024d1c0d -[PluginLockPair scanPaths] + 189
    5   com.apple.Foundation                    0x00007fff9801470b __NSThread__main__ + 1318
    6   libsystem_pthread.dylib                 0x00007fff936be899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff936be72a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff936c2fc9 thread_start + 13
    Thread 11:: MIO Mounting Thread
    0   libsystem_kernel.dylib                  0x00007fff95563716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff936c0c77 _pthread_cond_wait + 787
    2   com.apple.Foundation                    0x00007fff97fe58d0 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation                    0x00007fff97fdc778 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proapps.MIO                   0x00000001024d1c0d -[PluginLockPair scanPaths] + 189
    5   com.apple.Foundation                    0x00007fff9801470b __NSThread__main__ + 1318
    6   libsystem_pthread.dylib                 0x00007fff936be899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff936be72a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff936c2fc9 thread_start + 13
    Thread 12:: com.apple.dvdplayback-DDPTask
    0   libsystem_kernel.dylib                  0x00007fff9555fa56 semaphore_wait_trap + 10
    1   com.apple.AVCHDPlugin                   0x000000012e1e67b7 semaphore_wait(viona_semaphore_t*) + 39
    2   com.apple.AVCHDPlugin                   0x000000012e1f1fea WinPortServer::ProcessMessages() + 90
    3   com.apple.AVCHDPlugin                   0x000000012e1a2408 0x12e140000 + 402440
    4   com.apple.AVCHDPlugin                   0x000000012e1e6d82 ST20Thread::Run(PThreadRunParams*) + 34
    5   libsystem_pthread.dylib                 0x00007fff936be899 _pthread_body + 138
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff9555fa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff9555ed18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff97b03315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff97b02939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff97b02275 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit                        0x00007fff96b591ce _NSEventThread + 144
    6   libsystem_pthread.dylib                 0x00007fff936be899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff936be72a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff936c2fc9 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff9555fa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff9555ed18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff97b03315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff97b02939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff97b02275 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00007fff97bb79d1 CFRunLoopRun + 97
    6   com.apple.DiscRecording                 0x00007fff964cf15e DRWorkLoop::WorkLoop() + 228
    7   com.apple.DiscRecording                 0x00007fff964cf067 DRWorkLoop::WorkLoopEntry(DRWorkLoop*) + 9
    8   com.apple.DiscRecording                 0x00007fff964ced77 DRThreadObject::StartRoutine(DRThreadObject*) + 125
    9   com.apple.DiscRecording                 0x00007fff964cec11 DRThreadObject::SymbolRoutine(DRThreadObject*) + 9
    10  libsystem_pthread.dylib                 0x00007fff936be899 _pthread_body + 138
    11  libsystem_pthread.dylib                 0x00007fff936be72a _pthread_start + 137
    12  libsystem_pthread.dylib                 0x00007fff936c2fc9 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff95563e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff936bff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff936c2fb9 start_wqthread + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff95563e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff936bff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff936c2fb9 start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff95563e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff936bff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff936c2fb9 start_wqthread + 13
    Thread 18:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x00007fff95563a3a __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff8ee95e60 nanosleep + 200
    2   libsystem_c.dylib                       0x00007fff8ee95d52 usleep + 54
    3   com.apple.AppKit                        0x00007fff96c1d2ad -[NSUIHeartBeat _heartBeatThread:] + 2132
    4   com.apple.Foundation                    0x00007fff9801470b __NSThread__main__ + 1318
    5   libsystem_pthread.dylib                 0x00007fff936be899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff936be72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff936c2fc9 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff95563e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff936bff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff936c2fb9 start_wqthread + 13
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff95563e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff936bff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff936c2fb9 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x000060800069ddd0  rcx: 0x00007fff5f74cb30  rdx: 0x00007fff5f74cbb0
      rdi: 0x0000608003243750  rsi: 0x00007fff973e384e  rbp: 0x00007fff5f74d010  rsp: 0x00007fff5f74c378
       r8: 0x0000000000000010   r9: 0x00007fff5f74be00  r10: 0x00007fff973e384e  r11: 0xbadd51da06edbead
      r12: 0x0000000000000002  r13: 0x0000000000000002  r14: 0x0000608003243750  r15: 0x00006000010b20c0
      rip: 0x00007fff8e6b6097  rfl: 0x0000000000010246  cr2: 0x0000600001b61000
    Logical CPU:     0
    Error Code:      0x00000000
    Trap Number:     13
    Binary Images:
           0x1004b1000 -        0x100572ff7  com.apple.FinalCut (10.1 - 238755) <3B91353D-C6DF-3DF6-A26D-F7F2713A41E0> /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro
           0x100601000 -        0x1006f0ff7  com.apple.procore.framework (4.0.2 - 23875.5.25) <9E69A9AE-D1FC-3D01-9B84-20CA550B4380> /Applications/Final Cut Pro.app/Contents/Frameworks/ProCore.framework/Versions/A/ProCore
           0x100756000 -        0x10079ffff  com.apple.CoreMedia.ProAppsSupport (1.0 - 1273.26) <677412E1-C337-3EFA-B448-ADC6BF85CBC9> /Applications/Final Cut Pro.app/Contents/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
           0x1007d3000 -        0x100a2cff7  com.apple.prokit (8.0 - 5015) <F9549ADF-6ED0-3319-879C-639DFC4084AE> /Applications/Final Cut Pro.app/Contents/Frameworks/ProKit.framework/Versions/A/ProKit
           0x100ba9000 -        0x101d09fe7  com.apple.Flexo (1.0.0 - 23875.5.25) <83A5AE77-25F8-34DF-B340-7CD31CC62F1A> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/Flexo
           0x1024a2000 -        0x10256efff  com.apple.proapps.MIO (2.0 - 23875.5.25) <97F32080-3098-30FC-8C0B-14EFAEF0B7AE> /Applications/Final Cut Pro.app/Contents/Frameworks/MIO.framework/Versions/A/MIO
           0x1025e7000 -        0x102637ff7  com.apple.pro.sharedstudio (1.0 - 23875.5.25) <17543320-CCF7-3E28-8162-89259F85FBB7> /Applications/Final Cut Pro.app/Contents/Frameworks/StudioSharedResources.framework/Versions/A/StudioSh aredResources
           0x102697000 -        0x1027fcfff  com.apple.TLKit (1.0 - 23875.5.25) <A250F427-D9E3-3F70-9FCE-9694DA52F751> /Applications/Final Cut Pro.app/Contents/Frameworks/TLKit.framework/Versions/A/TLKit
           0x1028ae000 -        0x10294cff7  com.apple.LunaKit (1.0 - 23875.5.25) <2A4C3844-D824-3BA8-BE4B-78CF0E14DF6F> /Applications/Final Cut Pro.app/Contents/Frameworks/LunaKit.framework/Versions/A/LunaKit
           0x1029d7000 -        0x102a0cfff  com.apple.progl.framework (1.0 - 23875.5.25) <C9506E82-2D38-329F-A4F2-55B2652922AC> /Applications/Final Cut Pro.app/Contents/Frameworks/ProGL.framework/Versions/A/ProGL
           0x102a4a000 -        0x102b64fff  com.apple.ProAppsFxSupport (4.0.0 - 23875.5.25) <67231727-5373-34E7-8F35-729C33C1A2E5> /Applications/Final Cut Pro.app/Contents/Frameworks/ProAppsFxSupport.framework/Versions/A/ProAppsFxSupp ort
           0x102e7e000 -        0x102e9bfff  com.apple.DeepSkyLite (0.6 - 23875.5.25) <88D1498E-2568-3BB9-9770-875D8813B014> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/Frameworks/DeepSkyLite.f ramework/Versions/A/DeepSkyLite
           0x102eb8000 -        0x103306fe7  com.apple.VideoToolbox.ProAppsSupport (1.0 - 1273.26) <EA9B1333-1A1C-35DF-913D-D5549214BA17> /Applications/Final Cut Pro.app/Contents/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
           0x103361000 -        0x10367cfff  com.apple.MediaToolbox.ProAppsSupport (1.0 - 1273.26) <6FEFA14C-211D-3ABB-AE2D-12B0816A71E1> /Applications/Final Cut Pro.app/Contents/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
           0x103728000 -        0x103865ff7  com.apple.prochannel.framework (4.0.2 - 23875.5.25) <FB948FE7-0940-3829-8954-5355AB7DE6C3> /Applications/Final Cut Pro.app/Contents/Frameworks/ProChannel.framework/Versions/A/ProChannel
           0x103970000 -        0x103970ff7  com.apple.Helium (3.1.0 - 23875.5.25) <7A145546-7E42-3253-915F-759384486430> /Applications/Final Cut Pro.app/Contents/Frameworks/Helium.framework/Versions/A/Helium
           0x10397a000 -        0x1039ecfff  com.apple.proinspector.framework (4.0.2 - 23875.5.25) <47A26270-F3B8-3BAF-AD48-BF5F1541CFFF> /Applications/Final Cut Pro.app/Contents/Frameworks/ProInspector.framework/Versions/A/ProInspector
           0x103a4f000 -        0x103a76ff7  com.apple.audio.CoreAudioKit (1.6.6 - 1.6.6) <E6FEB146-1384-3FDE-A9B4-3BC48DCEDC27> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
           0x103a95000 -        0x103ae5fe7  com.apple.proshapes.framework (1.0 - 23875.5.25) <B620D57A-3772-31F2-828E-FAD15F8EE63C> /Applications/Final Cut Pro.app/Contents/Frameworks/ProShapes.framework/Versions/A/ProShapes
           0x103b22000 -        0x103c18fff  com.apple.proosc.framework (3.1.0 - 23875.5.25) <2DA4456B-EFD1-34B9-9DCC-DE7006E64B5F> /Applications/Final Cut Pro.app/Contents/Frameworks/ProOSC.framework/Versions/A/ProOSC
           0x103c83000 -        0x103c9bfff  com.apple.iLifeFaceRecognition (1.0 - 30.11) <D7DE1825-BD61-3383-B3CC-0029E9D7D7F8> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/Frameworks/iLifeFaceReco gnition.framework/Versions/A/iLifeFaceRecognition
           0x103cb0000 -        0x103d23fff  com.apple.procurveeditor.framework (3.1.0 - 23875.5.25) <55F08B18-56D6-376B-B96B-ACFFE5381733> /Applications/Final Cut Pro.app/Contents/Frameworks/ProCurveEditor.framework/Versions/A/ProCurveEditor
           0x103d70000 -        0x103d83fff  com.apple.TLKEventDispatcher (1.0 - 23875.5.25) <920DB7C6-A537-3E16-B6BC-E2C57AE94307> /Applications/Final Cut Pro.app/Contents/Frameworks/TLKEventDispatcher.framework/Versions/A/TLKEventDis patcher
           0x103d94000 -        0x1041cffff  com.apple.Helium.HeliumRender (2.1.0 - 23875.5.25) <6BFF8889-37C1-32C4-A523-9FCB6510414E> /Applications/Final Cut Pro.app/Contents/Frameworks/Helium.framework/Versions/A/Frameworks/HeliumRender .framework/Versions/A/HeliumRender
           0x1042e5000 -        0x10441dfe7  com.apple.Helium.Heliumfilters (2.1.0 - 23875.5.25) <82B6AD7B-FFFA-350F-A3E2-53327FCDE0E8> /Applications/Final Cut Pro.app/Contents/Frameworks/Helium.framework/Versions/A/Frameworks/HeliumFilter s.framework/Versions/A/HeliumFilters
           0x104799000 -        0x104a6afff  com.apple.Helium.HeliumSensoCore (2.0.2 - 23875.5.25) <0BA98B13-850C-3B42-A6CF-E52ECB15468B> /Applications/Final Cut Pro.app/Contents/Frameworks/Helium.framework/Versions/A/Frameworks/HeliumSensoC ore.framework/Versions/A/HeliumSensoCore
           0x104af8000 -        0x104b23fff  com.apple.FWAVC (401.47 - 47) <5FACFA64-7FE9-3B4A-B45C-908B5F89A739> /System/Library/PrivateFrameworks/FWAVC.framework/Versions/A/FWAVC
           0x104b3c000 -        0x104b3efff +eOkaoCom.dylib (1) <393F340C-3AD1-C89B-6C37-9D8ABF4BFFD9> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/Frameworks/iLifeFaceReco gnition.framework/Versions/A/Resources/eOkaoCom.dylib
           0x104b44000 -        0x104b6bff2 +eOkaoPt.dylib (1) <E6500FB8-157F-57B5-FE25-2A3A1CB3574C> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/Frameworks/iLifeFaceReco gnition.framework/Versions/A/Resources/eOkaoPt.dylib
           0x104b75000 -        0x104baafe7 +eOkaoDt.dylib (1) <7A74253D-8930-6FF1-B513-0929C4E111A2> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/Frameworks/iLifeFaceReco gnition.framework/Versions/A/Resources/eOkaoDt.dylib
           0x104bb9000 -        0x104d21fef +eOkaoFr.dylib (1) <510E837E-135A-92C8-9AC0-465691EA43D2> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/Frameworks/iLifeFaceReco gnition.framework/Versions/A/Resources/eOkaoFr.dylib
           0x104d2a000 -        0x104d3afff  com.apple.PluginManager (1.7.4 - 23875.5.25) <48C07E45-913F-3916-9890-66C900BC6608> /Applications/Final Cut Pro.app/Contents/Frameworks/PluginManager.framework/Versions/B/PluginManager
           0x104d4c000 -        0x104d6dfff  com.apple.fxplugframework (2.4 - 23875.5.25) <0646BBC8-BEFE-306A-AC9A-D931FB24891D> /Applications/Final Cut Pro.app/Contents/Frameworks/FxPlug.framework/Versions/A/FxPlug
           0x1050f1000 -        0x10513dfff  com.apple.CoreMediaIO.FCPX.Lion (403.0 - 4555) <A43E2779-BADE-3B10-AB0D-DD860052CB61> /Applications/Final Cut Pro.app/Contents/Frameworks/CoreMediaIO.framework/Versions/Current/CoreMediaIO
           0x108b6b000 -        0x108b8cfff  com.apple.QuartzComposer.ExtraPatches (4.1 - 316) <2E4C3E98-2F12-3BFB-BA37-8F3FDC83CCB2> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/Resources/ExtraPatches.plugin/Contents/MacOS/ExtraPatches
           0x108ba1000 -        0x108bdcff2  com.apple.audio.midi.CoreMIDI (1.10 - 88) <AAF5250E-D422-3910-8F94-FE8BAC5B8174> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
           0x108c04000 -        0x108c28fff  com.apple.audio.OpenAL (1.7 - 1.7) <5D2366B5-111B-3BDD-AFB3-5770075659F4> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
           0x108c3a000 -        0x108c43fff  com.apple.Audio.provider (1.0.0 - 23875.5.25) <01B181BB-A9EB-3C1A-933E-57640F46D392> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/MediaProviders/A udioProvider.fxp/Contents/MacOS/AudioProvider
           0x108c4d000 -        0x108c90fff  com.apple.proapps.AppleAVCIntraCodec (1.1.2 - 6344.11) <C13A004E-905D-35A2-9748-0E816BF4B8A2> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/AppleAVCIntraCodec.b undle/Contents/MacOS/AppleAVCIntraCodec
           0x108c9b000 -        0x108cecfff  com.apple.proapps.AppleDVCPROHDCodec (1.0.2 - 6337.11) <91175DC7-BB8E-3C3F-9FF7-6CB739EEC502> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/AppleDVCPROHDCodec.b undle/Contents/MacOS/AppleDVCPROHDCodec
           0x108cf9000 -        0x108d1efe7  com.apple.proapps.AppleIMXCodec (1.0.2 - 6337.11) <690C9346-C59B-31AC-B255-E353FD88268A> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/AppleIMXCodec.bundle /Contents/MacOS/AppleIMXCodec
           0x108d29000 -        0x108d6cfef  com.apple.proapps.AppleIntermediateCodec (1.0.2 - 6337.11) <7F48675F-1660-3334-A7BF-7A8C781211DF> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/AppleIntermediateCod ec.bundle/Contents/MacOS/AppleIntermediateCodec
           0x108d78000 -        0x108dffff7  com.apple.proapps.AppleMPEG2Codec (1.0.4 - 6308.11) <307C8BD5-D68B-3014-A546-D6D7639A8832> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/AppleMPEG2Codec.bund le/Contents/MacOS/AppleMPEG2Codec
           0x108e0d000 -        0x108f1afaf  com.apple.proapps.AppleProResCodec (1.0.4 - 6305.11) <910CDDE2-3D95-3AA6-8A45-0477DB3F20FE> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/AppleProResCodec.bun dle/Contents/MacOS/AppleProResCodec
           0x108f2b000 -        0x108f39ff7  com.apple.proapps.AppleUncompressedCodec (1.0.2 - 6337.11) <BA574384-C087-3330-AD81-75F081491230> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/AppleUncompressedCod ec.bundle/Contents/MacOS/AppleUncompressedCodec
           0x108f43000 -        0x108f48ff7  com.apple.proapps.AppleCMQTAdapterCodec (1.0 - 1) <6942074A-7E60-343D-A74B-31188F474667> /Applications/Final Cut Pro.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Contents/PlugIns/Apple CMQTAdapterCodec.bundle/Contents/MacOS/AppleCMQTAdapterCodec
           0x108f50000 -        0x109056ff7  com.apple.AECore (4.1 - 303) <60D7B7E2-BB07-3EF4-91ED-1E21F3596269> /Applications/Final Cut Pro.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Contents/Frameworks/AE Core.framework/Versions/A/AECore
           0x1090c9000 -        0x1090ebfff  com.apple.FxPlug.provider (1.0.0 - 23875.5.25) <08FAE83A-9DA6-3A6A-A5F4-81BB54382034> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/MediaProviders/F xPlugProvider.fxp/Contents/MacOS/FxPlugProvider
           0x1090fb000 -        0x109377ff7  com.apple.Motion.effect (5.0.0 - 23875.5.25) <EB8B630C-AE3F-3979-A37B-8D60BDE60C57> /Applications/Final Cut Pro.app/Contents/PlugIns/MediaProviders/MotionEffect.fxp/Contents/MacOS/MotionE ffect
           0x1093c5000 -        0x109d5bfe7  com.apple.ozone.framework (5.0.0 - 23875.5.25) <AC3E0B68-442A-334D-B263-2262BAB9019D> /Applications/Final Cut Pro.app/Contents/Frameworks/Ozone.framework/Versions/A/Ozone
           0x10a283000 -        0x10a2b7fff  com.apple.ProGraphics (5.0.0 - 23875.5.25) <1A6B6D39-9C66-38B5-93D2-166AD17CFCF1> /Applications/Final Cut Pro.app/Contents/Frameworks/ProGraphics.framework/Versions/A/ProGraphics
           0x10a2dd000 -        0x10a88dfe7  com.apple.motion.TextFramework (5.0.7 - 23875.5.25) <5E99A8D2-2728-38D0-A03D-60AEED2215F5> /Applications/Final Cut Pro.app/Contents/Frameworks/TextFramework.framework/Versions/A/TextFramework
           0x10aa02000 -        0x10ab4cff7  com.apple.Lithium (5.0.0 - 23875.5.25) <F9A26751-2879-39FD-99A1-C9C11879D6BD> /Applications/Final Cut Pro.app/Contents/Frameworks/Lithium.framework/Versions/A/Lithium
           0x10abcd000 -        0x10aca8ff7  org.python.python (2.6.8 - 2.6.8) <9FB69DE0-E9AF-3226-BC5C-7F80C45F9568> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
           0x10ad09000 -        0x10ad1afff  com.apple.RetimingMath (5.0.0 - 23875.5.25) <ADA1AAE6-1D30-37A5-91BF-BAA648E318D7> /Applications/Final Cut Pro.app/Contents/Frameworks/RetimingMath.framework/Versions/A/RetimingMath
           0x10ad2f000 -        0x10ade1fe7  com.apple.ProMedia (5.0.0 - 23875.5.25) <DC8ECC57-1C18-3112-B3C7-D5E20599FCA2> /Applications/Final Cut Pro.app/Contents/Frameworks/ProMedia.framework/Versions/A/ProMedia
           0x10ae5b000 -        0x10aec9fff  com.apple.proapps.AudioMixEngine (2.0 - 68) <8403BADC-F1E4-3C60-8595-8AFC75C7104C> /Applications/Final Cut Pro.app/Contents/Frameworks/Ozone.framework/Versions/A/Frameworks/AudioMixEngin e.framework/Versions/A/AudioMixEngine
           0x10af91000 -        0x10af98fff  com.apple.filter.PAECIAdaptor (1.0 - 23875.5.25) <71F51571-7A6D-32FD-BD94-006FD57CE406> /Applications/Final Cut Pro.app/Contents/PlugIns/FxPlug/PAECIAdaptor.fxplug/Contents/MacOS/PAECIAdaptor
           0x10afb1000 -        0x10afc1ff7  com.apple.pluginkit.framework (1.0 - 1) <9C95115C-FB99-3778-B3A1-FC7D61EC21E3> /Applications/Final Cut Pro.app/Contents/Frameworks/FxPlug.framework/Versions/A/Frameworks/PlugInKit.fr amework/PlugInKit
           0x10b001000 -        0x10b29afe7  com.apple.motion.filters (4.0.2 - 23875.5.25) <7D9F6CDD-CCAA-375C-8F9F-4C070EFB358A> /Applications/Final Cut Pro.app/Contents/PlugIns/FxPlug/InternalFilters.app/Contents/PlugIns/InternalFi ltersXPC.pluginkit/Contents/PlugIns/Filters.bundle/Contents/MacOS/Filters
           0x10b361000 -        0x10b4b6ff7  com.apple.motion.filtersLegacyPath (4.0.2 - 23875.5.25) <FF4FDB0A-662F-3FD6-B1E3-3443867936E3> /Applications/Final Cut Pro.app/Contents/PlugIns/FxPlug/FiltersLegacyPath.bundle/Contents/MacOS/Filters LegacyPath
           0x111ac4000 -        0x111ac8fff  com.apple.agl (3.2.3 - AGL-3.2.3) <1B85306F-D2BF-3FE3-9915-165237B491EB> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x113522000 -        0x1136d7fff  com.apple.motion.Behaviors (5.0.0 - 23875.5.25) <B7188AF0-3D56-3004-8DC8-4FC93F4BF596> /Applications/Final Cut Pro.app/Contents/Frameworks/Ozone.framework/Versions/A/PlugIns/Behaviors.ozp/Co ntents/MacOS/Behaviors
           0x1137a5000 -        0x1137fcfff  com.apple.Bloodhound (5.0.0 - 23875.5.25) <535ACFDF-D5EF-35FE-A80C-A458791490E7> /Applications/Final Cut Pro.app/Contents/Frameworks/Bloodhound.framework/Versions/A/Bloodhound
           0x11382f000 -        0x113a0eff7  com.apple.motion.Particles (5.0.0 - 23875.5.25) <70589705-899D-3A41-9A16-6182AC05541E> /Applications/Final Cut Pro.app/Contents/Frameworks/Ozone.framework/Versions/A/PlugIns/Particles.ozp/Co ntents/MacOS/Particles
           0x113aa3000 -        0x113ab6fff  com.apple.motion.Text (5.0.0 - 23875.5.25) <56D27368-C949-32AA-A69F-407353C1BF58> /Applications/Final Cut Pro.app/Contents/Frameworks/Ozone.framework/Versions/A/PlugIns/Text.ozp/Content s/MacOS/Text
           0x113ac8000 -        0x113afefff  com.apple.proapps.flexo.AudioEffects (1.0.0 - 23875.5.25) <B1E8FC85-54D2-3B7F-AE89-06D402173B80> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/AudioEffec ts.component/Contents/MacOS/AudioEffects
           0x113b08000 -        0x113b2afff  com.apple.EDEL (2.5 - 567.11) <8BDD62B3-3C40-37BC-A7E3-008DCD2AF6D7> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/MacOS/EDEL
           0x113b3e000 -        0x113bb9ff7  com.apple.music.apps.MACore (9.1.0 - 475.15) <11AB96F5-7AFF-3216-A20C-873F58F1BF57> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Frameworks/MACore.framework/Versions/A/MACore
           0x113bf6000 -        0x113c96ff7  com.apple.music.apps.MAFiles (9.1.0 - 143.14) <F5A700DD-D7B9-37E0-ABA5-E5D6B8199DED> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
           0x113ccb000 -        0x113ccdfff  com.apple.music.apps.common.resources (9.1.0 - 279.8) <23D4E4F4-2B65-35EC-A769-A3B41E08C415> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Resources/common.res/Contents/MacOS/common
           0x113cd3000 -        0x113cd5fff  com.apple.music.apps.efx.resources (9.1.0 - 279.8) <4488AA11-FAC9-3159-8716-520CEC942521> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Resources/efx.res/Contents/MacOS/efx
           0x113cdb000 -        0x113cddfff  com.apple.music.apps.egt.resources (9.1.0 - 279.8) <80D3ACD3-A2F1-313A-A573-B39109A05CA4> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Resources/egt.res/Contents/MacOS/egt
           0x113ce3000 -        0x113ce5fff  com.apple.music.apps.evb3.resources (9.1.0 - 279.8) <41ECA813-AC80-3D76-A88B-9DD3C3B906ED> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Resources/evb3.res/Contents/MacOS/evb3
           0x1174cd000 -        0x117824fff  com.apple.music.apps.MADSP (9.1.0 - 586.17) <8B17D01A-55D4-37B8-B4D8-4B5985803ACF> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
           0x117b95000 -        0x117bd4fff  com.apple.music.apps.MAHarmony (9.1.0 - 198.11) <02593B67-F594-3791-90A6-29049A119920> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
           0x117be7000 -        0x118045ff7  com.apple.music.apps.MAPlugInGUI (9.1.0 - 423.13) <36BF03CA-059F-3CBD-B5E9-B0EE1FA4C56B> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
           0x11824a000 -        0x11824cfff  com.apple.music.apps.evd6.resources (9.1.0 - 279.8) <67BFABD2-C708-35DB-B05B-828A59784910> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Resources/evd6.res/Contents/MacOS/evd6
           0x118252000 -        0x118254fff  com.apple.music.apps.evoc.resources (9.1.0 - 279.8) <9E9F68E1-09BE-3D4C-BADA-DED1CCFD1C10> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Resources/evoc.res/Contents/MacOS/evoc
           0x11825a000 -        0x11825cfff  com.apple.music.apps.evp88.resources (9.1.0 - 279.8) <C59566F5-79D9-34D3-813E-3B7FC62F83ED> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Resources/evp88.res/Contents/MacOS/evp88
           0x118262000 -        0x118264ff7  com.apple.music.apps.mutapdel.resources (9.1.0 - 279.8) <7BE47C4F-058F-3765-93EC-D5F9C525FA27> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Resources/mutapdel.res/Contents/MacOS/mutapdel
           0x11826a000 -        0x11826cfff  com.apple.music.apps.sphere.resources (9.1.0 - 279.8) <487797D8-49D8-31E5-8ECA-95DB2171829E> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Resources/sphere.res/Contents/MacOS/sphere
           0x118272000 -        0x118275fff  libspindump.dylib (161) <588EDDE0-B20A-3649-92B7-C2226EB237E8> /usr/lib/libspindump.dylib
           0x127a8a000 -        0x127b15fff  com.apple.cmio.DAL.ACD (7.0 - 7.0) <9B1370A1-B779-3A1E-8559-1B08FAAD41BA> /Applications/Final Cut Pro.app/Contents/PlugIns/FCP-DAL/ACD.plugin/Contents/MacOS/ACD
           0x127cce000 -        0x127cf4ffb  com.apple.cmio.DAL.VDC-4.FCPX.Lion (403.0 - 4555) <D3F618FB-50C2-3CFA-ACAE-F6F8625558B3> /Applications/Final Cut Pro.app/Contents/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents /MacOS/VDC
           0x127f18000 -        0x127f1bff7  com.apple.iokit.SCSITaskLib (3.6.0 - 3.6.0) <7DE59064-BD1D-33A2-A72F-B98D9D83E711> /System/Library/Extensions/IOSCSIArchitectureModelFamily.kext/Contents/PlugIns/ SCSITaskUserClient.kext/Contents/PlugIns/SCSITaskLib.plugin/Contents/MacOS/SCSIT askLib
           0x127f25000 -        0x127f2bfff  com.apple.iLMBiTunesPlugin (2.8.0 - 390) <9540E733-8A94-3172-907C-18C373802757> /Library/Application Support/iLifeMediaBrowser/*/iLMBiTunesPlugin
           0x1285b5000 -        0x1285b9ffd  com.apple.audio.AppleHDAHALPlugIn (2.5.3 - 2.5.3fc1) <844CFCFD-F813-36F1-A5BF-FB9D7BD7040D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x1285be000 -        0x1285ddff7  com.apogee.ONEPlugIn (1.15.19 - 1.15.19) <2A39B68F-3D3B-3CC7-A523-104EC0E81AF4> /System/Library/Extensions/ONEPlugIn.bundle/Contents/MacOS/ONEPlugIn
           0x128779000 -        0x12879dff7 +com.tascam.usb2audio.hal (2.10.4) <6E7D79A9-024A-576F-F048-8C1FB93B75E4> /Library/Audio/Plug-Ins/HAL/TASCAM_US1xx.plugin/Contents/MacOS/TASCAM_US1xx
           0x12c54e000 -        0x12c54efff +cl_kernels (???) <61985E21-D46F-482E-A2FD-2A97EC2594C2> cl_kernels
           0x12c550000 -        0x12c636fef  unorm8_bgra.dylib (2.3.58) <9FF943D1-4EF7-36CA-852D-B61C2E554713> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x12c678000 -        0x12c75dfe7  unorm8_argb.dylib (2.3.58) <B32D2D1D-9B56-394E-9F11-4B997342C588> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_argb.dylib
           0x12e0ab000 -        0x12e0b3ff7  com.apple.ArchiveRADPlug (1.0 - 1045.6.11) <428A94BC-14DD-39C2-BF79-CF4E19567BD9> /Applications/Final Cut Pro.app/Contents/PlugIns/RADPlugins/Archive.RADPlug/Contents/MacOS/Archive
           0x12e140000 -        0x12e336fff  com.apple.AVCHDPlugin (2.1.0 - 1066.6.11) <FC16B799-773B-3FD4-983E-9EFD8EEBEF35> /Applications/Final Cut Pro.app/Contents/PlugIns/RADPlugins/AVCHD.RADPlug/Contents/MacOS/AVCHD
           0x12e4a2000 -        0x12e692fff  com.apple.MPEG2RADPlug (1.0 - 1065.4.11) <155DEC42-356D-30A0-AADE-597D4A82068F> /Applications/Final Cut Pro.app/Contents/PlugIns/RADPlugins/MPEG2.RADPlug/Contents/MacOS/MPEG2
           0x12e7fc000 -        0x12e80bfff  com.apple.MPEG4RADPlug (1.0 - 1067.5.11) <B3903C2B-9B38-3616-BEE9-650E3DBE9FD0> /Applications/Final Cut Pro.app/Contents/PlugIns/RADPlugins/MPEG4.RADPlug/Contents/MacOS/MPEG4
           0x12e81a000 -        0x12e90bff7  com.apple.mobiledevice (710.1 - 710.1) <356F402B-7499-3EA6-8541-A3D89F6D119F> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevic e
           0x12e9f3000 -        0x12ea1fff7  com.apple.P2Plugin (2.0.0 - 1022.8.97) <412805EC-6B8F-3EE7-AA14-C01F16B45D3F> /Applications/Final Cut Pro.app/Contents/PlugIns/RADPlugins/P2.RADPlug/Contents/MacOS/P2
           0x12eb43000 -        0x12ebdbfff  com.apple.CompressorKitMAS (4.1 - 4.1) <CF17F9FB-9B0B-3E84-B8D4-993FF0D93362> /Applications/Final Cut Pro.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Contents/Frameworks/Co mpressor.framework/Versions/A/Frameworks/CompressorKit.framework/CompressorKit
           0x12ec4a000 -        0x12ec4fff7  com.apple.qmaster.swamp (4.1 - 4.1) <43BC358D-E47D-3979-8ACB-4EB4402D03FB> /Applications/Final Cut Pro.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Contents/Frameworks/Qm aster.framework/Versions/A/Qmaster
           0x12ec53000 -        0x12eda3ff7  com.apple.compressor.StompUI (4.1 - 4.1) <C639B41F-3342-34A6-853E-78B808BF71AB> /Applications/Final Cut Pro.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Contents/Frameworks/Co mpressor.framework/Versions/A/Frameworks/StompUI.framework/Versions/A/StompUI
           0x12ee4c000 -        0x12efaefe7  com.apple.compressor.StompTypes (4.1 - 19705.1.25) <5B79DAAF-EB97-33DF-863D-89B7DAD6812E> /Applications/Final Cut Pro.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Contents/Frameworks/Co mpressor.framework/Versions/A/Frameworks/StompTypes.framework/Versions/A/StompTy pes
           0x12f022000 -        0x12f02cfff  com.apple.compressor.MediaServerAPI (4.1 - 4.1) <F02080AF-1D43-311C-94BF-ECFF34A4EDBB> /Applications/Final Cut Pro.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Contents/Frameworks/Me diaServerAPI.framework/Versions/A/MediaServerAPI
           0x12f037000 -        0x12f047ff7  com.apple.compressor.StompUtil (4.1 - 4.1) <3A3E0129-2153-3C48-884C-D5B777511B8D> /Applications/Final Cut Pro.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Contents/Frameworks/Co mpressor.framework/Versions/A/Frameworks/StompUtil.framework/Versions/A/StompUti l
           0x12f056000 -        0x12f061ff7  com.apple.dsppublishing (1.0.1 - 119) <5766B17B-1804-3B9C-96B1-A91DF3F95B08> /Applications/Final Cut Pro.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Contents/Frameworks/DS PPublishing.framework/Versions/A/DSPPublishing
           0x12f074000 -        0x12f0ccfff  com.apple.qmaster.SwampCore (4.1 - 303) <CFBDC4D9-BF1A-3E71-BA57-19605FBBF7EB> /Applications/Final Cut Pro.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Contents/Frameworks/Qm aster.framework/Versions/A/Frameworks/SwampCore.framework/Versions/A/SwampCore
           0x12f101000 -        0x12f114fff  com.apple.qmaster.SwampUtil (4.1 - 4.1) <9C52A6FD-0457-3FD9-852F-BE36324A42F2> /Applications/Final Cut Pro.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Contents/Frameworks/Qm aster.framework/Versions/A/Frameworks/SwampUtil.framework/Versions/A/SwampUtil
           0x12f122000 -        0x12f21cff7  com.apple.qmaster.SwampTypes (4.1 - 4.1) <83326BF0-4A35-3B1A-80B2-0D9C8770A655> /Applications/Final Cut Pro.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Contents/Frameworks/Qm aster.framework/Versions/A/Frameworks/SwampTypes.framework/Versions/A/SwampTypes
           0x12f288000 -        0x12f31eff7  com.apple.qmaster.do (4.1 - 4.1) <DB62431A-771D-3901-BF46-7AFDBBC66B01> /Applications/Final Cut Pro.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Contents/Frameworks/Qm aster.framework/Versions/A/Frameworks/DistributedObjects.framework/Versions/A/Di stributedObjects
           0x12f380000 -        0x12f38dff7  com.apple.qmaster.SwampService (4.1 - 4.1) <BB1128D6-C63B-38DF-B392-E45F33801695> /Applications/Final Cut Pro.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Contents/Frameworks/Qm aster.framework/Versions/A/Frameworks/SwampService.framework/Versions/A/SwampSer vice
           0x12f39f000 -        0x12f3aefff  com.apple.qmaster.Status (4.1 - 4.1) <EE05ECF7-4433-3369-8AC7-AEA1848775E9> /Applications/Final Cut Pro.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Contents/Frameworks/Qm aster.framework/Versions/A/Frameworks/Status.framework/Versions/A/Status
           0x12f3c7000 -        0x12f3d6fff  com.apple.qmaster.RequestProcessing (4.1 - 4.1) <CCCA5942-DE42-3B04-A7E0-2B3E8DFC5D96> /Applications/Final Cut Pro.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Contents/Frameworks/Qm aster.framework/Versions/A/Frameworks/RequestProcessing.framework/Versions/A/Req uestProcessing
           0x12f3ed000 -        0x12f408fff  com.apple.qmaster.ServiceControl (4.1 - 4.1) <4AF34E2F-FF9A-3739-B33A-A2D9C2F90DD6> /Applications/Final Cut Pro.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Contents/Frameworks/Qm aster.framework/Versions/A/Frameworks/ServiceControl.framework/Versions/A/Servic eControl
           0x12f425000 -        0x12f4a5ff7  com.apple.qmaster.ContentControl (4.1 - 4.1) <E3B93F3B-69CA-329A-972F-478004BD4F38> /Applications/Final Cut Pro.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Contents/Frameworks/Qm aster.framework/Versions/A/Frameworks/ContentControl.framework/Versions/A/Conten tControl
           0x12f4e1000 -        0x12f5f1ff7  com.apple.qmaster.JobControl (4.1 - 4.1) <3529DA43-FDEA-361B-B8AE-31009B9DE219> /Applications/Final Cut Pro.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Contents/Frameworks/Qm aster.framework/Versions/A/Frameworks/JobControl.framework/Versions/A/JobControl
           0x12f66a000 -        0x12f679fff  com.apple.qmaster.ClusterManager (4.1 - 4.1) <852CE3C3-59F8-3916-93B1-B34E1197CB38> /Applications/Final Cut Pro.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Contents/Frameworks/Qm aster.framework/Versions/A/Frameworks/ClusterManager.framework/Versions/A/Cluste rManager
           0x12f686000 -        0x12f6bcff7  com.apple.qmaster.SwampUI (4.1 - 4.1) <210B913E-1FCD-3FC3-B20E-83A5642C372C> /Applications/Final Cut Pro.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Contents/Frameworks/Qm aster.framework/Versions/A/Frameworks/SwampUI.framework/Versions/A/SwampUI
           0x12f6e2000 -        0x12f6f1fff  com.apple.qmaster.SwampExecutor (4.1 - 4.1) <81624CCC-8728-36B1-80DD-E694D701D53B> /Applications/Final Cut Pro.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Contents/Frameworks/Qm aster.framework/Versions/A/Frameworks/SwampExecutor.framework/Versions/A/SwampEx ecutor
           0x12f706000 -        0x12f749fff  com.apple.compressor.ImageProcessing (4.1 - 4.1) <A728ACD8-DD9A-3E6D-9E49-1D4E784AD513> /Applications/Final Cut Pro.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Contents/Frameworks/Co mpressor.framework/Versions/A/Frameworks/ImageProcessing.framework/Versions/A/Im ageProcessing
           0x12f76d000 -        0x12f942fe7  com.apple.compressor.transcoding (4.1 - 4.1) <62F764DB-EA00-3F13-A668-0AD5D5E57602> /Applications/Final Cut Pro.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Contents/Frameworks/Co mpressor.framework/Versions/A/Frameworks/Transcoding.framework/Versions/A/Transc oding
           0x12f9c7000 -        0x12f9d1fff  com.apple.compressor.FilterUI (4.1 - 4.1) <D1D7E01E-898C-3214-BE18-D62A8348301A> /Applications/Final Cut Pro.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Contents/Frameworks/Co mpressor.framework/Versions/A/Frameworks/FilterUI.framework/Versions/A/FilterUI
           0x12f9db000 -        0x12f9e1ff7  com.apple.H264Encoder (1.0 - 5956.11) <AB2A59CC-A33D-3FBA-980E-C8DB7A10B806> /Applications/Final Cut Pro.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Contents/Frameworks/H2 64Encoder.framework/Versions/A/H264Encoder
           0x12fec0000 -        0x12ff63ff7  com.apple.iTunesAccess (11.1.3 - 11.1.3) <3257712A-D172-3D79-A6F9-BDA227E54330> /System/Library/PrivateFrameworks/iTunesAccess.framework/iTunesAccess
        0x123480000000 -     0x123480294ff7  com.apple.AMDRadeonX3000GLDriver (1.14.21 - 1.1.4) <3133F944-09A8-3B30-B8B0-1C68FC2119F2> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/AMDRade onX3000GLDriver
        0x7fff6f945000 -     0x7fff6f978817  dyld (239.3) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld
        0x7fff8bec5000 -     0x7fff8c061ff7  com.apple.QuartzCore (1.8 - 332.0) <994D1E0A-64B6-398C-B9A2-C362F02DE943> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8c064000 -     0x7fff8c186ff1  com.apple.avfoundation (2.0 - 651.12) <03E595B7-A559-3D4D-90E9-BCA603E3A39E> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff8c187000 -     0x7fff8c190fff  com.apple.CommonAuth (4.0 - 2.0) <1D263127-5F27-3128-996D-7397660D0C6E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8c191000 -     0x7fff8c1a0ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8c1a1000 -     0x7fff8c307fff  libGLProgrammability.dylib (9.0.83) <9C97E814-F674-30F8-8C2D-C45FC1E7D934> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff8c308000 -     0x7fff8c361fff  libTIFF.dylib (1038) <5CBFE0C2-9DD8-340B-BA63-A94CE2E476F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8c362000 -     0x7fff8c42dfff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8c42e000 -     0x7fff8c438ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff8c439000 -     0x7fff8c471ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8c52c000 -     0x7fff8c52efff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff8c552000 -     0x7fff8c555fff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8c556000 -     0x7fff8c696fff  com.apple.QTKit (7.7.3 - 2826.0.1) <44109489-09C2-34C4-AB66-E52A505D7887> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8c721000 -     0x7fff8c721fff  com.apple.AOSMigrate (1.0 - 1) <ABA8F3F2-BC96-3F89-AAF4-1AA459A0BCBD> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff8c722000 -     0x7fff8c76bfff  com.apple.CoreMedia (1.0 - 1273.29) <4ACD30BA-E9FE-3842-A8B7-E3BD63747867> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8c76c000 -     0x7fff8c81cff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8d239000 -     0x7fff8d241fff  libsystem_dnssd.dylib (522.1.11) <270DCF6C-502D-389A-AA9F-DE4624A36FF7> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8d765000 -     0x7fff8d77cffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff8d77d000 -     0x7fff8d867fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
        0x7fff8d868000 -     0x7fff8d8f3fff  libCoreStorage.dylib (380) <AE14C2F3-0EF1-3DCD-BF2B-A24D97D3B372> /usr/lib/libCoreStorage.dylib
        0x7fff8d90a000 -     0x7fff8d90afff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8d90b000 -     0x7fff8dd59fff  com.apple.VideoToolbox (1.0 - 1273.29) <6E38291D-7A81-3033-AFB9-61ABD38B6371> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8dd5a000 -     0x7fff8dd83ff7  libc++abi.dylib (48) <8C16158F-CBF8-3BD7-BEF4-022704B2A326> /usr/lib/libc++abi.dylib
        0x7fff8dd84000 -     0x7fff8e165ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8e166000 -     0x7fff8e18ffff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8e190000 -     0x7fff8e1b5ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8e1b6000 -     0x7fff8e21cfff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Libra

  • Setup crashed when trying to set up/config TC from iPad or iPhone!!

    I'm trying to config Time Capsule for the first time from my iPad. Dont have any Mac (I know...)
    When filled in network name and password, I try to hit the next button. Then what happens is that the whole setup crashes, and I have to start all over.. This happens every time, even in my iPhone. Tried different names and passwords.
    Could some one pleide help my?? Thanks!!

    I have the newest updates om all devices. I must also add that the light starts blinking (on the TC) when I connect to the Internett...

  • Crashes when editing alarm on repeated items imported from Palm

    I bought an iPhone, exported my Palm calendar, successfully imported it to iCal, synced to phone, all was well.
    If I try to change the alarm setting (how far in advance to warn me) on an imported item that repeats (every week for instance), when I click "apply to future events" iCal crashes immediately.
    No recent changes or apps. Any ideas?

    I am having a similar problem. I used iCal 2 with my Palm Treo but stopped syncing because of Palm's inability to produce good software that syncs with Mac (oh well). I got an iPhone about a month ago, and recently updated to Leopard. One particular item in my calendar has 3 alarms when I set only one. I have not synced my Palm since I bought the iPhone, but I believe iCal and iSync (along with Missing Sync) are trying to resolve all of the conflicts and are messing up iCal. I uninstalled Missing Sync, so I'll reply back to see if the problem goes away. iCal still crashes when trying to edit the alarms with this event however. Fix coming for this...or is this an isolated incident?

Maybe you are looking for

  • When i delete a photo in photoshop elements i automatically get a copy of it. How do I stop this?

    When I delete a photo in Photoshop Elements, I get automatically a copy of that Photo. How do I stop this? Bru

  • Unbounded task flow with pageflowscope

    Hi, In my application, I have create unbounded task flow for each menu. For each menu task flow I have created a pageFlowscope bean. When I try to use this bean in any request scoped bean called from within the UTF, I get the pageFlowSCoped bean inst

  • FCP Capturing & Audio

    I'm working with FCP 4 (purch. upgrade on Amazon - I know, I know I'm working in the dark ages), and can't hear audio thru my speakers when capturing; however the audio meter registers sound, and there is sound when playing back the clip after captur

  • Doubt in creating an material???

    Hi, Am not sure ..IF what i thought was right...plz correct me if am wrg. In the 1stage of an production order an product is created, which is used an a raw material for 2nd stage of the same order. since I need to operate this 1st stage result produ

  • Operation confirmation without inspection results - not working

    Hi All, We have 4 operations for one production order. 1st operation has 5 MICs 2nd operation - no MICs 3rd operation - no MICs 4th operation - 1 MIC. In tcode OPK4 I have configured error message if QM results are not recorded. Before result recordi