Forcing char to be unsigned

I am looking for a way to tell the compiler to handle all char as unsigned char.
We are porting a lot of sources, and in all or other compiler we use a flag to have all characters treated as unsigned char.
In the code a lot constructions occur where the unsigned char is assumed. For instance:
if (strWord[0] < 0xC0)
Etc.
Having signed chars casues a lot of problems. While a compiler flag (or another way, for instance a #pragma or so) would save us lots of work.
Is there any way to tell the Sun Forte C++ compiler to treat all chars as unsigned chars?
Thanks,
Roger.

Unfortunately that solution is no feasible for us. At least not with current deadlines.
Changing all 'char' to 'unsigned char' gives a lot of conflicts in stdlib functions (which expect char instead of unsigned char). Like very std functions as strcpy(), sprintf(), etc...
Creating inline overloads for all these functions will cost a lot of time. And since we use out same sources on different platforms, this will give a lot of 'garbage' code for all other platforms...
So, very unfortunately, we need to find all potential problems now by hand / tools and fix them one by one... (sigh)...
Whilst such a flag could do the same trick in a few seconds... :-(

Similar Messages

  • 39525 as char/ dealing with unsigned 2byte

    if i have a string "39525" and i want to make that an unsigned 2byte, i use char right? how do i get it into a char? it needs to be an integer first, i don't want to convert the string value. so i Integer.parseInt("") and i get it in an 'int'. what next? is there a better way?
    how do you normally deal with 2byte unsigned chars?

    it fills up too high though.. i need numbers over
    65472 to overflow, not above Integer.MAX_VALUE.
    the low 16 bits of int do overflow, that is enough.
    if you wish to access the low 16 bits, do this:
    int low16bits = value & 0xFFFF;
    i think i got it though..
    char a =
    Character.toChars(Integer.parseInt("12512512"))[0];
    sloppy but i hope it'll work.
    It won't; did you read the API documentation of the toChars method? It does something completely different. I posted the code you asked for above, but I really think you should be using ints, not chars.
    now i need to figure out how to Pad with up to 4
    zeros in hex with this char. is there anything in
    java like
    sprintf("%04x", $x)
    yes; see java.util.Formatter

  • Convert from char* to unsigned char*

    Hi, I try compile example from: http://download-uk.oracle.com/docs/cd/B19306_01/appdev.102/b14294/relational.htm#i1000940
    in Visual C++ and I have problem with:
    const string userName = "SCOTT";
    because string is defined as unsigned char* and "SCOTT" is char*, is any function to convert from type char* to type unsigned char* ?

    I'm apologize for this stupid question, answer is very easy:
    const string userName = (const unsigned char*) "SCOTT";

  • ITunes Match constantly forces iTunes to quit.

    I posted this a few days ago and have searched the forums and the web for a solution, but haven't found one yet. How can I determine what is causing the crash? Many thanks in advance.
    Process:         iTunes [933]
    Path:            /Applications/iTunes.app/Contents/MacOS/iTunes
    Identifier:      com.apple.iTunes
    Version:         10.6.3 (10.6.3)
    Build Info:      iTunes-10632501~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [276]
    User ID:         501
    Date/Time:       2012-08-10 10:03:07.055 -0700
    OS Version:      Mac OS X 10.8 (12A269)
    Report Version:  10
    Interval Since Last Report:          97343 sec
    Crashes Since Last Report:           98
    Per-App Interval Since Last Report:  517 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      01765776-E63C-4CF1-873C-15CE9514FC61
    Crashed Thread:  26
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    *** error for object 0x7f7ff9a65208: incorrect checksum for freed object - object was probably modified after being freed.
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff8a006686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8a005c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8bbdaf23 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8bbe0606 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8bbdfdd2 CFRunLoopRunSpecific + 290
    5   com.apple.HIToolbox                     0x00007fff8868b774 RunCurrentEventLoopInMode + 209
    6   com.apple.HIToolbox                     0x00007fff8868b512 ReceiveNextEventCommon + 356
    7   com.apple.HIToolbox                     0x00007fff8868b3a3 BlockUntilNextEventMatchingListInMode + 62
    8   com.apple.AppKit                        0x00007fff90cdefa3 _DPSNextEvent + 685
    9   com.apple.AppKit                        0x00007fff90cde862 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    10  com.apple.AppKit                        0x00007fff90cd5c03 -[NSApplication run] + 517
    11  com.apple.iTunes                        0x0000000108b2c7af 0x108b29000 + 14255
    12  com.apple.iTunes                        0x0000000108b2c5f0 0x108b29000 + 13808
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8a008d16 kevent + 10
    1   libdispatch.dylib                       0x00007fff942d6e26 _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff942d6a2a _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff8a006686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8a005c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8bbdaf23 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8bbe0606 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8bbdfdd2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff8bbeea81 CFRunLoopRun + 97
    6   com.apple.iTunes                        0x0000000108b32697 0x108b29000 + 38551
    7   com.apple.iTunes                        0x00000001093bc29c 0x108b29000 + 8991388
    8   libsystem_c.dylib                       0x00007fff8ef74782 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8ef611c1 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff8a0080fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8ef78fc9 _pthread_cond_wait + 869
    2   com.apple.iTunes                        0x0000000108b32844 0x108b29000 + 38980
    3   com.apple.iTunes                        0x0000000108b42ec7 0x108b29000 + 106183
    4   com.apple.iTunes                        0x00000001093bc29c 0x108b29000 + 8991388
    5   libsystem_c.dylib                       0x00007fff8ef74782 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8ef611c1 thread_start + 13
    Thread 4:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff8a008322 __select + 10
    1   com.apple.CoreFoundation                0x00007fff8bc1fbf6 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x00007fff8ef74782 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff8ef611c1 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff8a006686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8a005c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8bbdaf23 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8bbe0606 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8bbdfdd2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff8bbeea81 CFRunLoopRun + 97
    6   com.apple.iTunes                        0x0000000108b4b18e 0x108b29000 + 139662
    7   com.apple.iTunes                        0x00000001093bc29c 0x108b29000 + 8991388
    8   libsystem_c.dylib                       0x00007fff8ef74782 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8ef611c1 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff8a0080fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8ef78fc9 _pthread_cond_wait + 869
    2   com.apple.iTunes                        0x0000000108b32844 0x108b29000 + 38980
    3   com.apple.iTunes                        0x0000000108b32780 0x108b29000 + 38784
    4   com.apple.iTunes                        0x00000001094e2a10 0x108b29000 + 10197520
    5   com.apple.iTunes                        0x00000001094e2a35 0x108b29000 + 10197557
    6   com.apple.iTunes                        0x00000001093bc29c 0x108b29000 + 8991388
    7   libsystem_c.dylib                       0x00007fff8ef74782 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff8ef611c1 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff8a006686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8a005c42 mach_msg + 70
    2   com.apple.iTunes                        0x0000000108c274db 0x108b29000 + 1041627
    3   com.apple.iTunes                        0x0000000108b5489c 0x108b29000 + 178332
    4   com.apple.iTunes                        0x0000000108c27dca 0x108b29000 + 1043914
    5   com.apple.iTunes                        0x00000001094de3d2 0x108b29000 + 10179538
    6   com.apple.iTunes                        0x00000001094e31b4 0x108b29000 + 10199476
    7   com.apple.iTunes                        0x0000000108c1b53b 0x108b29000 + 992571
    8   libsystem_c.dylib                       0x00007fff8ef74782 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8ef611c1 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff8a007996 __accept + 10
    1   com.apple.iTunes                        0x000000010934c13b 0x108b29000 + 8532283
    2   com.apple.iTunes                        0x0000000109332ee9 0x108b29000 + 8429289
    3   com.apple.iTunes                        0x000000010933308c 0x108b29000 + 8429708
    4   com.apple.iTunes                        0x00000001093bc29c 0x108b29000 + 8991388
    5   libsystem_c.dylib                       0x00007fff8ef74782 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8ef611c1 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff8a007996 __accept + 10
    1   com.apple.iTunes                        0x000000010934c13b 0x108b29000 + 8532283
    2   com.apple.iTunes                        0x0000000109332ee9 0x108b29000 + 8429289
    3   com.apple.iTunes                        0x000000010933308c 0x108b29000 + 8429708
    4   com.apple.iTunes                        0x00000001093bc29c 0x108b29000 + 8991388
    5   libsystem_c.dylib                       0x00007fff8ef74782 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8ef611c1 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff8a006686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8a005c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8bbdaf23 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8bbe0606 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8bbdfdd2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff8bbeea81 CFRunLoopRun + 97
    6   com.apple.iTunes                        0x0000000108b32697 0x108b29000 + 38551
    7   com.apple.iTunes                        0x00000001093bc29c 0x108b29000 + 8991388
    8   libsystem_c.dylib                       0x00007fff8ef74782 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8ef611c1 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff8a006686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8a005c42 mach_msg + 70
    2   com.apple.iTunes                        0x0000000108c274db 0x108b29000 + 1041627
    3   com.apple.iTunes                        0x0000000108b5489c 0x108b29000 + 178332
    4   com.apple.iTunes                        0x0000000108c27dca 0x108b29000 + 1043914
    5   com.apple.iTunes                        0x0000000108f1611f 0x108b29000 + 4116767
    6   com.apple.iTunes                        0x0000000108f164e4 0x108b29000 + 4117732
    7   com.apple.iTunes                        0x0000000108c1b53b 0x108b29000 + 992571
    8   libsystem_c.dylib                       0x00007fff8ef74782 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8ef611c1 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff8a006686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8a005c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8bbdaf23 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8bbe0606 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8bbdfdd2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff8bbeea81 CFRunLoopRun + 97
    6   com.apple.iTunes                        0x0000000108b32697 0x108b29000 + 38551
    7   com.apple.iTunes                        0x00000001093bc29c 0x108b29000 + 8991388
    8   libsystem_c.dylib                       0x00007fff8ef74782 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8ef611c1 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff8a006686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8a005c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8bbdaf23 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8bbe0606 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8bbdfdd2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff8bbeea81 CFRunLoopRun + 97
    6   com.apple.iTunes                        0x0000000108b32697 0x108b29000 + 38551
    7   com.apple.iTunes                        0x00000001093bc29c 0x108b29000 + 8991388
    8   libsystem_c.dylib                       0x00007fff8ef74782 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8ef611c1 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff8a0080fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8ef78fc9 _pthread_cond_wait + 869
    2   com.apple.iTunes                        0x000000010938c93f 0x108b29000 + 8796479
    3   com.apple.iTunes                        0x000000010938c7c7 0x108b29000 + 8796103
    4   com.apple.iTunes                        0x000000010938c871 0x108b29000 + 8796273
    5   com.apple.iTunes                        0x0000000108b53a22 0x108b29000 + 174626
    6   com.apple.iTunes                        0x00000001093bc29c 0x108b29000 + 8991388
    7   libsystem_c.dylib                       0x00007fff8ef74782 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff8ef611c1 thread_start + 13
    Thread 15:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8a006686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8a005c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8bbdaf23 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8bbe0606 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8bbdfdd2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff939807d6 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation                    0x00007fff939de842 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x00007fff8ef74782 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff8ef611c1 thread_start + 13
    Thread 16:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff8a0080fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8ef78fc9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff93e36d66 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore                0x00007fff9405843a JSC::BlockAllocator::blockFreeingThreadMain() + 90
    4   com.apple.JavaScriptCore                0x00007fff9406da9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff8ef74782 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8ef611c1 thread_start + 13
    Thread 17:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8a0080fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8ef78fc9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff93fbb0f4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff93fbafd6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff9406da9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff8ef74782 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8ef611c1 thread_start + 13
    Thread 18:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8a0080fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8ef78fc9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff93fbb0f4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff93fbafd6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff9406da9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff8ef74782 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8ef611c1 thread_start + 13
    Thread 19:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8a0080fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8ef78fc9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff93fbb0f4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff93fbafd6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff9406da9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff8ef74782 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8ef611c1 thread_start + 13
    Thread 20:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff8a0080fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8ef78fc9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff93e36d2d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore                       0x00007fff8973eba1 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool (WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore                       0x00007fff88c956ea WebCore::StorageThread::threadEntryPoint() + 154
    5   com.apple.JavaScriptCore                0x00007fff9406da9f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib                       0x00007fff8ef74782 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8ef611c1 thread_start + 13
    Thread 21:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff8a0080fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8ef78fc9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff93e36d2d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore                       0x00007fff8973eba1 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool (WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore                       0x00007fff88c956ea WebCore::StorageThread::threadEntryPoint() + 154
    5   com.apple.JavaScriptCore                0x00007fff9406da9f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib                       0x00007fff8ef74782 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8ef611c1 thread_start + 13
    Thread 22:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff8a0080fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8ef78fc9 _pthread_cond_wait + 869
    2   com.apple.CoreVideo                     0x00007fff917ec2d4 CVDisplayLink::runIOThread() + 680
    3   com.apple.CoreVideo                     0x00007fff917ec013 startIOThread(void*) + 148
    4   libsystem_c.dylib                       0x00007fff8ef74782 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8ef611c1 thread_start + 13
    Thread 23:
    0   libsystem_kernel.dylib                  0x00007fff8a006686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8a005c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8bbdaf23 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8bbe0606 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8bbdfdd2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff8bbeea81 CFRunLoopRun + 97
    6   com.apple.iTunes                        0x0000000108b32697 0x108b29000 + 38551
    7   com.apple.iTunes                        0x00000001093bc29c 0x108b29000 + 8991388
    8   libsystem_c.dylib                       0x00007fff8ef74782 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8ef611c1 thread_start + 13
    Thread 24:
    0   libsystem_kernel.dylib                  0x00007fff8a007fee __open + 10
    1   com.apple.CoreServices.CarbonCore          0x00007fff87be7574 open_validfd(char const*, int, unsigned short, _filesec*) + 32
    2   com.apple.CoreServices.CarbonCore          0x00007fff87be7420 FSMount::_openfork(char const*, unsigned char, unsigned int, unsigned short, _filesec*, int*, int*, FSOpenForkInfo*) + 738
    3   com.apple.CoreServices.CarbonCore          0x00007fff87be6a03 FSMount::openforkcoreDefault(unsigned int, unsigned int, char const*, char const*, unsigned int, unsigned char, unsigned char, FSOpenForkInfo*, unsigned short, _filesec*, unsigned int, int*, unsigned int*) + 915
    4   com.apple.CoreServices.CarbonCore          0x00007fff87be6480 FSMount::openfork(unsigned int, unsigned int, char const*, char const*, unsigned int, unsigned char, unsigned char, FSOpenForkInfo*, unsigned short, _filesec*, unsigned int, int*, unsigned int*) + 688
    5   com.apple.CoreServices.CarbonCore          0x00007fff87be4fc2 PBOpenForkSync + 494
    6   com.apple.CoreServices.CarbonCore          0x00007fff87be4dc0 FSOpenFork + 42
    7   com.apple.iTunes                        0x0000000108b33873 0x108b29000 + 43123
    8   com.apple.iTunes                        0x0000000108ee2c86 0x108b29000 + 3906694
    9   com.apple.iTunes                        0x0000000108ee5647 0x108b29000 + 3917383
    10  com.apple.iTunes                        0x00000001094de501 0x108b29000 + 10179841
    11  com.apple.iTunes                        0x00000001094e1866 0x108b29000 + 10192998
    12  com.apple.iTunes                        0x00000001094e1e66 0x108b29000 + 10194534
    13  com.apple.iTunes                        0x00000001094e2002 0x108b29000 + 10194946
    14  com.apple.iTunes                        0x00000001094e2166 0x108b29000 + 10195302
    15  com.apple.iTunes                        0x00000001094e30e0 0x108b29000 + 10199264
    16  com.apple.iTunes                        0x0000000108b53aaa 0x108b29000 + 174762
    17  com.apple.iTunes                        0x00000001093bc29c 0x108b29000 + 8991388
    18  libsystem_c.dylib                       0x00007fff8ef74782 _pthread_start + 327
    19  libsystem_c.dylib                       0x00007fff8ef611c1 thread_start + 13
    Thread 25:
    0   libsystem_kernel.dylib                  0x00007fff8a0080fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8ef78fc9 _pthread_cond_wait + 869
    2   com.apple.iTunes                        0x0000000108b32844 0x108b29000 + 38980
    3   com.apple.iTunes                        0x0000000108b32780 0x108b29000 + 38784
    4   com.apple.iTunes                        0x000000010937dc88 0x108b29000 + 8735880
    5   com.apple.iTunes                        0x0000000108b532df 0x108b29000 + 172767
    6   com.apple.iTunes                        0x00000001094e6f16 0x108b29000 + 10215190
    7   com.apple.iTunes                        0x0000000109292fb7 0x108b29000 + 7774135
    8   com.apple.iTunes                        0x0000000109297cdf 0x108b29000 + 7793887
    9   com.apple.iTunes                        0x00000001094df1b0 0x108b29000 + 10183088
    10  com.apple.CoreFoundation                0x00007fff8bc93596 __CFDictionaryApplyFunction_block_invoke_0 + 22
    11  com.apple.CoreFoundation                0x00007fff8bbbd4c0 CFBasicHashApply + 128
    12  com.apple.CoreFoundation                0x00007fff8bbdb00e CFDictionaryApplyFunction + 158
    13  com.apple.iTunes                        0x00000001094e1c70 0x108b29000 + 10194032
    14  com.apple.iTunes                        0x00000001094e2002 0x108b29000 + 10194946
    15  com.apple.iTunes                        0x00000001094e2166 0x108b29000 + 10195302
    16  com.apple.iTunes                        0x00000001094e30e0 0x108b29000 + 10199264
    17  com.apple.iTunes                        0x0000000108b53aaa 0x108b29000 + 174762
    18  com.apple.iTunes                        0x00000001093bc29c 0x108b29000 + 8991388
    19  libsystem_c.dylib                       0x00007fff8ef74782 _pthread_start + 327
    20  libsystem_c.dylib                       0x00007fff8ef611c1 thread_start + 13
    Thread 26 Crashed:
    0   libsystem_kernel.dylib                  0x00007fff8a008212 __pthread_kill + 10
    1   libsystem_c.dylib                       0x00007fff8ef75b34 pthread_kill + 90
    2   libsystem_c.dylib                       0x00007fff8efb9dfa abort + 143
    3   libsystem_c.dylib                       0x00007fff8ef958d5 szone_error + 580
    4   libsystem_c.dylib                       0x00007fff8ef9b997 small_malloc_from_free_list + 494
    5   libsystem_c.dylib                       0x00007fff8ef9b436 szone_malloc_should_clear + 3321
    6   libsystem_c.dylib                       0x00007fff8ef8d183 malloc_zone_malloc + 71
    7   libsystem_c.dylib                       0x00007fff8ef8dbd7 malloc + 41
    8   libstdc++.6.dylib                       0x00007fff8c87d347 operator new(unsigned long) + 34
    9   com.apple.iTunes                        0x0000000109815dd2 0x108b29000 + 13553106
    10  com.apple.iTunes                        0x00000001091d87a8 0x108b29000 + 7010216
    11  com.apple.iTunes                        0x00000001091d939f 0x108b29000 + 7013279
    12  com.apple.iTunes                        0x00000001092991f8 0x108b29000 + 7799288
    13  com.apple.iTunes                        0x00000001092946d7 0x108b29000 + 7780055
    14  com.apple.iTunes                        0x0000000109296aa2 0x108b29000 + 7789218
    15  com.apple.iTunes                        0x00000001094e15fb 0x108b29000 + 10192379
    16  com.apple.iTunes                        0x00000001094e1e66 0x108b29000 + 10194534
    17  com.apple.iTunes                        0x00000001094e2002 0x108b29000 + 10194946
    18  com.apple.iTunes                        0x00000001094e2166 0x108b29000 + 10195302
    19  com.apple.iTunes                        0x00000001094e30e0 0x108b29000 + 10199264
    20  com.apple.iTunes                        0x0000000108b53aaa 0x108b29000 + 174762
    21  com.apple.iTunes                        0x00000001093bc29c 0x108b29000 + 8991388
    22  libsystem_c.dylib                       0x00007fff8ef74782 _pthread_start + 327
    23  libsystem_c.dylib                       0x00007fff8ef611c1 thread_start + 13
    Thread 27:
    0   libsystem_kernel.dylib                  0x00007fff8a006686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8a005c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8bbdaf23 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8bbe0606 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8bbdfdd2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff8bbeea81 CFRunLoopRun + 97
    6   com.apple.iTunes                        0x0000000108b32697 0x108b29000 + 38551
    7   com.apple.iTunes                        0x00000001093bc29c 0x108b29000 + 8991388
    8   libsystem_c.dylib                       0x00007fff8ef74782 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8ef611c1 thread_start + 13
    Thread 28:
    0   libsystem_kernel.dylib                  0x00007fff8a006686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8a005c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8bbdaf23 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8bbe0606 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8bbdfdd2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff8bbeea81 CFRunLoopRun + 97
    6   com.apple.iTunes                        0x0000000108b32697 0x108b29000 + 38551
    7   com.apple.iTunes                        0x00000001093bc29c 0x108b29000 + 8991388
    8   libsystem_c.dylib                       0x00007fff8ef74782 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8ef611c1 thread_start + 13
    Thread 29:
    0   libsystem_kernel.dylib                  0x00007fff8a006686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8a005c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8bbdaf23 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8bbe0606 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8bbdfdd2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff8bbeea81 CFRunLoopRun + 97
    6   com.apple.iTunes                        0x0000000108b32697 0x108b29000 + 38551
    7   com.apple.iTunes                        0x00000001093bc29c 0x108b29000 + 8991388
    8   libsystem_c.dylib                       0x00007fff8ef74782 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8ef611c1 thread_start + 13
    Thread 30:
    0   libsystem_kernel.dylib                  0x00007fff8a0086d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8ef76f2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8ef76cf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8ef611b1 start_wqthread + 13
    Thread 31:
    0   libsystem_kernel.dylib                  0x00007fff8a0086d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8ef76f2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8ef76cf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8ef611b1 start_wqthread + 13
    Thread 32:
    0   libsystem_kernel.dylib                  0x00007fff8a008faa pread + 10
    1   com.apple.CoreServices.CarbonCore          0x00007fff87c26e6f BasicRead(FileRecord*, short, long long, unsigned long long*, void*, unsigned long long*) + 618
    2   com.apple.CoreServices.CarbonCore          0x00007fff87c3b6e3 PBReadForkSync + 85
    3   com.apple.CoreServices.CarbonCore          0x00007fff87c38de0 FSReadFork + 45
    4   com.apple.iTunes                        0x0000000108ef266c 0x108b29000 + 3970668
    5   com.apple.iTunes                        0x0000000108ef2853 0x108b29000 + 3971155
    6   com.apple.iTunes                        0x0000000108b53ab6 0x108b29000 + 174774
    7   com.apple.iTunes                        0x00000001093bc29c 0x108b29000 + 8991388
    8   libsystem_c.dylib                       0x00007fff8ef74782 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8ef611c1 thread_start + 13
    Thread 26 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00000001107b83a8  rdx: 0x0000000000000000
      rdi: 0x0000000000016513  rsi: 0x0000000000000006  rbp: 0x00000001107b83d0  rsp: 0x00000001107b83a8
       r8: 0x00007fff78203278   r9: 0x00000000fffffff0  r10: 0x0000000020000000  r11: 0x0000000000000206
      r12: 0x0000000109f96000  r13: 0x00007f7ff9a65208  r14: 0x00000001107bb000  r15: 0x0000000000000000
      rip: 0x00007fff8a008212  rfl: 0x0000000000000206  cr2: 0x00007fff781fcfe8
    Logical CPU: 0
    Binary Images:
           0x108b29000 -        0x109cd3ff7  com.apple.iTunes (10.6.3 - 10.6.3) <60A47696-C8BC-97A5-1E84-5C56F064E0B7> /Applications/iTunes.app/Contents/MacOS/iTunes
           0x109f9d000 -        0x10a022fff  com.apple.iTunes.iPodUpdater (10.4 - 10.4) <DF57EBE4-8375-BFDE-F5A1-FD92666E1B9E> /Applications/iTunes.app/Contents/Frameworks/iPodUpdater.framework/Versions/A/i PodUpdater
           0x10a071000 -        0x10a0a0ff7  com.apple.avfoundationcf (2.0 - 92) <759C61C6-63EA-3E6D-AD16-3463924665D9> /System/Library/PrivateFrameworks/AVFoundationCF.framework/Versions/A/AVFoundat ionCF
           0x10a0d7000 -        0x10a0dcfff  com.apple.agl (3.2.1 - AGL-3.2.1) <1A57AE22-37F6-3A2E-8098-183B280EEEA9> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x10a0e9000 -        0x10a0edfff  com.apple.iPod (1.7 - 20) <6C90CD43-C5D5-359D-9A4D-E12A337A7ED1> /System/Library/PrivateFrameworks/iPod.framework/Versions/A/iPod
           0x10a0f4000 -        0x10a420ff7 +libgnsdk_dsp.1.9.5.dylib (1.9.5) <14636B08-4D26-54CA-3EE8-247B2B708AF0> /Applications/iTunes.app/Contents/MacOS/libgnsdk_dsp.1.9.5.dylib
           0x10a44b000 -        0x10a482ff7 +libgnsdk_musicid.1.9.5.dylib (1.9.5) <C034C2ED-6A46-315F-89C8-8D54A937B255> /Applications/iTunes.app/Contents/MacOS/libgnsdk_musicid.1.9.5.dylib
           0x10a498000 -        0x10a56efe7 +libgnsdk_sdkmanager.1.9.5.dylib (1.9.5) <D144E870-FABC-E19E-452E-A33D19595B19> /Applications/iTunes.app/Contents/MacOS/libgnsdk_sdkmanager.1.9.5.dylib
           0x10a58d000 -        0x10a58dfff +com.tuneupmedia.iTuneUpVisualizer (2.2.0 - 2.2.0) <ADF45FFC-A8AF-D246-E0C2-6406850264FE> /Users/USER/Library/iTunes/iTunes Plug-ins/TuneUp/TuneUp Visualizer.bundle/Contents/MacOS/TuneUp Visualizer
           0x10a590000 -        0x10a5d3ff7 +libgnsdk_submit.1.9.5.dylib (1.9.5) <6689251D-098B-0F8D-08CC-785271E98540> /Applications/iTunes.app/Contents/MacOS/libgnsdk_submit.1.9.5.dylib
           0x10a9a5000 -        0x10a9a7ff7  com.apple.textencoding.unicode (2.5 - 2.5) <0518078E-C652-3CFC-A3FB-903C600CE831> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x10a9ac000 -        0x10a9afff7  com.apple.QuartzComposer.iTunesPlugIn (1.4 - 18) <54857E46-0DF4-304A-8760-7935D667A5BA> /Library/iTunes/iTunes Plug-ins/Quartz Composer Visualizer.bundle/Contents/MacOS/Quartz Composer Visualizer
           0x10bff4000 -        0x10bff9fff  com.apple.audio.AppleHDAHALPlugIn (2.3.0 - 2.3.0f2) <8F89523B-ACB8-35C5-8F28-8B1E4FB044DE> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x10c019000 -        0x10c4fbfef  com.apple.CoreFP (2.1.42 - 2.1.42) <6BEB912E-AB97-7DC1-54B6-750E3CB83675> /System/Library/PrivateFrameworks/CoreFP.framework/CoreFP
           0x10d503000 -        0x10d657fff  com.apple.audio.units.Components (1.8 - 1.8) <5F6DD756-1CBF-30BB-A6CD-E3748C8EF7C7> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
           0x10d762000 -        0x10d787fff  libssl.0.9.7.dylib (106) <F18836AF-72C8-36AA-9DAB-8286AFC46239> /usr/lib/libssl.0.9.7.dylib
           0x10d801000 -        0x10edd7fff  com.apple.CoreFP1 (1.14.42 - 1.14.42) <1EFEFC6F-B93E-D2C3-1A43-13A14FF4611D> /System/Library/PrivateFrameworks/CoreFP1.framework/CoreFP1
           0x10f418000 -        0x10f4b0fef  com.apple.mobiledevice (507.11 - 507.11) <620AD57D-94D5-54A2-A1ED-0036CFCF6C70> /System/Library/PrivateFrameworks/MobileDevice.framework/MobileDevice
           0x10f500000 -        0x10f5d9ff7  libcrypto.0.9.7.dylib (106) <3E1B14DE-342B-318C-8F22-7B9CD88EE760> /usr/lib/libcrypto.0.9.7.dylib
           0x10f630000 -        0x10f83fff7  com.apple.audio.codecs.Components (3.0 - 3.0) <CF62608B-E62B-3EFB-809C-CD7BBD3A8CD7> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
           0x112127000 -        0x1122defff  GLEngine (8.5) <AB9EB15E-11BB-34BF-B89E-02BC01916ABE> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x112315000 -        0x112456fff  libGLProgrammability.dylib (8.5) <2FFA7003-CB27-3A04-A4DC-8178545CF74B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x11248a000 -        0x11272bfff  com.apple.AMDRadeonX3000GLDriver (1.0.25 - 1.0.0) <7185722D-FAE4-3920-B25A-773F6283D2A6> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/AMDRade onX3000GLDriver
           0x11277a000 -        0x11277dfff  com.apple.IOAccelerator (19.0.26 - 19.0.26) <9DF4BBA7-14F1-35F9-9C4B-4F732B25836A> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
           0x112784000 -        0x112791ff7  libGPUSupportMercury.dylib (8.5) <18AAF98D-0863-3738-A4C3-F6014FDE0D86> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
           0x112b99000 -        0x112bc6fff  GLRendererFloat (8.5) <5486E8B9-3EF6-3C15-9CCB-28317B3BFA97> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x112bcf000 -        0x112bd8fef  libcldcpuengine.dylib (2.1.16) <BA5F6C17-7A08-3DCF-A30E-E9C4D76B7356> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
           0x112bde000 -        0x112be1ff7  libCoreFSCache.dylib (24.4) <C375CAA0-F91F-3D9F-AF90-DB951BD86983> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
           0x112c1d000 -        0x112d96fff  com.apple.AppleGVAFramework (4.0.20 - 4.0.20) <98762E7F-9D87-36D4-BA61-7C304103A9BE> /System/Library/PrivateFrameworks/AppleGVA.framework/AppleGVA
           0x112de2000 -        0x112ed7fff  com.apple.AppleIntelHD3000GraphicsVADriver (8.0.51 - 8.0.0) <EF120C37-DF3B-3753-BED5-A2322F5F1FCE> /System/Library/Extensions/AppleIntelHD3000GraphicsVADriver.bundle/Contents/Mac OS/AppleIntelHD3000GraphicsVADriver
           0x11306f000 -        0x113098ff7  com.apple. AMDRadeonVADriver (1.0.25 - 1.0.0) <F0CDABFB-2BAB-305D-A6A6-9D655794D2FA> /System/Library/Extensions/AMDRadeonVADriver.bundle/Contents/MacOS/AMDRadeonVAD river
           0x1158e0000 -        0x1158ebfff  AppleIntelSNBVA (8.0.51) <5B8718DC-CCBC-3082-B76E-1FED0D4A8202> /System/Library/Extensions/AppleIntelSNBVA.bundle/Contents/MacOS/AppleIntelSNBV A
           0x11943e000 -        0x1195bffe7  com.apple.AirTrafficHost (249 - 249) <1C9EE638-688F-C447-4726-BA80E9A09D90> /System/Library/PrivateFrameworks/AirTrafficHost.framework/AirTrafficHost
           0x11ca11000 -        0x11d2ccff7  com.apple.CoreKE (1.1.1 - 1.1.1) <D27F4E9F-4FB8-0744-99E9-87A6108781DB> /System/Library/PrivateFrameworks/CoreKE.framework/CoreKE
        0x7fff68729000 -     0x7fff6875d93f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
        0x7fff87507000 -     0x7fff87547fff  com.apple.MediaKit (13 - 658) <3614D66C-0712-3049-9C5A-1ED9A94D82C5> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff87548000 -     0x7fff87605ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff87690000 -     0x7fff87694ff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff87695000 -     0x7fff876eaff7  libTIFF.dylib (843) <4EB491F3-8DA4-3E4F-AE83-E207720F38B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff876eb000 -     0x7fff87ae2fff  libLAPACK.dylib (1073.3) <E670020A-6969-3ED7-B80B-285AE1DE5F95> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff87ae3000 -     0x7fff87b1aff7  libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
        0x7fff87b5d000 -     0x7fff87ba7ff7  libGLU.dylib (8.5) <47CB8E1C-F98F-352E-B235-DE9EA7A3454F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff87ba8000 -     0x7fff87bbbff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff87bbc000 -     0x7fff87bc3fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff87bc4000 -     0x7fff87edbff7  com.apple.CoreServices.CarbonCore (1037 - 1037) <5127E2AB-AE98-3393-AEF6-CA8C1090F921> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff87edc000 -     0x7fff8804fff7  com.apple.CFNetwork (596.0.1 - 596.0.1) <82109BE9-19E2-399B-BACD-23D53814B873> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff88050000 -     0x7fff880eafff  com.apple.CoreSymbolication (3.0 - 87) <75F2C0DD-549A-36F6-BD9E-FB40A924344F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff880eb000 -     0x7fff8816cfff  com.apple.Metadata (10.7.0 - 707.1) <ED39A710-1D87-3207-BB7D-4465B2673C1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8816d000 -     0x7fff8816ffff  com.apple.securityhi (4.0 - 55002) <34E45C60-DC7E-3FCC-A1ED-EBF48B77C559> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8829a000 -     0x7fff882a1fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff882e2000 -     0x7fff8832dff7  com.apple.CoreMedia (1.0 - 926.37) <4C2A8C16-ED81-3127-8E27-3B4024EB9BBE> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8832e000 -     0x7fff8833aff7  com.apple.CrashReporterSupport (10.8 - 411) <FA7EA7CD-103D-30B1-BF2F-862E68A6B5B7> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8833b000 -     0x7fff883a3ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff883a4000 -     0x7fff883d5fff  com.apple.DictionaryServices (1.2 - 184) <B37F9A90-8954-3DEC-A216-8ABB15C615A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8862c000 -     0x7fff8895bff7  com.apple.HIToolbox (2.0 - 624) <49C4A53E-9239-3B9A-95DC-8C7B398E491D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8895c000 -     0x7fff88984fff  libJPEG.dylib (843) <377EC31E-1831-32E2-AEEB-C375E0A80335> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff88987000 -     0x7fff889c4fe7  libGLImage.dylib (8.5) <9583CF74-F84A-33C7-B06A-3A72F090E544> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff88a36000 -     0x7fff88ad3fff  com.apple.PDFKit (2.7 - 2.7) <00F5A07D-4F61-3BE7-8836-EB03DA904FB1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff88ad4000 -     0x7fff88af8ff7  libc++abi.dylib (24.2) <340E7C7B-DC93-3AA2-B015-B1C9541EC255> /usr/lib/libc++abi.dylib
        0x7fff88af9000 -     0x7fff88afafff  libScreenReader.dylib (264.2) <E8BFC2E1-798D-33F6-AFF4-3334DE24DDE8> /usr/lib/libScreenReader.dylib
        0x7fff88afb000 -     0x7fff88ba1fff  com.apple.CoreServices.OSServices (557 - 557) <F5955FD8-E6E1-359F-9D9D-381E55E3EF37> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff88ba2000 -     0x7fff88c75ff7  com.apple.DiscRecording (7.0 - 7000.2.4) <49FD2D2F-4F2C-39B6-877B-6E3172577D18> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff88c76000 -     0x7fff88c76fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff88c77000 -     0x7fff89c29ff7  com.apple.WebCore (8536 - 8536.24) <A890E18B-9224-38B3-ADFB-C84B3BCD2AAC> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff89c2a000 -     0x7fff89c2afff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff89c42000 -     0x7fff89c54ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff89c55000 -     0x7fff89d74fff  com.apple.desktopservices (1.7.0 - 1.7.0) <F84224B1-BA28-31AF-8C89-1C2DBBFE4753> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff89d75000 -     0x7fff89dcbfff  com.apple.HIServices (1.20 - 416) <E7DC75C4-A3E0-3D6B-B961-C9849442BCA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff89dcc000 -     0x7fff89ddaff7  libkxld.dylib (2050.7.9) <8194156D-8B7D-3881-AF62-BCBE3306EE49> /usr/lib/system/libkxld.dylib
        0x7fff89dde000 -     0x7fff89ddffff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff89de5000 -     0x7fff89debff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff89dec000 -     0x7fff89f9afff  com.apple.QuartzCore (1.8 - 304.0) <BDC66714-F60C-386D-A773-F897D1E87AB6> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff89ff6000 -     0x7fff8a011ff7  libsystem_kernel.dylib (2050.7.9) <E0447BF5-E104-35B0-B28B-4156887D58F1> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8a58b000 -     0x7fff8a5c1fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff8a5c2000 -     0x7fff8a9baff7  com.apple.MediaToolbox (1.0 - 926.37) <347504AF-1028-3829-B51B-80E2F22BA600> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff8a9bb000 -     0x7fff8a9bbfff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8a9bc000 -     0x7fff8a9c0fff  libCGXType.A.dylib (322) <0FA2272E-7733-36EA-9B9B-9279169D5919> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff8a9c1000 -     0x7fff8a9d8fff  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
        0x7fff8ac08000 -     0x7fff8ac15ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8ac16000 -     0x7fff8ac2afff  com.apple.speech.synthesis.framework (4.1.10 - 4.1.10) <21086D96-F997-38D3-BB59-8600CCC3A36F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8ac2b000 -     0x7fff8ad28fff  libsqlite3.dylib (138) <8D6A6805-1494-30D1-9F2A-F58FA3C0D7EE> /usr/lib/libsqlite3.dylib
        0x7fff8ad29000 -     0x7fff8ad57fff  com.apple.CoreServicesInternal (153 - 153) <11507A03-9165-350C-9492-A545EA7331BD> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8ad58000 -     0x7fff8ad83fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff8ad84000 -     0x7fff8afa2fff  com.apple.CoreData (106 - 407.5) <45EF39FE-7FD6-366E-BB5C-3E86E0B7DA3C> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8afcf000 -     0x7fff8afdeff7  com.apple.opengl (1.8.5 - 1.8.5) <C554C4DA-517D-3F77-BC7E-DDFD9E01A891> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8afdf000 -     0x7fff8afe1fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8b032000 -     0x7fff8b038fff  com.apple.DiskArbitration (2.5 - 2.5) <348AC0CC-6BCE-3416-9141-A5C1164EDDFF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8b0db000 -     0x7fff8b0e5fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8b0e6000 -     0x7fff8b111fff  com.apple.framework.Apple80211 (8.0 - 800.15) <378C6564-96EC-3BFF-9AC0-8A6F87030254> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8b112000 -     0x7fff8b11dff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <7A5F12E8-C1C2-39C7-8599-2362EAAB9F03> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff8b11e000 -     0x7fff8b11efff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8b1d8000 -     0x7fff8b1ddfff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8b425000 -     0x7fff8b42dff7  libsystem_dnssd.dylib (379.27) <057906EA-206E-3C35-B43F-5D936FD0A84F> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8b475000 -     0x7fff8b4d1fff  com.apple.QuickLookFramework (4.0 - 555.0) <8B163B8C-001E-3BBB-98ED-8173C68BC84C> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8b4d2000 -     0x7fff8b4dffff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff8b4e0000 -     0x7fff8b571ff7  com.apple.CorePDF (2.0 - 2) <BD4EBB01-5A60-34F1-B9DD-AF745AA10902> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/Cor

    can u help me itune macth

  • Byte and char !!!

    Hi!
    What is the diference between an byte and char in Java! Could I use char instead of byte and reverse?
    Thanks.

    TYPE BYTE BITS SIGN RANGE
    byte 1 8 SIGNED -128 to 127
    char 2 16 UNSIGNED \u0000 to \uFFFF
    Both the date types can be interchanged
    Have a look at this
    class UText
         public static void main(String[] args)
              byte c1;          
              char c2= 'a';
              c1 = (byte) c2;
              c2 = (char) c1;          
              System.out.println(c1 +" "+c2);
    But It Leads to confusion while interchanging because of its SIGN. And the range of byte is very less.So its better to prefer char.

  • Adobe creative cloud installer crashes under OSX 10.10.1

    When I attempt to run the Adobe creative cloud installer on my iMac, the installer crashes. I can download and install other software, so the basic process works.
    The crash report follows.
    Thanks!
    Geoge
    Process:               Creative Cloud [283]
    Path:                  /Applications/Utilities/Adobe Creative Cloud/*/Creative Cloud.app/Contents/MacOS/Creative Cloud
    Identifier:            Creative Cloud
    Version:               1.9.0.465 (???)
    Code Type:             X86 (Native)
    Parent Process:        ??? [1]
    Responsible:           Creative Cloud [283]
    User ID:               501
    Date/Time:             2015-01-19 07:59:56.332 -0500
    OS Version:            Mac OS X 10.10.1 (14B25)
    Report Version:        11
    Anonymous UUID:        DCA48D91-F3B3-C09F-67CA-5F6309F61246
    Time Awake Since Boot: 150 seconds
    Crashed Thread:        0  Dispatch queue: com.apple.main-thread
    Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes:       KERN_INVALID_ADDRESS at 0x000000000000000b
    VM Regions Near 0xb:
    -->
        __TEXT                 00000000000cf000-000000000011c000 [  308K] r-x/rwx SM=COW  /Applications/Utilities/Adobe Creative Cloud/*/Creative Cloud.app/Contents/MacOS/Creative Cloud
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_platform.dylib       0x95c62aa0 _platform_strcmp + 80
    1   libobjc.A.dylib               0x969133fc _class_getLoadMethod_nocheck(objc_class*) + 76
    2   libobjc.A.dylib               0x969133a3 _class_hasLoadMethod + 24
    3   libobjc.A.dylib               0x9690817f _read_images + 420
    4   libobjc.A.dylib               0x9690760c map_images_nolock + 1526
    5   libobjc.A.dylib               0x96906ffc map_images + 54
    6   dyld                           0x8fe49887 dyld::notifyBatchPartial(dyld_image_states, bool, char const* (*)(dyld_image_states, unsigned int, dyld_image_info const*)) + 687
    7   dyld                           0x8fe495b3 dyld::registerImageStateBatchChangeHandler(dyld_image_states, char const* (*)(dyld_image_states, unsigned int, dyld_image_info const*)) + 197
    8   dyld                           0x8fe52089 dyld_register_image_state_change_handler + 90
    9   libdyld.dylib                 0x93abcbb8 dyld_register_image_state_change_handler + 91
    10  libobjc.A.dylib               0x9691a8f6 _objc_init() + 94
    11  dyld                           0x8fe590b3 ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 291
    12  dyld                           0x8fe59218 ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 64
    13  dyld                           0x8fe552f0 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 296
    14  dyld                           0x8fe55288 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 192
    15  dyld                           0x8fe55288 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 192
    16  dyld                           0x8fe55288 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 192
    17  dyld                           0x8fe55176 ImageLoader::processInitializers(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 120
    18  dyld                           0x8fe553e1 ImageLoader::runInitializers(ImageLoader::LinkContext const&, ImageLoader::InitializerTimingList&) + 79
    19  dyld                           0x8fe47125 dyld::initializeMainExecutable() + 183
    20  dyld                           0x8fe4abad dyld::_main(macho_header const*, unsigned long, int, char const**, char const**, char const**, unsigned long*) + 2793
    21  dyld                           0x8fe46232 dyldbootstrap::start(macho_header const*, int, char const**, long, macho_header const*, unsigned long*) + 428
    22  dyld                           0x8fe46047 _dyld_start + 71
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000b55  ebx: 0x0017c010  ecx: 0x969224ab  edx: 0x000000b5
      edi: 0x969224ab  esi: 0x00000003  ebp: 0xbff2f218  esp: 0xbff2f1e4
       ss: 0x00000023  efl: 0x00010212  eip: 0x95c62aa0   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x0000000b
    Logical CPU:     0
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
       0xcf000 -   0x11bff7 +com.adobe.acc.AdobeCreativeCloud (1.9.0.465 - ???) <E19F63D7-4EC4-3AF8-AE9F-C110F6441B95> /Applications/Utilities/Adobe Creative Cloud/*/Creative Cloud.app/Contents/MacOS/Creative Cloud
      0x12a000 -   0x12afff  com.apple.Cocoa (6.8 - 21) <6AF80DDB-C28E-36FF-BC11-D7D561AC52A9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
      0x12e000 -   0x15bff7 +com.growl.growlframework (1.3 - 1.3) <5C271922-7459-3DCB-BDC2-53135B47CDDC> /Applications/Utilities/Adobe Creative Cloud/*/Creative Cloud.app/Contents/Frameworks/Growl.framework/Versions/A/Growl
      0x17c000 -   0xd68fff  com.apple.AppKit (6.9 - 1343.16) <FC30E524-3BC6-3220-BBB5-1512A4ED5E7B> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x1338000 -  0x1374ff3  com.apple.RemoteViewServices (2.0 - 99) <2839C2F1-88DA-3843-87BF-441A374A8967> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x139e000 -  0x14d0ffb  com.apple.UIFoundation (1.0 - 1) <00A59CFF-A217-3998-B22E-6E452278A302> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundatio n
    0x1530000 -  0x15bcff3  com.apple.PerformanceAnalysis (1.0 - 1) <CB175B15-8AA3-3ECA-88ED-E561D7722DFB> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x160c000 -  0x16d6fff  com.apple.backup.framework (1.6.1 - 1.6.1) <82A5ADA6-6434-3801-AE63-4C56ADC93B28> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x1759000 -  0x1793ff7  com.apple.DebugSymbols (115 - 115) <D01FFA10-1734-31C5-B5A1-9CB61463FC15> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x17b2000 -  0x1844fff  com.apple.CoreSymbolication (3.1 - 56072) <BADFFEF1-5CD8-37BC-B8FD-7C955EF0D0A1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x1859000 -  0x1899fff  com.apple.Symbolication (1.4 - 56045) <BE1C4846-DA11-365D-9B46-3FF130401839> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x8fe45000 - 0x8fe78e03  dyld (353.2.1) <EBFF7998-58E8-32F5-BF0D-9690278EC792> /usr/lib/dyld
    0x90080000 - 0x90084fff  libheimdal-asn1.dylib (398.1.2) <71FCB9F7-A330-3C02-89F3-B483B1C67E54> /usr/lib/libheimdal-asn1.dylib
    0x90085000 - 0x9009efff  libsystem_malloc.dylib (53.1.1) <58CD8BC7-55D1-3862-8E5D-728EE2EBE447> /usr/lib/system/libsystem_malloc.dylib
    0x90a4e000 - 0x90ac8fff  com.apple.ApplicationServices.ATS (360 - 375) <7E075657-314E-3130-97A7-AFD826000C7B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90ac9000 - 0x90b24ffb  libTIFF.dylib (1231) <14F5E31A-4ABC-3DF7-AB85-9DB406D3613C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x90b25000 - 0x90b2bff7  libsystem_networkextension.dylib (167.1.10) <FC20E3AD-A53D-3346-AC71-829E82832AE8> /usr/lib/system/libsystem_networkextension.dylib
    0x90b2c000 - 0x90b2dfff  libDiagnosticMessagesClient.dylib (100) <3EE83437-AA9C-356B-810B-589346B73797> /usr/lib/libDiagnosticMessagesClient.dylib
    0x90b2e000 - 0x90e20ffb  com.apple.CoreImage (10.0.33) <75B23F45-8D99-3521-89AE-AF2AF4487096> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x90e21000 - 0x90e6affb  libFontRegistry.dylib (134) <023BB8A2-8BBA-30DC-B0C2-A5F0AE3667D8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x90e6b000 - 0x91169ff7  com.apple.CoreServices.CarbonCore (1108.1 - 1108.1) <C18EC809-6E67-3D9C-82D5-34170A81254C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9119c000 - 0x91572ff7  com.apple.HIToolbox (2.1.1 - 756) <5204085A-4D56-3430-889F-11C42E43729B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x91573000 - 0x91573fff  libkeymgr.dylib (28) <06DDCEF8-EB84-3F68-9E19-FD1A12B764FD> /usr/lib/system/libkeymgr.dylib
    0x915c3000 - 0x916c3ff7  com.apple.LaunchServices (644.12 - 644.12) <4C578D41-6004-38F8-A0DF-81B15BA3864E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x916c4000 - 0x916ceffb  com.apple.audio.SoundManager (4.2 - 4.2) <4312D0A7-4B6F-3A1E-9A47-24C6E8C65E51> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x916cf000 - 0x91733ff7  com.apple.AE (681 - 681) <EEE62980-421B-33BD-BB88-6BDE269A3060> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x91734000 - 0x917aafff  com.apple.securityfoundation (6.0 - 55126) <64E4CE02-8BE6-3408-99A5-23E5CF7545BC> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x917ab000 - 0x91801fff  libc++.1.dylib (120) <D8DE4962-66CD-3491-904E-9291EEE5E570> /usr/lib/libc++.1.dylib
    0x91824000 - 0x9184aff3  libc++abi.dylib (125) <E9AF8CA1-D54D-37E3-8363-A3E8C0840F71> /usr/lib/libc++abi.dylib
    0x9184b000 - 0x91978ff7  com.apple.coreui (2.1 - 305) <8D2978A1-8152-32CB-B265-4C923FDF3017> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x91979000 - 0x919a8ff7  com.apple.DictionaryServices (1.2 - 229) <1F5C35C7-67AA-30A0-A366-EB4B361152A3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x919c4000 - 0x919c6ffb  libRadiance.dylib (1231) <2F86BE82-404D-335C-B83E-F71D3C4969B8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x919c7000 - 0x919d5ff3  libxar.1.dylib (254) <D7C4FDEB-61AA-3FC1-8B7B-0AE3A3A64492> /usr/lib/libxar.1.dylib
    0x919d6000 - 0x919d6fff  liblaunch.dylib (559.1.22) <2FDDB7A5-C022-3C40-A263-1DC74F0B446D> /usr/lib/system/liblaunch.dylib
    0x919d7000 - 0x919e0ff7  libsystem_notify.dylib (133.1.1) <B8503E99-214B-3AC3-A7CA-CC837ABD7B25> /usr/lib/system/libsystem_notify.dylib
    0x919e1000 - 0x91e1cfeb  com.apple.vImage (8.0 - 8.0) <56F6B317-9D70-3DC5-9868-BB6D7CB6E55D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91e1d000 - 0x91ebdfff  com.apple.QD (301 - 301) <4DFE3689-59DE-3FBC-806B-6A4056573E52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91ebe000 - 0x91efefff  libauto.dylib (186) <1609D0F9-6E3A-3C67-87EF-BB0BD93EDAC9> /usr/lib/libauto.dylib
    0x91f12000 - 0x91f25fff  libcmph.dylib (1) <2449B048-208E-36FB-9DFA-47E0F3BCF132> /usr/lib/libcmph.dylib
    0x91f29000 - 0x9201fff7  libxml2.2.dylib (26) <2F37833C-4D55-3A09-9A0C-5904E8B6892A> /usr/lib/libxml2.2.dylib
    0x92054000 - 0x920a5fff  libcups.2.dylib (408) <08C5D411-533C-345A-B820-092C96215F2E> /usr/lib/libcups.2.dylib
    0x920a6000 - 0x920e6ffb  libGLImage.dylib (11.0.7) <1F2F2EFE-1EFA-398F-80D6-8AC6EA5160DB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x920e7000 - 0x920f8fff  libbsm.0.dylib (34) <C9F0C608-2794-3F6B-8078-583FC0046039> /usr/lib/libbsm.0.dylib
    0x92100000 - 0x9211aff7  liblzma.5.dylib (7) <D0BC984D-5B33-328C-8F1E-7E9C41813433> /usr/lib/liblzma.5.dylib
    0x9211b000 - 0x9212dfff  com.apple.Sharing (328.3 - 328.3) <460DD833-B33A-369E-A5EF-B21D5AA231EF> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x9212e000 - 0x9213efff  libGL.dylib (11.0.7) <2AF64D8C-3447-3C85-B4A1-77F03456E402> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9213f000 - 0x92143fff  libCoreVMClient.dylib (79) <85CBF1F3-3CE1-304F-88DF-15608C9A2367> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x92144000 - 0x92148ffb  libGIF.dylib (1231) <9DE811E6-6151-32B2-8C89-AD97EC7815B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x92177000 - 0x92196ffb  libresolv.9.dylib (57) <C2C3810A-A45E-3375-B41D-6E1BECE1BA3C> /usr/lib/libresolv.9.dylib
    0x92197000 - 0x921a4ff7  libbz2.1.0.dylib (36) <6BC7B049-8F03-3217-9840-B1804CCBF742> /usr/lib/libbz2.1.0.dylib
    0x921a9000 - 0x9255cfff  com.apple.CoreFoundation (6.9 - 1151.16) <2F4FE1E8-D09B-3C62-B884-7A41111F4FBB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9255d000 - 0x9255efff  libremovefile.dylib (35) <49DCAF7B-4466-3775-9E58-EA5D7CBA8AE0> /usr/lib/system/libremovefile.dylib
    0x9255f000 - 0x9258dff7  libarchive.2.dylib (30) <8758D35F-ADF8-30F6-8EB2-9B852876EAC8> /usr/lib/libarchive.2.dylib
    0x9258e000 - 0x925abfff  libCRFSuite.dylib (34) <781A92EF-410E-39B2-953D-FEE12748D834> /usr/lib/libCRFSuite.dylib
    0x92899000 - 0x928ccfe3  libsystem_m.dylib (3086.1) <951F633F-57B7-398B-912F-F6ED4DB1C597> /usr/lib/system/libsystem_m.dylib
    0x92b5d000 - 0x92b65fff  libsystem_pthread.dylib (105.1.4) <D90BD4F4-8DFA-3683-9C26-313D2F4F8C41> /usr/lib/system/libsystem_pthread.dylib
    0x92b66000 - 0x92b90fff  libxslt.1.dylib (13) <0F55B64A-6C55-304E-ACE0-B531027AA066> /usr/lib/libxslt.1.dylib
    0x92b93000 - 0x92eebfff  libmecabra.dylib (666.1) <540C2537-35BD-3909-B98D-66783A3FB334> /usr/lib/libmecabra.dylib
    0x92f21000 - 0x92f31ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <DBECFAD5-DB53-390C-AE92-09549733C861> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x92f35000 - 0x92fdafff  com.apple.Metadata (10.7.0 - 916.1) <C1EAE5EA-C25B-337C-A0DD-82F694FDD140> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x92fdb000 - 0x92fe3fff  libsystem_dnssd.dylib (561.1.1) <45CDAF46-03DE-33DB-A627-14F245993EF2> /usr/lib/system/libsystem_dnssd.dylib
    0x92fe4000 - 0x93260ff3  com.apple.security (7.0 - 57031.1.35) <4721C22E-D6C2-3202-B80D-5E67169466D2> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x93261000 - 0x93284fff  libJPEG.dylib (1231) <33D03A5B-CED8-3FDC-8892-723DD6E423FB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x93285000 - 0x93285fff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <96675103-6E3D-326A-83C0-82D3A34C3A1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x933b2000 - 0x933b6ffb  libcache.dylib (69) <55501A00-AF64-3554-8F46-8D5AFEDEC332> /usr/lib/system/libcache.dylib
    0x933b7000 - 0x933c3ff7  libkxld.dylib (2782.1.97) <779DF7F9-9B34-3FD9-9BC1-482CDA59E17A> /usr/lib/system/libkxld.dylib
    0x933ca000 - 0x933ccffb  libsystem_secinit.dylib (18) <3CBA3BD3-8BA2-358D-BD1A-A1C3DF5D84E6> /usr/lib/system/libsystem_secinit.dylib
    0x933cd000 - 0x933cdfff  libOpenScriptingUtil.dylib (162) <9872C464-DF90-37C2-9871-8A3F53C615EC> /usr/lib/libOpenScriptingUtil.dylib
    0x933d2000 - 0x933d5fff  libpam.2.dylib (20) <E2F34522-448A-3392-BC1D-6625BEB612B9> /usr/lib/libpam.2.dylib
    0x93489000 - 0x935faffb  libBLAS.dylib (1128) <ACEF468C-5DB1-38F3-BCB2-6F3D7F2B2040> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x93897000 - 0x938eafff  libstdc++.6.dylib (104.1) <D0EB2C99-5939-3ABA-9C18-D9AD75CE23A1> /usr/lib/libstdc++.6.dylib
    0x938eb000 - 0x938f2fff  com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <5D268178-3812-3777-92A6-D7D3395405B8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x938f3000 - 0x938f3fff  libunc.dylib (29) <CE960997-9D4A-3848-BAC7-B2255E6765FD> /usr/lib/system/libunc.dylib
    0x938f4000 - 0x93911ffb  com.apple.Ubiquity (1.3 - 313) <9ED23769-0725-3D4B-B7F4-AF08020D73C3> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x93912000 - 0x93914fff  libquarantine.dylib (76) <9ADD861F-A66E-3AD1-A77E-C622E91BD203> /usr/lib/system/libquarantine.dylib
    0x93915000 - 0x93994fff  com.apple.SystemConfiguration (1.14 - 1.14) <89A67A1E-850F-3ED1-AB7D-9057A5B0FF0D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x93995000 - 0x939a2ff7  com.apple.speech.synthesis.framework (5.2.6 - 5.2.6) <DD10F01B-45E7-31A0-A19B-2AEEB689C6C4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x939a3000 - 0x93ab9ff7  com.apple.CoreText (352.0 - 454.1) <02F310BE-E185-328C-A461-6D6B762D4A6D> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x93aba000 - 0x93abdfff  libdyld.dylib (353.2.1) <6533C0BC-6FE5-3E43-A44D-EF2193978EC0> /usr/lib/system/libdyld.dylib
    0x93abe000 - 0x93b45fff  com.apple.CoreServices.OSServices (640.3 - 640.3) <8DD52AC8-238C-3E5C-ADBB-ABDA770D708A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x93b46000 - 0x93b49fff  libextension.dylib (55.1) <6FF35E52-648C-3F90-932C-5EB9FFEEEB49> /usr/lib/libextension.dylib
    0x93b4a000 - 0x93b63fff  com.apple.Kerberos (3.0 - 1) <92735F11-CF1C-3FA6-8682-9A30AC9E2651> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x93b64000 - 0x93b69ff7  libmacho.dylib (862) <48DE74F8-09E3-344F-A82F-665083A3BF8F> /usr/lib/system/libmacho.dylib
    0x93c36000 - 0x93d22fe7  libvMisc.dylib (512) <56B7DE45-36B1-32BE-B823-DB14F315EEB9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x93d23000 - 0x93fb6ff7  com.apple.CoreData (110 - 526) <C2C79A0B-70B1-3D88-951D-1C19D35B78E1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93fb7000 - 0x93fbdff7  libsystem_trace.dylib (72.1.3) <E1985F9C-78FC-3098-8683-81F0DCEE54BB> /usr/lib/system/libsystem_trace.dylib
    0x93fbe000 - 0x94027ff7  libcorecrypto.dylib (233.1.2) <F188C1A7-E88F-3EC5-A6AA-22C02E3F0C93> /usr/lib/system/libcorecrypto.dylib
    0x9402d000 - 0x94124fff  libFontParser.dylib (134) <95F8F2D1-B28D-3687-95A9-45033FEE0504> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x94125000 - 0x94138fff  com.apple.CoreBluetooth (1.0 - 1) <DF406F6F-C173-3598-8785-8A2014F770EF> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x944bc000 - 0x944dbfff  libsystem_kernel.dylib (2782.1.97) <9F86CA37-93FC-31F0-8ACC-53D244AF9EC2> /usr/lib/system/libsystem_kernel.dylib
    0x944dc000 - 0x948c4ff7  libLAPACK.dylib (1128) <4E3D1289-2C98-3E53-BB8D-AD911357FF66> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x948f2000 - 0x948faffb  com.apple.NetFS (6.0 - 4.0) <141BFE7E-634E-32A0-8EC9-0A1A4DFEA7D9> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x948fb000 - 0x94cf1ff3  com.apple.CoreGraphics (1.600.0 - 772) <0D322365-219E-3D67-96BB-2B2416ACB4F5> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x94cf2000 - 0x94cf2fff  com.apple.CoreServices (62 - 62) <FF296ED2-0F90-3055-BBE4-7BF9E42322EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x94cf3000 - 0x94ef7ff3  com.apple.CFNetwork (720.1.1 - 720.1.1) <8485A7F6-5217-355E-8501-385C557A97EA> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x94ef8000 - 0x94f06ff7  libz.1.dylib (55) <DF3B8F77-8931-3A6B-8BDF-DB67315050E6> /usr/lib/libz.1.dylib
    0x94f07000 - 0x94f44ff7  libsystem_network.dylib (411) <4D5BCDE3-5155-3D97-84C5-778D56A5122A> /usr/lib/system/libsystem_network.dylib
    0x950f4000 - 0x95101fff  com.apple.OpenDirectory (10.10 - 187) <94A3ED17-CD64-3D4A-8470-69C937CABF50> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x95102000 - 0x95104fff  libsystem_configuration.dylib (699.1.5) <CDD8D1DA-3414-3A19-B340-EA116D52EA21> /usr/lib/system/libsystem_configuration.dylib
    0x95105000 - 0x952c9ff3  com.apple.QuartzCore (1.10 - 361.11) <9CED60CF-9B7F-3288-A7E9-3AE087F9E076> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x952ca000 - 0x952d3fff  libGFXShared.dylib (11.0.7) <AFC7CCD1-D935-3968-8CE3-303C13354F2B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x952d4000 - 0x95340ffb  com.apple.datadetectorscore (6.0 - 396.1) <77C29022-34D1-3556-95F6-FDBE4576CAF9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x95341000 - 0x95346ff7  libcompiler_rt.dylib (35) <6630682F-AB76-3E55-BE51-0A3E61B6CFC2> /usr/lib/system/libcompiler_rt.dylib
    0x953f0000 - 0x9544bfff  com.apple.LanguageModeling (1.0 - 1) <9B39E059-F48E-31AF-B1B3-B0872F362627> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/Languag eModeling
    0x9544c000 - 0x95455fff  com.apple.DiskArbitration (2.6 - 2.6) <D906604A-1D8C-31BF-8F22-EA219FFC858F> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x95456000 - 0x95461ff7  com.apple.NetAuth (5.0 - 5.0) <D6C31218-47E4-3553-9208-D1091A81044E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x95462000 - 0x954f7ff3  libsystem_c.dylib (1044.1.2) <819FD4E2-3B29-38F0-AC5C-BEE865489F5F> /usr/lib/system/libsystem_c.dylib
    0x954f8000 - 0x954fcffb  com.apple.TCC (1.0 - 1) <BFA66EA1-2839-3648-80F6-96AE136A6838> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x956ae000 - 0x956b0ff7  libsystem_sandbox.dylib (358.1.1) <12A90EA1-A218-3B6B-A441-E1A8F866FA44> /usr/lib/system/libsystem_sandbox.dylib
    0x95701000 - 0x95718fff  libsystem_asl.dylib (267) <85BD88AD-618E-3325-AC31-10DBAB8E9AF3> /usr/lib/system/libsystem_asl.dylib
    0x95719000 - 0x9571afff  libsystem_blocks.dylib (65) <5D98F022-E863-31D4-8ADE-D53B2AE0D331> /usr/lib/system/libsystem_blocks.dylib
    0x95724000 - 0x95726fff  libCVMSPluginSupport.dylib (11.0.7) <A87C589A-DA64-3D62-8BDE-065784993B1A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x95727000 - 0x957c1fff  com.apple.ColorSync (4.9.0 - 4.9.0) <091CDCEC-1B25-3FE7-94C2-8AEFA6564E95> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x957c2000 - 0x95871ff7  com.apple.Bluetooth (4.3.1 - 4.3.1f2) <5BCD60EC-DAD3-369F-B836-49086A6A6D39> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x9587d000 - 0x95894ff3  libLinearAlgebra.dylib (1128) <B20FAAAA-1C76-3B20-B100-5FC90F7FE023> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLinearAlgebra.dylib
    0x958b1000 - 0x95aa7fff  libicucore.A.dylib (531.30) <BD09E200-FF42-3E9D-814C-0BC8F2C0EAC9> /usr/lib/libicucore.A.dylib
    0x95acb000 - 0x95b20ff3  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <F5A586C3-A440-3E0E-966A-7841A182E5B2> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x95b25000 - 0x95b2dfff  com.apple.CoreServices.FSEvents (1210 - 1210) <FC372799-6E8E-3290-9816-6981D39BC9D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvent s.framework/Versions/A/FSEvents
    0x95b2e000 - 0x95b31fff  com.apple.xpc.ServiceManagement (1.0 - 1) <942B9491-B97C-36DB-A9F0-3EA3273FCD2C> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x95b32000 - 0x95bafff3  com.apple.framework.IOKit (2.0.2 - 1050.1.21) <C3A9E799-0B67-3292-AF44-43CCA846C169> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x95bb0000 - 0x95c24fff  com.apple.Heimdal (4.0 - 2.0) <5D2BE254-CFCD-3A15-9A89-1CBBDE0FF265> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x95c60000 - 0x95c66ff3  libsystem_platform.dylib (63) <509993B7-3F26-3360-B899-0BBB15152516> /usr/lib/system/libsystem_platform.dylib
    0x95c71000 - 0x95c97ffb  libxpc.dylib (559.1.22) <CB6B442F-8BE4-37B6-9A00-4753BC1C368C> /usr/lib/system/libxpc.dylib
    0x95c98000 - 0x95cbbffb  com.apple.framework.Apple80211 (10.0.1 - 1001.57.4) <FA330995-5E22-352D-8089-6F4EE2E178A5> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x95cbc000 - 0x95ce8fff  com.apple.ChunkingLibrary (2.1 - 163.1) <2B0CBB85-EF91-351A-8750-A185996E4CDB> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x95ceb000 - 0x95e01ff3  com.apple.desktopservices (1.9 - 1.9) <01A07F2E-9F9A-3847-AB11-C550827B3778> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x95e02000 - 0x95e0bfff  com.apple.CommonAuth (4.0 - 2.0) <88D8A3D8-5F27-3545-8CD2-456FFDE5383D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x95e0c000 - 0x95e35ff7  libsystem_info.dylib (459) <4F7A7111-7F0D-3891-9DC9-41F5D79949FE> /usr/lib/system/libsystem_info.dylib
    0x96744000 - 0x9675fff7  com.apple.CFOpenDirectory (10.10 - 187) <12F3D599-88CE-3952-8987-7F6CEA2A809A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x96760000 - 0x968ebffb  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <44BCEAB8-306D-307F-92C8-6656F3578220> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x968f5000 - 0x96904ff3  com.apple.opengl (11.0.7 - 11.0.7) <C4738E5F-C178-3A01-B941-C638E6A14D7C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x96905000 - 0x96ae12ef  libobjc.A.dylib (646) <EF789AF0-508F-3D49-A988-376CE2E1107C> /usr/lib/libobjc.A.dylib
    0x96df7000 - 0x96e48fff  com.apple.opencl (2.4.2 - 2.4.2) <33B19D84-C463-3762-B1AB-C5CB8F7DC87F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x972f9000 - 0x9772cff3  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <EF92C25B-3E33-379F-A862-75C2FCA8B386> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x9772d000 - 0x977cafff  com.apple.ink.framework (10.9 - 213) <F47949BC-ABEE-329B-B568-71C6FEF761F6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x97811000 - 0x97811fff  com.apple.ApplicationServices (48 - 48) <76C301A4-705B-33DE-BA11-C89DCF1EDCDD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x97866000 - 0x97885ff7  com.apple.GenerationalStorage (2.0 - 209.11) <34CF76B2-8052-359D-816D-092608FB6919> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x97886000 - 0x97a15ff3  libsqlite3.dylib (168) <C3F78985-C19B-3320-9F71-543969632128> /usr/lib/libsqlite3.dylib
    0x97a4b000 - 0x97ac1ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <B6F346D2-BF88-3925-B962-E59267FA2268> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x97ac2000 - 0x97b05fff  libGLU.dylib (11.0.7) <3519CD46-386A-3702-A5EE-AE59923C5AA7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x97b06000 - 0x97b07fff  libSystem.B.dylib (1213) <77FA0B3F-4412-31F6-A798-21D068AE16C3> /usr/lib/libSystem.B.dylib
    0x97b08000 - 0x97b0cffb  com.apple.IOSurface (97 - 97) <ADB57CD2-455A-317C-818E-6379BF427D10> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x97c76000 - 0x97c78fff  com.apple.loginsupport (1.0 - 1) <47A71885-BB14-3DB8-AE19-F74ABA120290> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport
    0x97c79000 - 0x97ca8fff  com.apple.CoreVideo (1.8 - 145.1) <A59466FC-6B5A-3B36-BDD4-AC9CD581B7A1> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x97cb7000 - 0x97da8ffb  libiconv.2.dylib (42) <4AF77F10-0BEC-3BE0-99DF-C5170EDB316B> /usr/lib/libiconv.2.dylib
    0x97da9000 - 0x97e06ff3  com.apple.print.framework.PrintCore (10.0 - 451) <2563665B-7B7F-3B8A-83B1-E5AC8D389909> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x97e5d000 - 0x97e5dfff  com.apple.audio.units.AudioUnit (1.12 - 1.12) <64ED443E-25D5-3A2C-A028-0D0C7FAF57C6> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x97f0c000 - 0x97f17ff7  com.apple.CrashReporterSupport (10.10 - 629) <BB92BB57-6F2F-3348-BEF4-58036DF40FA4> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x97f18000 - 0x97f8bffb  com.apple.framework.CoreWLAN (5.0 - 500.35.2) <F46A7092-ADC6-3596-B046-8026F2814D8D> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x9802e000 - 0x98035ff3  libunwind.dylib (35.3) <29D9343F-9A0A-3535-B0AE-E7CC761D95EE> /usr/lib/system/libunwind.dylib
    0x98036000 - 0x98044ff7  com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <637E7AB2-1077-319C-A6A2-D0D0F01951BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/Sp eechRecognitionCore
    0x98045000 - 0x98047fff  libsystem_coreservices.dylib (9) <20E66A47-8D67-344A-A393-73926F0E5FB2> /usr/lib/system/libsystem_coreservices.dylib
    0x98048000 - 0x98059ff3  libsystem_coretls.dylib (35.1.2) <87AE2CBB-A397-3392-A152-02AEA6D194D6> /usr/lib/system/libsystem_coretls.dylib
    0x98111000 - 0x98112fff  liblangid.dylib (117) <34A0F807-755F-300B-B01F-AABAE3838451> /usr/lib/liblangid.dylib
    0x98a97000 - 0x98ba3fe3  libvDSP.dylib (512) <54403134-29AE-3806-89D7-2CBA7B455736> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x98ba4000 - 0x98ca8ff7  libJP2.dylib (1231) <77B25D2E-F9DE-3565-894A-970DE207B0EB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x98ce4000 - 0x98d0bfff  libdispatch.dylib (442.1.4) <B26A176C-39F7-3362-B128-27B1211068B9> /usr/lib/system/libdispatch.dylib
    0x98d0c000 - 0x98e50fff  com.apple.ImageIO.framework (3.3.0 - 1038) <98EC2248-5270-3CB5-84FD-CD225A9875D4> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x98e54000 - 0x98e54fff  com.apple.Accelerate (1.10 - Accelerate 1.10) <180BFBE5-2218-3A6F-A1B2-CCA1C92B66F7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x98e55000 - 0x98ec0ff7  com.apple.framework.CoreWiFi (3.0 - 300.4) <632A811D-4706-3ED7-85E3-DD2CDB47CF8F> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x98ec1000 - 0x98ed6ffb  com.apple.MultitouchSupport.framework (260.30 - 260.30) <2E28AF1C-AC6C-364F-B181-C5926A7F5A4D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x98ed7000 - 0x98f1eff3  com.apple.AppleJPEG (1.0 - 1) <C14A2B49-A664-3EDE-9B9B-6A678ED7F8DE> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x99080000 - 0x993dfffb  com.apple.Foundation (6.9 - 1151.16) <76BF64BB-34C4-3409-BB6F-CAACDEE7681A> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x993e4000 - 0x993f0ff3  libcommonCrypto.dylib (60061) <024B3913-15C6-3005-9E5A-EB24918F6977> /usr/lib/system/libcommonCrypto.dylib
    0x993f1000 - 0x99423ff7  com.apple.GSS (4.0 - 2.0) <36CBBD76-19AC-333E-AB52-A93800ABC89A> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x99424000 - 0x9944aff7  com.apple.IconServices (47.1 - 47.1) <9C537499-B375-3F84-BF4A-EEF757FC26A9> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
    0x9944b000 - 0x9949eff7  com.apple.HIServices (1.22 - 519) <5B54AB76-C487-367B-ACD5-2AF6BC85E1B9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9949f000 - 0x994a8fff  libcopyfile.dylib (118.1.2) <FAF3268F-C580-33D3-A5B4-74B8A8713216> /usr/lib/system/libcopyfile.dylib
    0x994a9000 - 0x994cfffb  libPng.dylib (1231) <A9ACFC7E-9F25-3F15-AFAB-C74C3DAA1D06> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 18
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 4086
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=132.3M resident=38.1M(29%) swapped_out_or_unallocated=94.2M(71%)
    Writable regions: Total=27.9M written=1312K(5%) resident=2096K(7%) swapped_out=0K(0%) unallocated=25.9M(93%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    Kernel Alloc Once                     4K
    MALLOC                             18.1M
    MALLOC (admin)                       16K
    Stack                              64.0M
    VM_ALLOCATE                           8K
    __DATA                             6424K
    __IMAGE                             528K
    __LINKEDIT                         30.8M
    __OBJC                             2200K
    __TEXT                            101.5M
    __UNICODE                           544K
    mapped file                        70.1M
    shared memory                         4K
    ===========                      =======
    TOTAL                             294.0M
    System Profile:
    Graphics: NVIDIA GeForce 8800 GS, NVIDIA GeForce 8800 GS, PCIe, 512 MB
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8C), Broadcom BCM43xx 1.0 (5.10.131.36.16)
    Bluetooth: Version 4.3.1f2 15015, 3 services, 27 devices, 1 incoming serial ports
    Thunderbolt Bus:
    USB Device: Built-in iSight
    USB Device: Keyboard Hub
    USB Device: USB Receiver
    USB Device: Apple Keyboard
    USB Device: IR Receiver
    USB Device: BRCM2046 Hub
    USB Device: Bluetooth USB Host Controller
    Memory Module: BANK 0/DIMM0, 2 GB, DDR2 SDRAM, 800 MHz, 0x7F7F7F8A00000000, 0x5052494E4345544F4E000000000000000000
    Memory Module: BANK 1/DIMM1, 2 GB, DDR2 SDRAM, 800 MHz, 0xAD00000000000000, 0x484D50313235533645465238432D53362020
    Parallel ATA Device: PIONEER DVD-RW  DVR-K06A
    Serial ATA Device: ST3500630AS Q, 500.11 GB
    Network Service: AirPort, AirPort, en1
    Model: iMac8,1, BootROM IM81.00C1.B00, 2 processors, Intel Core 2 Duo, 3.06 GHz, 4 GB, SMC 1.30f1

    Hello Sheena,
    Thank you for your reply. I believe that when trying to promote a controversial system like the Creative Cloud, everything should work flawlessly. A special CC installer is needed to install the CC Desktop, then you have to spend hours reading and trying to make this work. It’s really frustrating.
    Fortunately, this milestone made me realize that perhaps Lightroom is not for me anymore. I have been an ardent fan of Adobe’s photo products, have bought many of them for years, almost since the first versions of Photoshop, but last year I wasn’t able to buy Photoshop CS6 – it had to be through the CC. I like to buy a product, own its license for whatever time I choose and then buy a new one if it pleases me. I cannot do this in the CC, where I am forced to continue paying for a product no matter what (it is a curtailment of the freedom of choice).
    I also learned that in the very near future Lightroom could also be included in that ominous list of products in the CC., so I believe this is the time to say good-by to Adobe photo products. It is a shame that a marketing strategy that worked so well since the beginning of Photoshop, should now be substituted for such a widespread-disliked experiment called the Creative Cloud. Perhaps it works fine for large businesses, but not for smaller ones, the ones that put Photoshop and Lightroom where they are now.
    Adobe, we made you grow and now you think you don't need us anymore, so you dump us.
    Good-by and good luck, Adobe.

  • Mail v5.3 opens then shuts down and I cannot access mail at all

    On my MBPro running 10.7.5- mail attempts to open, then spins the disc for a minute then shuts down and gives me this message.
    Please can anyone help?
    Many thanks
    Here is the problem and config message
    Process:         Mail [248]
    Path:            /Applications/Mail.app/Contents/MacOS/Mail
    Identifier:      com.apple.mail
    Version:         5.3 (1283)
    Build Info:      Mail-1283000000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [145]
    Date/Time:       2013-04-23 09:41:10.500 +0200
    OS Version:      Mac OS X 10.7.5 (11G63b)
    Report Version:  9
    Interval Since Last Report:          48074 sec
    Crashes Since Last Report:           7
    Per-App Interval Since Last Report:  911 sec
    Per-App Crashes Since Last Report:   7
    Anonymous UUID:                      EBBB83FB-DFCC-45B4-9EF3-74B3DF6398EF
    Crashed Thread:  3  -[LibraryIMAPStore openSynchronously]  Dispatch queue: com.apple.root.default-overcommit-priority
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: 0x000000000000000a, 0x00000001095d1000
    Message was edited by: CamBeeler  Think the problem may be related to adding my son's gmail account as a 2nd account to receive into mail app and his password will not sync up?

    Hi Linc,
    Still have the problem after safe reboot.
    Here are the results.
    Thanks for your help.
    Process:         Mail [411]
    Path:            /Applications/Mail.app/Contents/MacOS/Mail
    Identifier:      com.apple.mail
    Version:         5.3 (1283)
    Build Info:      Mail-1283000000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [355]
    Date/Time:       2013-04-26 06:03:46.034 +0200
    OS Version:      Mac OS X 10.7.5 (11G63b)
    Report Version:  9
    Interval Since Last Report:          259682 sec
    Crashes Since Last Report:           16
    Per-App Interval Since Last Report:  2449 sec
    Per-App Crashes Since Last Report:   16
    Anonymous UUID:                      EBBB83FB-DFCC-45B4-9EF3-74B3DF6398EF
    Crashed Thread:  15  -[IMAPAccount _synchronizeAccountWithServerWithUserInput:]  Dispatch queue: com.apple.root.default-overcommit-priority
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: 0x000000000000000a, 0x000000011e90d000
    VM Regions Near 0x11e90d000:
        __LINKEDIT             000000011e8c9000-000000011e8cd000 [   16K] r--/rwx SM=COW  /System/Library/InternetAccounts/Google.iaplugin/Contents/MacOS/Google
    --> mapped file            000000011e8cd000-000000011e94f000 [  520K] r--/rwx SM=COW  /Users/USER/Library/Mail/*
        STACK GUARD            000000011eba0000-000000011eba1000 [    4K] ---/rwx SM=NUL  stack guard for thread 8
    Application Specific Information:
    dyld: in dlopen()
    /System/Library/InternetAccounts/iCal.iaplugin/Contents/MacOS/iCal
    objc[411]: garbage collection is OFF
    /System/Library/InternetAccounts/iCal.iaplugin/Contents/MacOS/iCal
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   com.apple.HIServices                    0x00000001115dac22 _DSSetProcessLabel + 0
    1   com.apple.HIServices                    0x00000001115b47ad CoreDockSetProcessLabel + 235
    2   com.apple.AppKit                        0x000000010ea5c812 -[NSDockTile setBadgeLabel:] + 383
    3   com.apple.mail                          0x000000010b2ece43 0x10b215000 + 884291
    4   com.apple.CoreFoundation                0x000000010d5ea70d -[NSObject performSelector:withObject:] + 61
    5   com.apple.Foundation                    0x000000010d8d3d70 __NSThreadPerformPerform + 214
    6   com.apple.CoreFoundation                0x000000010d5694f1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    7   com.apple.CoreFoundation                0x000000010d568e1c __CFRunLoopDoSources0 + 444
    8   com.apple.CoreFoundation                0x000000010d58fb49 __CFRunLoopRun + 905
    9   com.apple.CoreFoundation                0x000000010d58f486 CFRunLoopRunSpecific + 230
    10  com.apple.HIToolbox                     0x00000001146c92bf RunCurrentEventLoopInMode + 277
    11  com.apple.HIToolbox                     0x00000001146d056d ReceiveNextEventCommon + 355
    12  com.apple.HIToolbox                     0x00000001146d03fa BlockUntilNextEventMatchingListInMode + 62
    13  com.apple.AppKit                        0x000000010e2ec779 _DPSNextEvent + 659
    14  com.apple.AppKit                        0x000000010e2ec07d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    15  com.apple.AppKit                        0x000000010e2e89b9 -[NSApplication run] + 470
    16  com.apple.AppKit                        0x000000010e564eac NSApplicationMain + 867
    17  com.apple.mail                          0x000000010b2ed300 0x10b215000 + 885504
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x000000011005f7e6 kevent + 10
    1   libdispatch.dylib                       0x000000010fe50786 _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x000000010fe4f316 _dispatch_mgr_thread + 54
    Thread 2:: -[MailApp _restoreMessagesFromDefaults]  Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x000000011005ec2e __psynch_rw_rdlock + 10
    1   libsystem_c.dylib                       0x000000010ff531a0 pthread_rwlock_rdlock + 573
    2   com.apple.MessageFramework              0x000000010c4a8573 +[Library _checkOutDBHandleForWriting:isPrivileged:] + 328
    3   com.apple.MessageFramework              0x000000010c4a7510 +[Library executeBlock:isWriter:useTransaction:isPrivileged:] + 494
    4   com.apple.MessageFramework              0x000000010c4d16f5 +[Library sendMessagesMatchingQuery:to:options:] + 385
    5   com.apple.MessageFramework              0x000000010c4cd94a +[Library sendMessagesMatchingCriterion:to:options:] + 1703
    6   com.apple.MessageFramework              0x000000010c4cd15b +[Library messagesMatchingCriterion:options:] + 122
    7   com.apple.mail                          0x000000010b354d58 0x10b215000 + 1310040
    8   com.apple.mail                          0x000000010b21de38 0x10b215000 + 36408
    9   com.apple.mail                          0x000000010b21dc88 0x10b215000 + 35976
    10  com.apple.CoreFoundation                0x000000010d5ecefc __invoking___ + 140
    11  com.apple.CoreFoundation                0x000000010d5ecd94 -[NSInvocation invoke] + 132
    12  com.apple.MessageFramework              0x000000010c4c7b44 -[MonitoredInvocation invoke] + 196
    13  com.apple.MessageFramework              0x000000010c4a4655 -[ThrowingInvocationOperation main] + 33
    14  com.apple.MessageFramework              0x000000010c4a45fb -[_MFInvocationOperation main] + 449
    15  com.apple.Foundation                    0x000000010d8cc6b4 -[__NSOperationInternal start] + 705
    16  com.apple.Foundation                    0x000000010d8df912 ____NSOQSchedule_block_invoke_2 + 124
    17  libdispatch.dylib                       0x000000010fe4ea82 _dispatch_call_block_and_release + 18
    18  libdispatch.dylib                       0x000000010fe4f961 _dispatch_worker_thread2 + 255
    19  libsystem_c.dylib                       0x000000010ff183da _pthread_wqthread + 316
    20  libsystem_c.dylib                       0x000000010ff19b85 start_wqthread + 13
    Thread 3:: Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x000000011005ec2e __psynch_rw_rdlock + 10
    1   libsystem_c.dylib                       0x000000010ff531a0 pthread_rwlock_rdlock + 573
    2   com.apple.MessageFramework              0x000000010c4a8573 +[Library _checkOutDBHandleForWriting:isPrivileged:] + 328
    3   com.apple.MessageFramework              0x000000010c4a7510 +[Library executeBlock:isWriter:useTransaction:isPrivileged:] + 494
    4   com.apple.MessageFramework              0x000000010c4d16f5 +[Library sendMessagesMatchingQuery:to:options:] + 385
    5   com.apple.MessageFramework              0x000000010c4cd94a +[Library sendMessagesMatchingCriterion:to:options:] + 1703
    6   com.apple.MessageFramework              0x000000010c4cd15b +[Library messagesMatchingCriterion:options:] + 122
    7   com.apple.MessageFramework              0x000000010c4ccfa5 -[_NonContentSmartMailboxUnreadCountManager _refreshForMailboxes:] + 545
    8   com.apple.MessageFramework              0x000000010c4cc946 __-[_NonContentSmartMailboxUnreadCountManager updateSmartMailboxes]_block_invoke_1 + 1482
    9   com.apple.Foundation                    0x000000010d905ae1 -[NSBlockOperation main] + 116
    10  com.apple.Foundation                    0x000000010d8cc6b4 -[__NSOperationInternal start] + 705
    11  com.apple.Foundation                    0x000000010d8df912 ____NSOQSchedule_block_invoke_2 + 124
    12  libdispatch.dylib                       0x000000010fe4ea82 _dispatch_call_block_and_release + 18
    13  libdispatch.dylib                       0x000000010fe4f961 _dispatch_worker_thread2 + 255
    14  libsystem_c.dylib                       0x000000010ff183da _pthread_wqthread + 316
    15  libsystem_c.dylib                       0x000000010ff19b85 start_wqthread + 13
    Thread 4:: -[LibraryIMAPStore openSynchronously]  Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x000000011005fa8e pread + 10
    1   libsqlite3.dylib                        0x0000000112279ce5 unixRead + 69
    2   libsqlite3.dylib                        0x000000011229b4f6 readDbPage + 102
    3   libsqlite3.dylib                        0x0000000112299c9b sqlite3PagerAcquire + 315
    4   libsqlite3.dylib                        0x00000001122c8872 moveToChild + 146
    5   libsqlite3.dylib                        0x00000001122d6b89 sqlite3BtreeMovetoUnpacked + 761
    6   libsqlite3.dylib                        0x00000001122c3205 sqlite3VdbeExec + 39765
    7   libsqlite3.dylib                        0x00000001122b8a5b sqlite3_step + 1883
    8   com.apple.MessageFramework              0x000000010c4d2313 __+[Library sendMessagesMatchingQuery:to:options:]_block_invoke_1 + 805
    9   com.apple.MessageFramework              0x000000010c4a77af +[Library executeBlock:isWriter:useTransaction:isPrivileged:] + 1165
    10  com.apple.MessageFramework              0x000000010c4d16f5 +[Library sendMessagesMatchingQuery:to:options:] + 385
    11  com.apple.MessageFramework              0x000000010c4cd94a +[Library sendMessagesMatchingCriterion:to:options:] + 1703
    12  com.apple.MessageFramework              0x000000010c4dbf5c -[LibraryStore openSynchronouslyUpdatingMetadata:returnRetainedMessages:] + 530
    13  com.apple.MessageFramework              0x000000010c4dbc63 -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:withOptions:] + 189
    14  com.apple.CoreFoundation                0x000000010d5ecefc __invoking___ + 140
    15  com.apple.CoreFoundation                0x000000010d5ecd94 -[NSInvocation invoke] + 132
    16  com.apple.MessageFramework              0x000000010c4c7b44 -[MonitoredInvocation invoke] + 196
    17  com.apple.MessageFramework              0x000000010c4a4655 -[ThrowingInvocationOperation main] + 33
    18  com.apple.MessageFramework              0x000000010c4a45fb -[_MFInvocationOperation main] + 449
    19  com.apple.Foundation                    0x000000010d8cc6b4 -[__NSOperationInternal start] + 705
    20  com.apple.Foundation                    0x000000010d8df912 ____NSOQSchedule_block_invoke_2 + 124
    21  libdispatch.dylib                       0x000000010fe4ea82 _dispatch_call_block_and_release + 18
    22  libdispatch.dylib                       0x000000010fe4f961 _dispatch_worker_thread2 + 255
    23  libsystem_c.dylib                       0x000000010ff183da _pthread_wqthread + 316
    24  libsystem_c.dylib                       0x000000010ff19b85 start_wqthread + 13
    Thread 5:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x000000011005ebca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x000000010ff1a274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x0000000115a45a60 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.WebCore                       0x0000000118213f9a ***::MessageQueue<WebCore::LocalStorageTask>::waitForMessage() + 132
    4   com.apple.WebCore                       0x0000000118213ef3 WebCore::LocalStorageThread::threadEntryPoint() + 99
    5   com.apple.WebCore                       0x0000000118213e3b WebCore::LocalStorageThread::threadEntryPointCallback(void*) + 9
    6   libsystem_c.dylib                       0x000000010ff168bf _pthread_start + 335
    7   libsystem_c.dylib                       0x000000010ff19b75 thread_start + 13
    Thread 6:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x000000011005d67a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x000000011005cd71 mach_msg + 73
    2   com.apple.CoreFoundation                0x000000010d58750c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x000000010d58fc74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x000000010d58f486 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation                    0x000000010d8e9fd7 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
    6   com.apple.Foundation                    0x000000010d8de72a -[NSThread main] + 68
    7   com.apple.Foundation                    0x000000010d8de6a2 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x000000010ff168bf _pthread_start + 335
    9   libsystem_c.dylib                       0x000000010ff19b75 thread_start + 13
    Thread 7:: -[MessageMiniMall _performFilterTask:seriesID:]  Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x000000011005ec2e __psynch_rw_rdlock + 10
    1   libsystem_c.dylib                       0x000000010ff531a0 pthread_rwlock_rdlock + 573
    2   com.apple.MessageFramework              0x000000010c4a8573 +[Library _checkOutDBHandleForWriting:isPrivileged:] + 328
    3   com.apple.MessageFramework              0x000000010c4a7510 +[Library executeBlock:isWriter:useTransaction:isPrivileged:] + 494
    4   com.apple.MessageFramework              0x000000010c4f94f8 +[Library snippetsForMessages:] + 147
    5   com.apple.MessageFramework              0x000000010c4f9462 -[LibraryStore snippetsForMessages:] + 25
    6   com.apple.MessageFramework              0x000000010c4f9245 __-[SnippetManager fetchSnippetsForMessages:]_block_invoke_1 + 85
    7   com.apple.CoreFoundation                0x000000010d5e465f ____NSDictionaryEnumerate_block_invoke_4 + 31
    8   com.apple.CoreFoundation                0x000000010d569121 CFBasicHashApply + 113
    9   com.apple.CoreFoundation                0x000000010d5e44bb __NSDictionaryEnumerate + 907
    10  com.apple.MessageFramework              0x000000010c4f8e96 -[SnippetManager fetchSnippetsForMessages:] + 230
    11  com.apple.mail                          0x000000010b2581ec 0x10b215000 + 274924
    12  com.apple.CoreFoundation                0x000000010d5ecefc __invoking___ + 140
    13  com.apple.CoreFoundation                0x000000010d5ecd94 -[NSInvocation invoke] + 132
    14  com.apple.mail                          0x000000010b257a58 0x10b215000 + 272984
    15  com.apple.CoreFoundation                0x000000010d5ecefc __invoking___ + 140
    16  com.apple.CoreFoundation                0x000000010d5ecd94 -[NSInvocation invoke] + 132
    17  com.apple.MessageFramework              0x000000010c4a4655 -[ThrowingInvocationOperation main] + 33
    18  com.apple.MessageFramework              0x000000010c4a45fb -[_MFInvocationOperation main] + 449
    19  com.apple.Foundation                    0x000000010d8cc6b4 -[__NSOperationInternal start] + 705
    20  com.apple.Foundation                    0x000000010d8df912 ____NSOQSchedule_block_invoke_2 + 124
    21  libdispatch.dylib                       0x000000010fe4ea82 _dispatch_call_block_and_release + 18
    22  libdispatch.dylib                       0x000000010fe4f961 _dispatch_worker_thread2 + 255
    23  libsystem_c.dylib                       0x000000010ff183da _pthread_wqthread + 316
    24  libsystem_c.dylib                       0x000000010ff19b85 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x000000011005d67a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x000000011005cd71 mach_msg + 73
    2   com.apple.CoreFoundation                0x000000010d58750c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x000000010d58fc74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x000000010d58f486 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation                    0x000000010d88ff7b -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267
    6   com.apple.Foundation                    0x000000010d88fe67 -[NSRunLoop(NSRunLoop) run] + 62
    7   com.apple.MessageFramework              0x000000010c4e4685 +[_NSSocket _runIOThread] + 80
    8   com.apple.Foundation                    0x000000010d8de72a -[NSThread main] + 68
    9   com.apple.Foundation                    0x000000010d8de6a2 __NSThread__main__ + 1575
    10  libsystem_c.dylib                       0x000000010ff168bf _pthread_start + 335
    11  libsystem_c.dylib                       0x000000010ff19b75 thread_start + 13
    Thread 9:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x000000011005edf2 __select + 10
    1   com.apple.CoreFoundation                0x000000010d5d8c8b __CFSocketManager + 1355
    2   libsystem_c.dylib                       0x000000010ff168bf _pthread_start + 335
    3   libsystem_c.dylib                       0x000000010ff19b75 thread_start + 13
    Thread 10:: Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x000000011005ec7e __psynch_rw_wrlock + 10
    1   libsystem_c.dylib                       0x000000010ff52bd3 pthread_rwlock_wrlock + 459
    2   com.apple.MessageFramework              0x000000010c4a85a1 +[Library _checkOutDBHandleForWriting:isPrivileged:] + 374
    3   com.apple.MessageFramework              0x000000010c4a7510 +[Library executeBlock:isWriter:useTransaction:isPrivileged:] + 494
    4   com.apple.MessageFramework              0x000000010c600916 +[Library setAttachmentNames:forMessage:] + 268
    5   com.apple.MessageFramework              0x000000010c5609d3 -[Message calculateAttachmentInfoFromBody:numberOfAttachments:isSigned:isEncrypted:force: ] + 178
    6   com.apple.MessageFramework              0x000000010c5608f8 -[Message setAttachmentInfoFromBody:forced:] + 57
    7   com.apple.MessageFramework              0x000000010c540977 -[MessageStore updateBodyFlagsForMessage:body:] + 221
    8   com.apple.MessageFramework              0x000000010c510b2f -[MessageStore _setOrGetBody:forMessage:updateFlags:] + 85
    9   com.apple.MessageFramework              0x000000010c50ac0c -[MessageStore bodyForMessage:fetchIfNotAvailable:updateFlags:allowPartial:] + 205
    10  com.apple.MessageFramework              0x000000010c540088 -[MessageStore bodyForMessage:fetchIfNotAvailable:] + 30
    11  com.apple.MessageFramework              0x000000010c57dabe -[Message messageBodyIfAvailable] + 51
    12  com.apple.mail                          0x000000010b2d14c9 0x10b215000 + 771273
    13  com.apple.mail                          0x000000010b2d0e7e 0x10b215000 + 769662
    14  com.apple.CoreFoundation                0x000000010d5ecefc __invoking___ + 140
    15  com.apple.CoreFoundation                0x000000010d5ecd94 -[NSInvocation invoke] + 132
    16  com.apple.MessageFramework              0x000000010c4c7b44 -[MonitoredInvocation invoke] + 196
    17  com.apple.MessageFramework              0x000000010c4a4655 -[ThrowingInvocationOperation main] + 33
    18  com.apple.Foundation                    0x000000010d8cc6b4 -[__NSOperationInternal start] + 705
    19  com.apple.Foundation                    0x000000010d8df912 ____NSOQSchedule_block_invoke_2 + 124
    20  libdispatch.dylib                       0x000000010fe4ea82 _dispatch_call_block_and_release + 18
    21  libdispatch.dylib                       0x000000010fe4f961 _dispatch_worker_thread2 + 255
    22  libsystem_c.dylib                       0x000000010ff183da _pthread_wqthread + 316
    23  libsystem_c.dylib                       0x000000010ff19b85 start_wqthread + 13
    Thread 11:: -[DeliveryQueue _resetStateAndReprocessQueueIfNecessary]  Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x000000011005ec2e __psynch_rw_rdlock + 10
    1   libsystem_c.dylib                       0x000000010ff531a0 pthread_rwlock_rdlock + 573
    2   com.apple.MessageFramework              0x000000010c4a8573 +[Library _checkOutDBHandleForWriting:isPrivileged:] + 328
    3   com.apple.MessageFramework              0x000000010c4a7510 +[Library executeBlock:isWriter:useTransaction:isPrivileged:] + 494
    4   com.apple.MessageFramework              0x000000010c4d16f5 +[Library sendMessagesMatchingQuery:to:options:] + 385
    5   com.apple.MessageFramework              0x000000010c4cd94a +[Library sendMessagesMatchingCriterion:to:options:] + 1703
    6   com.apple.MessageFramework              0x000000010c4dbf5c -[LibraryStore openSynchronouslyUpdatingMetadata:returnRetainedMessages:] + 530
    7   com.apple.MessageFramework              0x000000010c4f55fb -[LibraryStore openSynchronouslyUpdatingMetadata:] + 163
    8   com.apple.mail                          0x000000010b256dec 0x10b215000 + 269804
    9   com.apple.mail                          0x000000010b256ba8 0x10b215000 + 269224
    10  com.apple.CoreFoundation                0x000000010d5ecefc __invoking___ + 140
    11  com.apple.CoreFoundation                0x000000010d5ecd94 -[NSInvocation invoke] + 132
    12  com.apple.MessageFramework              0x000000010c4c7b44 -[MonitoredInvocation invoke] + 196
    13  com.apple.MessageFramework              0x000000010c4a4655 -[ThrowingInvocationOperation main] + 33
    14  com.apple.MessageFramework              0x000000010c4a45fb -[_MFInvocationOperation main] + 449
    15  com.apple.Foundation                    0x000000010d8cc6b4 -[__NSOperationInternal start] + 705
    16  com.apple.Foundation                    0x000000010d8df912 ____NSOQSchedule_block_invoke_2 + 124
    17  libdispatch.dylib                       0x000000010fe4ea82 _dispatch_call_block_and_release + 18
    18  libdispatch.dylib                       0x000000010fe4f961 _dispatch_worker_thread2 + 255
    19  libsystem_c.dylib                       0x000000010ff183da _pthread_wqthread + 316
    20  libsystem_c.dylib                       0x000000010ff19b85 start_wqthread + 13
    Thread 12:: -[IMAPAccount fetchSynchronouslyIsAuto:]  Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x000000011005ec2e __psynch_rw_rdlock + 10
    1   libsystem_c.dylib                       0x000000010ff531a0 pthread_rwlock_rdlock + 573
    2   com.apple.MessageFramework              0x000000010c4a8573 +[Library _checkOutDBHandleForWriting:isPrivileged:] + 328
    3   com.apple.MessageFramework              0x000000010c4a7510 +[Library executeBlock:isWriter:useTransaction:isPrivileged:] + 494
    4   com.apple.MessageFramework              0x000000010c4d16f5 +[Library sendMessagesMatchingQuery:to:options:] + 385
    5   com.apple.MessageFramework              0x000000010c4cd94a +[Library sendMessagesMatchingCriterion:to:options:] + 1703
    6   com.apple.MessageFramework              0x000000010c4dbf5c -[LibraryStore openSynchronouslyUpdatingMetadata:returnRetainedMessages:] + 530
    7   com.apple.MessageFramework              0x000000010c4dbc63 -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:withOptions:] + 189
    8   com.apple.MessageFramework              0x000000010c52df9a -[LibraryIMAPStore _fetchForCheckingNewMail:] + 51
    9   com.apple.MessageFramework              0x000000010c52d9d6 -[IMAPAccount fetchSynchronouslyIsAuto:] + 144
    10  com.apple.CoreFoundation                0x000000010d5ecefc __invoking___ + 140
    11  com.apple.CoreFoundation                0x000000010d5ecd94 -[NSInvocation invoke] + 132
    12  com.apple.MessageFramework              0x000000010c4c7b44 -[MonitoredInvocation invoke] + 196
    13  com.apple.MessageFramework              0x000000010c4a4655 -[ThrowingInvocationOperation main] + 33
    14  com.apple.MessageFramework              0x000000010c4a45fb -[_MFInvocationOperation main] + 449
    15  com.apple.Foundation                    0x000000010d8cc6b4 -[__NSOperationInternal start] + 705
    16  com.apple.Foundation                    0x000000010d8df912 ____NSOQSchedule_block_invoke_2 + 124
    17  libdispatch.dylib                       0x000000010fe4ea82 _dispatch_call_block_and_release + 18
    18  libdispatch.dylib                       0x000000010fe4f961 _dispatch_worker_thread2 + 255
    19  libsystem_c.dylib                       0x000000010ff183da _pthread_wqthread + 316
    20  libsystem_c.dylib                       0x000000010ff19b85 start_wqthread + 13
    Thread 13:: -[DeliveryQueue _resetStateAndReprocessQueueIfNecessary]  Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x000000011005ebf2 __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x000000010ff151a1 pthread_mutex_lock + 545
    2   com.apple.MessageFramework              0x000000010c4dbe20 -[LibraryStore openSynchronouslyUpdatingMetadata:returnRetainedMessages:] + 214
    3   com.apple.MessageFramework              0x000000010c4f55fb -[LibraryStore openSynchronouslyUpdatingMetadata:] + 163
    4   com.apple.mail                          0x000000010b256dec 0x10b215000 + 269804
    5   com.apple.mail                          0x000000010b256ba8 0x10b215000 + 269224
    6   com.apple.CoreFoundation                0x000000010d5ecefc __invoking___ + 140
    7   com.apple.CoreFoundation                0x000000010d5ecd94 -[NSInvocation invoke] + 132
    8   com.apple.MessageFramework              0x000000010c4c7b44 -[MonitoredInvocation invoke] + 196
    9   com.apple.MessageFramework              0x000000010c4a4655 -[ThrowingInvocationOperation main] + 33
    10  com.apple.MessageFramework              0x000000010c4a45fb -[_MFInvocationOperation main] + 449
    11  com.apple.Foundation                    0x000000010d8cc6b4 -[__NSOperationInternal start] + 705
    12  com.apple.Foundation                    0x000000010d8df912 ____NSOQSchedule_block_invoke_2 + 124
    13  libdispatch.dylib                       0x000000010fe4ea82 _dispatch_call_block_and_release + 18
    14  libdispatch.dylib                       0x000000010fe4f961 _dispatch_worker_thread2 + 255
    15  libsystem_c.dylib                       0x000000010ff183da _pthread_wqthread + 316
    16  libsystem_c.dylib                       0x000000010ff19b85 start_wqthread + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x000000011005d67a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x000000011005cd71 mach_msg + 73
    2   com.apple.CoreFoundation                0x000000010d58750c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x000000010d58fc74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x000000010d58f486 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation                    0x000000010d88ff7b -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267
    6   com.apple.Foundation                    0x000000010d88fe67 -[NSRunLoop(NSRunLoop) run] + 62
    7   com.apple.MessageFramework              0x000000010c4c4eb9 -[RSSInterchange _runManager] + 1345
    8   com.apple.Foundation                    0x000000010d8de72a -[NSThread main] + 68
    9   com.apple.Foundation                    0x000000010d8de6a2 __NSThread__main__ + 1575
    10  libsystem_c.dylib                       0x000000010ff168bf _pthread_start + 335
    11  libsystem_c.dylib                       0x000000010ff19b75 thread_start + 13
    Thread 15 Crashed:: -[IMAPAccount _synchronizeAccountWithServerWithUserInput:]  Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_c.dylib                       0x000000010ff45ec5 memchr + 26
    1   com.apple.MessageFramework              0x000000010c5de31b -[IMAPClientAppendOperation initWithMailboxName:flags:dateReceived:data:] + 236
    2   com.apple.MessageFramework              0x000000010c5e4c57 -[IMAPGateway appendData:toMailboxNamed:flags:dateReceived:messageInfo:error:] + 85
    3   com.apple.MessageFramework              0x000000010c5ec3ce -[IMAPOperationCache _performAppendOperation:withContext:backupManager:suggestedOfflineRestoreName:r ecoveredMailboxName:error:] + 449
    4   com.apple.MessageFramework              0x000000010c5eb5e1 -[IMAPOperationCache performDeferredOperationsWithGateway:outDisplayableError:] + 3229
    5   com.apple.MessageFramework              0x000000010c4e1891 -[IMAPAccount _recoverFromConnectionlessState] + 251
    6   com.apple.MessageFramework              0x000000010c4e1499 -[IMAPAccount _getPotentialGatewayForMailbox:options:createdNewConnection:needsSelect:] + 159
    7   com.apple.MessageFramework              0x000000010c4e11ee -[IMAPAccount _gatewayForMailboxUid:name:options:] + 166
    8   com.apple.MessageFramework              0x000000010c4e10c8 -[IMAPAccount gatewayForStore:options:] + 126
    9   com.apple.MessageFramework              0x000000010c53b79f -[IMAPAccount _listingForMailboxUid:listAllChildren:onlySubscribed:withUserInput:] + 96
    10  com.apple.MessageFramework              0x000000010c53b315 -[IMAPAccount _listingForMailboxUid:listAllChildren:withUserInput:] + 80
    11  com.apple.MessageFramework              0x000000010c53b266 -[IMAPAccount _synchronizeMailboxListWithUserInput:] + 67
    12  com.apple.MessageFramework              0x000000010c532eca -[RemoteStoreAccount _synchronizeAccountWithServerWithUserInput:] + 329
    13  com.apple.MessageFramework              0x000000010c532b66 -[IMAPAccount _synchronizeAccountWithServerWithUserInput:] + 43
    14  com.apple.CoreFoundation                0x000000010d5ecefc __invoking___ + 140
    15  com.apple.CoreFoundation                0x000000010d5ecd94 -[NSInvocation invoke] + 132
    16  com.apple.MessageFramework              0x000000010c4c7b44 -[MonitoredInvocation invoke] + 196
    17  com.apple.MessageFramework              0x000000010c4a4655 -[ThrowingInvocationOperation main] + 33
    18  com.apple.MessageFramework              0x000000010c4a45fb -[_MFInvocationOperation main] + 449
    19  com.apple.Foundation                    0x000000010d8cc6b4 -[__NSOperationInternal start] + 705
    20  com.apple.Foundation                    0x000000010d8df912 ____NSOQSchedule_block_invoke_2 + 124
    21  libdispatch.dylib                       0x000000010fe4ea82 _dispatch_call_block_and_release + 18
    22  libdispatch.dylib                       0x000000010fe4f961 _dispatch_worker_thread2 + 255
    23  libsystem_c.dylib                       0x000000010ff183da _pthread_wqthread + 316
    24  libsystem_c.dylib                       0x000000010ff19b85 start_wqthread + 13
    Thread 16:: -[LocalAccount _synchronizeMailboxListWithFileSystem]  Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x000000011005f642 getdirentriesattr + 10
    1   com.apple.CoreServices.CarbonCore          0x00000001118086eb FSMount::getattrsbulk(void*, unsigned int, unsigned long*, unsigned int, unsigned int, FSAttributeInfo*, unsigned char*, unsigned char*) + 1539
    2   com.apple.CoreServices.CarbonCore          0x0000000111807e13 PBGetCatalogInfoBulkSync + 546
    3   com.apple.CoreServices.CarbonCore          0x0000000111807bd4 FSGetCatalogInfoBulk + 66
    4   com.apple.Foundation                    0x000000010d8cf9af _NSDirectoryContentsFromCarbonError + 334
    5   com.apple.Foundation                    0x000000010d8b05fa -[NSFileManager directoryContentsAtPath:matchingExtension:options:keepExtension:error:] + 394
    6   com.apple.Foundation                    0x000000010d8b046a -[NSFileManager contentsOfDirectoryAtPath:error:] + 37
    7   com.apple.MessageFramework              0x000000010c533165 -[MailAccount(Internal) _loadEntriesFromFileSystemPath:parent:] + 144
    8   com.apple.MessageFramework              0x000000010c533b17 -[MailAccount(Internal) _loadEntriesFromFileSystemPath:parent:] + 2626
    9   com.apple.MessageFramework              0x000000010c533b17 -[MailAccount(Internal) _loadEntriesFromFileSystemPath:parent:] + 2626
    10  com.apple.MessageFramework              0x000000010c533b17 -[MailAccount(Internal) _loadEntriesFromFileSystemPath:parent:] + 2626
    11  com.apple.MessageFramework              0x000000010c532d40 -[MailAccount(Internal) _synchronizeMailboxListWithFileSystemBeforeImport:] + 389
    12  com.apple.CoreFoundation                0x000000010d5ecefc __invoking___ + 140
    13  com.apple.CoreFoundation                0x000000010d5ecd94 -[NSInvocation invoke] + 132
    14  com.apple.MessageFramework              0x000000010c4c7b44 -[MonitoredInvocation invoke] + 196
    15  com.apple.MessageFramework              0x000000010c4a4655 -[ThrowingInvocationOperation main] + 33
    16  com.apple.MessageFramework              0x000000010c4a45fb -[_MFInvocationOperation main] + 449
    17  com.apple.Foundation                    0x000000010d8cc6b4 -[__NSOperationInternal start] + 705
    18  com.apple.Foundation                    0x000000010d8df912 ____NSOQSchedule_block_invoke_2 + 124
    19  libdispatch.dylib                       0x000000010fe4ea82 _dispatch_call_block_and_release + 18
    20  libdispatch.dylib                       0x000000010fe4f961 _dispatch_worker_thread2 + 255
    21  libsystem_c.dylib                       0x000000010ff183da _pthread_wqthread + 316
    22  libsystem_c.dylib                       0x000000010ff19b85 start_wqthread + 13
    Thread 17:: -[MailApp _fetchBrandingInfo]  Dispatch queue: com.apple.root.default-overcommit-priority
    0   libobjc.A.dylib                         0x000000010d45da41 gc_enforcer + 171
    1   dyld                                    0x00007fff6ae16973 _ZN4dyldL12notifySingleE17dyld_image_statesPK11ImageLoader + 226
    2   dyld                                    0x00007fff6ae2d374 ImageLoaderMachOCompressed::instantiateFromFile(char const*, int, unsigned char const*, unsigned long long, unsigned long long, stat const&, unsigned int, unsigned int, linkedit_data_command const*, ImageLoader::LinkContext const&) + 428
    3   dyld                                    0x00007fff6ae263a7 ImageLoaderMachO::instantiateFromFile(char const*, int, unsigned char const*, unsigned long long, unsigned long long, stat const&, ImageLoader::LinkContext const&) + 227
    4   dyld                                    0x00007fff6ae1aa8b _ZN4dyldL10loadPhase6EiRK4statPKcRKNS_11LoadContextE + 494
    5   dyld                                    0x00007fff6ae1ae27 _ZN4dyldL10loadPhase5EPKcS1_RKNS_11LoadContextEPSt6vectorIS1_SaIS1_EE + 458
    6   dyld                                    0x00007fff6ae1b07f _ZN4dyldL10loadPhase4EPKcS1_RKNS_11LoadContextEPSt6vectorIS1_SaIS1_EE + 167
    7   dyld                                    0x00007fff6ae1b7a1 _ZN4dyldL10loadPhase3EPKcS1_RKNS_11LoadContextEPSt6vectorIS1_SaIS1_EE + 978
    8   dyld                                    0x00007fff6ae1bab2 _ZN4dyldL10loadPhase1EPKcS1_RKNS_11LoadContextEPSt6vectorIS1_SaIS1_EE + 132
    9   dyld                                    0x00007fff6ae1bbd5 _ZN4dyldL10loadPhase0EPKcS1_RKNS_11LoadContextEPSt6vectorIS1_SaIS1_EE + 201
    10  dyld                                    0x00007fff6ae1bceb dyld::load(char const*, dyld::LoadContext const&) + 210
    11  dyld                                    0x00007fff6ae1e5ca dlopen + 399
    12  libdyld.dylib                           0x000000010fe7695b dlopen + 57
    13  com.apple.CoreFoundation                0x000000010d5c054b _CFBundleDlfcnLoadBundle + 171
    14  com.apple.CoreFoundation                0x000000010d5bc102 _CFBundleLoadExecutableAndReturnError + 1330
    15  com.apple.Foundation                    0x000000010d8dcc15 -[NSBundle loadAndReturnError:] + 1708
    16  com.apple.framework.internetaccounts          0x000000010c3cb5c4 -[IAPluginManager _createPluginFromBundle:] + 43
    17  com.apple.framework.internetaccounts          0x000000010c3cb446 -[IAPluginManager _loadPluginAtPath:identifiers:] + 267
    18  com.apple.framework.internetaccounts          0x000000010c3cb248 -[IAPluginManager _loadPlugins:] + 1174
    19  com.apple.framework.internetaccounts          0x000000010c3cad4d -[IAPluginManager loadPlugins:] + 56
    20  com.apple.framework.internetaccounts          0x000000010c3ca90a -[IAPluginManager _allPluginsForClass:] + 75
    21  com.apple.framework.internetaccounts          0x000000010c3ca87d -[IAPluginManager allAListPlugins] + 52
    22  com.apple.framework.internetaccounts          0x000000010c3c7ed5 -[IAPluginManager pluginIDForDomain:] + 50
    23  com.apple.framework.internetaccounts          0x000000010c3c0aeb +[IAAccount aListPluginIDForSettings:] + 793
    24  com.apple.framework.internetaccounts          0x000000010c3c0ea7 +[IAAccount _pluginForSettings:] + 49
    25  com.apple.framework.internetaccounts          0x000000010c3c0e3c +[IAAccount brandIconForAccountSettings:] + 18
    26  com.apple.MessageFramework              0x000000010c535eaf -[Account brandIcon] + 98
    27  com.apple.mail                          0x000000010b299503 0x10b215000 + 541955
    28  com.apple.CoreFoundation                0x000000010d5ecefc __invoking___ + 140
    29  com.apple.CoreFoundation                0x000000010d5ecd94 -[NSInvocation invoke] + 132
    30  com.apple.MessageFramework              0x000000010c4a4655 -[ThrowingInvocationOperation main] + 33
    31  com.apple.MessageFramework              0x000000010c4a45fb -[_MFInvocationOperation main] + 449
    32  com.apple.Foundation                    0x000000010d8cc6b4 -[__NSOperationInternal start] + 705
    33  com.apple.Foundation                    0x000000010d8df912 ____NSOQSchedule_block_invoke_2 + 124
    34  libdispatch.dylib                       0x000000010fe4ea82 _dispatch_call_block_and_release + 18
    35  libdispatch.dylib                       0x000000010fe4f961 _dispatch_worker_thread2 + 255
    36  libsystem_c.dylib                       0x000000010ff183da _pthread_wqthread + 316
    37  libsystem_c.dylib                       0x000000010ff19b85 start_wqthread + 13
    Thread 18:: -[MailApp _tellSyncServicesToRegisterAndSync]  Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x000000011005d67a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x000000011005cd71 mach_msg + 73
    2   com.apple.CoreFoundation                0x000000010d58750c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x000000010d58fc74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x000000010d58f486 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation                    0x000000010d8a4b2e -[NSConnection sendInvocation:internal:] + 2206
    6   com.apple.CoreFoundation                0x000000010d5e7fa4 ___forwarding___ + 756
    7   com.apple.CoreFoundation                0x000000010d5e7c38 _CF_forwarding_prep_0 + 232
    8   com.apple.Foundation                    0x000000010d8a31e7 -[NSConnection rootProxy] + 74
    9   com.apple.syncservices                  0x0000000117bf7431 +[NSConnection(SyncServicesExtensions) isd_rootProxyForConnectionWithRegisteredName:requestTimeout:replyTimeout:protoc ol:enableMultipleThreads:independentConversations:] + 213
    10  com.apple.syncservices                  0x0000000117c1f2bf -[ISyncConcreteManager _connectToServerNoLock] + 237
    11  com.apple.syncservices                  0x0000000117c1ef7b -[ISyncConcreteManager _connectToServer] + 283
    12  com.apple.syncservices                  0x0000000117c1e746 -[ISyncConcreteManager _performSelectorOnServer:numberOfArguments:] + 346
    13  com.apple.syncservices                  0x0000000117c1e5ea -[ISyncConcreteManager _performSelectorOnServer:withArg:withArg:] + 29
    14  com.apple.syncservices                  0x0000000117c1e50c -[ISyncConcreteManager clientWithIdentifier:] + 178
    15  com.apple.Mail.Syncer                   0x000000011e1b1780 0x11e19d000 + 83840
    16  com.apple.mail                          0x000000010b2995a7 0x10b215000 + 542119
    17  com.apple.CoreFoundation                0x000000010d5ecefc __invoking___ + 140
    18  com.apple.CoreFoundation                0x000000010d5ecd94 -[NSInvocation invoke] + 132
    19  com.apple.MessageFramework              0x000000010c4c7b44 -[MonitoredInvocation invoke] + 196
    20  com.apple.MessageFramework              0x000000010c4a4655 -[ThrowingInvocationOperation main] + 33
    21  com.apple.MessageFramework              0x000000010c4a45fb -[_MFInvocationOperation main] + 449
    22  com.apple.Foundation                    0x000000010d8cc6b4 -[__NSOperationInternal start] + 705
    23  com.apple.Foundation                    0x000000010d8df912 ____NSOQSchedule_block_invoke_2 + 124
    24  libdispatch.dylib                       0x000000010fe4ea82 _dispatch_call_block_and_release + 18
    25  libdispatch.dylib                       0x000000010fe4f961 _dispatch_worker_thread2 + 255
    26  libsystem_c.dylib                       0x000000010ff183da _pthread_wqthread + 316
    27  libsystem_c.dylib                       0x000000010ff19b85 start_wqthread + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x000000011005f192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x000000010ff18594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x000000010ff19b85 start_wqthread + 13
    Thread 15 crashed with X86 Thread State (64-bit):
      rax: 0x000000000000001a  rbx: 0x00007fc71a1959e0  rcx: 0x0000000000000000  rdx: 0x00000000000415ea
      rdi: 0x000000011e90d000  rsi: 0x000000000000000a  rbp: 0x000000011e27d3c0  rsp: 0x000000011e27d3c0
       r8: 0x0000000000000034   r9: 0x000000011e5b0000  r10: 0x0000000119d59ac0  r11: 0x000000011e6b0d36
      r12: 0x00000000000415eb  r13: 0x000000011e90cfe5  r14: 0x000000011e8cd001  r15: 0x000000011e90cfe5
      rip: 0x000000010ff45ec5  rfl: 0x0000000000010287  cr2: 0x000000011e90d000
    Logical CPU: 0
    Binary Images:
           0x10b215000 -        0x10b5c8fff  com.apple.mail (5.3 - 1283) <1F49F84E-A64A-3C38-8C8E-39BEA1188767> /Applications/Mail.app/Contents/MacOS/Mail
           0x10b6c2000 -        0x10b9e7ff7  com.apple.AddressBook.framework (6.1.3 - 1091) <5A8BEED1-229C-3A9C-8281-581127A1B9B5> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
           0x10bbdc000 -        0x10bcc8ff7  com.apple.backup.framework (1.3.5 - 1.3.5) <B25104A3-1CE5-36CA-8F26-0A2DE3F95F70> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
           0x10bd43000 -        0x10bf6efff  com.apple.CalendarStore (5.0.3 - 1204.2) <E4E5EC49-B50A-3DF0-A6FC-2782ADB97343> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
           0x10c0a4000 -        0x10c0a4fff  com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
           0x10c0ab000 -        0x10c0abfff  com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
           0x10c0b1000 -        0x10c119ff7  com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
           0x10c158000 -        0x10c15afff  apop.so (??? - ???) <B40CE86C-1757-3261-848C-F166F3D513EA> /usr/lib/sasl2/apop.so
           0x10c15e000 -        0x10c187fff  com.apple.datadetectors (3.3 - 172.6) <4C5A759B-7CB7-3C0E-8C50-DC2CCE92F5F7> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
           0x10c1a5000 -        0x10c206fff  com.apple.ExchangeWebServices (2.2 - 127) <386F50D4-9D1C-3153-8E24-FCBFB7DABCBE> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
           0x10c29a000 -        0x10c328fff  com.apple.iLifeMediaBrowser (2.6.4 - 502.4.5) <A19798B7-E1A6-3117-8094-8D3A2CAB417F> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
           0x10c38b000 -        0x10c3a3ff7  com.apple.iChat.InstantMessage (6.0.2 - 837) <2BAB9937-307D-3AF7-B9E2-B049B9B3EC8F> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
           0x10c3b5000 -        0x10c3b7fff  libanonymous.2.so (??? - ???) <99136B94-8BE0-3563-9E2A-9C826971B6E9> /usr/lib/sasl2/libanonymous.2.so
           0x10c3bc000 -        0x10c3e3fff  com.apple.framework.internetaccounts (1.2 - 3) <28D44E21-54F2-366B-B9D9-1DB788EF0278> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
           0x10c40b000 -        0x10c476ff7  com.apple.framework.IOKit (2.0 - ???) <FE838BB6-D42E-3291-A1A0-6F53FC970261> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
           0x10c4a2000 -        0x10c7fcfff  com.apple.MessageFramework (5.3 - 1283) <3CBABE98-5C90-3112-9D93-480449BB9F7A> /System/Library/Frameworks/Message.framework/Versions/B/Message
           0x10c9b2000 -        0x10c9dafff  com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
           0x10c9f7000 -        0x10cb82ff7  com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
           0x10cc85000 -        0x10cc87fff  login.so (??? - ???) <48CD069F-68F5-32C4-BFAC-AC0EFB7B9489> /usr/lib/sasl2/login.so
           0x10cc8b000 -        0x10cc8bfff  com.apple.quartzframework (1.5 - 1.5) <21FCC91F-C7B9-304F-8C9C-04F3924F4AE3> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
           0x10cc93000 -        0x10cf88ff7  com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security
           0x10d0a6000 -        0x10d0dbfff  com.apple.securityinterface (5.0 - 55022.6) <4D6DAF8F-7873-3992-A6D6-478C7664FA39> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
           0x10d107000 -        0x10d15efff  com.apple.Suggestions (1.1 - 85.1) <DE511C42-D2F2-309C-80EE-53862245DE22> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
           0x10d19f000 -        0x10d329ff7  com.apple.WebKit (7534.57 - 7534.57.7) <15AA1A2E-DCAC-35CE-89DF-0FF7149198CD> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
           0x10d40f000 -        0x10d43cfe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib
           0x10d44e000 -        0x10d532e5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
           0x10d54d000 -        0x10d54dfff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
           0x10d550000 -        0x10d552fff  libplain.2.so (??? - ???) <C98A873A-4373-3E3A-8257-D9BB5F857C85> /usr/lib/sasl2/libplain.2.so
           0x10d557000 -        0x10d72bff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x10d878000 -        0x10d87afff  smb_nt.so (??? - ???) <C6D59817-4DB8-34F9-BD71-2FDDA857CBA8> /usr/lib/sasl2/smb_nt.so
           0x10d87f000 -        0x10d87ffff  com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
           0x10d884000 -        0x10db9dfff  com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
           0x10dd80000 -        0x10df20ff7  com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
           0x10dfca000 -        0x10e1f4fe7  com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
           0x10e2e4000 -        0x10eeeafff  com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
           0x10f573000 -        0x10f5e6fff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
           0x10f648000 -        0x10f654fff  com.apple.DirectoryService.Framework (10.7 - 146) <65C78AE3-89B8-3372-8359-31FD520781D5> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
           0x10f661000 -        0x10f69cfff  com.apple.LDAPFramework (3.2 - 120.2) <275D4298-C435-3E98-AA25-95D9D0A56550> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
           0x10f6ac000 -        0x10f6f8ff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
           0x10f728000 -        0x10f834fff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
           0x10f8a4000 -        0x10f8a9fff  com.apple.OpenDirectory (10.7 - 146) <A674AB55-6E3D-39AE-9F9B-9865D0193020> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
           0x10f8b7000 -        0x10f8befff  com.apple.NetFS (4.0 - 4.0) <B9F41443-679A-31AD-B0EB-36557DAF782B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
           0x10f8c7000 -        0x10f8c8fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
           0x10f8cd000 -        0x10f8cdff1 +cl_kernels (??? - ???) <221E7EA3-901D-466C-9EB3-BB93A5BDFCCF> cl_kernels
           0x10f8d0000 -        0x10fad2fff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib
           0x10fb66000 -        0x10fb6cff7  com.apple.phonenumbers (1.0 - 47) <8CE13253-C65B-392F-B87F-D85A15D500D3> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
           0x10fb71000 -        0x10fb80fff  com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
           0x10fb88000 -        0x10fc2afff  com.apple.securityfoundation (5.0 - 55116) <A9311EF6-B7F7-3DA5-84E8-21BC9B2C3C69> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
           0x10fc7a000 -        0x10fcc8fff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
           0x10fce1000 -        0x10fd57ff7  libc++.1.dylib (28.4.0 - compatibility 1.0.0) <A24FC3DA-4FFA-3DD2-9DCC-2B8D1B3BF97C> /usr/lib/libc++.1.dylib
           0x10fdb2000 -        0x10fdb5ff7  libCoreFSCache.dylib (??? - ???) <0D155750-7910-32C5-8327-924FC1089442> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
           0x10fdb9000 -        0x10fdc4ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
           0x10fdce000 -        0x10fdd3fff  libcache.dylib (47.0.0 - compatibility 1.0.0) <B7757E2E-5A7D-362E-AB71-785FE79E1527> /usr/lib/system/libcache.dylib
           0x10fdd8000 -        0x10fdd9ff3 +cl_kernels (??? - ???) <156800C1-EA0F-4B16-B0C9-4A64FD1EF58B> cl_kernels
           0x10fddb000 -        0x10fe1dff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <A5B9778E-11C3-3F61-B740-1F2114E967FB> /usr/lib/system/libcommonCrypto.dylib
           0x10fe2d000 -        0x10fe32fff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
           0x10fe3a000 -        0x10fe3afff +cl_kernels (??? - ???) <0F16F03E-12B9-4B23-AB47-E5579F1ED0B4> cl_kernels
           0x10fe3d000 -        0x10fe44fff  libcopyfile.

  • Premiere pro cc crashes on mountain lion, what to do?

    I've been running CS6 perfectly on OSX 10.8.4. but decided to update to a trial CC. That's when all the fuss began.
    Trying to play AVCHD material in the browser and it good stuck. Forced quit and then opened again. Then it good stuck in the startingwindow already.
    Reinstalled CC, because it might have been the installation. But again failed.
    Then used Adobe cleaner tool. But still failed.
    Then decided to go back to cs6. But now that one gets stuck too.
    Again deinstalled everything with Cleaner tool, and installed my CC trial again. Still gets stuck.
    Tried to make a new user without any Adobe on it, but still fails.
    What can I do? Because of all this mess I'm a week late on my editing-schedule, which is very frustrating. I might have to go back to FCP, and I don't want to.
    Please help me!
    Thanks so much.Date/Time:       2013-08-26 18:02:20 +0200
    OS Version:      10.8.4 (Build 12E55)
    Architecture:    x86_64
    Report Version:  11
    Command:         Premiere Pro
    Path:            /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/MacOS/Adobe Premiere Pro CC
    Version:         7.0.0 (7.0.0)
    Parent:          launchd [134]
    PID:             1059
    Event:           hang
    Duration:        3.61s
    Steps:           37 (100ms sampling interval)
    Hardware model:  MacBookPro10,1
    Active cpus:     8
    Free pages:      1062421 pages (-48327)
    Pageins:         11264 pages
    Pageouts:        0 pages
    Process:         Adobe Premiere Pro CC [1059]
    Path:            /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/MacOS/Adobe Premiere Pro CC
    Architecture:    x86_64
    Parent:          launchd [134]
    UID:             501
    Task size:       36474 pages (+6)
    Note:            Suspended for 19 samples
      Thread 0xda7c     DispatchQueue 1          priority <multiple>
       37 start + 52 (Adobe Premiere Pro CC) [0x100001864]
        37 main + 625 (Adobe Premiere Pro CC) [0x100001ae1]
          37 FE::Run(ASL::ObjectPtr<ASL::Module, ASL::AtomicValue> const&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, int) + 754 (Frontend) [0x1000c50c2]
             37 FE::AppMain(ASL::ObjectPtr<ASL::Module, ASL::AtomicValue> const&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, int, void*) + 245 (Frontend) [0x1000bea25]
               37 FE::Initializer::Initializer(ASL::ObjectPtr<ASL::Module, ASL::AtomicValue> const&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&) + 40 (Frontend) [0x10009eff8]
                 37 FE::Initializer::PrivateImpl::PrivateImpl(ASL::ObjectPtr<ASL::Module, ASL::AtomicValue> const&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&) + 2728 (Frontend) [0x1000a00b8]
                   37 MZ::Initializer::Initializer(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, bool, bool, bool) + 84 (Mezzanine) [0x105bbad44]
                     37 MZ::(anonymous namespace)::FullInitializer::FullInitializer(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, bool, bool, bool) + 5020 (Mezzanine) [0x105bbca7c]
                       37 ML::PluginSupport::LoadAllPlugins(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&) + 57 (PluginSupport) [0x1036f3599]
                         37 ML::PluginSupport::LoadAllPlugins(std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > >&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&) + 236 (PluginSupport) [0x1036f375c]
                           37 ML::LoadPlugins(std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > >&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&) + 6216 (PluginSupport) [0x1036d7d58]
                             37 ML::(anonymous namespace)::LoadPluginList(ML::PluginNameList const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > >&) + 711 (PluginSupport) [0x1036d8d57]
                               37 ML::(anonymous namespace)::AddPlugin(ML::PluginEntry const&, bool&) + 11061 (PluginSupport) [0x1036dcf95]
                                37 ML::ExporterModuleFactory::CreateUnknown(ASL::InterfaceRef<ML::IPlugin, ML::IPlugin>, int, int&) + 480 (ExporterHost) [0x1051487e0]
                                   37 ML::ExporterPluginModule::StartupFromDisk(unsigned int, bool) + 400 (ExporterHost) [0x105183090]
                                    37 ML::ExporterPluginModule::CallExportModule(int, void*, void*) + 583 (ExporterHost) [0x105183bd7]
                                       37 xSDKExport + 70 (ExporterQuickTimeHost) [0x11d5ee226]
                                        37 PrExporterModule<ExporterQuickTimeHost>::ExportEntry(int, exportStdParms*, void*, void*) + 94 (ExporterQuickTimeHost) [0x11d5ee31e]
                                           37 ExporterQuickTimeHost::OnStartup(exportStdParms*, exExporterInfoRec*) + 28 (ExporterQuickTimeHost) [0x11d5e9adc]
                                            37 QT32Client::Create() + 279 (QT32Client) [0x10edb2f07]
                                               37 QT32Client::QT32Client::Initialize(ASL::InterfaceRef<QT32Client::QT32ServerMana ger, QT32Client::IQT32ServerManager> const&, bool) + 37 (QT32Client) [0x10edb2fe5]
                                                 19 dyld::notifyBatchPartial(dyld_image_states, bool, char const* (*)(dyld_image_states, unsigned int, dyld_image_info const*)) + 721 (dyld) [0x7fff6bdfa96e]
                                                   19 _sigtramp + 26 (libsystem_c.dylib) [0x7fff8ffde94a]
                                                    19 FE::Application::AttemptPanicProjectSave() + 13 (Frontend) [0x10004b73d]
                                                      *19 return_from_trap + 156 (mach_kernel) [0xffffff80002ce14c]
                                                       *19 i386_astintr + 35 (mach_kernel) [0xffffff80002b8c63]
                                                          *19 ast_taken + 209 (mach_kernel) [0xffffff800021b6e1]
                                                           *19 bsd_ast + 839 (mach_kernel) [0xffffff8000568d97]
                                                              *19 postsig_locked + 663 (mach_kernel) [0xffffff8000568907]
                                                               *19 exit1_internal + 559 (mach_kernel) [0xffffff80005566cf]
                                                                  *19 proc_prepareexit + 133 (mach_kernel) [0xffffff8000556795]
                                                                   *19 task_exception_notify + 63 (mach_kernel) [0xffffff800021e72f]
                                                                      *19 exception_triage + 123 (mach_kernel) [0xffffff800021e62b]
                                                                       *19 exception_deliver + 740 (mach_kernel) [0xffffff800021e514]
                                                                          *19 mach_exception_raise_state_identity + 294 (mach_kernel) [0xffffff800024de56]
                                                                           *19 mach_msg_rpc_from_kernel_body + 278 (mach_kernel) [0xffffff8000220f96]
                                                                              *19 ipc_mqueue_receive + 66 (mach_kernel) [0xffffff8000213112]
                                                                               *19 thread_block_reason + 300 (mach_kernel) [0xffffff800022db8c]
                                                                                  *19 ??? (mach_kernel + 190657) [0xffffff800022e8c1]
                                                                                   *19 machine_switch_context + 366 (mach_kernel) [0xffffff80002b47fe]
                                                                                       *19 <suspended>
                                                18 __psynch_mutexwait + 10 (libsystem_kernel.dylib) [0x7fff85ac7122]
                                                  *18 psynch_mtxcontinue + 0 (mach_kernel) [0xffffff80005b4550]
      Thread 0xda8e     DispatchQueue 2          priority <multiple>
      37 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff86be99ee]
         37 kevent + 10 (libsystem_kernel.dylib) [0x7fff85ac7d16]
         *19 special_handler_continue + 0 (mach_kernel) [0xffffff800023cb00]
           *19 <suspended>
         *18 ??? (mach_kernel + 3471808) [0xffffff800054f9c0]
      Thread 0xdab9     DispatchQueue 6          priority <multiple>
      37 start_wqthread + 13 (libsystem_c.dylib) [0x7fff8ffdd1d1]
        37 _pthread_wqthread + 404 (libsystem_c.dylib) [0x7fff8fff2d0b]
          37 _dispatch_worker_thread2 + 304 (libdispatch.dylib) [0x7fff86be81fa]
             37 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff86be70b6]
              37 dvacore::threads::WrapExecuteTopLevelFunction(void*) + 68 (dvacore) [0x1003383d4]
                37 dvacore::threads::(anonymous namespace)::SubExecutorImpl::OnThreadExecute(boost::shared_ptr<dvacore::threads ::(anonymous namespace)::SubExecutorImpl> const&) + 232 (dvacore) [0x1003250a8]
                   37 dvacore::threads::(anonymous namespace)::SubExecutorImpl::CallFunctionWithExceptionHandler(boost::function<v oid ()> const&) + 66 (dvacore) [0x100326642]
                    37 MZ::(anonymous namespace)::ExternalProcessAsyncInitializer::LaunchQT32Server() + 79 (Mezzanine) [0x105bc06bf]
                       37 QT32Client::Create() + 279 (QT32Client) [0x10edb2f07]
                        37 QT32Client::QT32Client::Initialize(ASL::InterfaceRef<QT32Client::QT32ServerMana ger, QT32Client::IQT32ServerManager> const&, bool) + 292 (QT32Client) [0x10edb30e4]
                           37 dvacore::threads::Gate::PassThrough(int) const + 12 (dvacore) [0x10032ae0c]
                            37 dvacore::threads::WaitableGateBase::PassThrough(int) const + 297 (dvacore) [0x10032b149]
                               37 void boost::condition_variable_any::wait<boost::unique_lock<boost::mutex> >(boost::unique_lock<boost::mutex>&) + 146 (dvacore) [0x1002d7862]
                                37 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff85ac70fa]
                                  *37 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b5bb0]
                                   *19 <suspended>
      Thread 0xda8f     priority <multiple>
      37 start_wqthread + 13 (libsystem_c.dylib) [0x7fff8ffdd1d1]
         37 _pthread_wqthread + 412 (libsystem_c.dylib) [0x7fff8fff2d13]
          37 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff85ac76d6]
           *36 ??? (mach_kernel + 3910896) [0xffffff80005bacf0]
             *19 <suspended>
            *1  hndl_unix_scall64 + 19 (mach_kernel) [0xffffff80002ce9c3]
             *1  unix_syscall64 + 522 (mach_kernel) [0xffffff80005e16aa]
               *1  workq_kernreturn + 478 (mach_kernel) [0xffffff80005ba62e]
                  *1  ??? (mach_kernel + 3907044) [0xffffff80005b9de4]
                    *1  thread_block_reason + 275 (mach_kernel) [0xffffff800022db73]
                     *1  ??? (mach_kernel + 187905) [0xffffff800022de01]
                       *1  processor_idle + 237 (mach_kernel) [0xffffff800022f34d]
                          *1  machine_idle + 443 (mach_kernel) [0xffffff80002b9c9b]
      Thread 0xda90     priority <multiple>
      37 start_wqthread + 13 (libsystem_c.dylib) [0x7fff8ffdd1d1]
        37 _pthread_wqthread + 412 (libsystem_c.dylib) [0x7fff8fff2d13]
           37 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff85ac76d6]
           *37 ??? (mach_kernel + 3910896) [0xffffff80005bacf0]
             *19 <suspended>
      Thread 0xdabf     priority <multiple>
       37 thread_start + 13 (libsystem_c.dylib) [0x7fff8ffdd1e1]
        37 _pthread_start + 327 (libsystem_c.dylib) [0x7fff8fff07a2]
          37 thread_proxy + 164 (boost_threads) [0x1002496d4]
            37 SkyConnectionEnv::StaticThreadFunc(SkyConnectionEnv*) + 9 (dvatransport) [0x100c71879]
               37 SkyConnectionEnv::MainLoop() + 162 (dvatransport) [0x100c71c92]
                37 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 285 (dvatransport) [0x100c80ccd]
                  37 boost::asio::detail::task_io_service::do_run_one(boost::asio::detail::scoped_lo ck<boost::asio::detail::posix_mutex>&, boost::asio::detail::task_io_service::thread_info&, boost::asio::detail::op_queue<boost::asio::detail::task_io_service_operation>&, boost::system::error_code const&) + 340 (dvatransport) [0x100c81214]
                     37 kevent + 10 (libsystem_kernel.dylib) [0x7fff85ac7d16]
                     *37 ??? (mach_kernel + 3471808) [0xffffff800054f9c0]
                       *19 <suspended>
      Thread 0xdac0     priority <multiple>
       37 thread_start + 13 (libsystem_c.dylib) [0x7fff8ffdd1e1]
        37 _pthread_start + 327 (libsystem_c.dylib) [0x7fff8fff07a2]
          37 boost_asio_detail_posix_thread_function + 19 (dvatransport) [0x100c81b63]
            37 boost::asio::detail::posix_thread::func<boost::asio::detail::resolver_service_b ase::work_io_service_runner>::run() + 42 (dvatransport) [0x100c80b9a]
               37 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 285 (dvatransport) [0x100c80ccd]
                37 boost::asio::detail::task_io_service::do_run_one(boost::asio::detail::scoped_lo ck<boost::asio::detail::posix_mutex>&, boost::asio::detail::task_io_service::thread_info&, boost::asio::detail::op_queue<boost::asio::detail::task_io_service_operation>&, boost::system::error_code const&) + 284 (dvatransport) [0x100c811dc]
                   37 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff85ac70fa]
                   *37 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b5bb0]
                     *19 <suspended>
      Thread 0xdac3     priority <multiple>
       37 thread_start + 13 (libsystem_c.dylib) [0x7fff8ffdd1e1]
        37 _pthread_start + 327 (libsystem_c.dylib) [0x7fff8fff07a2]
          37 thread_proxy + 164 (boost_threads) [0x1002496d4]
            37 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 265 (dvacore) [0x100332329]
               37 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 172 (dvacore) [0x100334cbc]
                 37 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 171 (dvacore) [0x100336bcb]
                  37 MPWaitOnQueue + 252 (CarbonCore) [0x7fff90843a98]
                     37 TSWaitOnConditionTimedRelative + 132 (CarbonCore) [0x7fff908e13e7]
                      37 TSWaitOnCondition + 108 (CarbonCore) [0x7fff908e1210]
                        37 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff85ac70fa]
                          *37 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b5bb0]
                           *19 <suspended>
      Thread 0xdac6     priority <multiple>
      37 thread_start + 13 (libsystem_c.dylib) [0x7fff8ffdd1e1]
         37 _pthread_start + 327 (libsystem_c.dylib) [0x7fff8fff07a2]
          37 thread_proxy + 164 (boost_threads) [0x1002496d4]
            37 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 265 (dvacore) [0x100332329]
               37 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 172 (dvacore) [0x100334cbc]
                 37 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 171 (dvacore) [0x100336bcb]
                  37 MPWaitOnQueue + 252 (CarbonCore) [0x7fff90843a98]
                     37 TSWaitOnConditionTimedRelative + 132 (CarbonCore) [0x7fff908e13e7]
                      37 TSWaitOnCondition + 108 (CarbonCore) [0x7fff908e1210]
                        37 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff85ac70fa]
                          *37 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b5bb0]
                           *19 <suspended>
      Thread 0xdac7     priority <multiple>
      37 thread_start + 13 (libsystem_c.dylib) [0x7fff8ffdd1e1]
         37 _pthread_start + 327 (libsystem_c.dylib) [0x7fff8fff07a2]
          37 thread_proxy + 164 (boost_threads) [0x1002496d4]
            37 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 265 (dvacore) [0x100332329]
               37 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 172 (dvacore) [0x100334cbc]
                 37 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 171 (dvacore) [0x100336bcb]
                  37 MPWaitOnQueue + 252 (CarbonCore) [0x7fff90843a98]
                     37 TSWaitOnConditionTimedRelative + 132 (CarbonCore) [0x7fff908e13e7]
                      37 TSWaitOnCondition + 108 (CarbonCore) [0x7fff908e1210]
                        37 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff85ac70fa]
                          *37 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b5bb0]
                           *19 <suspended>
      Thread 0xdac9     priority <multiple>
      37 start_wqthread + 13 (libsystem_c.dylib) [0x7fff8ffdd1d1]
         37 _pthread_wqthread + 412 (libsystem_c.dylib) [0x7fff8fff2d13]
          37 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff85ac76d6]
           *37 ??? (mach_kernel + 3910896) [0xffffff80005bacf0]
             *19 <suspended>
      Thread 0xdaca     priority <multiple>
      37 thread_start + 13 (libsystem_c.dylib) [0x7fff8ffdd1e1]
        37 _pthread_start + 327 (libsystem_c.dylib) [0x7fff8fff07a2]
          37 ??? (libclh.dylib + 6379289) [0x7fff872db719]
             37 ??? (libclh.dylib + 831956) [0x7fff86d911d4]
              37 ??? (libclh.dylib + 6375623) [0x7fff872da8c7]
                37 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff85ac5686]
                 *19 special_handler_continue + 0 (mach_kernel) [0xffffff800023cb00]
                    *19 <suspended>
                 *17 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
                 *1  hndl_mach_scall64 + 19 (mach_kernel) [0xffffff80002ce9e3]
                   *1  ??? (mach_kernel + 681270) [0xffffff80002a6536]
                      *1  mach_msg_overwrite_trap + 427 (mach_kernel) [0xffffff800021970b]
                       *1  ipc_mqueue_receive + 59 (mach_kernel) [0xffffff800021310b]
                         *1  thread_block_reason + 275 (mach_kernel) [0xffffff800022db73]
                            *1  ??? (mach_kernel + 187905) [0xffffff800022de01]
                             *1  processor_idle + 237 (mach_kernel) [0xffffff800022f34d]
                               *1  machine_idle + 443 (mach_kernel) [0xffffff80002b9c9b]
      Thread 0xdacb     priority <multiple>
      37 thread_start + 13 (libsystem_c.dylib) [0x7fff8ffdd1e1]
        37 _pthread_start + 327 (libsystem_c.dylib) [0x7fff8fff07a2]
          37 thread_proxy + 164 (boost_threads) [0x1002496d4]
             37 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 265 (dvacore) [0x100332329]
               37 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 172 (dvacore) [0x100334cbc]
                 37 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 171 (dvacore) [0x100336bcb]
                  37 MPWaitOnQueue + 252 (CarbonCore) [0x7fff90843a98]
                     37 TSWaitOnConditionTimedRelative + 132 (CarbonCore) [0x7fff908e13e7]
                      37 TSWaitOnCondition + 108 (CarbonCore) [0x7fff908e1210]
                        37 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff85ac70fa]
                          *37 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b5bb0]
                           *19 <suspended>
      Thread 0xdacc     priority <multiple>
      37 start_wqthread + 13 (libsystem_c.dylib) [0x7fff8ffdd1d1]
         37 _pthread_wqthread + 412 (libsystem_c.dylib) [0x7fff8fff2d13]
          37 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff85ac76d6]
           *37 ??? (mach_kernel + 3910896) [0xffffff80005bacf0]
             *19 <suspended>
      Thread 0xdae1     priority <multiple>
      37 thread_start + 13 (libsystem_c.dylib) [0x7fff8ffdd1e1]
        37 _pthread_start + 327 (libsystem_c.dylib) [0x7fff8fff07a2]
          37 AVS::AVCVideoServicesThreadStart(AVS::AVCVideoServicesThreadParams*) + 194 (AVCVideoServices) [0x11d080a62]
             37 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff8bd550e2]
              37 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff8bd55916]
                37 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff8bd50233]
                   37 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff85ac5686]
                   *37 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
                     *19 <suspended>
      Thread 0xdae2     priority <multiple>
       37 thread_start + 13 (libsystem_c.dylib) [0x7fff8ffdd1e1]
        37 _pthread_start + 327 (libsystem_c.dylib) [0x7fff8fff07a2]
          37 AVS::AVCVideoServicesThreadStart(AVS::AVCVideoServicesThreadParams*) + 194 (AVCVideoServices) [0x11d080a62]
             37 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff8bd550e2]
              37 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff8bd55916]
                37 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff8bd50233]
                   37 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff85ac5686]
                   *36 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
                     *19 <suspended>
                   *1  hndl_mach_scall64 + 19 (mach_kernel) [0xffffff80002ce9e3]
                      *1  ??? (mach_kernel + 681270) [0xffffff80002a6536]
                       *1  mach_msg_overwrite_trap + 427 (mach_kernel) [0xffffff800021970b]
                         *1  ipc_mqueue_receive + 59 (mach_kernel) [0xffffff800021310b]
                            *1  thread_block_reason + 275 (mach_kernel) [0xffffff800022db73]
                             *1  ??? (mach_kernel + 187905) [0xffffff800022de01]
                               *1  processor_idle + 237 (mach_kernel) [0xffffff800022f34d]
                                  *1  machine_idle + 443 (mach_kernel) [0xffffff80002b9c9b]
      Binary Images:
             0x100000000 -        0x100002ff7  com.adobe.AdobePremierePro 7.0.0 (7.0.0) <C96DB6B7-BDA4-35C8-96E0-17F88164D1F0> /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/MacOS/Adobe Premiere Pro CC
              0x100012000 -        0x100121fff  com.adobe.Frontend.framework 7.0.0 (7.0.0.342) <2DB5F3E8-CEDA-3412-A437-5609D628BEA7> /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/Frameworks/Frontend.framework/Versions/A/Frontend
              0x100248000 -        0x100256fff  com.adobe.boost_threads.framework 7.0.0 (7.0.0.342) <A4BFC900-7853-3A79-97AD-4E1BD5EC9DD0> /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
              0x10027a000 -        0x1004c4fff  com.adobe.dvacore.framework 7.0.0 (7.0.0.342) <99A9FB2A-AF30-30B8-87D8-20460A7493A7> /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
              0x100c5b000 -        0x100cbcff7  com.adobe.dvatransport.framework 7.0.0 (7.0.0.342) <D651C0AE-02CA-35DE-91BC-665CA98562EB> /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/Frameworks/dvatransport.framework/Versions/A/dvatransport
              0x1036d0000 -        0x103709ff7  com.adobe.PluginSupport.framework 7.0.0 (7.0.0.342) <FD72CED8-C295-3790-8BF6-FA03B4F5C17A> /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/Frameworks/PluginSupport.framework/Versions/A/PluginSupport
              0x1050f7000 -        0x1051ccff7  com.adobe.ExporterHost.framework 7.0.0 (7.0.0.342) <A97258D1-5CF8-3F5B-9653-A081A9BC5137> /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/Frameworks/ExporterHost.framework/Versions/A/ExporterHost
              0x105a61000 -        0x10611bff7  com.adobe.Mezzanine.framework 7.0.0 (7.0.0.342) <021F6FA2-8856-3C76-9D19-B7EC802EBA42> /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/Frameworks/Mezzanine.framework/Versions/A/Mezzanine
              0x10edb1000 -        0x10ee19ff7  com.adobe.QT32Client.framework 7.0.0 (7.0.0.342) <BA702F9D-6496-3A92-9AFC-8159074A7764> /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/Frameworks/QT32Client.framework/Versions/A/QT32Client
              0x11d070000 -        0x11d0a7fff  com.apple.AVCVideoServices 1.0 (42) <54AD1D6A-6CA6-3125-B1D2-2A6176427A6C> /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/Frameworks/AVCVideoServices.framework/Versions/A/AVCVideoServic es
              0x11d5e8000 -        0x11d615fff  com.adobe.ExporterQuickTimeHost.framework 7.0.0 (7.0.0.342) <DD61DE98-FAC3-35C8-8146-536B20F14A06> /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/Plug-Ins/Common/ExporterQuickTimeHost.bundle/Contents/MacOS/Exp orterQuickTimeHost
           0x7fff6bdf6000 -     0x7fff6be2a93f  dyld <36CAA36E-72BC-3E48-96D9-B96A2DF77730> /usr/lib/dyld
          0x7fff85ab5000 -     0x7fff85ad0ff7  libsystem_kernel.dylib <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
           0x7fff86be5000 -     0x7fff86bfaff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
          0x7fff86cc6000 -     0x7fff874abff7  libclh.dylib <D29F081B-2AFD-3190-87CF-ED244FA03DB0> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
           0x7fff8bd20000 -     0x7fff8bf0aff7  com.apple.CoreFoundation 6.8 (744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8ffdc000 -     0x7fff900a8ff7  libsystem_c.dylib <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
           0x7fff90834000 -     0x7fff90b4bff7  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
      *0xffffff8000200000 - 0xffffff8000736dbc  mach_kernel <896CB1E3-AB79-3DF1-B595-549DFFDF3D36> /mach_kernel
    Process:         AAM Updates Notifier [200]
    Path:            /Applications/Utilities/Adobe Application Manager/*/AAM Updates Notifier.app/Contents/MacOS/AAM Updates Notifier
    Architecture:    i386
    Parent:          launchd [134]
    UID:             501
    Task size:       604 pages
    Process:         accountsd [180]
    Path:            /System/Library/Frameworks/Accounts.framework/Versions/A/Support/accountsd
    Architecture:    x86_64
    Parent:          launchd [134]
    UID:             501
    Sudden Term:     Clean (allows idle exit)
    Task size:       69 pages
      Thread 0x590      DispatchQueue 1          priority 31       
       37 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff85ac5686]
       *37 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x5ba      DispatchQueue 2          priority 33       
      37 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff86be99ee]
         37 kevent + 10 (libsystem_kernel.dylib) [0x7fff85ac7d16]
         *37 ??? (mach_kernel + 3471808) [0xffffff800054f9c0]
      Binary Images:
             0x107bac000 -        0x107bacfff  accountsd <0982A50A-159D-3E63-A2EC-6447F3706436> /System/Library/Frameworks/Accounts.framework/Versions/A/Support/accountsd
           0x7fff85ab5000 -     0x7fff85ad0ff7  libsystem_kernel.dylib <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
          0x7fff86be5000 -     0x7fff86bfaff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
      *0xffffff8000200000 - 0xffffff8000736dbc  mach_kernel <896CB1E3-AB79-3DF1-B595-549DFFDF3D36> /mach_kernel
    Process:         Adobe QT32 Server [987]
    Path:            /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/Adobe QT32 Server.app/Contents/MacOS/Adobe QT32 Server
    Architecture:    i386
    Parent:          launchd [134]
    UID:             501
    Task size:       24574 pages (-2)
    Process:         AdobeCrashDaemon [1061]
    Path:            /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/Frameworks/AdobeCrashReporter.framework/Required/AdobeCrashDaem on.app/Contents/MacOS/AdobeCrashDaemon
    Architecture:    x86_64
    Parent:          Adobe Premiere Pro CC [1059]
    UID:             501
    Task size:       1046 pages
    CPU Time:        0.002s
    Process:         AirPort Base Station Agent [192]
    Path:            /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
    Architecture:    x86_64
    Parent:          launchd [134]
    UID:             501
    Sudden Term:     Clean
    Task size:       1 pages
      Thread 0x61f      priority 29       
      37 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff85ac5686]
        *37 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x628      priority 33       
      37 kevent + 10 (libsystem_kernel.dylib) [0x7fff85ac7d16]
       *37 ??? (mach_kernel + 3471808) [0xffffff800054f9c0]
      Thread 0x631      priority 31       
      37 __select + 10 (libsystem_kernel.dylib) [0x7fff85ac7322]
       *37 ??? (mach_kernel + 3580832) [0xffffff800056a3a0]
      Binary Images:
             0x109607000 -        0x10961dff7  com.apple.AirPortBaseStationAgent 1.5.5 (155.7) <71B3B12F-7934-3F6C-B6F1-165DB5DEE6B2> /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
           0x7fff85ab5000 -     0x7fff85ad0ff7  libsystem_kernel.dylib <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
    *0xffffff8000200000 - 0xffffff8000736dbc  mach_kernel <896CB1E3-AB79-3DF1-B595-549DFFDF3D36> /mach_kernel
    Process:         aosnotifyd [82]
    Path:            /usr/sbin/aosnotifyd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Task size:       510 pages
      Thread 0x30d      DispatchQueue 1          priority 31       
       37 start + 1 (libdyld.dylib) [0x7fff84c797e1]
        37 ??? (aosnotifyd + 37439) [0x10dec823f]
          37 ??? (aosnotifyd + 36529) [0x10dec7eb1]
            37 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268 (Foundation) [0x7fff8fb0d7ee]
               37 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff8bd550e2]
                37 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff8bd55916]
                  37 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff8bd50233]
                     37 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff85ac5686]
                     *37 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x331      DispatchQueue 2          priority 33       
       37 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff86be99ee]
        37 kevent + 10 (libsystem_kernel.dylib) [0x7fff85ac7d16]
         *37 ??? (mach_kernel + 3471808) [0xffffff800054f9c0]
      Thread 0x368      priority 63       
       37 thread_start + 13 (libsystem_c.dylib) [0x7fff8ffdd1e1]
        37 _pthread_start + 327 (libsystem_c.dylib) [0x7fff8fff07a2]
          37 __NSThread__main__ + 1345 (Foundation) [0x7fff8fb08562]
            37 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356 (Foundation) [0x7fff8faaa546]
               37 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff8bd550e2]
                37 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff8bd55916]
                  37 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff8bd50233]
                     37 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff85ac5686]
                     *37 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x736      priority 31       
       37 __select + 10 (libsystem_kernel.dylib) [0x7fff85ac7322]
       *37 ??? (mach_kernel + 3580832) [0xffffff800056a3a0]
      Binary Images:
             0x10debf000 -        0x10df07fff  aosnotifyd <A3543B5E-3291-3025-A09C-1B7087B1A9EA> /usr/sbin/aosnotifyd
           0x7fff84c77000 -     0x7fff84c7aff7  libdyld.dylib <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
          0x7fff85ab5000 -     0x7fff85ad0ff7  libsystem_kernel.dylib <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
           0x7fff86be5000 -     0x7fff86bfaff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
          0x7fff8bd20000 -     0x7fff8bf0aff7  com.apple.CoreFoundation 6.8 (744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x7fff8fa72000 -     0x7fff8fdd1fff  com.apple.Foundation 6.8 (945.18) <1D7E58E6-FA3A-3CE8-AC85-B9D06B8C0AA0> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8ffdc000 -     0x7fff900a8ff7  libsystem_c.dylib <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
      *0xffffff8000200000 - 0xffffff8000736dbc  mach_kernel <896CB1E3-AB79-3DF1-B595-549DFFDF3D36> /mach_kernel
    Process:         appleeventsd [65]
    Path:            /System/Library/CoreServices/appleeventsd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             71
    Sudden Term:     Dirty (allows idle exit)
    Task size:       276 pages (-8)
      Thread 0x2c4      DispatchQueue 2          priority 33       
       37 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff86be99ee]
        37 kevent + 10 (libsystem_kernel.dylib) [0x7fff85ac7d16]
         *37 ??? (mach_kernel + 3471808) [0xffffff800054f9c0]
      Thread 0x2c5      priority 31       
       37 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff85ac7566]
       *37 ??? (mach_kernel + 3580832) [0xffffff800056a3a0]
      Thread 0xdc90     priority 31       
      21 start_wqthread + 13 (libsystem_c.dylib) [0x7fff8ffdd1d1]
         21 _pthread_wqthread + 412 (libsystem_c.dylib) [0x7fff8fff2d13]
          21 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff85ac76d6]
           *21 ??? (mach_kernel + 3910896) [0xffffff80005bacf0]
      Thread 0xdc91     priority 31       
       21 start_wqthread + 13 (libsystem_c.dylib) [0x7fff8ffdd1d1]
        21 _pthread_wqthread + 412 (libsystem_c.dylib) [0x7fff8fff2d13]
          21 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff85ac76d6]
           *21 ??? (mach_kernel + 3910896) [0xffffff80005bacf0]
      Binary Images:
             0x106971000 -        0x106971fff  appleeventsd <33899092-67A8-3A39-A63C-27BAC6C22174> /System/Library/CoreServices/appleeventsd
          0x7fff85ab5000 -     0x7fff85ad0ff7  libsystem_kernel.dylib <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
           0x7fff86be5000 -     0x7fff86bfaff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
          0x7fff8ffdc000 -     0x7fff900a8ff7  libsystem_c.dylib <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
      *0xffffff8000200000 - 0xffffff8000736dbc  mach_kernel <896CB1E3-AB79-3DF1-B595-549DFFDF3D36> /mach_kernel
    Process:         AppleIDAuthAgent [168]
    Path:            /System/Library/CoreServices/AppleIDAuthAgent
    Architecture:    x86_64
    Parent:          launchd [134]
    UID:             501
    Sudden Term:     Clean (allows idle exit)
    Task size:       157 pages
      Thread 0x542      DispatchQueue 2          priority 33       
       37 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff86be99ee]
        37 kevent + 10 (libsystem_kernel.dylib) [0x7fff85ac7d16]
         *37 ??? (mach_kernel + 3471808) [0xffffff800054f9c0]
      Thread 0x544      priority 31       
       37 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff85ac7566]
       *37 ??? (mach_kernel + 3580832) [0xffffff800056a3a0]
      Thread 0x7e9      priority 31       
      37 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x7fff85ac56c2]
        *37 semaphore_wait_continue + 0 (mach_kernel) [0xffffff8000234040]
      Binary Images:
             0x10e673000 -        0x10e6a3fff  AppleIDAuthAgent <8C9DEBCF-35BE-37C5-869E-9B8D2931EDA6> /System/Library/CoreServices/AppleIDAuthAgent
           0x7fff85ab5000 -     0x7fff85ad0ff7  libsystem_kernel.dylib <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
          0x7fff86be5000 -     0x7fff86bfaff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
      *0xffffff8000200000 - 0xffffff8000736dbc  mach_kernel <896CB1E3-AB79-3DF1-B595-549DFFDF3D36> /mach_kernel
    Process:         AppleSpell [212]
    Path:            /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
    Architecture:    x86_64
    Parent:          launchd [134]
    UID:             501
    Sudden Term:     Clean
    Task size:       755 pages
      Thread 0x75b      DispatchQueue 1          priority 46       
      37 start + 1 (libdyld.dylib) [0x7fff84c797e1]
         37 ??? (AppleSpell + 7271) [0x100cebc67]
          37 -[NSSpellServer run] + 73 (Foundation) [0x7fff8fbf4ee6]
            37 CFRunLoopRun + 97 (CoreFoundation) [0x7fff8bd63dd1]
              37 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff8bd550e2]
                 37 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff8bd55916]
                  37 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff8bd50233]
                    37 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff85ac5686]
                      *37 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x75f      DispatchQueue 2          priority 48       
      37 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff86be99ee]
         37 kevent + 10 (libsystem_kernel.dylib) [0x7fff85ac7d16]
         *37 ??? (mach_kernel + 3471808) [0xffffff800054f9c0]
      Binary Images:
             0x100cea000 -        0x100d9fff7  com.apple.AppleSpell 1.9 (173.1) <9390CDCC-0038-3174-864D-05CD9454CA7F> /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
           0x7fff84c77000 -     0x7fff84c7aff7  libdyld.dylib <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
          0x7fff85ab5000 -     0x7fff85ad0ff7  libsystem_kernel.dylib <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
           0x7fff86be5000 -     0x7fff86bfaff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
          0x7fff8bd20000 -     0x7fff8bf0aff7  com.apple.CoreFoundation 6.8 (744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x7fff8fa72000 -     0x7fff8fdd1fff  com.apple.Foundation 6.8 (945.18) <1D7E58E6-FA3A-3CE8-AC85-B9D06B8C0AA0> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    *0xffffff8000200000 - 0xffffff8000736dbc  mach_kernel <896CB1E3-AB79-3DF1-B595-549DFFDF3D36> /mach_kernel
    Process:         apsd [71]
    Path:            /System/Library/PrivateFrameworks/ApplePushService.framework/apsd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Task size:       1001 pages
      Thread 0x25a      DispatchQueue 1          priority 31       
      37 start + 1 (libdyld.dylib) [0x7fff84c797e1]
        37 ??? (apsd + 21686) [0x10a3284b6]
          37 -[NSRunLoop(NSRunLoop) run] + 74 (Foundation) [0x7fff8faa61aa]
             37 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268 (Foundation) [0x7fff8fb0d7ee]
              37 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff8bd550e2]
                37 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff8bd55916]
                   37 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff8bd50233]
                    37 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff85ac5686]
                     *37 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x2cb      DispatchQueue 2          priority 33       
      37 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff86be99ee]
        37 kevent + 10 (libsystem_kernel.dylib) [0x7fff85ac7d16]
         *37 ??? (mach_kernel + 3471808) [0xffffff800054f9c0]
      Thread 0x34e      priority 63       
      37 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff85ac5686]
       *37 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x447      priority 31       
       37 thread_start + 13 (libsystem_c.dylib) [0x7fff8ffdd1e1]
        37 _pthread_start + 327 (libsystem_c.dylib) [0x7fff8fff07a2]
          37 __select + 10 (libsystem_kernel.dylib) [0x7fff85ac7322]
           *37 ??? (mach_kernel + 3580832) [0xffffff800056a3a0]
      Binary Images:
             0x10a323000 -        0x10a3a1ff7  apsd <79FEFFFF-D855-3F06-BF98-C24F741AB4E7> /System/Library/PrivateFrameworks/ApplePushService.framework/apsd
          0x7fff84c77000 -     0x7fff84c7aff7  libdyld.dylib <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
           0x7fff85ab5000 -     0x7fff85ad0ff7  libsystem_kernel.dylib <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
          0x7fff86be5000 -     0x7fff86bfaff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
           0x7fff8bd20000 -     0x7fff8bf0aff7  com.apple.CoreFoundation 6.8 (744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8fa72000 -     0x7fff8fdd1fff  com.apple.Foundation 6.8 (945.18) <1D7E58E6-FA3A-3CE8-AC85-B9D06B8C0AA0> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
           0x7fff8ffdc000 -     0x7fff900a8ff7  libsystem_c.dylib <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
    *0xffffff8000200000 - 0xffffff8000736dbc  mach_kernel <896CB1E3-AB79-3DF1-B595-549DFFDF3D36> /mach_kernel
    Process:         autofsd [70]
    Path:            /usr/libexec/autofsd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Sudden Term:     Clean
    Task size:       69 pages
       Thread 0x284      DispatchQueue 2          priority 33       
      37 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff86be99ee]
        37 kevent + 10 (libsystem_kernel.dylib) [0x7fff85ac7d16]
         *37 ??? (mach_kernel + 3471808) [0xffffff800054f9c0]
      Thread 0x285      priority 31       
      37 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff85ac7566]
       *37 ??? (mach_kernel + 3580832) [0xffffff800056a3a0]
      Binary Images:
             0x10882b000 -        0x10882cfff  autofsd <2B1CE5B1-C166-3D12-8A89-8CDD707B5B6B> /usr/libexec/autofsd
           0x7fff85ab5000 -     0x7fff85ad0ff7  libsystem_kernel.dylib <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
          0x7fff86be5000 -     0x7fff86bfaff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
      *0xffffff8000200000 - 0xffffff8000736dbc  mach_kernel <896CB1E3-AB79-3DF1-B595-549DFFDF3D36> /mach_kernel
    Process:         CalendarAgent [169]
    Path:            /System/Library/PrivateFrameworks/CalendarAgent.framework/Executables/CalendarA gent
    Architecture:    x86_64
    Parent:          launchd [134]
    UID:             501
    Sudden Term:     Dirty (allows idle exit)
    Task size:       6589 pages (+3)
      Thread 0x52c      DispatchQueue 1          priority 46       
       37 start + 1 (libdyld.dylib) [0x7fff84c797e1]
        37 ??? (CalendarAgent + 2739) [0x10ea4bab3]
          37 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff8bd550e2]
            37 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff8bd55916]
               37 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff8bd50233]
                37 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff85ac5686]
                 *37 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x5b1      DispatchQueue 2          priority 48       
      37 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff86be99ee]
        37 kevent + 10 (libsystem_kernel.dylib) [0x7fff85ac7d16]
         *37 ??? (mach_kernel + 3471808) [0xffffff800054f9c0]
      Thread 0x66a      priority 63       
      37 thread_start + 13 (libsystem_c.dylib) [0x7fff8ffdd1e1]
        37 _pthread_start + 327 (libsystem_c.dylib) [0x7fff8fff07a2]
          37 __NSThread__main__ + 1345 (Foundation) [0x7fff8fb08562]
             37 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356 (Foundation) [0x7fff8faaa546]
              37 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff8bd550e2]
                37 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff8bd55916]
                   37 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff8bd50233]
                    37 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff85ac5686]
                     *37 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x693      priority 46       
      37 thread_start + 13 (libsystem_c.dylib) [0x7fff8ffdd1e1]
        37 _pthread_start + 327 (libsystem_c.dylib) [0x7fff8fff07a2]
          37 __select + 10 (libsystem_kernel.dylib) [0x7fff85ac7322]
            *37 ??? (mach_kernel + 3580832) [0xffffff800056a3a0]
      Thread 0x69f      priority 46       
      37 thread_start + 13 (libsystem_c.dylib) [0x7fff8ffdd1e1]
        37 _pthread_start + 327 (libsystem_c.dylib) [0x7fff8fff07a2]
           37 __NSThread__main__ + 1345 (Foundation) [0x7fff8fb08562]
            37 -[CalAgentAPSConnectionManager _calAPSMain] + 731 (CalendarAgent) [0x10ea580fc]
              37 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff8bd550e2]
                 37 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff8bd55916]
                  37 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff8bd50233]
                    37 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff85ac5686]
                      *37 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0xdf59     priority 48       
      4 start_wqthread + 13 (libsystem_c.dylib) [0x7fff8ffdd1d1]
        4 _pthread_wqthread + 412 (libsystem_c.dylib) [0x7fff8fff2d13]
           4 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff85ac76d6]
           *4 ??? (mach_kernel + 3910896) [0xffffff80005bacf0]
      Thread 0xdf5a     priority 46       
    *4 ??? (mach_kernel + 3911408) [0xffffff80005baef0]
      Binary Images:
             0x10ea4b000 -        0x10ea4bfff  CalendarAgent <D7916728-291A-3B77-B1A8-53FD7017C4A0> /System/Library/PrivateFrameworks/CalendarAgent.framework/Executables/CalendarA gent
             0x10ea53000 -        0x10ea69ff7  com.apple.CalendarAgent 1.0 (57) <762A246C-65FC-339D-A0F2-8ED9C907A9C2> /System/Library/PrivateFrameworks/CalendarAgent.framework/Versions/A/CalendarAg ent
           0x7fff84c77000 -     0x7fff84c7aff7  libdyld.dylib <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
          0x7fff85ab5000 -     0x7fff85ad0ff7  libsystem_kernel.dylib <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
           0x7fff86be5000 -     0x7fff86bfaff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
          0x7fff8bd20000 -     0x7fff8bf0aff7  com.apple.CoreFoundation 6.8 (744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x7fff8fa72000 -     0x7fff8fdd1fff  com.apple.Foundation 6.8 (945.18) <1D7E58E6-FA3A-3CE8-AC85-B9D06B8C0AA0> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8ffdc000 -     0x7fff900a8ff7  libsystem_c.dylib <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
      *0xffffff8000200000 - 0xffffff8000736dbc  mach_kernel <896CB1E3-AB79-3DF1-B595-549DFFDF3D36> /mach_kernel
    Process:         cfprefsd [21]
    Path:            /usr/sbin/cfprefsd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Sudden Term:     Clean (allows idle exit)
    Task size:       353 pages
      Thread 0x14e      DispatchQueue 2          priority 33       
      37 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff86be99ee]
         37 kevent + 10 (libsystem_kernel.dylib) [0x7fff85ac7d16]
         *37 ??? (mach_kernel + 3471808) [0xffffff800054f9c0]
      Thread 0x150      priority 31       
      37 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff85ac7566]
        *37 ??? (mach_kernel + 3580832) [0xffffff800056a3a0]
      Thread 0xdc82     priority 31       
      37 start_wqthread + 13 (libsystem_c.dylib) [0x7fff8ffdd1d1]
        37 _pthread_wqthread + 412 (libsystem_c.dylib) [0x7fff8fff2d13]
           37 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff85ac76d6]
           *37 ??? (mach_kernel + 3910896) [0xffffff80005bacf0]
      Thread 0xdc83     priority 31       
      37 start_wqthread + 13 (libsystem_c.dylib) [0x7fff8ffdd1d1]
         37 _pthread_wqthread + 412 (libsystem_c.dylib) [0x7fff8fff2d13]
          37 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff85ac76d6]
           *37 ??? (mach_kernel + 3910896) [0xffffff80005bacf0]
      Thread 0xdc8a     priority 31       
       37 start_wqthread + 13 (libsystem_c.dylib) [0x7fff8ffdd1d1]
        37 _pthread_wqthread + 412 (libsystem_c.dylib) [0x7fff8fff2d13]
          37 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff85ac76d6]
           *37 ??? (mach_kernel + 3910896) [0xffffff80005bacf0]
      Binary Images:
             0x10fe3a000 -        0x10fe3aff7  cfprefsd <B96D16CE-D6B9-38D9-898E-C6F984EB15BC> /usr/sbin/cfprefsd
          0x7fff85ab5000 -     0x7fff85ad0ff7  libsystem_kernel.dylib <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
           0x7fff86be5000 -     0x7fff86bfaff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
          0x7fff8ffdc000 -     0x7fff900a8ff7  libsystem_c.dylib <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
      *0xffffff8000200000 - 0xffffff8000736dbc  mach_kernel <896CB1E3-AB79-3DF1-B595-549DFFDF3D36> /mach_kernel
    Process:         cfprefsd [109]
    Path:            /usr/sbin/cfprefsd
    Architecture:    x86_64
    Parent:          launchd [105]
    UID:             88
    Sudden Term:     Clean (allows idle exit)
    Task size:       1 pages
      Thread 0x39d      priority 33       
      37 kevent + 10 (libsystem_kernel.dylib) [0x7fff85ac7d16]
        *37 ??? (mach_kernel + 3471808) [0xffffff800054f9c0]
      Thread 0x39f      priority 31       
      37 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff85ac7566]
       *37 ??? (mach_kernel + 3580832) [0xffffff800056a3a0]
      Binary Images:
             0x10a6e3000 -        0x10a6e3ff7  cfprefsd <B96D16CE-D6B9-38D9-898E-C6F984EB15BC> /usr/sbin/cfprefsd
          0x7fff85ab5000 -     0x7fff85ad0ff7  libsyste

    Hi Mylenium,
    Thanks for your response. I appear to have solved the problem, albeit inconveniently. I found out that the module causing the crash was related to PTC's Desktop Integration. Uninstalling Desktop Integration has solved the crashes. However, this is a bit of a pain as none of the other CC apps were having any problems with PTC's Desktop Integration, only Photoshop, and it would be handy to be able to have it installed. Do you have any idea why that would be? Is this a known issue?
    Hopefully anyone else having this problem will find this post here.
    Thanks again for your time,
    Grant

  • Photoshop CC hangs when I open or create a file

    This is the error report:
    Date/Time:       2014-04-08 18:08:41 -0500
    OS Version:      10.9.2 (Build 13C64)
    Architecture:    x86_64
    Report Version:  18
    Command:         Photoshop
    Path:            /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/MacOS/Adobe Photoshop CC
    Version:         14.2.1 (14.2.1.570)
    Parent:          launchd [167]
    PID:             87824
    Event:           hang
    Duration:        2.16s
    Steps:           22 (100ms sampling interval)
    Hardware model:  MacBookPro8,3
    Active cpus:     8
    Fan speed:       1997 rpm
    Free pages:      23768 pages (-1999)
    Pageins:         518 pages
    Pageouts:        0 pages
    Swapins:         0 pages
    Swapouts:        0 pages
    Process:         Adobe Photoshop CC [87824]
    Path:            /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/MacOS/Adobe Photoshop CC
    Architecture:    x86_64
    Parent:          launchd [167]
    UID:             501
    Task size:       60027 pages (-92)
    Pageins:         497 pages
    CPU Time:        1.164s
      Thread 0x1f9c9d   DispatchQueue 1          priority   41-47   cpu time   1.159s
      22 ??? (Adobe Photoshop CC + 11828) [0x100002e34]
        22 ??? (Adobe Photoshop CC + 3088793) [0x1002f2199]
          22 ??? (Adobe Photoshop CC + 3088375) [0x1002f1ff7]
            22 ??? (Adobe Photoshop CC + 582975) [0x10008e53f]
              22 ??? (Adobe Photoshop CC + 24898056) [0x1017bea08]
                22 ??? (Adobe Photoshop CC + 24893234) [0x1017bd732]
                  22 -[NSApplication run] + 553 (AppKit) [0x7fff85b80b2c]
                    22 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122 (AppKit) [0x7fff85b8ca2b]
                      22 _DPSNextEvent + 1434 (AppKit) [0x7fff85b8d3de]
                        22 _BlockUntilNextEventMatchingListInModeWithFilter + 65 (HIToolbox) [0x7fff8912a5bc]
                          22 ReceiveNextEventCommon + 173 (HIToolbox) [0x7fff8912a685]
                            22 RunCurrentEventLoopInMode + 226 (HIToolbox) [0x7fff8912aa0d]
                              22 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff896d00b5]
                                22 __CFRunLoopRun + 1525 (CoreFoundation) [0x7fff896d08e5]
                                  22 __CFRunLoopDoTimers + 298 (CoreFoundation) [0x7fff897865aa]
                                    22 __CFRunLoopDoTimer + 1151 (CoreFoundation) [0x7fff8971509f]
                                      22 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20 (CoreFoundation) [0x7fff89715564]
                                        22 __NSFireTimer + 96 (Foundation) [0x7fff90f940f4]
                                          22 ??? (Adobe Photoshop CC + 24893476) [0x1017bd824]
                                            22 ??? (Adobe Photoshop CC + 580624) [0x10008dc10]
                                              22 ??? (Adobe Photoshop CC + 581199) [0x10008de4f]
                                                22 ??? (Adobe Photoshop CC + 603665) [0x100093611]
                                                  22 ??? (Adobe Photoshop CC + 607597) [0x10009456d]
                                                    22 ??? (Adobe Photoshop CC + 6551651) [0x10063f863]
                                                      22 ??? (Adobe Photoshop CC + 629282) [0x100099a22]
                                                        22 ??? (Adobe Photoshop CC + 18402813) [0x10118cdfd]
                                                          22 ??? (Adobe Photoshop CC + 18402975) [0x10118ce9f]
                                                            22 ??? (Adobe Photoshop CC + 18405725) [0x10118d95d]
                                                              22 OWLWidgetShow + 491 (AdobeOwl) [0x104cc4657]
                                                                22 ??? (AdobeOwl + 315521) [0x104cc5081]
                                                                  22 ??? (AdobeOwl + 259756) [0x104cb76ac]
                                                                    22 ??? (AdobeOwl + 164632) [0x104ca0318]
                                                                      22 ??? (AdobeOwl + 341296) [0x104ccb530]
                                                                        22 ??? (AdobeOwl + 336956) [0x104cca43c]
                                                                          22 ??? (AdobeOwl + 338643) [0x104ccaad3]
                                                                            22 ??? (AdobeOwl + 859404) [0x104d49d0c]
                                                                              22 ??? (AdobeOwl + 859770) [0x104d49e7a]
                                                                                22 ??? (AdobeOwl + 871942) [0x104d4ce06]
                                                                                  22 ??? (AdobeOwl + 483113) [0x104cedf29]
                                                                                    22 ??? (AdobeOwl + 595416) [0x104d095d8]
                                                                                      22 ??? (AdobeOwl + 560155) [0x104d00c1b]
                                                                                        22 ??? (AdobeOwl + 558016) [0x104d003c0]
                                                                                          22 ??? (AdobeOwl + 514281) [0x104cf58e9]
                                                                                            22 -[NSView(NSInternal) _setHidden:setNeedsDisplay:] + 281 (AppKit) [0x7fff85ba07e5]
                                                                                              22 -[NSView _recursiveLostHiddenAncestor] + 363 (AppKit) [0x7fff85cc8e7b]
                                                                                                 22 -[NSView _recursiveLostHiddenAncestor] + 363 (AppKit) [0x7fff85cc8e7b]
                                                                                                   22 -[NSView _recursiveLostHiddenAncestor] + 363 (AppKit) [0x7fff85cc8e7b]
                                                                                                     22 -[NSView _recursiveLostHiddenAncestor] + 128 (AppKit) [0x7fff85cc8d90]
                                                                                                       22 ??? (Adobe Photoshop CC + 25689606) [0x10187fe06]
                                                                                                         22 ??? (Adobe Photoshop CC + 18402613) [0x10118cd35]
                                                                                                           22 ??? (Adobe Photoshop CC + 18402813) [0x10118cdfd]
                                                                                                             22 ??? (Adobe Photoshop CC + 18403261) [0x10118cfbd]
                                                                                                               22 ??? (Adobe Photoshop CC + 1045317) [0x1000ff345]
                                                                                                                 22 ??? (Adobe Photoshop CC + 583236) [0x10008e644]
                                                                                                                   22 ??? (Adobe Photoshop CC + 658559) [0x1000a0c7f]
                                                                                                                     22 ??? (Adobe Photoshop CC + 7391570) [0x10070c952]
                                                                                                                       22 ??? (Adobe Photoshop CC + 7296649) [0x1006f5689]
                                                                                                                         22 ??? (Adobe Photoshop CC + 25877834) [0x1018add4a]
                                                                                                                           22 ??? (Adobe Photoshop CC + 24449184) [0x1017510a0]
                                                                                                                             22 ??? (Adobe Photoshop CC + 24429512) [0x10174c3c8]
                                                                                                                               22 ??? (Adobe Photoshop CC + 6702478) [0x10066458e]
                                                                                                                                 22 ??? (Adobe Photoshop CC + 13475973) [0x100cda085]
                                                                                                                                   22 ??? (Adobe Photoshop CC + 13543755) [0x100cea94b]
                                                                                                                                     22 ??? (Adobe Photoshop CC + 13405389) [0x100cc8ccd]
                                                                                                                                       22 ??? (Adobe Photoshop CC + 13408459) [0x100cc98cb]
                                                                                                                                         22 ??? (Adobe Photoshop CC + 12643990) [0x100c0ee96]
                                                                                                                                           22 ??? (Adobe Photoshop CC + 12644364) [0x100c0f00c]
                                                                                                                                             22 ??? (Adobe Photoshop CC + 12650197) [0x100c106d5]
                                                                                                                                               22 ??? (AdobeCoolType + 353271) [0x1058743f7]
                                                                                                                                                 22 CTCleanup + 724119 (AdobeCoolType) [0x10592d645]
                                                                                                                                                   22 CTCleanup + 388882 (AdobeCoolType) [0x1058db8c0]
                                                                                                                                                     22 CTCleanup + 389039 (AdobeCoolType) [0x1058db95d]
                                                                                                                                                       17 CTCleanup + 724408 (AdobeCoolType) [0x10592d766]
                                                                                                                                                         17 ??? (AdobeCoolType + 73805) [0x10583004d]
                                                                                                                                                           17 CTCleanup + 325486 (AdobeCoolType) [0x1058cc11c]
                                                                                                                                                             17 CTCleanup + 324222 (AdobeCoolType) [0x1058cbc2c]
                                                                                                                                                               14 CTCleanup + 1026999 (AdobeCoolType) [0x105977565]
                                                                                                                                                                 14 CTCleanup + 1025852 (AdobeCoolType) [0x1059770ea]
                                                                                                                                                                   14 CTCleanup + 1005255 (AdobeCoolType) [0x105972075]
                                                                                                                                                                     14 CTCleanup + 1005353 (AdobeCoolType) [0x1059720d7]
                                                                                                                                                                       14 CTFontManagerCreateFontDescriptorsFromURL + 54 (CoreText) [0x7fff8b32b94e]
                                                                                                                                                                         14 CreateFontsWithURL(__CFURL const*, bool) + 22 (CoreText) [0x7fff8b32c31c]
                                                                                                                                                                           13 CGFontCreateFontsWithURL + 383 (CoreGraphics) [0x7fff8dbc44fe]
                                                                                                                                                                             13 CGFontCreateFontsWithPath + 40 (CoreGraphics) [0x7fff8dbc48e9]
                                                                                                                                                                               13 create_private_data_with_path + 19 (libCGXType.A.dylib) [0x7fff8a8731f4]
                                                                                                                                                                                 13 FPFontCreateFontsWithPath + 253 (libFontParser.dylib) [0x7fff90128e1f]
                                                                                                                                                                                   5  TFont::CreateFontEntitiesForFile(char const*, bool, TSimpleArray<TFont*>&, bool, short, char const*) + 1306 (libFontParser.dylib) [0x7fff9012981e]
                                                                                                                                                                                     5  TLWFNType1Font::TLWFNType1Font(TResourceForkSurrogate const&, TResourceFileDataSurrogate const&, TResourceFileDataSurrogate const&) + 452 (libFontParser.dylib) [0x7fff9013cc86]
                                                                                                                                                                                       5  TType1ParsingContext::ParseType1Font() + 14 (libFontParser.dylib) [0x7fff9013d610]
                                                                                                                                                                                         5  TParsingContext::ParseType1Font() + 486 (libFontParser.dylib) [0x7fff9013d8b4]
                                                                                                                                                                                            2  TParsingContext::DoParse(TParserDictionary const*) + 857 (libFontParser.dylib) [0x7fff9013e4db]
                                                                                                                                                                                              1  TParsingContext::DoCharStrings() + 334 (libFontParser.dylib) [0x7fff90143524]
                                                                                                                                                                                                1  TParsingContext::GetBinaryString(unsigned int&, unsigned int&, unsigned int&) + 390 (libFontParser.dylib) [0x7fff90142ff8]
                                                                                                                                                                                                  1  TParsingContext::FillBuf() + 182 (libFontParser.dylib) [0x7fff9013e05e]
                                                                                                                                                                                                    1  TParsingContext::DecryptBuf() + 241 (libFontParser.dylib) [0x7fff901425ab]
                                                                                                                                                                                                      1  <executing in user space>
                                                                                                                                                                                              1  TParsingContext::DoCharStrings() + 378 (libFontParser.dylib) [0x7fff90143550]
                                                                                                                                                                                                1  TType1LWFNParsingContext::CharString(unsigned int, unsigned int, unsigned int, char const*, char const*, unsigned int) + 374 (libFontParser.dylib) [0x7fff90143a8a]
                                                                                                                                                                                                  1  TSimpleDictionary<TStringKeyValuePair, char const*, unsigned int>::GetValue(char const*, unsigned int&) const + 30 (libFontParser.dylib) [0x7fff9013fbfe]
                                                                                                                                                                                                    1  TSimpleDictionary<TStringKeyValuePair, char const*, unsigned int>::BinarySearch(char const*, int, unsigned long) const + 64 (libFontParser.dylib) [0x7fff9013fc7c]
                                                                                                                                                                                                      1  _platform_strcmp + 227 (libsystem_platform.dylib) [0x7fff8a59cde3]
                                                                                                                                                                                                        1  <executing in user space>
                                                                                                                                                                                            1  TParsingContext::DoParse(TParserDictionary const*) + 1003 (libFontParser.dylib) [0x7fff9013e56d]
                                                                                                                                                                                              1  TParsingContext::HandleReaction(int) + 4484 (libFontParser.dylib) [0x7fff90140e40]
                                                                                                                                                                                                1  TParsingContext::DoEncoding(TEncodingProtocol*) + 188 (libFontParser.dylib) [0x7fff9014181a]
                                                                                                                                                                                                  1  TParsingContext::GetToken() + 2404 (libFontParser.dylib) [0x7fff9013f188]
                                                                                                                                                                                                    1  TParsingContext::FillBuf() + 86 (libFontParser.dylib) [0x7fff9013dffe]
                                                                                                                                                                                                      1  TType1LWFNParsingContext::GetBytes(unsigned long&) + 43 (libFontParser.dylib) [0x7fff9013e0c9]
                                                                                                                                                                                                        1  TType1LWFNResourceChain::GetNextResource() const + 55 (libFontParser.dylib) [0x7fff90142415]
                                                                                                                                                                                                          1  TResourceFileDataSurrogate::TResourceFileDataSurrogate(TResourceForkSurrogate const&, unsigned int, short) + 67 (libFontParser.dylib) [0x7fff901300cf]
                                                                                                                                                                                                            1  TResourceFileDataReference::TResourceFileDataReference(TResourceForkSurrogate const&, unsigned int, short) + 147 (libFontParser.dylib) [0x7fff901301d5]
                                                                                                                                                                                                              1  TResourceForkFileReference::GetResource(unsigned int, short, unsigned long*, unsigned char*) const + 33 (libFontParser.dylib) [0x7fff90130227]
                                                                                                                                                                                                                1  RMGetResource + 43 (CarbonCore) [0x7fff91350517]
                                                                                                                                                                                                                  1  GetResourcePtrCommon + 531 (CarbonCore) [0x7fff91350730]
                                                                                                                                                                                                                   *1  hndl_alltraps + 219 (mach_kernel) [0xffffff80002f322b]
                                                                                                                                                                                                                     *1  user_trap + 748 (mach_kernel) [0xffffff80002dc26c]
                                                                                                                                                                                                                       *1  vm_fault + 4767 (mach_kernel) [0xffffff8000278fdf]
                                                                                                                                                                                                                         *1  vm_fault_enter + 2631 (mach_kernel) [0xffffff8000277587]
                                                                                                                                                                                                                           *1  pmap_enter_options + 1647 (mach_kernel) [0xffffff80002c417f]
                                                                                                                                                                                                                             *1  do_mfence + 3 (mach_kernel) [0xffffff80002d70c3]
                                                                                                                                                                                            1  TParsingContext::DoParse(TParserDictionary const*) + 43 (libFontParser.dylib) [0x7fff9013e1ad]
                                                                                                                                                                                              1  TParserDictionary::CommenceDictionaryParsing(TParsingContext&) const + 55 (libFontParser.dylib) [0x7fff9013e70f]
                                                                                                                                                                                                1  TParsingContext::SkipTo(Token) + 91 (libFontParser.dylib) [0x7fff9013e7c5]
                                                                                                                                                                                                  1  TParsingContext::SkipTo(Token) + 62 (libFontParser.dylib) [0x7fff9013e7a8]
                                                                                                                                                                                                    1  TParsingContext::GetToken() + 1827 (libFontParser.dylib) [0x7fff9013ef47]
                                                                                                                                                                                                      1  <executing in user space>
                                                                                                                                                                                            1  TParsingContext::DoParse(TParserDictionary const*) + 299 (libFontParser.dylib) [0x7fff9013e2ad]
                                                                                                                                                                                              1  TParsingContext::DoSubrs() + 270 (libFontParser.dylib) [0x7fff90142c5c]
                                                                                                                                                                                                1  TParsingContext::GetToken() + 2042 (libFontParser.dylib) [0x7fff9013f01e]
                                                                                                                                                                                                  1  <executing in user space>
                                                                                                                                                                                   2  TFont::CreateFontEntitiesForFile(char const*, bool, TSimpleArray<TFont*>&, bool, short, char const*) + 930 (libFontParser.dylib) [0x7fff901296a6]
                                                                                                                                                                                     2  TResourceFileDataSurrogate::TResourceFileDataSurrogate(TResourceForkSurrogate const&, unsigned int, short) + 67 (libFontParser.dylib) [0x7fff901300cf]
                                                                                                                                                                                       2  TResourceFileDataReference::TResourceFileDataReference(TResourceForkSurrogate const&, unsigned int, short) + 147 (libFontParser.dylib) [0x7fff901301d5]
                                                                                                                                                                                         2  TResourceForkFileReference::GetResource(unsigned int, short, unsigned long*, unsigned char*) const + 33 (libFontParser.dylib) [0x7fff90130227]
                                                                                                                                                                                            2  RMGetResource + 43 (CarbonCore) [0x7fff91350517]
                                                                                                                                                                                              2  GetResourcePtrCommon + 413 (CarbonCore) [0x7fff913506ba]
                                                                                                                                                                                               *2  hndl_alltraps + 219 (mach_kernel) [0xffffff80002f322b]
                                                                                                                                                                                                 *2  user_trap + 748 (mach_kernel) [0xffffff80002dc26c]
                                                                                                                                                                                                   *2  vm_fault + 2660 (mach_kernel) [0xffffff80002787a4]
                                                                                                                                                                                                     *2  vm_fault_page + 994 (mach_kernel) [0xffffff8000274412]
                                                                                                                                                                                                       *2  lck_rw_sleep + 81 (mach_kernel) [0xffffff800022d921]
                                                                                                                                                                                                         *2  thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                                                                                                                                                                                                           *2  ??? (mach_kernel + 223627) [0xffffff800023698b]
                                                                                                                                                                                                             *2  machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]
                                                                                                                                                                                   2  TFont::CreateFontEntitiesForFile(char const*, bool, TSimpleArray<TFont*>&, bool, short, char const*) + 3152 (libFontParser.dylib) [0x7fff90129f54]
                                                                                                                                                                                     2  TSFNTOpenTypeCIDFont::IsCFFCIDFont(TSFNTData const&) + 54 (libFontParser.dylib) [0x7fff90136394]
                                                                                                                                                                                       2  TSFNTType1CFFDescriptor::TSFNTType1CFFDescriptor(TSFNTData const&, unsigned int) + 154 (libFontParser.dylib) [0x7fff9013648c]
                                                                                                                                                                                         2  TType1CFFDescriptor::TType1CFFDescriptor(TDataReference, TStringRef const&) + 223 (libFontParser.dylib) [0x7fff901366d1]
                                                                                                                                                                                            1  TType1CFFDescriptor::GetCFFFontSet() + 184 (libFontParser.dylib) [0x7fff90136d3c]
                                                                                                                                                                                              1  TCFFFontSetInfo::GetArrayInfo(TCFFArrayInfo&, unsigned int) const + 128 (libFontParser.dylib) [0x7fff90136f2a]
                                                                                                                                                                                                1  TCFFFontSetInfo::GetIndexedArrayOffset(MDataReference&, TCFFArrayInfo const&, unsigned int) const + 141 (libFontParser.dylib) [0x7fff901370df]
                                                                                                                                                                                                  1  ReadByteInc(MDataReference&) + 27 (libFontParser.dylib) [0x7fff90136e3a]
                                                                                                                                                                                                   *1  hndl_alltraps + 219 (mach_kernel) [0xffffff80002f322b]
                                                                                                                                                                                                     *1  user_trap + 748 (mach_kernel) [0xffffff80002dc26c]
                                                                                                                                                                                                       *1  vm_fault + 3761 (mach_kernel) [0xffffff8000278bf1]
                                                                                                                                                                                                         *1  thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                                                                                                                                                                                                           *1  ??? (mach_kernel + 223627) [0xffffff800023698b]
                                                                                                                                                                                                             *1  machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]
                                                                                                                                                                                            1  TType1CFFDescriptor::GetCFFFontSet() + 80 (libFontParser.dylib) [0x7fff90136cd4]
                                                                                                                                                                                              1  ReadByteInc(MDataReference&) + 27 (libFontParser.dylib) [0x7fff90136e3a]
                                                                                                                                                                                               *1  hndl_alltraps + 219 (mach_kernel) [0xffffff80002f322b]
                                                                                                                                                                                                 *1  user_trap + 748 (mach_kernel) [0xffffff80002dc26c]
                                                                                                                                                                                                   *1  vm_fault + 3761 (mach_kernel) [0xffffff8000278bf1]
                                                                                                                                                                                                     *1  thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                                                                                                                                                                                                       *1  ??? (mach_kernel + 223627) [0xffffff800023698b]
                                                                                                                                                                                                         *1  machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]
                                                                                                                                                                                   2  TFont::CreateFontEntitiesForFile(char const*, bool, TSimpleArray<TFont*>&, bool, short, char const*) + 2698 (libFontParser.dylib) [0x7fff90129d8e]
                                                                                                                                                                                     2  TArrayOfFontsWithUniquePostscriptNames::Append(TFont* const&) + 72 (libFontParser.dylib) [0x7fff9012bf66]
                                                                                                                                                                                       2  TSFNTFont::GetPostscriptName() const + 35 (libFontParser.dylib) [0x7fff9012c073]
                                                                                                                                                                                         2  TnameTable::GetPostscriptName() const + 64 (libFontParser.dylib) [0x7fff9012c2b4]
                                                                                                                                                                                            2  TnameTable::FindName(unsigned short, unsigned short, unsigned short, unsigned short) const + 47 (libFontParser.dylib) [0x7fff9012c40d]
                                                                                                                                                                                             *2  hndl_alltraps + 219 (mach_kernel) [0xffffff80002f322b]
                                                                                                                                                                                               *2  user_trap + 748 (mach_kernel) [0xffffff80002dc26c]
                                                                                                                                                                                                 *2  vm_fault + 3761 (mach_kernel) [0xffffff8000278bf1]
                                                                                                                                                                                                   *2  thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                                                                                                                                                                                                     *2  ??? (mach_kernel + 223627) [0xffffff800023698b]
                                                                                                                                                                        

    Hi Curt,
    Thanks for your input. In this case, Photoshop CC did hang in a stalled state (Mac spinning beachball, Photoshop (Not Responding) and I had to force quit. That's how the report was generated. If you look at the top it says that it was a hung process. I suppose it generates the report because of the forced quit. Here's the top of the report:
    Date/Time:       2014-04-08 18:08:41 -0500
    OS Version:      10.9.2 (Build 13C64)
    Architecture:    x86_64
    Report Version:  18
    Command:         Photoshop
    Path:            /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/MacOS/Adobe Photoshop CC
    Version:         14.2.1 (14.2.1.570)
    Parent:          launchd [167]
    PID:             87824
    Event:           hang

  • Latest itunes keeps crashing on launch

    I just update my itunes to the newest version - 10.5? I'm running Mac Os x version 10.6.8. Everytime I try to open Itunes, the following error message appears: iTunes quit unexpectedly.
    Details:
    Process:         iTunes [446]
    Path:            /Applications/iTunes.app/Contents/MacOS/iTunes
    Identifier:      com.apple.iTunes
    Version:         10.5 (10.5)
    Build Info:      iTunes-10509941~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [86]
    Date/Time:       2011-10-11 16:53:26.117 -0700
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          97966 sec
    Crashes Since Last Report:           57
    Per-App Interval Since Last Report:  17 sec
    Per-App Crashes Since Last Report:   22
    Anonymous UUID:                      B031EC09-CC01-4C30-B2C7-074CFF2EAB81
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    abort() called
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                 0x9a3e2c5a __kill + 10
    1   libSystem.B.dylib                 0x9a3e2c4c kill$UNIX2003 + 32
    2   libSystem.B.dylib                 0x9a4755a5 raise + 26
    3   libSystem.B.dylib                 0x9a48b6e4 abort + 93
    4   libSystem.B.dylib                 0x9a388575 free + 129
    5   ...ple.CoreServices.CarbonCore    0x94eff01d DisposePtr + 37
    6   com.apple.DesktopVideoOut         0x02f9465d DVOClose + 160
    7   ...ple.CoreServices.CarbonCore    0x94f49dcc CallComponentFunctionCommonWithStorage(char**, ComponentParameters*, long (*)(), unsigned long) + 54
    8   com.apple.DesktopVideoOut         0x02f942b8 DVOComponentDispatch + 98
    9   ...ple.CoreServices.CarbonCore    0x94f4251f CallComponentDispatch + 29
    10  ...ple.CoreServices.CarbonCore    0x94f428a8 CallComponentClose + 43
    11  ...ple.CoreServices.CarbonCore    0x94f427d1 CloseComponentInternal(ComponentInstanceRecord*) + 101
    12  ...ple.CoreServices.CarbonCore    0x94f42752 CloseComponent + 46
    13  ...ple.CoreServices.CarbonCore    0x94f40814 OpenAComponent + 493
    14  ...ple.CoreServices.CarbonCore    0x94f46149 OpenComponent + 24
    15  ...ple.CoreServices.CarbonCore    0x94f425cc CallComponent + 171
    16  ...ple.CoreServices.CarbonCore    0x94f4251f CallComponentDispatch + 29
    17  ...ple.CoreServices.CarbonCore    0x94fd0e15 CallComponentVersion + 37
    18  ...ple.CoreServices.CarbonCore    0x94f71440 getComponentVersion(RegisteredComponent*) + 213
    19  ...ple.CoreServices.CarbonCore    0x94f3aede DestroyOlder(RegisteredComponent*, long) + 126
    20  ...ple.CoreServices.CarbonCore    0x94f3a9bc RegisterComponentResourcePtr + 709
    21  ...ple.CoreServices.CarbonCore    0x94f39fa1 registerSystemComponents + 244
    22  ...ple.CoreServices.CarbonCore    0x94f39dd1 FindNextComponentInternal(ComponentRecord*, ComponentDescription*, unsigned long) + 86
    23  ...ple.CoreServices.CarbonCore    0x94f39d64 FindNextComponent + 61
    24  com.apple.QuickTime               0x90ea9f9d EnterMovies_priv + 411
    25  com.apple.QuickTime               0x90ea9abe EnterMovies + 16
    26  com.apple.iTunes                  0x00775b70 0x1000 + 7818096
    27  com.apple.iTunes                  0x00009b20 0x1000 + 35616
    28  com.apple.iTunes                  0x00009a75 0x1000 + 35445
    29  com.apple.iTunes                  0x000099e5 0x1000 + 35301
    30  com.apple.Foundation              0x993c8e53 _nsnote_callback + 176
    31  com.apple.CoreFoundation          0x9a9f5793 __CFXNotificationPost + 947
    32  com.apple.CoreFoundation          0x9a9f519a _CFXNotificationPostNotification + 186
    33  com.apple.Foundation              0x993bdcf0 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128
    34  com.apple.Foundation              0x993cb0fd -[NSNotificationCenter postNotificationName:object:] + 56
    35  com.apple.AppKit                  0x94600511 -[NSApplication finishLaunching] + 493
    36  com.apple.AppKit                  0x945fff0d -[NSApplication run] + 79
    37  com.apple.iTunes                  0x00004c5e 0x1000 + 15454
    38  com.apple.iTunes                  0x00004ac9 0x1000 + 15049
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                 0x9a3a8382 kevent + 10
    1   libSystem.B.dylib                 0x9a3a8a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                 0x9a3a7f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                 0x9a3a7cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                 0x9a3a7781 _pthread_wqthread + 390
    5   libSystem.B.dylib                 0x9a3a75c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                 0x9a3a7412 __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x9a3a79a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                 0x9a3a75c6 start_wqthread + 30
    Thread 3:
    0   com.apple.CoreFP                  0x0b97da8e YlCJ3lg + 1556862
    1   com.apple.CoreFP                  0x0ba32ab8 X46O5IeS + 2040
    2   com.apple.iTunes                  0x0096ae57 0x1000 + 9870935
    3   com.apple.iTunes                  0x0096c79a 0x1000 + 9877402
    4   com.apple.iTunes                  0x00a3b6d4 0x1000 + 10725076
    5   com.apple.iTunes                  0x000091d9 0x1000 + 33241
    6   com.apple.iTunes                  0x00009084 0x1000 + 32900
    7   com.apple.iTunes                  0x008368f9 0x1000 + 8607993
    8   libSystem.B.dylib                 0x9a3af259 _pthread_start + 345
    9   libSystem.B.dylib                 0x9a3af0de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                 0x9a381afa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x9a382267 mach_msg + 68
    2   com.apple.CoreFoundation          0x9a9d730f __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation          0x9a9d63f4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation          0x9a9dc334 CFRunLoopRun + 84
    5   com.apple.iTunes                  0x0000b3e0 0x1000 + 41952
    6   com.apple.iTunes                  0x008368f9 0x1000 + 8607993
    7   libSystem.B.dylib                 0x9a3af259 _pthread_start + 345
    8   libSystem.B.dylib                 0x9a3af0de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x9a48b693  ecx: 0xbfffef1c  edx: 0x9a3e2c5a
      edi: 0x01e46000  esi: 0x00000002  ebp: 0xbfffef38  esp: 0xbfffef1c
       ss: 0x0000001f  efl: 0x00000282  eip: 0x9a3e2c5a   cs: 0x00000007
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x02bff000
    Binary Images:
        0x1000 -   0xf84fd7  com.apple.iTunes 10.5 (10.5) <CF368726-AFEA-797C-DB5B-64E35ABB00E7> /Applications/iTunes.app/Contents/MacOS/iTunes
    0x11cb000 -  0x1246fef  com.apple.iTunes.iPodUpdater 10.4 (10.4) <8FAA906B-A61D-912A-E534-29D094FB180A> /Applications/iTunes.app/Contents/Frameworks/iPodUpdater.framework/Versions/A/i PodUpdater
    0x128b000 -  0x12b0ff7  com.apple.avfoundationcf 2.0 (60.1) <2D4DFC71-1195-4549-658B-7295F37AAEC3> /System/Library/PrivateFrameworks/AVFoundationCF.framework/Versions/A/AVFoundat ionCF
    0x12d8000 -  0x12ddff7  com.apple.iPod 1.6 (17) <4CCD2720-D270-C0D2-1E14-1374779C2401> /System/Library/PrivateFrameworks/iPod.framework/Versions/A/iPod
    0x12e3000 -  0x1506ff7 +libgnsdk_dsp.1.9.3.dylib 1.9.3 (compatibility 1.9.3) <F33A74F3-6232-4933-18EB-3F3251CBFFCA> /Applications/iTunes.app/Contents/MacOS/libgnsdk_dsp.1.9.3.dylib
    0x1521000 -  0x15ebfe7 +libgnsdk_sdkmanager.1.9.3.dylib 1.9.3 (compatibility 1.9.3) <DFAA35B6-6424-5400-4AE8-30C7121BEEB0> /Applications/iTunes.app/Contents/MacOS/libgnsdk_sdkmanager.1.9.3.dylib
    0x1602000 -  0x1644fe7 +libgnsdk_submit.1.9.3.dylib 1.9.3 (compatibility 1.9.3) <8B86BE3D-0BD6-853C-53AE-596073375997> /Applications/iTunes.app/Contents/MacOS/libgnsdk_submit.1.9.3.dylib
    0x1649000 -  0x1669fe7 +libgnsdk_musicid.1.9.3.dylib 1.9.3 (compatibility 1.9.3) <E6DBB1B3-0785-5066-02DB-16BC338656FE> /Applications/iTunes.app/Contents/MacOS/libgnsdk_musicid.1.9.3.dylib
    0x1676000 -  0x16bbff7  com.apple.CoreMedia.AVCFSupport 1.0 (705.24.4) <FAEC8CE1-BF17-B566-38E3-98E97C2403CE> /System/Library/PrivateFrameworks/AVFoundationCF.framework/Support/CoreMedia.fr amework/Versions/A/CoreMedia
    0x16da000 -  0x1a45ff3  com.apple.MediaToolbox.AVCFSupport 1.0 (705.24.4) <B801EFCB-07D9-2A94-9E7A-530AD7E892AA> /System/Library/PrivateFrameworks/AVFoundationCF.framework/Support/MediaToolbox .framework/Versions/A/MediaToolbox
    0x1aaa000 -  0x1deafeb  com.apple.VideoToolbox.AVCFSupport 1.0 (705.24.4) <A4DBF709-3753-2F20-B20D-1D5DB80F3997> /System/Library/PrivateFrameworks/AVFoundationCF.framework/Support/VideoToolbox .framework/Versions/A/VideoToolbox
    0x2f93000 -  0x2f98ff7  com.apple.DesktopVideoOut 1.2.4 (1.2.4) /Users/lauren_cunningham/Library/QuickTime/DesktopVideoOut.component/Contents/M acOS/DesktopVideoOut
    0xb800000 -  0xbaffff7  com.apple.CoreFP 2.0.35 (2.0.35) <C8DA8AA0-1A9F-E808-EED4-626B819ECBDB> /System/Library/PrivateFrameworks/CoreFP.framework/CoreFP
    0xbc5c000 -  0xc99cfe7  com.apple.CoreFP1 1.13.35 (1.13.35) <CDB58308-9549-CABD-19E6-8AEBEA32A98B> /System/Library/PrivateFrameworks/CoreFP1.framework/CoreFP1
    0x8fe00000 - 0x8fe4163b  dyld 132.1 (???) <4CDE4F04-0DD6-224E-ACE5-3C06E169A801> /usr/lib/dyld
    0x90003000 - 0x9009efe7  com.apple.ApplicationServices.ATS 275.16 (???) <873C8B8A-B563-50F7-7628-524EE9E8DF0F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9009f000 - 0x900d9ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <038731B1-CC44-3943-E3DE-4BAAA203EB72> /usr/lib/libcups.2.dylib
    0x900da000 - 0x900eaff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x900eb000 - 0x90351ff7  com.apple.security 6.1.2 (55002) <64A20CEB-E614-D35F-7B9F-246BCB25BA23> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x90393000 - 0x90393ff7  com.apple.Carbon 150 (152) <095157D7-B4EE-F73D-72E9-6C5EF55C55E2> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x903ab000 - 0x903b4ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x903b5000 - 0x9042cff3  com.apple.backup.framework 1.2.2 (1.2.2) <D65F2FCA-15EB-C200-A08F-7DC4089DA6A2> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x90437000 - 0x904cffe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x904fb000 - 0x9052bff7  com.apple.MeshKit 1.1 (49.2) <5A74D1A4-4B97-FE39-4F4D-E0B80F0ADD87> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x9052c000 - 0x9055dff7  libGLImage.dylib ??? (???) <0EE86397-A867-0BBA-E5B1-B800E43FC5CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9055e000 - 0x9055fff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <838E1760-F7D9-3239-B3A8-20E25EFD1379> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x90645000 - 0x9069dfe7  com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x9069e000 - 0x907aaff7  libGLProgrammability.dylib ??? (???) <04D7E5C3-B0C3-054B-DF49-3B333DCDEE22> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x907ab000 - 0x90853ffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x90854000 - 0x90854ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x90855000 - 0x90911fff  com.apple.ColorSync 4.6.6 (4.6.6) <7CD8B191-039A-02C3-EA5E-4194EC59995B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x90912000 - 0x9091dff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9091e000 - 0x90929ff7  com.apple.CrashReporterSupport 10.6.7 (258) <8F3E7415-1FFF-0C20-2EAB-6A23B9728728> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x909c5000 - 0x909caff7  com.apple.OpenDirectory 10.6 (10.6) <0603680A-A002-D294-DE83-0D028C6BE884> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x90b0c000 - 0x90b53ffb  com.apple.CoreMediaIOServices 140.0 (1496) <DA152F1C-8EF4-4F5E-6D60-82B1DC72EF47> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x90b72000 - 0x90bcfff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90d33000 - 0x90d79ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x90d7a000 - 0x90ea7ffb  com.apple.MediaToolbox 0.484.52 (484.52) <C9035045-D1B4-1B1F-7354-B00D1094D804> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x90ea8000 - 0x911a2fef  com.apple.QuickTime 7.6.6 (1783) <1EC8DC5E-12E3-1DB8-1F7D-44C6EF193C58> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x911d6000 - 0x911d6ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x911d7000 - 0x91399feb  com.apple.ImageIO.framework 3.0.4 (3.0.4) <027F55DF-7E4E-2310-1536-3F470CB8847B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x913b3000 - 0x913d5fef  com.apple.DirectoryService.Framework 3.6 (621.12) <A4A47C88-138C-A237-88A5-877E5CAB4494> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x913e7000 - 0x913eafe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x913f7000 - 0x914d1fff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x91525000 - 0x91525ff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x91546000 - 0x91552ff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x91553000 - 0x9156bff7  com.apple.CFOpenDirectory 10.6 (10.6) <D1CF5881-0AF7-D164-4156-9E9067B7FA37> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x9156c000 - 0x91787ff7  com.apple.JavaScriptCore 6534 (6534.49) <B8523DCA-B8EC-4E44-4E0C-6354BA2E67AB> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x91835000 - 0x918b7ffb  SecurityFoundation ??? (???) <C4506287-1AE2-5380-675D-95B0291AA425> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x918b8000 - 0x918b8ff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x918f0000 - 0x918f3ffb  com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x918f4000 - 0x9192efe7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C62A7753-99A2-6782-92E7-6628A6190A90> /usr/lib/libssl.0.9.8.dylib
    0x9192f000 - 0x919ddff3  com.apple.ink.framework 1.3.3 (107) <233A981E-A2F9-56FB-8BDE-C2DEC3F20784> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x919f7000 - 0x91a72fff  com.apple.AppleVAFramework 4.10.26 (4.10.26) <B293EC46-9F71-F448-F0E7-2960DC6DAEF7> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x91a73000 - 0x91a74ff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x91a75000 - 0x91b2efe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x91b2f000 - 0x91c0ffe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x92b63000 - 0x92ba5ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x92ba6000 - 0x92bb4ff7  com.apple.opengl 1.6.13 (1.6.13) <025A905D-C1A3-B24A-1585-37C328D77148> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x92bb5000 - 0x92ce3fe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x92ce4000 - 0x92d76fe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x92f54000 - 0x93056fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
    0x93057000 - 0x93134fe3  com.apple.DiscRecording 5.0.9 (5090.4.2) <92C85A16-5C80-9F35-13BE-2B312956AA9A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x93171000 - 0x9362cff7  com.apple.VideoToolbox 0.484.52 (484.52) <F7CF9485-A932-1305-9AA6-3F7AC38B8B15> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x9362d000 - 0x94387fe7  com.apple.WebCore 6534 (6534.50) <492FD955-DCB6-2E2D-3F51-CF295516877A> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x945f2000 - 0x945f5ff7  libCoreVMClient.dylib ??? (???) <F58BDFC1-7408-53C8-0B08-48BA2F25CA43> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x945f6000 - 0x94ed9ff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94edb000 - 0x951fbff3  com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x951fc000 - 0x9521bff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9521c000 - 0x9531efef  com.apple.MeshKitIO 1.1 (49.2) <D0401AC5-1F92-2BBB-EBAB-58EDD3BA61B9> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x95365000 - 0x956d0ff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x95756000 - 0x9575cfff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9575d000 - 0x9579dff3  com.apple.securityinterface 4.0.1 (40418) <FED0C1B5-469E-ADFF-308E-C10B6A68AE45> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9579e000 - 0x9579eff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9579f000 - 0x957b1ff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x957b2000 - 0x957b9ff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x957ba000 - 0x957e0ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x95813000 - 0x95815ff7  libRadiance.dylib ??? (???) <5920EB69-8D7F-5EFD-70AD-590FCB5C9E6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x95816000 - 0x95820fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x95821000 - 0x958befe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x959c1000 - 0x95a8cfef  com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x95dd5000 - 0x95df0ff7  libPng.dylib ??? (???) <25DF2360-BFD3-0165-51AC-0BDAF7899DEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x95df1000 - 0x95e3afe7  libTIFF.dylib ??? (???) <579DC328-567D-A74C-4BCE-1D1C729E3F6D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x95e3b000 - 0x95f3cfe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <C75F921C-F027-6372-A0A1-EDB8A6234331> /usr/lib/libxml2.2.dylib
    0x9607c000 - 0x960eaff7  com.apple.QuickLookUIFramework 2.3 (327.6) <74706A08-5399-24FE-00B2-4A702A6B83C1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x960eb000 - 0x96501ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x96502000 - 0x9650dff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x96519000 - 0x9665cfef  com.apple.QTKit 7.7 (1783) <0C6814E2-98C2-74F4-770F-BA355CA86F0F> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x9665d000 - 0x9669aff7  com.apple.CoreMedia 0.484.52 (484.52) <62B0C876-A931-372F-8947-7CBA0379F427> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x966a2000 - 0x966a6ff7  libGFXShared.dylib ??? (???) <801B2C2C-1692-475A-BAD6-99F85B6E7C25> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x966a7000 - 0x96753fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x96754000 - 0x96798ff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x96e44000 - 0x96ea8ffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x96ebf000 - 0x96ebfff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x97018000 - 0x9701fff7  com.apple.aps.framework 1.2 (1.2) <79AFAF6A-319E-C55D-92D8-69284EC663E5> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
    0x97020000 - 0x97146fe7  com.apple.WebKit 6534 (6534.50) <219E2787-ED6D-5358-6659-35A9D62955F9> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x97147000 - 0x9718aff7  com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9718b000 - 0x971afff7  libJPEG.dylib ??? (???) <EA97DEC5-6E16-B51C-BF55-F6E8D23526AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x971b0000 - 0x971d0fe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <BF7FF2F6-5FD3-D78F-77BC-9E2CB2A5E309> /usr/lib/libresolv.9.dylib
    0x971d1000 - 0x9722bfe7  com.apple.CorePDF 1.4 (1.4) <78A1DDE1-1609-223C-A532-D282DC5E0CD0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x9722c000 - 0x972acfeb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x972ad000 - 0x972f2ff7  com.apple.ImageCaptureCore 1.1 (1.1) <F54F284F-0B81-0AFA-CE47-FF797A6E05B0> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x972f3000 - 0x9736dfff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9736e000 - 0x97376ff7  com.apple.DisplayServicesFW 2.3.3 (289) <828084B0-9197-14DD-F66A-D634250A212E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x97396000 - 0x97a11ff7  com.apple.CoreAUC 6.11.03 (6.11.03) <42B31B0F-18F9-29D2-A67C-7B81A47F6D67> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x97a12000 - 0x97a1fff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x97a20000 - 0x97c02fff  com.apple.imageKit 2.0.3 (1.0) <6E557757-26F7-7941-8AE7-046EC1871F50> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x97c03000 - 0x97c72ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x97c73000 - 0x97c84ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x97c93000 - 0x97e9afeb  com.apple.AddressBook.framework 5.0.4 (883) <E26855A0-8CEF-8C81-F963-A2BF9E47F5C8> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x98159000 - 0x98159ff7  com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x981d8000 - 0x98200ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <315D97C2-4E1F-A95F-A759-4A3FA5639E75> /usr/lib/libxslt.1.dylib
    0x9823a000 - 0x9824aff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x9824b000 - 0x9824cff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x9824d000 - 0x98305feb  libFontParser.dylib ??? (???) <D57D3834-9395-FD58-092A-49B3708E8C89> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x98330000 - 0x98344ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x98345000 - 0x98366fe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x98367000 - 0x983c8fe7  com.apple.CoreText 151.10 (???) <5C2DEFBE-D54B-4DC7-D456-9ED02880BE98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x983c9000 - 0x983cdff7  IOSurface ??? (???) <89D859B7-A26A-A5AB-8401-FC1E01AC7A60> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x983d1000 - 0x9841efeb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <00A1A83B-0E7D-D0F4-A643-8C5675C2BB21> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x9841f000 - 0x984ccfe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x984cd000 - 0x984e2fff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x98552000 - 0x98876fef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x988df000 - 0x988e5fe7  com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x988e6000 - 0x98a68fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D5980817-6D19-9636-51C3-E82BAE26776B> /usr/lib/libicucore.A.dylib
    0x98aa2000 - 0x98ab0fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x98ab1000 - 0x98ab8ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <A5FF7623-9F55-0364-AD9B-42CF13C677C1> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x98ab9000 - 0x98aecff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x98b19000 - 0x98b69ff7  com.apple.framework.familycontrols 2.0.2 (2020) <596ADD85-79F5-A613-537B-F83B6E19013C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x98b6a000 - 0x98b6eff7  libGIF.dylib ??? (???) <2123645B-AC89-C4E2-8757-85834CAE3DD2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x98b6f000 - 0x9935e557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9935f000 - 0x993b2ff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x993b3000 - 0x99624fef  com.apple.Foundation 6.6.7 (751.62) <5C995C7F-2EA9-50DC-9F2A-30237CDB31B1> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x99625000 - 0x99a5aff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x99a5b000 - 0x99ac5fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x9a00d000 - 0x9a04bff7  com.apple.QuickLookFramework 2.3 (327.6) <66955C29-0C99-D02C-DB18-4952AFB4E886> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x9a054000 - 0x9a054ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x9a063000 - 0x9a0a7fe7  com.apple.Metadata 10.6.3 (507.15) <460BEF23-B89F-6F4C-4940-45556C0671B5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9a1b7000 - 0x9a1cbfe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x9a1f7000 - 0x9a22fff7  com.apple.LDAPFramework 2.0 (120.1) <131ED804-DD88-D84F-13F8-D48E0012B96F> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9a230000 - 0x9a24cfe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9a24d000 - 0x9a257ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9a26c000 - 0x9a2c2ff7  com.apple.MeshKitRuntime 1.1 (49.2) <CB9F38B1-E107-EA62-EDFF-02EE79F6D1A5> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x9a307000 - 0x9a380ff7  com.apple.PDFKit 2.5.1 (2.5.1) <A068BF37-03E0-A231-2791-561C60C3ED2B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9a381000 - 0x9a528ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x9a529000 - 0x9a550ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x9a551000 - 0x9a68efe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <2D31CC6F-32CC-72FF-34EC-AB40CEE496A7> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9a68f000 - 0x9a8baff3  com.apple.QuartzComposer 4.2 ({156.30}) <2C88F8C3-7181-6B1D-B278-E0EE3F33A2AF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x9a8bb000 - 0x9a8f8ff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9a942000 - 0x9a985ff7  libGLU.dylib ??? (???) <FB26DD53-03F4-A7D7-8804-EBC5B3B37FA3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9a99a000 - 0x9ab15fe7  com.apple.CoreFoundation 6.6.5 (550.43) <10B8470A-88B7-FC74-1C2F-E5CBD966C051> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9ab16000 - 0x9ab18ff7  com.apple.securityhi 4.0 (36638) <6118C361-61E7-B34E-93DB-1B88108F8F18> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    Model: MacBookPro3,1, BootROM MBP31.0070.B07, 2 processors, Intel Core 2 Duo, 2.2 GHz, 2 GB, SMC 1.16f11
    Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 128 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x87), Atheros 5416: 2.1.14.6
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    PCI Card: pci168c,24, sppci_othernetwork, PCI Slot 5
    Serial ATA Device: TOSHIBA MK1655GSXF, 149.05 GB
    Parallel ATA Device: HL-DT-ST DVDRW  GSA-S10N
    USB Device: iPhone, 0x05ac  (Apple Inc.), 0x129c, 0xfa200000 / 2
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0xfd400000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8205, 0x1a100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x021a, 0x5d200000 / 3
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x5d100000 / 2

    For me it turned out to be a corrupt "iTunes Library.itl" file in Music/iTunes. Save a copy of the corrupt file. Then grab a backup from the "Music/iTunes/Previous iTunes Librariesæ folder. Then restart iTunes. I was not able to resolve my problem that way because my most recent backup also seems to be corrupt.
    All of your data should still be in tact (music, mobile apps, etc). After copying your corrupt library file, delete the original one and restart iTunes. I imagine it will not crash anymore. Now you can go into the iTunes Media folder and start re-adding your media files back to iTunes. This will force iTunes to recreate the library file from scratch.
    This worked for me.

  • Premiere Pro CC crashes immediateley playing AVCHD media in browser (running OSX 10.8 please help!

    Premiere Pro CC crashes immediateley playing AVCHD media in browser (running OSX 10.8 > please help!
    I've been running CS6 perfectly on OSX 10.8.4. but decided to update to a trial CC. That's when all the fuss began.
    Trying to play AVCHD material in the browser and it good stuck. Forced quit and then opened again. Then it good stuck in the startingwindow already.
    Reinstalled CC, because it might have been the installation. But again failed.
    Then used Adobe cleaner tool. But still failed.
    Then decided to go back to cs6. But now that one gets stuck too.
    Again deinstalled everything with Cleaner tool, and installed my CC trial again. Still gets stuck.
    Tried to make a new user without any Adobe on it, but still fails.
    What can I do? Because of all this mess I'm a week late on my editing-schedule, which is very frustrating. I might have to go back to FCP, and I don't want to.
    Please help me!
    Thanks so much.

    This is the crashreport>
    Date/Time:       2013-08-26 18:02:20 +0200
    OS Version:      10.8.4 (Build 12E55)
    Architecture:    x86_64
    Report Version:  11
    Command:         Premiere Pro
    Path:            /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/MacOS/Adobe Premiere Pro CC
    Version:         7.0.0 (7.0.0)
    Parent:          launchd [134]
    PID:             1059
    Event:           hang
    Duration:        3.61s
    Steps:           37 (100ms sampling interval)
    Hardware model:  MacBookPro10,1
    Active cpus:     8
    Free pages:      1062421 pages (-48327)
    Pageins:         11264 pages
    Pageouts:        0 pages
    Process:         Adobe Premiere Pro CC [1059]
    Path:            /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/MacOS/Adobe Premiere Pro CC
    Architecture:    x86_64
    Parent:          launchd [134]
    UID:             501
    Task size:       36474 pages (+6)
    Note:            Suspended for 19 samples
      Thread 0xda7c     DispatchQueue 1          priority <multiple>
       37 start + 52 (Adobe Premiere Pro CC) [0x100001864]
        37 main + 625 (Adobe Premiere Pro CC) [0x100001ae1]
          37 FE::Run(ASL::ObjectPtr<ASL::Module, ASL::AtomicValue> const&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, int) + 754 (Frontend) [0x1000c50c2]
             37 FE::AppMain(ASL::ObjectPtr<ASL::Module, ASL::AtomicValue> const&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, int, void*) + 245 (Frontend) [0x1000bea25]
               37 FE::Initializer::Initializer(ASL::ObjectPtr<ASL::Module, ASL::AtomicValue> const&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&) + 40 (Frontend) [0x10009eff8]
                 37 FE::Initializer::PrivateImpl::PrivateImpl(ASL::ObjectPtr<ASL::Module, ASL::AtomicValue> const&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&) + 2728 (Frontend) [0x1000a00b8]
                   37 MZ::Initializer::Initializer(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, bool, bool, bool) + 84 (Mezzanine) [0x105bbad44]
                     37 MZ::(anonymous namespace)::FullInitializer::FullInitializer(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, bool, bool, bool) + 5020 (Mezzanine) [0x105bbca7c]
                       37 ML::PluginSupport::LoadAllPlugins(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&) + 57 (PluginSupport) [0x1036f3599]
                         37 ML::PluginSupport::LoadAllPlugins(std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > >&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&) + 236 (PluginSupport) [0x1036f375c]
                           37 ML::LoadPlugins(std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > >&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&) + 6216 (PluginSupport) [0x1036d7d58]
                             37 ML::(anonymous namespace)::LoadPluginList(ML::PluginNameList const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > >&) + 711 (PluginSupport) [0x1036d8d57]
                               37 ML::(anonymous namespace)::AddPlugin(ML::PluginEntry const&, bool&) + 11061 (PluginSupport) [0x1036dcf95]
                                37 ML::ExporterModuleFactory::CreateUnknown(ASL::InterfaceRef<ML::IPlugin, ML::IPlugin>, int, int&) + 480 (ExporterHost) [0x1051487e0]
                                   37 ML::ExporterPluginModule::StartupFromDisk(unsigned int, bool) + 400 (ExporterHost) [0x105183090]
                                    37 ML::ExporterPluginModule::CallExportModule(int, void*, void*) + 583 (ExporterHost) [0x105183bd7]
                                       37 xSDKExport + 70 (ExporterQuickTimeHost) [0x11d5ee226]
                                        37 PrExporterModule<ExporterQuickTimeHost>::ExportEntry(int, exportStdParms*, void*, void*) + 94 (ExporterQuickTimeHost) [0x11d5ee31e]
                                           37 ExporterQuickTimeHost::OnStartup(exportStdParms*, exExporterInfoRec*) + 28 (ExporterQuickTimeHost) [0x11d5e9adc]
                                            37 QT32Client::Create() + 279 (QT32Client) [0x10edb2f07]
                                               37 QT32Client::QT32Client::Initialize(ASL::InterfaceRef<QT32Client::QT32ServerManager, QT32Client::IQT32ServerManager> const&, bool) + 37 (QT32Client) [0x10edb2fe5]
                                                 19 dyld::notifyBatchPartial(dyld_image_states, bool, char const* (*)(dyld_image_states, unsigned int, dyld_image_info const*)) + 721 (dyld) [0x7fff6bdfa96e]
                                                   19 _sigtramp + 26 (libsystem_c.dylib) [0x7fff8ffde94a]
                                                    19 FE::Application::AttemptPanicProjectSave() + 13 (Frontend) [0x10004b73d]
                                                      *19 return_from_trap + 156 (mach_kernel) [0xffffff80002ce14c]
                                                       *19 i386_astintr + 35 (mach_kernel) [0xffffff80002b8c63]
                                                          *19 ast_taken + 209 (mach_kernel) [0xffffff800021b6e1]
                                                           *19 bsd_ast + 839 (mach_kernel) [0xffffff8000568d97]
                                                              *19 postsig_locked + 663 (mach_kernel) [0xffffff8000568907]
                                                               *19 exit1_internal + 559 (mach_kernel) [0xffffff80005566cf]
                                                                  *19 proc_prepareexit + 133 (mach_kernel) [0xffffff8000556795]
                                                                   *19 task_exception_notify + 63 (mach_kernel) [0xffffff800021e72f]
                                                                      *19 exception_triage + 123 (mach_kernel) [0xffffff800021e62b]
                                                                       *19 exception_deliver + 740 (mach_kernel) [0xffffff800021e514]
                                                                          *19 mach_exception_raise_state_identity + 294 (mach_kernel) [0xffffff800024de56]
                                                                           *19 mach_msg_rpc_from_kernel_body + 278 (mach_kernel) [0xffffff8000220f96]
                                                                              *19 ipc_mqueue_receive + 66 (mach_kernel) [0xffffff8000213112]
                                                                               *19 thread_block_reason + 300 (mach_kernel) [0xffffff800022db8c]
                                                                                  *19 ??? (mach_kernel + 190657) [0xffffff800022e8c1]
                                                                                   *19 machine_switch_context + 366 (mach_kernel) [0xffffff80002b47fe]
                                                                                      *19 <suspended>
                                                18 __psynch_mutexwait + 10 (libsystem_kernel.dylib) [0x7fff85ac7122]
                                                  *18 psynch_mtxcontinue + 0 (mach_kernel) [0xffffff80005b4550]
      Thread 0xda8e     DispatchQueue 2          priority <multiple>
      37 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff86be99ee]
         37 kevent + 10 (libsystem_kernel.dylib) [0x7fff85ac7d16]
         *19 special_handler_continue + 0 (mach_kernel) [0xffffff800023cb00]
           *19 <suspended>
         *18 ??? (mach_kernel + 3471808) [0xffffff800054f9c0]
      Thread 0xdab9     DispatchQueue 6          priority <multiple>
      37 start_wqthread + 13 (libsystem_c.dylib) [0x7fff8ffdd1d1]
        37 _pthread_wqthread + 404 (libsystem_c.dylib) [0x7fff8fff2d0b]
          37 _dispatch_worker_thread2 + 304 (libdispatch.dylib) [0x7fff86be81fa]
             37 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff86be70b6]
              37 dvacore::threads::WrapExecuteTopLevelFunction(void*) + 68 (dvacore) [0x1003383d4]
                37 dvacore::threads::(anonymous namespace)::SubExecutorImpl::OnThreadExecute(boost::shared_ptr<dvacore::threads::(anonymo us namespace)::SubExecutorImpl> const&) + 232 (dvacore) [0x1003250a8]
                   37 dvacore::threads::(anonymous namespace)::SubExecutorImpl::CallFunctionWithExceptionHandler(boost::function<void ()> const&) + 66 (dvacore) [0x100326642]
                    37 MZ::(anonymous namespace)::ExternalProcessAsyncInitializer::LaunchQT32Server() + 79 (Mezzanine) [0x105bc06bf]
                       37 QT32Client::Create() + 279 (QT32Client) [0x10edb2f07]
                        37 QT32Client::QT32Client::Initialize(ASL::InterfaceRef<QT32Client::QT32ServerManager, QT32Client::IQT32ServerManager> const&, bool) + 292 (QT32Client) [0x10edb30e4]
                           37 dvacore::threads::Gate::PassThrough(int) const + 12 (dvacore) [0x10032ae0c]
                            37 dvacore::threads::WaitableGateBase::PassThrough(int) const + 297 (dvacore) [0x10032b149]
                               37 void boost::condition_variable_any::wait<boost::unique_lock<boost::mutex> >(boost::unique_lock<boost::mutex>&) + 146 (dvacore) [0x1002d7862]
                                37 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff85ac70fa]
                                  *37 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b5bb0]
                                   *19 <suspended>
      Thread 0xda8f     priority <multiple>
      37 start_wqthread + 13 (libsystem_c.dylib) [0x7fff8ffdd1d1]
         37 _pthread_wqthread + 412 (libsystem_c.dylib) [0x7fff8fff2d13]
          37 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff85ac76d6]
           *36 ??? (mach_kernel + 3910896) [0xffffff80005bacf0]
             *19 <suspended>
            *1  hndl_unix_scall64 + 19 (mach_kernel) [0xffffff80002ce9c3]
             *1  unix_syscall64 + 522 (mach_kernel) [0xffffff80005e16aa]
               *1  workq_kernreturn + 478 (mach_kernel) [0xffffff80005ba62e]
                  *1  ??? (mach_kernel + 3907044) [0xffffff80005b9de4]
                    *1  thread_block_reason + 275 (mach_kernel) [0xffffff800022db73]
                     *1  ??? (mach_kernel + 187905) [0xffffff800022de01]
                       *1  processor_idle + 237 (mach_kernel) [0xffffff800022f34d]
                          *1  machine_idle + 443 (mach_kernel) [0xffffff80002b9c9b]
      Thread 0xda90     priority <multiple>
      37 start_wqthread + 13 (libsystem_c.dylib) [0x7fff8ffdd1d1]
        37 _pthread_wqthread + 412 (libsystem_c.dylib) [0x7fff8fff2d13]
           37 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff85ac76d6]
           *37 ??? (mach_kernel + 3910896) [0xffffff80005bacf0]
             *19 <suspended>
      Thread 0xdabf     priority <multiple>
       37 thread_start + 13 (libsystem_c.dylib) [0x7fff8ffdd1e1]
        37 _pthread_start + 327 (libsystem_c.dylib) [0x7fff8fff07a2]
          37 thread_proxy + 164 (boost_threads) [0x1002496d4]
            37 SkyConnectionEnv::StaticThreadFunc(SkyConnectionEnv*) + 9 (dvatransport) [0x100c71879]
               37 SkyConnectionEnv::MainLoop() + 162 (dvatransport) [0x100c71c92]
                37 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 285 (dvatransport) [0x100c80ccd]
                  37 boost::asio::detail::task_io_service::do_run_one(boost::asio::detail::scoped_lock<boost:: asio::detail::posix_mutex>&, boost::asio::detail::task_io_service::thread_info&, boost::asio::detail::op_queue<boost::asio::detail::task_io_service_operation>&, boost::system::error_code const&) + 340 (dvatransport) [0x100c81214]
                     37 kevent + 10 (libsystem_kernel.dylib) [0x7fff85ac7d16]
                     *37 ??? (mach_kernel + 3471808) [0xffffff800054f9c0]
                       *19 <suspended>
      Thread 0xdac0     priority <multiple>
       37 thread_start + 13 (libsystem_c.dylib) [0x7fff8ffdd1e1]
        37 _pthread_start + 327 (libsystem_c.dylib) [0x7fff8fff07a2]
          37 boost_asio_detail_posix_thread_function + 19 (dvatransport) [0x100c81b63]
            37 boost::asio::detail::posix_thread::func<boost::asio::detail::resolver_service_base::work_ io_service_runner>::run() + 42 (dvatransport) [0x100c80b9a]
               37 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 285 (dvatransport) [0x100c80ccd]
                37 boost::asio::detail::task_io_service::do_run_one(boost::asio::detail::scoped_lock<boost:: asio::detail::posix_mutex>&, boost::asio::detail::task_io_service::thread_info&, boost::asio::detail::op_queue<boost::asio::detail::task_io_service_operation>&, boost::system::error_code const&) + 284 (dvatransport) [0x100c811dc]
                   37 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff85ac70fa]
                   *37 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b5bb0]
                     *19 <suspended>
      Thread 0xdac3     priority <multiple>
       37 thread_start + 13 (libsystem_c.dylib) [0x7fff8ffdd1e1]
        37 _pthread_start + 327 (libsystem_c.dylib) [0x7fff8fff07a2]
          37 thread_proxy + 164 (boost_threads) [0x1002496d4]
            37 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 265 (dvacore) [0x100332329]
               37 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 172 (dvacore) [0x100334cbc]
                 37 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()> > >&, int) + 171 (dvacore) [0x100336bcb]
                  37 MPWaitOnQueue + 252 (CarbonCore) [0x7fff90843a98]
                     37 TSWaitOnConditionTimedRelative + 132 (CarbonCore) [0x7fff908e13e7]
                      37 TSWaitOnCondition + 108 (CarbonCore) [0x7fff908e1210]
                        37 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff85ac70fa]
                          *37 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b5bb0]
                           *19 <suspended>
      Thread 0xdac6     priority <multiple>
      37 thread_start + 13 (libsystem_c.dylib) [0x7fff8ffdd1e1]
         37 _pthread_start + 327 (libsystem_c.dylib) [0x7fff8fff07a2]
          37 thread_proxy + 164 (boost_threads) [0x1002496d4]
            37 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 265 (dvacore) [0x100332329]
               37 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 172 (dvacore) [0x100334cbc]
                 37 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()> > >&, int) + 171 (dvacore) [0x100336bcb]
                  37 MPWaitOnQueue + 252 (CarbonCore) [0x7fff90843a98]
                     37 TSWaitOnConditionTimedRelative + 132 (CarbonCore) [0x7fff908e13e7]
                      37 TSWaitOnCondition + 108 (CarbonCore) [0x7fff908e1210]
                        37 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff85ac70fa]
                          *37 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b5bb0]
                           *19 <suspended>
      Thread 0xdac7     priority <multiple>
      37 thread_start + 13 (libsystem_c.dylib) [0x7fff8ffdd1e1]
         37 _pthread_start + 327 (libsystem_c.dylib) [0x7fff8fff07a2]
          37 thread_proxy + 164 (boost_threads) [0x1002496d4]
            37 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 265 (dvacore) [0x100332329]
               37 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 172 (dvacore) [0x100334cbc]
                 37 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()> > >&, int) + 171 (dvacore) [0x100336bcb]
                  37 MPWaitOnQueue + 252 (CarbonCore) [0x7fff90843a98]
                     37 TSWaitOnConditionTimedRelative + 132 (CarbonCore) [0x7fff908e13e7]
                      37 TSWaitOnCondition + 108 (CarbonCore) [0x7fff908e1210]
                        37 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff85ac70fa]
                          *37 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b5bb0]
                           *19 <suspended>
      Thread 0xdac9     priority <multiple>
      37 start_wqthread + 13 (libsystem_c.dylib) [0x7fff8ffdd1d1]
         37 _pthread_wqthread + 412 (libsystem_c.dylib) [0x7fff8fff2d13]
          37 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff85ac76d6]
           *37 ??? (mach_kernel + 3910896) [0xffffff80005bacf0]
             *19 <suspended>
      Thread 0xdaca     priority <multiple>
      37 thread_start + 13 (libsystem_c.dylib) [0x7fff8ffdd1e1]
        37 _pthread_start + 327 (libsystem_c.dylib) [0x7fff8fff07a2]
          37 ??? (libclh.dylib + 6379289) [0x7fff872db719]
             37 ??? (libclh.dylib + 831956) [0x7fff86d911d4]
              37 ??? (libclh.dylib + 6375623) [0x7fff872da8c7]
                37 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff85ac5686]
                 *19 special_handler_continue + 0 (mach_kernel) [0xffffff800023cb00]
                    *19 <suspended>
                 *17 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
                 *1  hndl_mach_scall64 + 19 (mach_kernel) [0xffffff80002ce9e3]
                   *1  ??? (mach_kernel + 681270) [0xffffff80002a6536]
                      *1  mach_msg_overwrite_trap + 427 (mach_kernel) [0xffffff800021970b]
                       *1  ipc_mqueue_receive + 59 (mach_kernel) [0xffffff800021310b]
                         *1  thread_block_reason + 275 (mach_kernel) [0xffffff800022db73]
                            *1  ??? (mach_kernel + 187905) [0xffffff800022de01]
                             *1  processor_idle + 237 (mach_kernel) [0xffffff800022f34d]
                               *1  machine_idle + 443 (mach_kernel) [0xffffff80002b9c9b]
      Thread 0xdacb     priority <multiple>
      37 thread_start + 13 (libsystem_c.dylib) [0x7fff8ffdd1e1]
        37 _pthread_start + 327 (libsystem_c.dylib) [0x7fff8fff07a2]
          37 thread_proxy + 164 (boost_threads) [0x1002496d4]
             37 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 265 (dvacore) [0x100332329]
               37 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 172 (dvacore) [0x100334cbc]
                 37 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()> > >&, int) + 171 (dvacore) [0x100336bcb]
                  37 MPWaitOnQueue + 252 (CarbonCore) [0x7fff90843a98]
                     37 TSWaitOnConditionTimedRelative + 132 (CarbonCore) [0x7fff908e13e7]
                      37 TSWaitOnCondition + 108 (CarbonCore) [0x7fff908e1210]
                        37 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff85ac70fa]
                          *37 psynch_cvcontinue + 0 (mach_kernel) [0xffffff80005b5bb0]
                           *19 <suspended>
      Thread 0xdacc     priority <multiple>
      37 start_wqthread + 13 (libsystem_c.dylib) [0x7fff8ffdd1d1]
         37 _pthread_wqthread + 412 (libsystem_c.dylib) [0x7fff8fff2d13]
          37 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff85ac76d6]
           *37 ??? (mach_kernel + 3910896) [0xffffff80005bacf0]
             *19 <suspended>
      Thread 0xdae1     priority <multiple>
      37 thread_start + 13 (libsystem_c.dylib) [0x7fff8ffdd1e1]
        37 _pthread_start + 327 (libsystem_c.dylib) [0x7fff8fff07a2]
          37 AVS::AVCVideoServicesThreadStart(AVS::AVCVideoServicesThreadParams*) + 194 (AVCVideoServices) [0x11d080a62]
             37 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff8bd550e2]
              37 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff8bd55916]
                37 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff8bd50233]
                   37 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff85ac5686]
                   *37 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
                     *19 <suspended>
      Thread 0xdae2     priority <multiple>
       37 thread_start + 13 (libsystem_c.dylib) [0x7fff8ffdd1e1]
        37 _pthread_start + 327 (libsystem_c.dylib) [0x7fff8fff07a2]
          37 AVS::AVCVideoServicesThreadStart(AVS::AVCVideoServicesThreadParams*) + 194 (AVCVideoServices) [0x11d080a62]
             37 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff8bd550e2]
              37 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff8bd55916]
                37 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff8bd50233]
                   37 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff85ac5686]
                   *36 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
                     *19 <suspended>
                   *1  hndl_mach_scall64 + 19 (mach_kernel) [0xffffff80002ce9e3]
                      *1  ??? (mach_kernel + 681270) [0xffffff80002a6536]
                       *1  mach_msg_overwrite_trap + 427 (mach_kernel) [0xffffff800021970b]
                         *1  ipc_mqueue_receive + 59 (mach_kernel) [0xffffff800021310b]
                            *1  thread_block_reason + 275 (mach_kernel) [0xffffff800022db73]
                             *1  ??? (mach_kernel + 187905) [0xffffff800022de01]
                               *1  processor_idle + 237 (mach_kernel) [0xffffff800022f34d]
                                  *1  machine_idle + 443 (mach_kernel) [0xffffff80002b9c9b]
      Binary Images:
             0x100000000 -        0x100002ff7  com.adobe.AdobePremierePro 7.0.0 (7.0.0) <C96DB6B7-BDA4-35C8-96E0-17F88164D1F0> /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/MacOS/Adobe Premiere Pro CC
              0x100012000 -        0x100121fff  com.adobe.Frontend.framework 7.0.0 (7.0.0.342) <2DB5F3E8-CEDA-3412-A437-5609D628BEA7> /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/Frameworks/Frontend.framework/Versions/A/Frontend
              0x100248000 -        0x100256fff  com.adobe.boost_threads.framework 7.0.0 (7.0.0.342) <A4BFC900-7853-3A79-97AD-4E1BD5EC9DD0> /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
              0x10027a000 -        0x1004c4fff  com.adobe.dvacore.framework 7.0.0 (7.0.0.342) <99A9FB2A-AF30-30B8-87D8-20460A7493A7> /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
              0x100c5b000 -        0x100cbcff7  com.adobe.dvatransport.framework 7.0.0 (7.0.0.342) <D651C0AE-02CA-35DE-91BC-665CA98562EB> /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/Frameworks/dvatransport.framework/Versions/A/dvatransport
              0x1036d0000 -        0x103709ff7  com.adobe.PluginSupport.framework 7.0.0 (7.0.0.342) <FD72CED8-C295-3790-8BF6-FA03B4F5C17A> /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/Frameworks/PluginSupport.framework/Versions/A/PluginSupport
              0x1050f7000 -        0x1051ccff7  com.adobe.ExporterHost.framework 7.0.0 (7.0.0.342) <A97258D1-5CF8-3F5B-9653-A081A9BC5137> /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/Frameworks/ExporterHost.framework/Versions/A/ExporterHost
              0x105a61000 -        0x10611bff7  com.adobe.Mezzanine.framework 7.0.0 (7.0.0.342) <021F6FA2-8856-3C76-9D19-B7EC802EBA42> /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/Frameworks/Mezzanine.framework/Versions/A/Mezzanine
              0x10edb1000 -        0x10ee19ff7  com.adobe.QT32Client.framework 7.0.0 (7.0.0.342) <BA702F9D-6496-3A92-9AFC-8159074A7764> /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/Frameworks/QT32Client.framework/Versions/A/QT32Client
              0x11d070000 -        0x11d0a7fff  com.apple.AVCVideoServices 1.0 (42) <54AD1D6A-6CA6-3125-B1D2-2A6176427A6C> /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/Frameworks/AVCVideoServices.framework/Versions/A/AVCVideoServices
              0x11d5e8000 -        0x11d615fff  com.adobe.ExporterQuickTimeHost.framework 7.0.0 (7.0.0.342) <DD61DE98-FAC3-35C8-8146-536B20F14A06> /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/Plug-Ins/Common/ExporterQuickTimeHost.bundle/Contents/MacOS/ExporterQuick TimeHost
           0x7fff6bdf6000 -     0x7fff6be2a93f  dyld <36CAA36E-72BC-3E48-96D9-B96A2DF77730> /usr/lib/dyld
          0x7fff85ab5000 -     0x7fff85ad0ff7  libsystem_kernel.dylib <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
           0x7fff86be5000 -     0x7fff86bfaff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
          0x7fff86cc6000 -     0x7fff874abff7  libclh.dylib <D29F081B-2AFD-3190-87CF-ED244FA03DB0> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
           0x7fff8bd20000 -     0x7fff8bf0aff7  com.apple.CoreFoundation 6.8 (744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8ffdc000 -     0x7fff900a8ff7  libsystem_c.dylib <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
           0x7fff90834000 -     0x7fff90b4bff7  com.apple.CoreServices.CarbonCore 1037.6 (1037.6) <1E567A52-677F-3168-979F-5FBB0818D52B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
      *0xffffff8000200000 - 0xffffff8000736dbc  mach_kernel <896CB1E3-AB79-3DF1-B595-549DFFDF3D36> /mach_kernel
    Process:         AAM Updates Notifier [200]
    Path:            /Applications/Utilities/Adobe Application Manager/*/AAM Updates Notifier.app/Contents/MacOS/AAM Updates Notifier
    Architecture:    i386
    Parent:          launchd [134]
    UID:             501
    Task size:       604 pages
    Process:         accountsd [180]
    Path:            /System/Library/Frameworks/Accounts.framework/Versions/A/Support/accountsd
    Architecture:    x86_64
    Parent:          launchd [134]
    UID:             501
    Sudden Term:     Clean (allows idle exit)
    Task size:       69 pages
      Thread 0x590      DispatchQueue 1          priority 31       
       37 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff85ac5686]
       *37 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x5ba      DispatchQueue 2          priority 33       
      37 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff86be99ee]
         37 kevent + 10 (libsystem_kernel.dylib) [0x7fff85ac7d16]
         *37 ??? (mach_kernel + 3471808) [0xffffff800054f9c0]
      Binary Images:
             0x107bac000 -        0x107bacfff  accountsd <0982A50A-159D-3E63-A2EC-6447F3706436> /System/Library/Frameworks/Accounts.framework/Versions/A/Support/accountsd
           0x7fff85ab5000 -     0x7fff85ad0ff7  libsystem_kernel.dylib <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
          0x7fff86be5000 -     0x7fff86bfaff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
      *0xffffff8000200000 - 0xffffff8000736dbc  mach_kernel <896CB1E3-AB79-3DF1-B595-549DFFDF3D36> /mach_kernel
    Process:         Adobe QT32 Server [987]
    Path:            /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/Adobe QT32 Server.app/Contents/MacOS/Adobe QT32 Server
    Architecture:    i386
    Parent:          launchd [134]
    UID:             501
    Task size:       24574 pages (-2)
    Process:         AdobeCrashDaemon [1061]
    Path:            /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/Frameworks/AdobeCrashReporter.framework/Required/AdobeCrashDaemon.app/Con tents/MacOS/AdobeCrashDaemon
    Architecture:    x86_64
    Parent:          Adobe Premiere Pro CC [1059]
    UID:             501
    Task size:       1046 pages
    CPU Time:        0.002s
    Process:         AirPort Base Station Agent [192]
    Path:            /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
    Architecture:    x86_64
    Parent:          launchd [134]
    UID:             501
    Sudden Term:     Clean
    Task size:       1 pages
      Thread 0x61f      priority 29       
      37 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff85ac5686]
        *37 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x628      priority 33       
      37 kevent + 10 (libsystem_kernel.dylib) [0x7fff85ac7d16]
       *37 ??? (mach_kernel + 3471808) [0xffffff800054f9c0]
      Thread 0x631      priority 31       
      37 __select + 10 (libsystem_kernel.dylib) [0x7fff85ac7322]
       *37 ??? (mach_kernel + 3580832) [0xffffff800056a3a0]
      Binary Images:
             0x109607000 -        0x10961dff7  com.apple.AirPortBaseStationAgent 1.5.5 (155.7) <71B3B12F-7934-3F6C-B6F1-165DB5DEE6B2> /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
           0x7fff85ab5000 -     0x7fff85ad0ff7  libsystem_kernel.dylib <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
    *0xffffff8000200000 - 0xffffff8000736dbc  mach_kernel <896CB1E3-AB79-3DF1-B595-549DFFDF3D36> /mach_kernel
    Process:         aosnotifyd [82]
    Path:            /usr/sbin/aosnotifyd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Task size:       510 pages
      Thread 0x30d      DispatchQueue 1          priority 31       
       37 start + 1 (libdyld.dylib) [0x7fff84c797e1]
        37 ??? (aosnotifyd + 37439) [0x10dec823f]
          37 ??? (aosnotifyd + 36529) [0x10dec7eb1]
            37 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268 (Foundation) [0x7fff8fb0d7ee]
               37 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff8bd550e2]
                37 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff8bd55916]
                  37 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff8bd50233]
                     37 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff85ac5686]
                     *37 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x331      DispatchQueue 2          priority 33       
       37 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff86be99ee]
        37 kevent + 10 (libsystem_kernel.dylib) [0x7fff85ac7d16]
         *37 ??? (mach_kernel + 3471808) [0xffffff800054f9c0]
      Thread 0x368      priority 63       
       37 thread_start + 13 (libsystem_c.dylib) [0x7fff8ffdd1e1]
        37 _pthread_start + 327 (libsystem_c.dylib) [0x7fff8fff07a2]
          37 __NSThread__main__ + 1345 (Foundation) [0x7fff8fb08562]
            37 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356 (Foundation) [0x7fff8faaa546]
               37 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff8bd550e2]
                37 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff8bd55916]
                  37 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff8bd50233]
                     37 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff85ac5686]
                     *37 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x736      priority 31       
       37 __select + 10 (libsystem_kernel.dylib) [0x7fff85ac7322]
       *37 ??? (mach_kernel + 3580832) [0xffffff800056a3a0]
      Binary Images:
             0x10debf000 -        0x10df07fff  aosnotifyd <A3543B5E-3291-3025-A09C-1B7087B1A9EA> /usr/sbin/aosnotifyd
           0x7fff84c77000 -     0x7fff84c7aff7  libdyld.dylib <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
          0x7fff85ab5000 -     0x7fff85ad0ff7  libsystem_kernel.dylib <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
           0x7fff86be5000 -     0x7fff86bfaff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
          0x7fff8bd20000 -     0x7fff8bf0aff7  com.apple.CoreFoundation 6.8 (744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x7fff8fa72000 -     0x7fff8fdd1fff  com.apple.Foundation 6.8 (945.18) <1D7E58E6-FA3A-3CE8-AC85-B9D06B8C0AA0> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8ffdc000 -     0x7fff900a8ff7  libsystem_c.dylib <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
      *0xffffff8000200000 - 0xffffff8000736dbc  mach_kernel <896CB1E3-AB79-3DF1-B595-549DFFDF3D36> /mach_kernel
    Process:         appleeventsd [65]
    Path:            /System/Library/CoreServices/appleeventsd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             71
    Sudden Term:     Dirty (allows idle exit)
    Task size:       276 pages (-8)
      Thread 0x2c4      DispatchQueue 2          priority 33       
       37 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff86be99ee]
        37 kevent + 10 (libsystem_kernel.dylib) [0x7fff85ac7d16]
         *37 ??? (mach_kernel + 3471808) [0xffffff800054f9c0]
      Thread 0x2c5      priority 31       
       37 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff85ac7566]
       *37 ??? (mach_kernel + 3580832) [0xffffff800056a3a0]
      Thread 0xdc90     priority 31       
      21 start_wqthread + 13 (libsystem_c.dylib) [0x7fff8ffdd1d1]
         21 _pthread_wqthread + 412 (libsystem_c.dylib) [0x7fff8fff2d13]
          21 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff85ac76d6]
           *21 ??? (mach_kernel + 3910896) [0xffffff80005bacf0]
      Thread 0xdc91     priority 31       
       21 start_wqthread + 13 (libsystem_c.dylib) [0x7fff8ffdd1d1]
        21 _pthread_wqthread + 412 (libsystem_c.dylib) [0x7fff8fff2d13]
          21 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff85ac76d6]
           *21 ??? (mach_kernel + 3910896) [0xffffff80005bacf0]
      Binary Images:
             0x106971000 -        0x106971fff  appleeventsd <33899092-67A8-3A39-A63C-27BAC6C22174> /System/Library/CoreServices/appleeventsd
          0x7fff85ab5000 -     0x7fff85ad0ff7  libsystem_kernel.dylib <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
           0x7fff86be5000 -     0x7fff86bfaff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
          0x7fff8ffdc000 -     0x7fff900a8ff7  libsystem_c.dylib <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
      *0xffffff8000200000 - 0xffffff8000736dbc  mach_kernel <896CB1E3-AB79-3DF1-B595-549DFFDF3D36> /mach_kernel
    Process:         AppleIDAuthAgent [168]
    Path:            /System/Library/CoreServices/AppleIDAuthAgent
    Architecture:    x86_64
    Parent:          launchd [134]
    UID:             501
    Sudden Term:     Clean (allows idle exit)
    Task size:       157 pages
      Thread 0x542      DispatchQueue 2          priority 33       
       37 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff86be99ee]
        37 kevent + 10 (libsystem_kernel.dylib) [0x7fff85ac7d16]
         *37 ??? (mach_kernel + 3471808) [0xffffff800054f9c0]
      Thread 0x544      priority 31       
       37 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff85ac7566]
       *37 ??? (mach_kernel + 3580832) [0xffffff800056a3a0]
      Thread 0x7e9      priority 31       
      37 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x7fff85ac56c2]
        *37 semaphore_wait_continue + 0 (mach_kernel) [0xffffff8000234040]
      Binary Images:
             0x10e673000 -        0x10e6a3fff  AppleIDAuthAgent <8C9DEBCF-35BE-37C5-869E-9B8D2931EDA6> /System/Library/CoreServices/AppleIDAuthAgent
           0x7fff85ab5000 -     0x7fff85ad0ff7  libsystem_kernel.dylib <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
          0x7fff86be5000 -     0x7fff86bfaff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
      *0xffffff8000200000 - 0xffffff8000736dbc  mach_kernel <896CB1E3-AB79-3DF1-B595-549DFFDF3D36> /mach_kernel
    Process:         AppleSpell [212]
    Path:            /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
    Architecture:    x86_64
    Parent:          launchd [134]
    UID:             501
    Sudden Term:     Clean
    Task size:       755 pages
      Thread 0x75b      DispatchQueue 1          priority 46       
      37 start + 1 (libdyld.dylib) [0x7fff84c797e1]
         37 ??? (AppleSpell + 7271) [0x100cebc67]
          37 -[NSSpellServer run] + 73 (Foundation) [0x7fff8fbf4ee6]
            37 CFRunLoopRun + 97 (CoreFoundation) [0x7fff8bd63dd1]
              37 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff8bd550e2]
                 37 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff8bd55916]
                  37 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff8bd50233]
                    37 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff85ac5686]
                      *37 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x75f      DispatchQueue 2          priority 48       
      37 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff86be99ee]
         37 kevent + 10 (libsystem_kernel.dylib) [0x7fff85ac7d16]
         *37 ??? (mach_kernel + 3471808) [0xffffff800054f9c0]
      Binary Images:
             0x100cea000 -        0x100d9fff7  com.apple.AppleSpell 1.9 (173.1) <9390CDCC-0038-3174-864D-05CD9454CA7F> /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
           0x7fff84c77000 -     0x7fff84c7aff7  libdyld.dylib <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
          0x7fff85ab5000 -     0x7fff85ad0ff7  libsystem_kernel.dylib <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
           0x7fff86be5000 -     0x7fff86bfaff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
          0x7fff8bd20000 -     0x7fff8bf0aff7  com.apple.CoreFoundation 6.8 (744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x7fff8fa72000 -     0x7fff8fdd1fff  com.apple.Foundation 6.8 (945.18) <1D7E58E6-FA3A-3CE8-AC85-B9D06B8C0AA0> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    *0xffffff8000200000 - 0xffffff8000736dbc  mach_kernel <896CB1E3-AB79-3DF1-B595-549DFFDF3D36> /mach_kernel
    Process:         apsd [71]
    Path:            /System/Library/PrivateFrameworks/ApplePushService.framework/apsd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Task size:       1001 pages
      Thread 0x25a      DispatchQueue 1          priority 31       
      37 start + 1 (libdyld.dylib) [0x7fff84c797e1]
        37 ??? (apsd + 21686) [0x10a3284b6]
          37 -[NSRunLoop(NSRunLoop) run] + 74 (Foundation) [0x7fff8faa61aa]
             37 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268 (Foundation) [0x7fff8fb0d7ee]
              37 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff8bd550e2]
                37 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff8bd55916]
                   37 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff8bd50233]
                    37 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff85ac5686]
                     *37 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x2cb      DispatchQueue 2          priority 33       
      37 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff86be99ee]
        37 kevent + 10 (libsystem_kernel.dylib) [0x7fff85ac7d16]
         *37 ??? (mach_kernel + 3471808) [0xffffff800054f9c0]
      Thread 0x34e      priority 63       
      37 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff85ac5686]
       *37 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x447      priority 31       
       37 thread_start + 13 (libsystem_c.dylib) [0x7fff8ffdd1e1]
        37 _pthread_start + 327 (libsystem_c.dylib) [0x7fff8fff07a2]
          37 __select + 10 (libsystem_kernel.dylib) [0x7fff85ac7322]
           *37 ??? (mach_kernel + 3580832) [0xffffff800056a3a0]
      Binary Images:
             0x10a323000 -        0x10a3a1ff7  apsd <79FEFFFF-D855-3F06-BF98-C24F741AB4E7> /System/Library/PrivateFrameworks/ApplePushService.framework/apsd
          0x7fff84c77000 -     0x7fff84c7aff7  libdyld.dylib <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
           0x7fff85ab5000 -     0x7fff85ad0ff7  libsystem_kernel.dylib <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
          0x7fff86be5000 -     0x7fff86bfaff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
           0x7fff8bd20000 -     0x7fff8bf0aff7  com.apple.CoreFoundation 6.8 (744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8fa72000 -     0x7fff8fdd1fff  com.apple.Foundation 6.8 (945.18) <1D7E58E6-FA3A-3CE8-AC85-B9D06B8C0AA0> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
           0x7fff8ffdc000 -     0x7fff900a8ff7  libsystem_c.dylib <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
    *0xffffff8000200000 - 0xffffff8000736dbc  mach_kernel <896CB1E3-AB79-3DF1-B595-549DFFDF3D36> /mach_kernel
    Process:         autofsd [70]
    Path:            /usr/libexec/autofsd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Sudden Term:     Clean
    Task size:       69 pages
       Thread 0x284      DispatchQueue 2          priority 33       
      37 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff86be99ee]
        37 kevent + 10 (libsystem_kernel.dylib) [0x7fff85ac7d16]
         *37 ??? (mach_kernel + 3471808) [0xffffff800054f9c0]
      Thread 0x285      priority 31       
      37 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff85ac7566]
       *37 ??? (mach_kernel + 3580832) [0xffffff800056a3a0]
      Binary Images:
             0x10882b000 -        0x10882cfff  autofsd <2B1CE5B1-C166-3D12-8A89-8CDD707B5B6B> /usr/libexec/autofsd
           0x7fff85ab5000 -     0x7fff85ad0ff7  libsystem_kernel.dylib <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
          0x7fff86be5000 -     0x7fff86bfaff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
      *0xffffff8000200000 - 0xffffff8000736dbc  mach_kernel <896CB1E3-AB79-3DF1-B595-549DFFDF3D36> /mach_kernel
    Process:         CalendarAgent [169]
    Path:            /System/Library/PrivateFrameworks/CalendarAgent.framework/Executables/CalendarAgent
    Architecture:    x86_64
    Parent:          launchd [134]
    UID:             501
    Sudden Term:     Dirty (allows idle exit)
    Task size:       6589 pages (+3)
      Thread 0x52c      DispatchQueue 1          priority 46       
       37 start + 1 (libdyld.dylib) [0x7fff84c797e1]
        37 ??? (CalendarAgent + 2739) [0x10ea4bab3]
          37 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff8bd550e2]
            37 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff8bd55916]
               37 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff8bd50233]
                37 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff85ac5686]
                 *37 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x5b1      DispatchQueue 2          priority 48       
      37 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff86be99ee]
        37 kevent + 10 (libsystem_kernel.dylib) [0x7fff85ac7d16]
         *37 ??? (mach_kernel + 3471808) [0xffffff800054f9c0]
      Thread 0x66a      priority 63       
      37 thread_start + 13 (libsystem_c.dylib) [0x7fff8ffdd1e1]
        37 _pthread_start + 327 (libsystem_c.dylib) [0x7fff8fff07a2]
          37 __NSThread__main__ + 1345 (Foundation) [0x7fff8fb08562]
             37 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356 (Foundation) [0x7fff8faaa546]
              37 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff8bd550e2]
                37 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff8bd55916]
                   37 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff8bd50233]
                    37 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff85ac5686]
                     *37 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0x693      priority 46       
      37 thread_start + 13 (libsystem_c.dylib) [0x7fff8ffdd1e1]
        37 _pthread_start + 327 (libsystem_c.dylib) [0x7fff8fff07a2]
          37 __select + 10 (libsystem_kernel.dylib) [0x7fff85ac7322]
            *37 ??? (mach_kernel + 3580832) [0xffffff800056a3a0]
      Thread 0x69f      priority 46       
      37 thread_start + 13 (libsystem_c.dylib) [0x7fff8ffdd1e1]
        37 _pthread_start + 327 (libsystem_c.dylib) [0x7fff8fff07a2]
           37 __NSThread__main__ + 1345 (Foundation) [0x7fff8fb08562]
            37 -[CalAgentAPSConnectionManager _calAPSMain] + 731 (CalendarAgent) [0x10ea580fc]
              37 CFRunLoopRunSpecific + 290 (CoreFoundation) [0x7fff8bd550e2]
                 37 __CFRunLoopRun + 1078 (CoreFoundation) [0x7fff8bd55916]
                  37 __CFRunLoopServiceMachPort + 195 (CoreFoundation) [0x7fff8bd50233]
                    37 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff85ac5686]
                      *37 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000213030]
      Thread 0xdf59     priority 48       
      4 start_wqthread + 13 (libsystem_c.dylib) [0x7fff8ffdd1d1]
        4 _pthread_wqthread + 412 (libsystem_c.dylib) [0x7fff8fff2d13]
           4 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff85ac76d6]
           *4 ??? (mach_kernel + 3910896) [0xffffff80005bacf0]
      Thread 0xdf5a     priority 46       
    *4 ??? (mach_kernel + 3911408) [0xffffff80005baef0]
      Binary Images:
             0x10ea4b000 -        0x10ea4bfff  CalendarAgent <D7916728-291A-3B77-B1A8-53FD7017C4A0> /System/Library/PrivateFrameworks/CalendarAgent.framework/Executables/CalendarAgent
             0x10ea53000 -        0x10ea69ff7  com.apple.CalendarAgent 1.0 (57) <762A246C-65FC-339D-A0F2-8ED9C907A9C2> /System/Library/PrivateFrameworks/CalendarAgent.framework/Versions/A/CalendarAgent
           0x7fff84c77000 -     0x7fff84c7aff7  libdyld.dylib <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
          0x7fff85ab5000 -     0x7fff85ad0ff7  libsystem_kernel.dylib <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
           0x7fff86be5000 -     0x7fff86bfaff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
          0x7fff8bd20000 -     0x7fff8bf0aff7  com.apple.CoreFoundation 6.8 (744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x7fff8fa72000 -     0x7fff8fdd1fff  com.apple.Foundation 6.8 (945.18) <1D7E58E6-FA3A-3CE8-AC85-B9D06B8C0AA0> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8ffdc000 -     0x7fff900a8ff7  libsystem_c.dylib <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
      *0xffffff8000200000 - 0xffffff8000736dbc  mach_kernel <896CB1E3-AB79-3DF1-B595-549DFFDF3D36> /mach_kernel
    Process:         cfprefsd [21]
    Path:            /usr/sbin/cfprefsd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Sudden Term:     Clean (allows idle exit)
    Task size:       353 pages
      Thread 0x14e      DispatchQueue 2          priority 33       
      37 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff86be99ee]
         37 kevent + 10 (libsystem_kernel.dylib) [0x7fff85ac7d16]
         *37 ??? (mach_kernel + 3471808) [0xffffff800054f9c0]
      Thread 0x150      priority 31       
      37 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff85ac7566]
        *37 ??? (mach_kernel + 3580832) [0xffffff800056a3a0]
      Thread 0xdc82     priority 31       
      37 start_wqthread + 13 (libsystem_c.dylib) [0x7fff8ffdd1d1]
        37 _pthread_wqthread + 412 (libsystem_c.dylib) [0x7fff8fff2d13]
           37 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff85ac76d6]
           *37 ??? (mach_kernel + 3910896) [0xffffff80005bacf0]
      Thread 0xdc83     priority 31       
      37 start_wqthread + 13 (libsystem_c.dylib) [0x7fff8ffdd1d1]
         37 _pthread_wqthread + 412 (libsystem_c.dylib) [0x7fff8fff2d13]
          37 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff85ac76d6]
           *37 ??? (mach_kernel + 3910896) [0xffffff80005bacf0]
      Thread 0xdc8a     priority 31       
       37 start_wqthread + 13 (libsystem_c.dylib) [0x7fff8ffdd1d1]
        37 _pthread_wqthread + 412 (libsystem_c.dylib) [0x7fff8fff2d13]
          37 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff85ac76d6]
           *37 ??? (mach_kernel + 3910896) [0xffffff80005bacf0]
      Binary Images:
             0x10fe3a000 -        0x10fe3aff7  cfprefsd <B96D16CE-D6B9-38D9-898E-C6F984EB15BC> /usr/sbin/cfprefsd
          0x7fff85ab5000 -     0x7fff85ad0ff7  libsystem_kernel.dylib <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
           0x7fff86be5000 -     0x7fff86bfaff7  libdispatch.dylib <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
          0x7fff8ffdc000 -     0x7fff900a8ff7  libsystem_c.dylib <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
      *0xffffff8000200000 - 0xffffff8000736dbc  mach_kernel <896CB1E3-AB79-3DF1-B595-549DFFDF3D36> /mach_kernel
    Process:         cfprefsd [109]
    Path:            /usr/sbin/cfprefsd
    Architecture:    x86_64
    Parent:          launchd [105]
    UID:             88
    Sudden Term:     Clean (allows idle exit)
    Task size:       1 pages
      Thread 0x39d      priority 33       
      37 kevent + 10 (libsystem_kernel.dylib) [0x7fff85ac7d16]
        *37 ??? (mach_kernel + 3471808) [0xffffff800054f9c0]
      Thread 0x39f      priority 31       
      37 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff85ac7566]
       *37 ??? (mach_kernel + 3580832) [0xffffff800056a3a0]
      Binary Images:
             0x10a6e3000 -        0x10a6e3ff7  cfprefsd <B96D16CE-D6B9-38D9-898E-C6F984EB15BC> /usr/sbin/cfprefsd
          0x7fff85ab5000 -     0x7fff85ad0ff7  libsystem_kernel.dylib <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
      *0xffffff8000200000 - 0xffffff8000736dbc  mach_kernel <896CB1E3-AB79-3DF1-B595-549DFFDF3D36> /mach_kernel
    Process:         cfprefsd [140]
    Path:            /usr/sbin/cfprefsd
    Architecture:    x86_64
    Parent:          launchd [134]
    UID:             501
    Sudden Term:     Clean (allows idle exit)
    Task size:       3271 pages
      Thread 0x4aa      DispatchQueue 2          priority 33       
      37 _dispatch_mgr_thread + 54 (libdispatch.dylib) [0x7fff86be99ee]
         37 kevent + 10 (libsystem_kernel.dylib) [0x7fff85ac7d16]
         *37 ??? (mach_kernel + 3471808) [0xffffff800054f9c0]
      Thread 0x4ac      priority 31       
      37 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff85ac7566]
        *37 ??? (mach_kernel + 3580832) [0xffffff800056a3a0]
      Thread 0xdc79     priority 31       
      37 start_wqthread + 13 (libsystem_c.dylib) [0x7fff8ffdd1d1]
        37 _pthread_wqthread + 412 (libsystem_c.dylib) [0x7fff8fff2d13]
           37 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0

  • Periodic hangs in mut_win32.c

    I am getting frequent hangs in mut_win32.c at line 130 to 223;
    loop:     /* Attempt to acquire the resource for N spins. */
    goto loop;
    Is there (maybe, hopefully) a reasonably simple intercept point that I can insert some printf's to see what is happening.
    Seems like it always happens (when it happens) while doing an open after a previous run in which everything closed normally.
    Have been unable to pin down a particular sequence that is causing it.
    I am on WinXP with BDB 4.6.21
    Thx,
    Jim

    OK. Here it is. Looks very similar to the db_verify version. I am running a checkpoint every second only to force the deadlock. My test pgm does a few opens, so it is pretty quick to lock up with all the checkpoints.
    I'll try to reproduce it with what I call a "native" bdb app (one without all my pgms baggage).
    I added some verbose logging options also which is at the end of this post.
    Before the run, I deleted the entire BDB home dir, including __* files, all db files, and log files.
    Thx,
    Jim
    main
         ntdll.dll!7c90eb94()      
         ntdll.dll!7c90e9c0()      
         kernel32.dll!7c8025cb()      
         kernel32.dll!7c802532()      
         libdb46d.dll!__db_win32_mutex_lock(__db_env * dbenv=0x00358bb8, unsigned int mutex=7) Line 223 + 0xe     C      libdb46d.dll!__memp_fopen(__db_mpoolfile * dbmfp=0x00359b50, __mpoolfile * mfp=0x00000000, const char * path=0x0012f260, unsigned int flags=1, int mode=0, unsigned int pgsize=8192)  Line 179 + 0x17     C
         libdb46d.dll!__db_env_mpool(__db * dbp=0x003597a0, const char * fname=0x0012f260, unsigned int flags=129)  Line 632 + 0x54     C
         libdb46d.dll!__db_env_setup(__db * dbp=0x003597a0, __db_txn * txn=0x0035b590, const char * fname=0x0012f260, const char * dname=0x00000000, unsigned int id=0, unsigned int flags=129)  Line 412 + 0x28     C
         libdb46d.dll!__db_open(__db * dbp=0x003597a0, __db_txn * txn=0x0035b590, const char * fname=0x0012f260, const char * dname=0x00000000, DBTYPE type=DB_BTREE, unsigned int flags=129, int mode=436, unsigned int meta_pgno=0)  Line 179 + 0x1d     C
         libdb46d.dll!__db_open_pp(__db * dbp=0x003597a0, __db_txn * txn=0x0035b590, const char * fname=0x0012f260, const char * dname=0x00000000, DBTYPE type=DB_BTREE, unsigned int flags=129, int mode=436)  Line 1130 + 0x23     C
         cs2tqr00.exe!open_db(tqfil_s * tqfilx=0x3e890b40, __db_env * dbenv=0x00358bb8, int shared=1, int rdonly=0, int opts=0, char * rsnam=0x3e808a64)  Line 163 + 0x3f     C
         cs2tqr00.exe!init_fcb(CS2CB_M90_S * rd=0x3f88bfe4, dbl_s * * dbl=0x0012fee4)  Line 1924 + 0x25     C
         cs2tqr00.exe!open_tablequeue(CS2AP_RWA_S * * rwa=0x0012ff50)  Line 1959 + 0xd     C
         cs2tqr00.exe!main(int argc=0, char * * argv=0x003562f4)  Line 328 + 0x9     C
         cs2tqr00.exe!mainCRTStartup()  Line 398 + 0x11     C
         kernel32.dll!7c816fd7()      
    checkpoint thread [b]
         ntdll.dll!7c90eb94()      
         ntdll.dll!7c90e9c0()      
         kernel32.dll!7c8025cb()      
         kernel32.dll!7c802532()      
         libdb46d.dll!__db_win32_mutex_lock(__db_env * dbenv=0x00358bb8, unsigned int mutex=130) Line 223 + 0xe     C      libdb46d.dll!__memp_fclose(__db_mpoolfile * dbmfp=0x0035b3b8, unsigned int flags=0)  Line 891 + 0x17     C
         libdb46d.dll!__memp_sync_file(__db_env * dbenv=0x00358bb8, __mpoolfile * mfp=0x0038b558, void * argp=0x007afdf0, unsigned int * countp=0x00000000, unsigned int flags=0)  Line 758 + 0x11     C
         libdb46d.dll!__memp_walk_files(__db_env * dbenv=0x00358bb8, __mpool * mp=0x00380048, int (__db_env *, __mpoolfile *, void *, unsigned int *, unsigned int)* func=0x131105c0, void * arg=0x007afdf0, unsigned int * countp=0x00000000, unsigned int flags=256)  Line 58 + 0x17     C
         libdb46d.dll!__memp_sync_files(__db_env * dbenv=0x00358bb8)  Line 787 + 0x1d     C
         libdb46d.dll!__memp_sync_int(__db_env * dbenv=0x00358bb8, __db_mpoolfile * dbmfp=0x00000000, unsigned int trickle_max=0, unsigned int flags=4, unsigned int * wrote_totalp=0x00000000, int * interruptedp=0x00000000)  Line 624 + 0x9     C
         libdb46d.dll!__txn_checkpoint(__db_env * dbenv=0x00358bb8, unsigned int kbytes=0, unsigned int minutes=0, unsigned int flags=0)  Line 199 + 0x1f     C
         libdb46d.dll!__txn_checkpoint_pp(__db_env * dbenv=0x00358bb8, unsigned int kbytes=0, unsigned int minutes=0, unsigned int flags=0)  Line 80 + 0x80     C
         cs2tqr00.exe!checkpoint()  Line 1967 + 0x18     C
         cs2tqr00.exe!checkpoint_thread(void * data=0x00000000)  Line 2006     C
         msvcr71.dll!_threadstart(void * ptd=0x00322448)  Line 196 + 0x6     C
         kernel32.dll!7c80b683()      [b] verbose log [b]
    D:\cs2\sys>rm db/*
    D:\cs2\sys>ls db
    D:\cs2\sys>cs2irr00&&cs2tqr00
    cs2irr00
    1002
    license check passed
    ILS Communications System for Windows NT Release 2.1.20
    Copyright (c) ILS Technology 2001.  All Rights Reserved
    SYSTEM FILE PATH = \cs2\sys\
    BASE LOG ENTRIES = 100
    CS2DQR00.NODE1    Initialization Successful
    CS2ECR01.NODE1    Initialization Successful
    CS2ECR00.NODE1    Initialization Successful
    CS2STR00.NODE1    Initialization Successful
    CS2TCR00.NODE1    Initialization Successful
    CS2DMR00.NODE1    Initialization Successful
    Test LDIT version 1.0
    TESTLDIT.NODE1    Initialization Successful
    Initialization Complete
    cs2tqr00: Version 2.1.20i
    compiled: Feb 11 2008, 12:50:34
    cvs_ver=$Revision: 1.150 $, cvs_name=$Name:  $
    Copyright (c) ILS Technology, LLC, 2004, 2005, 2006, 2007, 2008. All rights rese
    rved.
    fileops: stat d:\tmp
    fileops: open \cs2/sys/db\__db.001
    fileops: open \cs2/sys/db\__db.001
    fileops: \cs2/sys/db\__db.001: close
    fileops: \cs2/sys/db\__db.001: close
    fileops: open \cs2/sys/db\__db.002
    fileops: \cs2/sys/db\__db.002: close
    fileops: open \cs2/sys/db\__db.003
    fileops: \cs2/sys/db\__db.003: close
    fileops: open \cs2/sys/db\__db.004
    fileops: \cs2/sys/db\__db.004: close
    fileops: open \cs2/sys/db\__db.005
    fileops: \cs2/sys/db\__db.005: close
    fileops: open \cs2/sys/db\__db.006
    fileops: \cs2/sys/db\__db.006: close
    fileops: open \cs2/sys/db\log.0000000001
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: stat \cs2/sys/db\winktab2_p0.db
    fileops: stat \cs2/sys/db\winktab2_p0.db
    fileops: stat \cs2/sys/db\__db.80000001.4e65e534
    fileops: open \cs2/sys/db\__db.80000001.4e65e534
    fileops: stat \cs2/sys/db\__db.80000001.4e65e534
    fileops: open \cs2/sys/db\__db.80000001.4e65e534
    fileops: \cs2/sys/db\__db.80000001.4e65e534: close
    fileops: stat \cs2/sys/db\__db.80000001.4e65e534
    fileops: stat \cs2/sys/db\__db.80000001.4e65e534
    fileops: \cs2/sys/db\__db.80000001.4e65e534: close
    fileops: stat \cs2/sys/db\winktab2_p0.db
    fileops: stat \cs2/sys/db\__db.80000001.4e65e534
    fileops: stat \cs2/sys/db\winktab2_p0.db
    fileops: rename \cs2/sys/db\__db.80000001.4e65e534 to \cs2/sys/db\winktab2_p0.db
    fileops: stat \cs2/sys/db\winktab2_p0.db
    fileops: open \cs2/sys/db\winktab2_p0.db
    fileops: stat \cs2/sys/db\winktab2_s1.db
    fileops: stat \cs2/sys/db\winktab2_s1.db
    fileops: stat \cs2/sys/db\__db.80000001.481fe844
    fileops: open \cs2/sys/db\__db.80000001.481fe844
    fileops: stat \cs2/sys/db\__db.80000001.481fe844
    fileops: open \cs2/sys/db\__db.80000001.481fe844
    fileops: \cs2/sys/db\__db.80000001.481fe844: close
    fileops: stat \cs2/sys/db\__db.80000001.481fe844
    fileops: stat \cs2/sys/db\__db.80000001.481fe844
    fileops: \cs2/sys/db\__db.80000001.481fe844: close
    fileops: stat \cs2/sys/db\winktab2_s1.db
    fileops: stat \cs2/sys/db\__db.80000001.481fe844
    fileops: stat \cs2/sys/db\winktab2_s1.db
    fileops: rename \cs2/sys/db\__db.80000001.481fe844 to \cs2/sys/db\winktab2_s1.db
    fileops: stat \cs2/sys/db\winktab2_s1.db
    fileops: open \cs2/sys/db\winktab2_s1.db
    fileops: stat \cs2/sys/db\winktab2_s2.db
    fileops: stat \cs2/sys/db\winktab2_s2.db
    fileops: stat \cs2/sys/db\__db.80000001.52ba3c93
    fileops: open \cs2/sys/db\__db.80000001.52ba3c93
    fileops: stat \cs2/sys/db\__db.80000001.52ba3c93
    fileops: open \cs2/sys/db\__db.80000001.52ba3c93
    fileops: \cs2/sys/db\__db.80000001.52ba3c93: close
    fileops: stat \cs2/sys/db\__db.80000001.52ba3c93
    fileops: stat \cs2/sys/db\__db.80000001.52ba3c93
    fileops: \cs2/sys/db\__db.80000001.52ba3c93: close
    fileops: stat \cs2/sys/db\winktab2_s2.db
    fileops: stat \cs2/sys/db\__db.80000001.52ba3c93
    fileops: stat \cs2/sys/db\winktab2_s2.db
    fileops: rename \cs2/sys/db\__db.80000001.52ba3c93 to \cs2/sys/db\winktab2_s2.db
    fileops: stat \cs2/sys/db\winktab2_s2.db
    fileops: open \cs2/sys/db\winktab2_s2.db
    fileops: stat \cs2/sys/db\winktab2_s3.db
    fileops: stat \cs2/sys/db\winktab2_s3.db
    fileops: stat \cs2/sys/db\__db.80000001.5cbd6796
    fileops: open \cs2/sys/db\__db.80000001.5cbd6796
    fileops: stat \cs2/sys/db\__db.80000001.5cbd6796
    fileops: open \cs2/sys/db\__db.80000001.5cbd6796
    fileops: \cs2/sys/db\__db.80000001.5cbd6796: close
    fileops: stat \cs2/sys/db\__db.80000001.5cbd6796
    fileops: stat \cs2/sys/db\__db.80000001.5cbd6796
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: \cs2/sys/db\__db.80000001.5cbd6796: close
    fileops: stat \cs2/sys/db\winktab2_s3.db
    fileops: stat \cs2/sys/db\__db.80000001.5cbd6796
    fileops: stat \cs2/sys/db\winktab2_s3.db
    fileops: rename \cs2/sys/db\__db.80000001.5cbd6796 to \cs2/sys/db\winktab2_s3.db
    fileops: stat \cs2/sys/db\winktab2_s3.db
    fileops: open \cs2/sys/db\winktab2_s3.db
    fileops: stat \cs2/sys/db\winktab2_s4.db
    fileops: stat \cs2/sys/db\winktab2_s4.db
    fileops: stat \cs2/sys/db\__db.80000001.63ac4b2c
    fileops: open \cs2/sys/db\__db.80000001.63ac4b2c
    fileops: stat \cs2/sys/db\__db.80000001.63ac4b2c
    fileops: open \cs2/sys/db\__db.80000001.63ac4b2c
    fileops: \cs2/sys/db\__db.80000001.63ac4b2c: close
    fileops: stat \cs2/sys/db\__db.80000001.63ac4b2c
    fileops: stat \cs2/sys/db\__db.80000001.63ac4b2c
    fileops: \cs2/sys/db\__db.80000001.63ac4b2c: close
    fileops: stat \cs2/sys/db\winktab2_s4.db
    fileops: stat \cs2/sys/db\__db.80000001.63ac4b2c
    fileops: stat \cs2/sys/db\winktab2_s4.db
    fileops: rename \cs2/sys/db\__db.80000001.63ac4b2c to \cs2/sys/db\winktab2_s4.db
    fileops: stat \cs2/sys/db\winktab2_s4.db
    fileops: open \cs2/sys/db\winktab2_s4.db
    fileops: stat \cs2/sys/db\winktab2_s5.db
    fileops: stat \cs2/sys/db\winktab2_s5.db
    fileops: stat \cs2/sys/db\__db.80000001.6da6e34c
    fileops: open \cs2/sys/db\__db.80000001.6da6e34c
    fileops: stat \cs2/sys/db\__db.80000001.6da6e34c
    fileops: open \cs2/sys/db\__db.80000001.6da6e34c
    fileops: \cs2/sys/db\__db.80000001.6da6e34c: close
    fileops: stat \cs2/sys/db\__db.80000001.6da6e34c
    fileops: stat \cs2/sys/db\__db.80000001.6da6e34c
    fileops: \cs2/sys/db\__db.80000001.6da6e34c: close
    fileops: stat \cs2/sys/db\winktab2_s5.db
    fileops: stat \cs2/sys/db\__db.80000001.6da6e34c
    fileops: stat \cs2/sys/db\winktab2_s5.db
    fileops: rename \cs2/sys/db\__db.80000001.6da6e34c to \cs2/sys/db\winktab2_s5.db
    fileops: stat \cs2/sys/db\winktab2_s5.db
    fileops: open \cs2/sys/db\winktab2_s5.db
    chk_cursors: 0 cursors dupped
    chk_cursors: 0 cursors closed
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    chk_cursors: 0 cursors dupped
    chk_cursors: 0 cursors dupped
    chk_cursors: 0 cursors dupped
    chk_cursors: 0 cursors dupped
    chk_cursors: 0 cursors dupped
    chk_cursors: 0 cursors dupped
    chk_cursors: 0 cursors dupped
    chk_cursors: 0 cursors dupped
    chk_cursors: 0 cursors dupped
    chk_cursors: 0 cursors dupped
    chk_cursors: 0 cursors dupped
    chk_cursors: 0 cursors dupped
    chk_cursors: 0 cursors dupped
    chk_cursors: 0 cursors closed
    fileops: \cs2/sys/db\winktab2_p0.db: close
    fileops: \cs2/sys/db\winktab2_s1.db: close
    fileops: \cs2/sys/db\winktab2_s2.db: close
    fileops: \cs2/sys/db\winktab2_s3.db: close
    fileops: stat \cs2/sys/db\winktab2_s3.db
    fileops: open \cs2/sys/db\winktab2_s3.db
    fileops: \cs2/sys/db\winktab2_s4.db: close
    fileops: \cs2/sys/db\winktab2_s3.db: close
    fileops: stat \cs2/sys/db\winktab2_s2.db
    fileops: open \cs2/sys/db\winktab2_s2.db
    fileops: \cs2/sys/db\winktab2_s5.db: close
    fileops: stat \cs2/sys/db\winktab2_p0.db
    fileops: stat \cs2/sys/db\winktab2_p0.db
    fileops: open \cs2/sys/db\winktab2_p0.db
    fileops: \cs2/sys/db\winktab2_p0.db: close
    fileops: stat \cs2/sys/db\winktab2_p0.db
    fileops: open \cs2/sys/db\winktab2_p0.db
    fileops: stat \cs2/sys/db\winktab2_s1.db
    fileops: stat \cs2/sys/db\winktab2_s1.db
    fileops: open \cs2/sys/db\winktab2_s1.db
    fileops: \cs2/sys/db\winktab2_s1.db: close
    fileops: stat \cs2/sys/db\winktab2_s1.db
    fileops: open \cs2/sys/db\winktab2_s1.db
    fileops: stat \cs2/sys/db\winktab2_s2.db
    fileops: stat \cs2/sys/db\winktab2_s2.db
    fileops: open \cs2/sys/db\winktab2_s2.db
    fileops: \cs2/sys/db\winktab2_s2.db: close
    fileops: \cs2/sys/db\winktab2_s2.db: close
    fileops: stat \cs2/sys/db\winktab2_s2.db
    fileops: open \cs2/sys/db\winktab2_s2.db
    fileops: stat \cs2/sys/db\winktab2_s4.db
    fileops: open \cs2/sys/db\winktab2_s4.db
    fileops: stat \cs2/sys/db\winktab2_s3.db
    fileops: stat \cs2/sys/db\winktab2_s3.db
    fileops: open \cs2/sys/db\winktab2_s3.db
    fileops: \cs2/sys/db\winktab2_s3.db: close
    fileops: stat \cs2/sys/db\winktab2_s3.db
    fileops: open \cs2/sys/db\winktab2_s3.db
    fileops: stat \cs2/sys/db\winktab2_s4.db
    fileops: stat \cs2/sys/db\winktab2_s4.db
    fileops: open \cs2/sys/db\winktab2_s4.db
    fileops: \cs2/sys/db\winktab2_s4.db: close
    fileops: \cs2/sys/db\winktab2_s4.db: close
    fileops: stat \cs2/sys/db\winktab2_s4.db
    fileops: open \cs2/sys/db\winktab2_s4.db
    fileops: stat \cs2/sys/db\winktab2_s5.db
    fileops: stat \cs2/sys/db\winktab2_s5.db
    fileops: open \cs2/sys/db\winktab2_s5.db
    fileops: \cs2/sys/db\winktab2_s5.db: close
    fileops: stat \cs2/sys/db\winktab2_s5.db
    fileops: open \cs2/sys/db\winktab2_s5.db
    chk_cursors: 0 cursors dupped
    chk_cursors: 0 cursors dupped
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    chk_cursors: 0 cursors closed
    fileops: \cs2/sys/db\winktab2_p0.db: close
    fileops: \cs2/sys/db\winktab2_s1.db: close
    fileops: stat \cs2/sys/db\winktab2_p0.db
    fileops: open \cs2/sys/db\winktab2_p0.db
    fileops: \cs2/sys/db\winktab2_s2.db: close
    fileops: \cs2/sys/db\winktab2_p0.db: close
    fileops: stat \cs2/sys/db\winktab2_s1.db
    fileops: open \cs2/sys/db\winktab2_s1.db
    fileops: \cs2/sys/db\winktab2_s3.db: close
    fileops: \cs2/sys/db\winktab2_s1.db: close
    fileops: \cs2/sys/db\winktab2_s4.db: close
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\winktab2_s5.db: close
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: stat \cs2/sys/db\winktab2_s5.db
    fileops: open \cs2/sys/db\winktab2_s5.db
    fileops: \cs2/sys/db\winktab2_s5.db: close
    fileops: stat \cs2/sys/db\winktab2_s3.db
    fileops: open \cs2/sys/db\winktab2_s3.db
    fileops: \cs2/sys/db\winktab2_s3.db: close
    fileops: stat \cs2/sys/db\winktab2_s2.db
    fileops: open \cs2/sys/db\winktab2_s2.db
    fileops: \cs2/sys/db\winktab2_s2.db: close
    fileops: stat \cs2/sys/db\winktab2_s4.db
    fileops: open \cs2/sys/db\winktab2_s4.db
    fileops: \cs2/sys/db\winktab2_s4.db: close
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: stat \cs2/sys/db\winktab2_p0.db
    fileops: stat \cs2/sys/db\winktab2_p0.db
    fileops: open \cs2/sys/db\winktab2_p0.db
    fileops: \cs2/sys/db\winktab2_p0.db: close
    fileops: stat \cs2/sys/db\winktab2_p0.db
    fileops: open \cs2/sys/db\winktab2_p0.db
    fileops: stat \cs2/sys/db\winktab2_s1.db
    fileops: stat \cs2/sys/db\winktab2_s1.db
    fileops: open \cs2/sys/db\winktab2_s1.db
    fileops: \cs2/sys/db\winktab2_s1.db: close
    fileops: stat \cs2/sys/db\winktab2_s1.db
    fileops: open \cs2/sys/db\winktab2_s1.db
    fileops: stat \cs2/sys/db\winktab2_s2.db
    fileops: stat \cs2/sys/db\winktab2_s2.db
    fileops: open \cs2/sys/db\winktab2_s2.db
    fileops: \cs2/sys/db\winktab2_s2.db: close
    fileops: stat \cs2/sys/db\winktab2_s2.db
    fileops: open \cs2/sys/db\winktab2_s2.db
    fileops: stat \cs2/sys/db\winktab2_s3.db
    fileops: stat \cs2/sys/db\winktab2_s3.db
    fileops: open \cs2/sys/db\winktab2_s3.db
    fileops: \cs2/sys/db\winktab2_s3.db: close
    fileops: stat \cs2/sys/db\winktab2_s3.db
    fileops: open \cs2/sys/db\winktab2_s3.db
    fileops: stat \cs2/sys/db\winktab2_s4.db
    fileops: stat \cs2/sys/db\winktab2_s4.db
    fileops: open \cs2/sys/db\winktab2_s4.db
    fileops: \cs2/sys/db\winktab2_s4.db: close
    fileops: stat \cs2/sys/db\winktab2_s4.db
    fileops: open \cs2/sys/db\winktab2_s4.db
    fileops: stat \cs2/sys/db\winktab2_s5.db
    fileops: stat \cs2/sys/db\winktab2_s5.db
    fileops: open \cs2/sys/db\winktab2_s5.db
    fileops: \cs2/sys/db\winktab2_s5.db: close
    fileops: stat \cs2/sys/db\winktab2_s5.db
    fileops: open \cs2/sys/db\winktab2_s5.db
    chk_cursors: 0 cursors dupped
    chk_cursors: 0 cursors closed
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    fileops: open \cs2/sys/db\log.0000000001
    fileops: \cs2/sys/db\log.0000000001: close
    chk_cursors: 0 cursors dupped
    chk_cursors: 0 cursors dupped
    chk_cursors: 0 cursors dupped
    chk_cursors: 0 cursors dupped
    chk_cursors: 0 cursors dupped
    chk_cursors: 0 cursors dupped
    chk_cursors: 0 cursors dupped
    chk_cursors: 0 cursors dupped
    chk_cursors: 0 cursors dupped
    chk_cursors: 0 cursors dupped
    chk_cursors: 0 cursors dupped
    chk_cursors: 0 cursors dupped
    chk_cursors: 0 cursors dupped
    chk_cursors: 0 cursors closed
    fileops: \cs2/sys/db\winktab2_p0.db: close
    fileops: \cs2/sys/db\winktab2_s1.db: close
    fileops: \cs2/sys/db\winktab2_s2.db: close
    fileops: \cs2/sys/db\winktab2_s3.db: close
    fileops: \cs2/sys/db\winktab2_s4.db: close
    fileops: stat \cs2/sys/db\winktab2_p0.db
    fileops: stat \cs2/sys/db\winktab2_p0.db
    fileops: open \cs2/sys/db\winktab2_p0.db
    fileops: \cs2/sys/db\winktab2_p0.db: close
    fileops: stat \cs2/sys/db\winktab2_p0.db
    fileops: open \cs2/sys/db\winktab2_p0.db
    fileops: stat \cs2/sys/db\winktab2_s1.db
    fileops: stat \cs2/sys/db\winktab2_s1.db
    fileops: open \cs2/sys/db\winktab2_s1.db
    fileops: \cs2/sys/db\winktab2_s1.db: close
    fileops: stat \cs2/sys/db\winktab2_s1.db
    fileops: open \cs2/sys/db\winktab2_s1.db
    fileops: stat \cs2/sys/db\winktab2_s2.db
    fileops: stat \cs2/sys/db\winktab2_s2.db
    fileops: open \cs2/sys/db\winktab2_s2.db
    fileops: \cs2/sys/db\winktab2_s2.db: close
    fileops: stat \cs2/sys/db\winktab2_s2.db
    fileops: open \cs2/sys/db\winktab2_s2.db
    fileops: stat \cs2/sys/db\winktab2_s3.db
    fileops: stat \cs2/sys/db\winktab2_s3.db
    fileops: open \cs2/sys/db\winktab2_s3.db
    fileops: \cs2/sys/db\winktab2_s5.db: close
    fileops: \cs2/sys/db\winktab2_s3.db: close
    fileops: stat \cs2/sys/db\winktab2_s3.db
    fileops: open \cs2/sys/db\winktab2_s3.db
    fileops: stat \cs2/sys/db\winktab2_s4.db
    fileops: stat \cs2/sys/db\winktab2_s4.db
    fileops: open \cs2/sys/db\winktab2_s4.db
    fileops: \cs2/sys/db\winktab2_s4.db: close
    fileops: stat \cs2/sys/db\winktab2_s4.db
    fileops: open \cs2/sys/db\winktab2_s4.db
    fileops: stat \cs2/sys/db\winktab2_s5.db
    fileops: stat \cs2/sys/db\winktab2_s5.db
    fileops: open \cs2/sys/db\winktab2_s5.db
    fileops: \cs2/sys/db\winktab2_s5.db: close

  • Get Info crashes iTunes 8

    iTunes 8 seems to work OK... but one of the first thing I tried to do was "GET INFO"
    And iTunes CRASHED.
    It crashed using the menu, or hitting apple-i (in any window-- icon, album, or list view)
    It still crashes.
    Here's the log dump. Anyone else have this problem?
    Process: iTunes [2900]
    Path: /Applications/iTunes.app/Contents/MacOS/iTunes
    Identifier: com.apple.iTunes
    Version: 8.0 (8.0)
    Build Info: iTunes-8003502~2
    Code Type: PPC (Native)
    Parent Process: launchd [227]
    Date/Time: 2008-09-09 22:58:22.910 -0800
    OS Version: Mac OS X 10.5.4 (9E17)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x00000000c0000023
    Crashed Thread: 0
    Application Specific Information:
    0x4403ec
    0x78938
    0x27f7cc
    0x93b039f0
    0x92c45730
    0x92cf9a94
    0x92cf97b4
    0x92cf96f0
    0x2808f8
    0x280fec
    0x37ca4
    0x280400
    0x309c
    0x2da0
    0xbffffc7c
    Thread 0 Crashed:
    0 libobjc.A.dylib 0x96a23018 objc_msgSend + 24
    1 ...ple.ApplicationServices.ATS 0x95828684 LLCStyleInfoCreateActiveStyleInfo + 652
    2 com.apple.QD 0x96698664 TATSUStyle::ConstructActiveStyleInfo() + 52
    3 com.apple.QD 0x966b5034 TATSUStyle::operator==(TATSUStyle&) + 100
    4 com.apple.QD 0x966b4fac TATSUStyleSet::operator==(TATSUStyleSet&) + 104
    5 com.apple.QD 0x966b4ed0 ATSUCompareStyles + 104
    6 com.apple.HIToolbox 0x92cc502c CUnicodeTextRun::EqualAttribute(unsigned long, void const*) const + 76
    7 com.apple.HIToolbox 0x92cc0a74 CUnicodeTextRun::Assign(CAttrObject const*, unsigned char) + 104
    8 com.apple.HIToolbox 0x92cbd3b8 OpaqueTXNObject::ITextensionDoc(unsigned char, unsigned long, OpaqueWindowPtr*, Rect const*, CMLTEFileObject&, unsigned long) + 1076
    9 com.apple.HIToolbox 0x92cbb450 TXNCreateObject + 220
    10 com.apple.HIToolbox 0x92cbb228 TUnicodeText::Init(HIView*, CGRect const&, unsigned long) + 244
    11 com.apple.HIToolbox 0x92cbaf20 TControlText::Init(HIView*, Rect const&, __CFString const*, ControlFontStyleRec const&, unsigned long) + 232
    12 com.apple.HIToolbox 0x92d6479c HITextField::InitializeCommon(__CFString const*, ControlFontStyleRec, unsigned char) + 136
    13 com.apple.HIToolbox 0x92d646cc HITextField::Initialize(OpaqueEventRef*) + 204
    14 com.apple.HIToolbox 0x92c1cc30 HIObject::HandleClassHIObjectEvent(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 624
    15 com.apple.HIToolbox 0x92c1c928 HIObject::EventHook(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 80
    16 com.apple.HIToolbox 0x92c1c3c8 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1484
    17 com.apple.HIToolbox 0x92c1b560 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 464
    18 com.apple.HIToolbox 0x92c1b37c SendEventToEventTargetWithOptions + 52
    19 com.apple.HIToolbox 0x92c16b50 HIObject::Create(__CFString const*, OpaqueEventRef*, HIObject**) + 292
    20 com.apple.HIToolbox 0x92c169f8 HIObjectCreate + 100
    21 com.apple.HIToolbox 0x92d644c0 _HIEditTextCreateWithClass + 260
    22 com.apple.HIToolbox 0x92d97674 CreateEditUnicodeTextControl + 108
    23 com.apple.HIToolbox 0x92d05814 NewControl + 2896
    24 com.apple.HIToolbox 0x92d9a09c GetNewControl + 120
    25 com.apple.HIToolbox 0x92cefec0 InitializeItem(_DialogRec*, short, DITLItem*, long) + 744
    26 com.apple.HIToolbox 0x92cefb48 ForEachDialogItem(_DialogRec*, unsigned char ()(_DialogRec, short, DITLItem*, long), long) + 92
    27 com.apple.HIToolbox 0x92cef3b0 NewDialogCommon(_DialogRec*, char**) + 192
    28 com.apple.HIToolbox 0x92cee148 NewFeaturesDialog + 268
    29 com.apple.HIToolbox 0x92da58b0 CreateDialog(Rect const*, unsigned char const*, unsigned char, short, OpaqueWindowPtr*, unsigned char, long, char**, ColorTable**, char**, char**, unsigned long, unsigned char, AutoPositionInfo) + 188
    30 com.apple.HIToolbox 0x92da5618 GetNewDialog + 424
    31 com.apple.iTunes 0x001ca0b0 0x1000 + 1872048
    32 com.apple.iTunes 0x000db7c8 0x1000 + 894920
    33 com.apple.iTunes 0x0006669c 0x1000 + 415388
    34 com.apple.iTunes 0x00125a5c 0x1000 + 1198684
    35 com.apple.iTunes 0x00126cdc 0x1000 + 1203420
    36 com.apple.iTunes 0x000c7ab8 0x1000 + 813752
    37 com.apple.iTunes 0x000cdc38 0x1000 + 838712
    38 com.apple.iTunes 0x00212b90 0x1000 + 2169744
    39 com.apple.iTunes 0x0021382c 0x1000 + 2172972
    40 com.apple.iTunes 0x0003502c 0x1000 + 213036
    41 com.apple.iTunes 0x00280dc8 0x1000 + 2620872
    42 com.apple.iTunes 0x00280fe8 0x1000 + 2621416
    43 com.apple.iTunes 0x00037ca0 0x1000 + 224416
    44 com.apple.iTunes 0x002803fc 0x1000 + 2618364
    45 com.apple.iTunes 0x00003098 0x1000 + 8344
    46 com.apple.iTunes 0x00002d9c 0x1000 + 7580
    47 ??? 0xbffffc78 0 + 3221224568
    Thread 1:
    0 libSystem.B.dylib 0x955bb438 machmsgtrap + 8
    1 libSystem.B.dylib 0x955c235c mach_msg + 56
    2 com.apple.CoreFoundation 0x93b03568 CFRunLoopRunSpecific + 1812
    3 com.apple.audio.CoreAudio 0x9301fe3c HALRunLoop::OwnThread(void*) + 212
    4 com.apple.audio.CoreAudio 0x9301fc80 CAPThread::Entry(CAPThread*) + 104
    5 libSystem.B.dylib 0x955fd658 pthreadstart + 316
    Thread 2:
    0 libSystem.B.dylib 0x955bb498 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x955fe90c pthread_condwait + 1336
    2 com.apple.iTunes 0x00359f44 0x1000 + 3510084
    Thread 3:
    0 libSystem.B.dylib 0x9561fae4 select$DARWIN_EXTSN + 12
    1 com.apple.CoreFoundation 0x93b0e9b0 __CFSocketManager + 764
    Thread 4:
    0 libSystem.B.dylib 0x955c1e4c _semwaitsignal + 12
    1 libSystem.B.dylib 0x955fea00 pthread_condwait + 1580
    2 libGLProgrammability.dylib 0x94318298 glvmDoWork + 120
    3 libSystem.B.dylib 0x955fd658 pthreadstart + 316
    Thread 5:
    0 libSystem.B.dylib 0x9562db98 accept$NOCANCEL$UNIX2003 + 12
    1 libSystem.B.dylib 0x95664ac4 accept + 16
    2 com.apple.iTunes 0x002f246c 0x1000 + 3085420
    Thread 6:
    0 libSystem.B.dylib 0x955bb438 machmsgtrap + 8
    1 libSystem.B.dylib 0x955c235c mach_msg + 56
    2 com.apple.CoreFoundation 0x93b03568 CFRunLoopRunSpecific + 1812
    3 com.apple.CoreFoundation 0x93b03df0 CFRunLoopRun + 60
    4 com.apple.iTunes 0x0024c0c0 0x1000 + 2404544
    5 libSystem.B.dylib 0x955fd658 pthreadstart + 316
    Thread 7:
    0 libSystem.B.dylib 0x955bb4b8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x955fe8fc pthread_condwait + 1320
    2 ...ple.CoreServices.CarbonCore 0x937c0e68 TSWaitOnConditionTimedRelative + 240
    3 ...ple.CoreServices.CarbonCore 0x937c0c3c TSWaitOnSemaphoreCommon + 428
    4 ...ickTimeComponents.component 0x045f3950 ReadSchedulerThreadEntryPoint + 5312
    5 libSystem.B.dylib 0x955fd658 pthreadstart + 316
    Thread 8:
    0 libSystem.B.dylib 0x955bb4b8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x955fe8fc pthread_condwait + 1320
    2 ...ple.CoreServices.CarbonCore 0x937c0e68 TSWaitOnConditionTimedRelative + 240
    3 ...ple.CoreServices.CarbonCore 0x937c0c3c TSWaitOnSemaphoreCommon + 428
    4 ...ple.CoreServices.CarbonCore 0x937ea028 AIOFileThread(void*) + 1068
    5 libSystem.B.dylib 0x955fd658 pthreadstart + 316
    Thread 0 crashed with PPC Thread State 32:
    srr0: 0x96a23018 srr1: 0x0200f030 dar: 0xc0000023 dsisr: 0x00200000
    r0: 0x95828688 r1: 0xbffed250 r2: 0xa0675508 r3: 0x0b7752b0
    r4: 0x96ac0110 r5: 0x00000028 r6: 0x0000002c r7: 0x00000e03
    r8: 0x00000000 r9: 0x00000000 r10: 0x956d4b8c r11: 0x69520110
    r12: 0xc0000003 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
    r16: 0x0a2866b0 r17: 0x00000000 r18: 0xa09b840c r19: 0x00000000
    r20: 0x00000000 r21: 0x00000000 r22: 0x0bc5dd50 r23: 0x00010032
    r24: 0x00000000 r25: 0xa09be170 r26: 0x00000002 r27: 0xa09be170
    r28: 0xa09be170 r29: 0xa09be1e0 r30: 0xa09be250 r31: 0x9582840c
    cr: 0x44022428 xer: 0x20000000 lr: 0x95828688 ctr: 0x96a23000
    vrsave: 0x00000000
    Binary Images:
    0x1000 - 0xaf5ff7 com.apple.iTunes 8.0 (8.0) <4f92ecbb5e546888dce08561de687b8d> /Applications/iTunes.app/Contents/MacOS/iTunes
    0xce9000 - 0x1017ff7 com.apple.QuickTime 7.5.5 (990.7) <f530ad007afd28b3dc938a41e0a3f1e8> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x1116000 - 0x111bfff com.apple.iPod 1.5 (15) <2bf5b4911f0588da2ced7a29876f203f> /System/Library/PrivateFrameworks/iPod.framework/Versions/A/iPod
    0x1121000 - 0x1128fff com.apple.ipodsynchronization 2.3 (106.0) /System/Library/PrivateFrameworks/iPodSync.framework/Versions/A/iPodSync
    0x1130000 - 0x11befff com.apple.iTunes.iPodUpdater 7.7 (7.7) /Applications/iTunes.app/Contents/Frameworks/iPodUpdater.framework/Versions/A/i PodUpdater
    0x120a000 - 0x12d8ff5 com.apple.DiscRecording 4.0.1 (4010.4.5) <4663bc0d7cb99fd1ead6018ee955d11b> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x133f000 - 0x13edffb com.apple.QTKit 7.5.5 (990.7) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x1460000 - 0x1479ffb com.apple.CoreVideo 1.5.1 (1.5.1) <7568a5b07a0ccb4ee76a9b997fa3e5d9> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x148d000 - 0x14d1fff com.apple.vmutils 4.1 (104) <ea4bd764588ed4625099564b5e253eb1> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x14f2000 - 0x151efff com.apple.CoreMediaPrivate 11.0 (11.0) <5c3e0852cafaace76f92a112921a8ff0> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x1530000 - 0x1572fff com.apple.CoreMediaIOServicesPrivate 12.0 (12.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x411a000 - 0x411dff3 com.apple.PDFImporter 1.7 (???) <abeeabfed90f3dc92ab635bf87e8d2ee> /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
    0x4122000 - 0x4d95fff com.apple.QuickTimeComponents.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x4fca000 - 0x5203fd7 +net.telestream.wmv.import 2.2.0.49 (2.2.0.49) /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x5239000 - 0x525aff1 libmx.A.dylib ??? (???) /usr/lib/libmx.A.dylib
    0x5262000 - 0x5330ffb com.apple.QuickTimeMPEG4.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x5352000 - 0x5357fff com.apple.CoreMediaAuthoringPrivate 1.5 (1.5) /System/Library/PrivateFrameworks/CoreMediaAuthoringPrivate.framework/Versions/ A/CoreMediaAuthoringPrivate
    0x5360000 - 0x5514feb +net.telestream.wmv.advanced 2.2.0.49 (2.2.0.49) /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced
    0x5556000 - 0x5596f8f com.apple.AppleProResDecoder 1.0 (51) /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProR esDecoder
    0x559b000 - 0x559eff3 com.apple.QuickTimeH264.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x55a3000 - 0x55e1ff7 com.apple.QuickTimeFireWireDV.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x55f5000 - 0x5652fff com.apple.applepixletvideo 1.2.16 (1.2d16) <e7d7062d023b0d41d47f92c9bfe14c79> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x572c000 - 0x57cdff7 com.apple.QuickTimeImporters.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x6260000 - 0x6262ffd com.apple.textencoding.unicode 2.2 (2.2) <483d06bdf16bdbbad53efcea4fcfb688> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x7289000 - 0x728dfff com.apple.audio.AudioIPCPlugIn 1.0.4 (1.0.4) <9ea9c438a65be22a5e946e62ebfc9360> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x7292000 - 0x7293ffd com.apple.aoa.halplugin 2.5.7 (2.5.7f1) <7f1a60978b668db2fc7b7ee642120335> /System/Library/Extensions/IOAudioFamily.kext/Contents/PlugIns/AOAHALPlugin.bun dle/Contents/MacOS/AOAHALPlugin
    0x7500000 - 0x7532ffb com.apple.mobiledevice 3.2.2 (3.2.2) <0bd09305afe49f29ed8b6ccae5dd0624> /System/Library/PrivateFrameworks/MobileDevice.framework/MobileDevice
    0x753e000 - 0x76e2fff com.apple.audio.codecs.Components 1.6.4 (1.6.4) /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x7f62000 - 0x7fb0fff +com.exo.stationery eXo version 1.0 (1.0) /Users/Boyarsky/Library/iTunes/iTunes Plug-ins/eXo/eXo.bundle/Contents/MacOS/eXo
    0x7ffc000 - 0x8172ffb GLEngine ??? (???) <e546c359794d516a4ec464c774b1300a> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x81a4000 - 0x832dff6 com.apple.GeForceFXGLDriver 1.5.28 (5.2.8) <98f46e09e3758da2274f287443da2d83> /System/Library/Extensions/GeForceFXGLDriver.bundle/Contents/MacOS/GeForceFXGLD river
    0x8355000 - 0x8371fff GLRendererFloat ??? (???) <a16b151dfe35dd65da0ec9a149f5cdba> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x842c000 - 0x8436fff +com.binaryminded.FountainMusic Fountain Music version 1.2 (1.2) /Users/Boyarsky/Library/iTunes/iTunes Plug-ins/Fountain Music.bundle/Contents/MacOS/Fountain Music
    0x84fd000 - 0x8508fff +com.soundspectrum.gforceforitunes G-Force for iTunes 1.1 (1.1) /Users/Boyarsky/Library/iTunes/iTunes Plug-ins/G-Force for iTunes.bundle/Contents/MacOS/G-Force for iTunes
    0x850d000 - 0x851cfd0 +com.steelskies.GasLight 0.42 (0.42) /Users/Boyarsky/Library/iTunes/iTunes Plug-ins/GasLight.bundle/Contents/MacOS/GasLight
    0x8525000 - 0x854dfff +com.ios.igoom 2.0 (2.0) /Users/Boyarsky/Library/iTunes/iTunes Plug-ins/iGoom.bundle/Contents/MacOS/iGoom
    0x869a000 - 0x86ceff3 +com.OpticalAlchemy.JewelCase 1.8 (1.8) /Users/Boyarsky/Library/iTunes/iTunes Plug-ins/JewelCase.bundle/Contents/MacOS/JewelCase
    0x8841000 - 0x8846fff com.apple.drawsprocket 2.0.82 (DrawSprocket-2.0.82) <0400d2b8f6d1ea6cbe45c5419936dfda> /System/Library/Frameworks/DrawSprocket.framework/Versions/A/DrawSprocket
    0x8851000 - 0x8857ff7 +vTunes4 4.0 (4.0) /Users/Boyarsky/Library/iTunes/iTunes Plug-ins/vTunes4.bundle/Contents/MacOS/vTunes4
    0xa1ba000 - 0xa1d5fff +LEDSpectrumAnalyser LED Spectrum Analyser for iTunes version 2.0.5 (2.0.5) /Users/Boyarsky/Library/iTunes/iTunes Plug-ins/LEDSpectrumAnalyser.bundle/Contents/MacOS/LEDSpectrumAnalyser
    0xa1e6000 - 0xa1ebffb com.apple.QuartzComposer.iTunesPlugIn 1.0 (10) /Library/iTunes/iTunes Plug-ins/Quartz Composer Visualizer.bundle/Contents/MacOS/Quartz Composer Visualizer
    0xa404000 - 0xa416fe7 +com.barbariangroup.Magnetosphere ??? (0.0.2) /Users/Boyarsky/Library/iTunes/iTunes Plug-ins/Magnetosphere.bundle/Contents/MacOS/Magnetosphere
    0xa68b000 - 0xa69aff3 +MTSpace OpenGL test version 0.0.1d1 (0.1b) /Users/Boyarsky/Library/iTunes/iTunes Plug-ins/MTSpace.bundle/Contents/MacOS/MTSpace
    0xa7de000 - 0xa7f2fff +iTunesXPlugin iTunesXPlugIn version 0.0.1d1 (0.0.1d1) /Users/Boyarsky/Library/iTunes/iTunes Plug-ins/Timestretch-Visualizer.bundle/Contents/MacOS/iTunesXPlugin
    0xa8b0000 - 0xa931ffb +com.DHB.Ultragroovalicious 1.0 (1.0) /Users/Boyarsky/Library/iTunes/iTunes Plug-ins/Ultragroovalicious.bundle/Contents/MacOS/Ultragroovalicious
    0xaa47000 - 0xaa56fff +com.volcanokit.screensaver.volcanokit Volcano Kit iTunes Visualizer, version 1.0.2 (1.0.2) /Users/Boyarsky/Library/iTunes/iTunes Plug-ins/volcanokitPlugIn.bundle/Contents/MacOS/volcanokitPlugIn
    0xaa8d000 - 0xaa94fff +Vortex Vortex 1.1 (1.0) /Users/Boyarsky/Library/iTunes/iTunes Plug-ins/Vortex.bundle/Contents/MacOS/Vortex
    0xb28d000 - 0xb387ff3 com.apple.RawCamera.bundle 2.0.8 (2.0.8) <301197bb19c83780749805b978095825> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0xbaa0000 - 0xbaa5fff +com.stclairsoft.DefaultFolderX.osax Default Folder X Addition version 1.0 (kBundleVersion) <d5ea4ba590acf6a369dd0b4d737ed3ff> /Users/Boyarsky/Library/ScriptingAdditions/Default Folder X Addition.osax/Contents/MacOS/Default Folder X Addition
    0xbb61000 - 0xbb84ffb +com.stclairsoft.DefaultFolderX.CarbonPatcher kBundleVersion (kBundleVersion) <30e63fe01f4c61caad914abb8ea2503b> /Library/PreferencePanes/Default Folder X.prefPane/Contents/Resources/Default Folder X.bundle/Contents/Resources/Carbon Patcher.bundle/Contents/MacOS/Carbon Patcher
    0xbb92000 - 0xbbb1ffb +Cocoa Patcher ??? (???) <7757f8bdcfa0830e38d58a5dac0aa1b2> /Library/PreferencePanes/Default Folder X.prefPane/Contents/Resources/Default Folder X.bundle/Contents/Resources/Cocoa Patcher.bundle/Contents/MacOS/Cocoa Patcher
    0xd3f0000 - 0xdb62ff7 com.apple.CoreFP 1.0.15 (1.0) /System/Library/PrivateFrameworks/CoreFP.framework/CoreFP
    0x3e000000 - 0x3e044fff com.apple.glut 3.4.0 (GLUT-3.4.0) <4d83a8fb7db393ef7e0308e778feff00> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
    0x70000000 - 0x700cbff3 com.apple.audio.units.Components 1.5.1 (1.5.1) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe30b23 dyld 96.2 (???) <39109181acbf30fed542e6c9abcf1798> /usr/lib/dyld
    0x90003000 - 0x9004effb com.apple.Metadata 10.5.2 (398.18) <787e741e6b0c0b59f9b9c42a016672cb> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9004f000 - 0x90084ffb com.apple.LDAPFramework 1.4.3 (106) <d9a3a16b2d468683b68f714d11196d7b> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x90085000 - 0x903e3ff2 com.apple.QuartzCore 1.5.3 (1.5.3) <c410b1f89e67d41c3d06eac1790b500c> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x903e4000 - 0x903f2fff libz.1.dylib ??? (???) <1a70dd3594a8c5ad39d785af5da23237> /usr/lib/libz.1.dylib
    0x903f3000 - 0x90400ffb com.apple.opengl 1.5.6 (1.5.6) <9f2c6a226837dae46ced8b28e195210c> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x90407000 - 0x9051bffa com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x9051c000 - 0x90845fe7 libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x90856000 - 0x90918fff com.apple.WebKit 5525.18 (5525.18) <ef0071ec0d5faa5b198348bc4f909c7c> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x90919000 - 0x90926fff libbz2.1.0.dylib ??? (???) <ff3050272228dbda09852641458eaaa4> /usr/lib/libbz2.1.0.dylib
    0x9092b000 - 0x90947ffb com.apple.openscripting 1.2.8 (???) <cc6a91ad44b9d013d03b9977a1459bd5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x90948000 - 0x9098afff com.apple.quartzfilters 1.5.0 (1.5.0) <3f2dc01a646cd5b5ea55d510583ba4d5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x909cb000 - 0x909d6ffb libgcc_s.1.dylib ??? (???) <ea47fd375407f162c76d14d64ba246cd> /usr/lib/libgcc_s.1.dylib
    0x909f4000 - 0x909f4fff com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x909f5000 - 0x90a19ffb libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90a1a000 - 0x90a23fff com.apple.DiskArbitration 2.2.1 (2.2.1) <a389b4c2badce39540f24402f7df35e7> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x90a2a000 - 0x90a2affb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x90a2b000 - 0x90a8bfff com.apple.CoreText 2.0.2 (???) <e5940fddbca517f29b8865c9b02ddff0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90a8c000 - 0x90ac9fff libRIP.A.dylib ??? (???) <5f21492caab359881ef01076fee5f016> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x90aca000 - 0x90adaffb com.apple.agl 3.0.9 (AGL-3.0.9) <ab2f91cfb4e503d2516df44852c35e81> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x90adb000 - 0x91250fff com.apple.AppKit 6.5.3 (949.33) <1144a07dd55895f89e44adf80cc151d9> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x91251000 - 0x912d5ffd com.apple.CFNetwork 330.4 (330.4) <6e1a01b50c14cf720e067ea018c4e4ad> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91326000 - 0x9138dffb libstdc++.6.dylib ??? (???) <a4e9b10268b3ffac26d0296499b24e8e> /usr/lib/libstdc++.6.dylib
    0x9138e000 - 0x91484ffc libiconv.2.dylib ??? (???) <05ae1fcc97404173b2f9caef8f8be797> /usr/lib/libiconv.2.dylib
    0x91485000 - 0x914a0ffb libPng.dylib ??? (???) <a0a5ce98fa9fe98fe190c99a3dbbdfa0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x914e6000 - 0x91550fff com.apple.PDFKit 2.1 (2.1) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x91551000 - 0x9157affb com.apple.shortcut 1 (1.0) <032016a45147a2f3f191ce70187587c9> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x9157b000 - 0x9158afff com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) <651e2b4d7e19d43f520829f76216f2c2> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9158b000 - 0x91624fc3 libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91625000 - 0x91666ffb libTIFF.dylib ??? (???) <0d0a3107d26786c3708e6a511d5acec9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91667000 - 0x916fbff7 com.apple.framework.IOKit 1.5.1 (???) <c1d6fa5eb7372b90ca4fea8910170152> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x917cb000 - 0x917d3fff libbsm.dylib ??? (???) <c1fca3cbe3b1c21e9b31bc89b920f34c> /usr/lib/libbsm.dylib
    0x917d4000 - 0x9181efff com.apple.QuickLookUIFramework 1.3 (170.7) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x9181f000 - 0x91875fff libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x91876000 - 0x9188effb com.apple.DictionaryServices 1.0.0 (1.0.0) <fe37191e732eeb66189185cd000a210b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x91bbd000 - 0x91c82ffb com.apple.CoreData 100.1 (186) <9cf54cb19b18e53ee22edb7ababa6e6c> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x92ac3000 - 0x92c0bffb libicucore.A.dylib ??? (???) <dd2fd169aa328f6e97a1d700e5846866> /usr/lib/libicucore.A.dylib
    0x92c0c000 - 0x92c11ff6 libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x92c12000 - 0x92c13fff libffi.dylib ??? (???) <11b77dbce4aa0f0b66d40014230abd1d> /usr/lib/libffi.dylib
    0x92c14000 - 0x92f4dfeb com.apple.HIToolbox 1.5.3 (???) <1f08f0263f6037c253e6cfbe69cfc5a0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x92f70000 - 0x92fccffb com.apple.HIServices 1.7.0 (???) <48d200891cc9dd795ee547d526c6a45b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x92fcd000 - 0x92fd8ff9 com.apple.helpdata 1.0 (14) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x92fd9000 - 0x92fe9fff libsasl2.2.dylib ??? (???) <18935d5e775962f4728b91189b092d45> /usr/lib/libsasl2.2.dylib
    0x92fea000 - 0x92ffdffb com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <dc8dac074f4d19175c5613b35aa529b3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x92ffe000 - 0x93085ffb com.apple.audio.CoreAudio 3.1.0 (3.1) <880a5a35ef1c5158271ee4b305b35626> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x93086000 - 0x93136fff edu.mit.Kerberos 6.0.12 (6.0.12) <5cf1a9c1d7e526bb9b084013a1722d08> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x93137000 - 0x9317efff com.apple.NavigationServices 3.5.2 (163) <cb063c95a55ba12994a64c7e47f5706a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x931be000 - 0x93778fff libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x93779000 - 0x93797fff com.apple.QuickLookFramework 1.3 (170.7) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x93798000 - 0x93a99ffb com.apple.CoreServices.CarbonCore 786.6 (786.6) <d2ae460a0de15ca950ac723616666507> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x93a9a000 - 0x93bbfffb com.apple.CoreFoundation 6.5.3 (476.14) <56add4656a227fa699f8aa1427b369d9> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x93bc0000 - 0x93bc7ffb com.apple.print.framework.Print 218.0.2 (220.1) <c7e0e618d5867ae227403ae385aacd82> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93c2e000 - 0x93d15fff com.apple.JavaScriptCore 5525.18 (5525.18) <d94ee2a4a7aa244335a4a2a49a5aaeec> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x93d16000 - 0x93d47fff com.apple.coreui 1.1 (61) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x93d48000 - 0x93d5bfff com.apple.LangAnalysis 1.6.4 (1.6.4) <f12db38b92cbf96b024206698434d14d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x93d5c000 - 0x93d63fff com.apple.CommonPanels 1.2.4 (85) <0d1256175c5512c911ede094d767acfe> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93d7a000 - 0x942f1ff3 com.apple.CoreGraphics 1.351.32 (???) <9f74f6f37d389945b10af033ae035ee5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x942f2000 - 0x94727ffa libGLProgrammability.dylib ??? (???) <f032e07d587794af4d4ba1b7dc7b4fd2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x94728000 - 0x94729ff8 com.apple.ApplicationServices 34 (34) <6aa5ee485bb2e656531b3505932b845f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9472a000 - 0x9472effe libGIF.dylib ??? (???) <d6e2a570359313a39c6783c2ecfee608> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9472f000 - 0x94802fff com.apple.CoreServices.OSServices 226.5 (226.5) <50a4f7fe2d6078971f9ef6fc88cc5d2b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x94803000 - 0x94822fff libresolv.9.dylib ??? (???) <181fb3defd2942f00201507cfa4efdb5> /usr/lib/libresolv.9.dylib
    0x94823000 - 0x949c3ff7 com.apple.QuartzComposer 2.1 (106.5) <5dc62dabb295b4b355da9d37501b3f90> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x949c4000 - 0x949c4fff com.apple.Carbon 136 (136) <6a6a209ec9179368db7ead8382b8ee63> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x949c5000 - 0x949c7ffd libRadiance.dylib ??? (???) <3d70fcb7557347829c96c9753074b3f1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x949c8000 - 0x94a50fff com.apple.ink.framework 101.3 (86) <66a99ad6bc695390a66dd24789e23dcc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x94a51000 - 0x94a5efff libCSync.A.dylib ??? (???) <78f215768036cfce737f00116252c626> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94a5f000 - 0x94aeeffb com.apple.DesktopServices 1.4.6 (1.4.6) <58211b14d8d8dd52cb249711dc42c52d> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x94aef000 - 0x94b3eff7 libGLImage.dylib ??? (???) <dba44404ea3684df4f23df5e8e5430c3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x94b3f000 - 0x94b4bff3 com.apple.audio.SoundManager 3.9.2 (3.9.2) <79588842bcaf6c747a95b2120304397a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x94c9e000 - 0x94d6dfff com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x94d71000 - 0x94d74ffb com.apple.securityhi 3.0 (30817) <e50c0cac9048f8923b95797753d50b5c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x94d75000 - 0x94e0bfff com.apple.LaunchServices 289.2 (289.2) <67191ba4de2d3d14be9b4bbddd4fe0a6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x94e0c000 - 0x94e0cffa com.apple.CoreServices 32 (32) <42b6dda539f7411606187335d9eae0c5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x94e0d000 - 0x94e2cfff com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x94e2d000 - 0x94e33ffb com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x94e3f000 - 0x95520ff3 com.apple.WebCore 5525.18.1 (5525.18.1) <c339884f32c81b029105d8a0243db0ff> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95521000 - 0x955a6fff libsqlite3.0.dylib ??? (???) <f2a33fe2663eab9c7f4806d2cf05b4ee> /usr/lib/libsqlite3.0.dylib
    0x955a7000 - 0x955adffb com.apple.DisplayServicesFW 2.0 (2.0) <fb3b6779bc6c167bc163798b6d20a866> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x955ae000 - 0x955b9fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <ae3dc890a43a9269388301f6b59d3091> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x955ba000 - 0x95753fe3 libSystem.B.dylib ??? (???) <787ea59c19201d04a507b13d2bb3f9ac> /usr/lib/libSystem.B.dylib
    0x95754000 - 0x9580efff libcrypto.0.9.7.dylib ??? (???) <29883b10f7a6ac2dd91addabf60e0ff8> /usr/lib/libcrypto.0.9.7.dylib
    0x9580f000 - 0x958a9ffb com.apple.ApplicationServices.ATS 3.3 (???) <5c97f539ba68e1143929cd89db390d20> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x958aa000 - 0x958aaffc com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <91aadd6dccda219dd50a6ce06aad5b54> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x958ab000 - 0x95a17ff9 com.apple.AddressBook.framework 4.1.1 (695) <c2da7479f17eecd7a1efd7250afb0aef> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x95a18000 - 0x95a20ffb libCGATS.A.dylib ??? (???) <367c4beab293fb4e93202bd1d3339fe6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x95a27000 - 0x95aa8fff com.apple.print.framework.PrintCore 5.5.3 (245.3) <032f772f8169945c1d1b524d96edcef6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x95ac3000 - 0x95ae3ff7 libJPEG.dylib ??? (???) <92341083256fbcd28888a179ebf941ef> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x95ae4000 - 0x95b1dfff com.apple.SystemConfiguration 1.9.2 (1.9.2) <1a39075165bf7447fe8be1e93db49346> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x95b1e000 - 0x95b1efff com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x95b1f000 - 0x95b1fff8 com.apple.Cocoa 6.5 (???) <e9a4f1c636d00893db0494c4040176ba> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x95ba0000 - 0x95bd2fff com.apple.bom 9.0 (136) <cb560109ea507cdfb6c77349845e6b2a> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x95bd3000 - 0x95bfafff libxslt.1.dylib ??? (???) <3700d04090629deddb436aa2d516c56d> /usr/lib/libxslt.1.dylib
    0x95bfb000 - 0x95c21fff libcups.2.dylib ??? (???) <faed280b72f625b591ae0506cb142367> /usr/lib/libcups.2.dylib
    0x95d9b000 - 0x95db6ff3 com.apple.DirectoryService.Framework 3.5.4 (3.5.4) <d69161954145cf745b51ae31e0961077> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x95e59000 - 0x95e84ff7 libauto.dylib ??? (???) <b3a3a4b0f09653bd6d58f1847922b533> /usr/lib/libauto.dylib
    0x95e85000 - 0x95fcfffb com.apple.ImageIO.framework 2.0.2 (2.0.2) <20c50c4b4d09a4cf69fb8732e3d79081> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x95fd0000 - 0x96032ffb com.apple.htmlrendering 68 (1.1.3) <e852db1c007de975fae2f0c2769c88ef> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x96033000 - 0x9611cfff libxml2.2.dylib ??? (???) <6bf1a24e68615e0edf843988f5a0a1f4> /usr/lib/libxml2.2.dylib
    0x9611d000 - 0x96198fff com.apple.SearchKit 1.2.0 (1.2.0) <1b448fbae02460eae76ee1c6883f45d6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x96199000 - 0x962b7ff7 com.apple.audio.toolbox.AudioToolbox 1.5.1 (1.5.1) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x962b8000 - 0x963dcfff com.apple.imageKit 1.0.1 (1.0) <4cf1f88ec52fe945d0d534cf63ab7fce> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x963dd000 - 0x96412fff com.apple.AE 402.2 (402.2) <0b15a08da8ec38b74fb9dd6e579ed25f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x96690000 - 0x96740fff com.apple.QD 3.11.52 (???) <f33191c288897dd4d2e2c4b87bcc09b4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x96741000 - 0x96760fff com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x96761000 - 0x9678bff7 libssl.0.9.7.dylib ??? (???) <96a900022cb333091411b0e42eeeb2d6> /usr/lib/libssl.0.9.7.dylib
    0x96821000 - 0x96824fff com.apple.help 1.1 (36) <7106d6e074a3b9835ebf1e6cc6c822ce> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x96825000 - 0x96a0bffb com.apple.security 5.0.4 (34102) <9a5739b5b522f963b320fd71581b9cf5> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x96a0c000 - 0x96aeffeb libobjc.A.dylib ??? (???) <23a407d7dac6090562827e97bac3cb86> /usr/lib/libobjc.A.dylib
    0x96af0000 - 0x96bbdffb com.apple.syncservices 3.1 (389.6) <e83163fad4c97dc8ed74b595e7cc594b> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x96c23000 - 0x96cadfff libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x96d5c000 - 0x96fa1ffb com.apple.Foundation 6.5.5 (677.19) <1667218c075b6e69728c5c2dd9ff6065> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x96fa2000 - 0x96fb9ffb com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x96fba000 - 0x96fbaffe com.apple.quartzframework 1.5 (1.5) <1477ba992c53f43087c7527c4782fd54> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0xfffec000 - 0xfffeffff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff8000 - 0xffff9703 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
    John
    Fairbanks, AK
    Stuck and unable to reorganize a few songs....

    It works now that I turned OFF the Genius feature.
    As soon as I closed the GENIUS sidebar and quit iTunes (to save the state of changes) then restarted iTunes and everything seemed to work.
    Weird! Genius kept me from doing ANYTHING till I used it.
    John in FAirbanks

  • Iba only opens new blank docs not previously worked on .iba filess

    This morning I tried to open an .iba that I was working on, the file hung for a long time so I had to force quit. Did this a few times same thing then I restarted the Mac and got the same thing.
    So I re started again and tried to open a template and it opens fine so no matter what .iba file ( that I created - there are at least 10 on my drive) none of them open and hang the app.
    here is part of the detailedreort
    Any help?
    Date/Time:       2014-09-23 09:27:54 -0400
    OS Version:      10.9.4 (Build 13E28)
    Architecture:    x86_64
    Report Version:  18
    Command:         iBooks Author
    Path:            /Applications/iBooks Author.app/Contents/MacOS/iBooks Author
    Version:         2.1.3 (463)
    Build Version:   1
    Project Name:    Kingbird
    Source Version:  463000000000000
    App Item ID:     490152466
    App External ID: 604892645
    Parent:          launchd [191]
    PID:             451
    Event:           hang
    Duration:        3.99s
    Steps:           40 (100ms sampling interval)
    Hardware model:  MacPro3,1
    Active cpus:     8
    Fan speed:       499 rpm
    Free pages:      2147827 pages (-2881)
    Pageins:         0 pages
    Pageouts:        0 pages
    Swapins:         0 pages
    Swapouts:        0 pages
    Process:         iBooks Author [451]
    Path:            /Applications/iBooks Author.app/Contents/MacOS/iBooks Author
    Architecture:    i386
    Parent:          launchd [191]
    UID:             501
    Task size:       26938 pages
    CPU Time:        0.023s
      Thread 0x4c60     priority 47       
      40 start + 53 (iBooks Author) [0x159389]
        40 main + 199 (iBooks Author) [0xee885]
          40 NSApplicationMain + 1165 (AppKit) [0x93a86ff8]
            40 -[NSApplication run] + 727 (AppKit) [0x93a9e15c]
              40 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119 (AppKit) [0x93aab870]
                40 _DPSNextEvent + 2459 (AppKit) [0x93aac6a2]
                  40 _NSHandleCarbonMenuEvent + 358 (AppKit) [0x93c57298]
                    40 _HandleMenuSelection + 53 (HIToolbox) [0x990c2517]
                      40 _HandleMenuSelection2 + 488 (HIToolbox) [0x990c270e]
                        40 MenuSelectCore(MenuData*, Point, double, unsigned long, OpaqueMenuRef**, unsigned short*) + 722 (HIToolbox) [0x9924659d]
                          40 FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 134 (HIToolbox) [0x990bad72]
                            40 SendMenuItemSelectedEvent + 199 (HIToolbox) [0x990baea4]
                              40 SendMenuCommandWithContextAndModifiers + 70 (HIToolbox) [0x990baef7]
                                40 SendHICommandEvent(unsigned long, HICommand const*, unsigned long, unsigned long, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 478 (HIToolbox) [0x991f1c2e]
                                  40 SendEventToEventTarget + 88 (HIToolbox) [0x99057811]
                                    40 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 386 (HIToolbox) [0x99044668]
                                      40 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1452 (HIToolbox) [0x9904534f]
                                        40 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36 (HIToolbox) [0x991f1d89]
                                          40 NSSLMMenuEventHandler + 816 (AppKit) [0x93ce9da6]
                                            40 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 120 (AppKit) [0x93d47434]
                                              40 -[NSMenuItem _internalPerformActionThroughMenuIfPossible] + 106 (AppKit) [0x93d475e4]
                                                40 -[NSMenu _internalPerformActionForItemAtIndex:] + 45 (AppKit) [0x93d47619]
                                                  40 -[NSMenu performActionForItemAtIndex:] + 65 (AppKit) [0x93d47664]
                                                    40 -[NSMenu _performActionWithHighlightingForItemAtIndex:sendAccessibilityNotification:] + 79 (AppKit) [0x93cf4021]
                                                      40 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 176 (AppKit) [0x93cf4977]
                                                        40 _NSUnhighlightCarbonMenu + 159 (AppKit) [0x93cfb0a3]
                                                          40 CFRunLoopRunInMode + 123 (CoreFoundation) [0x9be1d84b]
                                                            40 CFRunLoopRunSpecific + 394 (CoreFoundation) [0x9be1d9ea]
                                                              40 __CFRunLoopRun + 2297 (CoreFoundation) [0x9be1e559]
                                                                40 __CFRunLoopDoBlocks + 361 (CoreFoundation) [0x9be1e809]
                                                                  40 __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 16 (CoreFoundation) [0x9be2da00]
                                                                    40 __80-[NSDocumentController openDocumentWithContentsOfURL:display:completionHandler:]_block_invoke_3 + 356 (AppKit) [0x93f9dcfd]
                                                                      40 -[NSDocumentController _openDocumentWithContentsOfURL:usingProcedure:] + 555 (AppKit) [0x93f9d1a4]
                                                                        40 __80-[NSDocumentController openDocumentWithContentsOfURL:display:completionHandler:]_block_invoke_4 + 647 (AppKit) [0x93f9dfa7]
                                                                          40 __80-[NSDocumentController openDocumentWithContentsOfURL:display:completionHandler:]_block_invoke878 + 262 (AppKit) [0x93f9e6df]
                                                                            40 -[SLDocumentController makeDocumentWithContentsOfURL:ofType:error:] + 472 (iBooks Author) [0x1adb75]
                                                                              40 -[NSDocumentController makeDocumentWithContentsOfURL:ofType:error:] + 917 (AppKit) [0x93f9f591]
                                                                                40 -[KFTextbook initWithContentsOfURL:ofType:error:] + 72 (iBooks Author) [0x3bfeed]
                                                                                  40 -[NSDocument initWithContentsOfURL:ofType:error:] + 281 (AppKit) [0x93d98fdb]
                                                                                    40 -[NSDocument _initWithContentsOfURL:ofType:error:] + 228 (AppKit) [0x93d99391]
                                                                                       40 -[KFTextbook readFromURL:ofType:error:] + 306 (iBooks Author) [0x3c4034]
                                                                                         40 -[KFTextbook pReadFromURL:ofType:asTemplate:error:] + 1771 (iBooks Author) [0x3c08f3]
                                                                                           40 -[KFTextbookUnarchiverDOM readFile:asTemplate:intoTextbookModel:withDataManager:webWidgetRegistry:documen tBundle:] + 2640 (iBooks Author) [0x3efee6]
                                                                                             40 -[KFTextbookModel readFromXMLUnarchiver:node:version:] + 2215 (iBooks Author) [0x376322]
                                                                                               40 -[SFAXMLUnarchiver createObjectOfClass:fromNode:] + 1141 (SFArchiving) [0x1a61c4f]
                                                                                                 40 -[KFNodeCollectionModel initWithXMLUnarchiver:node:version:] + 653 (iBooks Author) [0x36ee21]
                                                                                                   40 -[KFContentNodeModel initWithXMLUnarchiver:node:version:] + 856 (iBooks Author) [0x367391]
                                                                                                     40 -[KFContentNodeModel loadNonResidentDataWithXMLUnarchiver:node:version:] + 503 (iBooks Author) [0x366570]
                                                                                                       40 -[KFContentNodeModel loadDataWithXMLUnarchiver:node:version:] + 131 (iBooks Author) [0x365939]
                                                                                                         40 -[KFDrawableStorage readFromXMLUnarchiver:node:version:] + 4671 (iBooks Author) [0x4a470d]
                                                                                                           40 -[KFDrawableStorage pUnarchiveDrawableWithUnarchiver:version:class:fromNode:intoOrderedArray:should HaveOrder:] + 50 (iBooks Author) [0x4a32ad]
                                                                                                             40 -[SFAXMLUnarchiver createObjectOfClass:fromNode:] + 1141 (SFArchiving) [0x1a61c4f]
                                                                                                               40 -[KFMediaWidgetInfo initWithXMLUnarchiver:node:version:] + 79 (iBooks Author) [0x46b67c]
                                                                                                                 40 -[KFFrameInfo initWithXMLUnarchiver:node:version:] + 79 (iBooks Author) [0x465184]
                                                                                                                   40 -[SFDFrameInfo(PersistenceAdditions) initWithXMLUnarchiver:node:version:] + 348 (SFDrawables) [0x20cb1ec]
                                                                                                                     40 -[SFAXMLUnarchiver createObjectOfClass:fromNode:] + 1141 (SFArchiving) [0x1a61c4f]
                                                                                                                       40 -[SFDMediaInfo(PersistenceAdditions) initWithXMLUnarchiver:node:version:] + 166 (SFDrawables) [0x1f8881b]
                                                                                                                         40 -[SFDMediaInfo(PersistenceAdditions) initMediaWithXMLunarchiver:node:version:] + 221 (SFDrawables) [0x1f892dd]
                                                                                                                           40 -[SFAXMLUnarchiver createObjectOfClass:fromNode:] + 1141 (SFArchiving) [0x1a61c4f]
                                                                                                                             40 -[SFDMovieMedia initWithXMLUnarchiver:node:version:] + 109 (SFDrawables) [0x1fbc322]
                                                                                                                               40 -[SFDMovieMedia p_initSelfContainedWithUnarchiver:node:version:] + 904 (SFDrawables) [0x1fbc92a]
                                                                                                                                 40 NewQTMovieFromSFEData + 3268 (SFDrawables) [0x20873bc]
                                                                                                                                   40 -[QTMovie initWithAttributes:error:] + 938 (QTKit) [0x9c0c508c]
                                                                                                                                     40 -[QTMovie_QuickTime initWithAttributes:error:forParent:] + 5864 (QTKit) [0x9c0c6e86]
                                                                                                                                       40 NewMovieFromProperties_priv + 6258 (QuickTime) [0x916a2671]
                                                                                                                                         40 NewMovieFromDataRefPriv_priv + 2980 (QuickTime) [0x916a37a7]
                                                                                                                                           40 newMovieFromDataRefFromComponent + 642 (QuickTime) [0x91756325]
                                                                                                                                             40 MovieImportDataRef + 91 (QuickTime) [0x918895ce]
                                                                                                                                               40 CallComponentDispatch + 29 (CarbonCore) [0x965f0c9f]
                                                                                                                                                 40 CallComponent + 166 (CarbonCore) [0x965f0c45]
                                                                                                                                                   40 EatMPEG4ComponentDispatch + 77 (QuickTimeMPEG4) [0x97876311]
                                                                                                                                                     40 CallComponentFunctionWithStorageProcInfo + 30 (CarbonCore) [0x9667ed17]
                                                                                                                                                       40 CallComponentFunctionCommonWithStorage(char**, ComponentParameters*, long (*)(), unsigned long) + 45 (CarbonCore) [0x9667ecd7]
                                                                                                                                                         40 callComponentStorage_4444444444 + 102 (CarbonCore) [0x9668fa6a]
                                                                                                                                                           40 EatMPEG4DataRef + 947 (QuickTimeMPEG4) [0x97876861]
                                                                                                                                                             40 rScheduleData64 + 63 (QuickTimeMPEG4) [0x97877107]
                                                                                                                                                               40 DataHScheduleData64 + 73 (QuickTime) [0x9168a2ec]
                                                                                                                                                                 40 CallComponentDispatch + 29 (CarbonCore) [0x965f0c9f]
                                                                                                                                                                   40 CallComponent + 166 (CarbonCore) [0x965f0c45]
                                                                                                                                                                     40 SFDDhDataHandlerRoutine(ComponentParameters*, char**) + 343 (SFDrawables) [0x2089080]
                                                                                                                                                                        40 SFDDhScheduleData(SFDDhStorage*, void*, long long const*, long, long, DataHScheduleRecord*, void (*)(char*, long, short)) + 1300 (SFDrawables) [0x2089b30]
                                                                                                                                                                          40 -[SFUBufferedInputStream readToBuffer:size:] + 55 (SFUtility) [0x2aeec77]
                                                                                                                                                                            40 -[SFUBufferedInputStream readToOwnBuffer:size:] + 898 (SFUtility) [0x2aa5e52]
                                                                                                                                                                              40 __pread + 10 (libsystem_kernel.dylib) [0x99634d12]
                                                                                                                                                                               *40 hndl_unix_scall + 216 (mach_kernel) [0xffffff80002f3c38]
                                                                                                                                                                                 *40 unix_syscall + 471 (mach_kernel) [0xffffff8000640777]
                                                                                                                                                                                   *40 pread_nocancel + 137 (mach_kernel) [0xffffff80005f2239]
                                                                                                                                                                                     *40 ??? (mach_kernel + 4137150) [0xffffff80005f20be]
                                                                                                                                                                                       *40 ??? (mach_kernel + 2046917) [0xffffff80003f3bc5]
                                                                                                                                                                                         *40 VNOP_READ + 225 (mach_kernel) [0xffffff80003fe011]
                                                                                                                                                                                           *40 hfs_vnop_read + 566 (mach_kernel) [0xffffff800056bc16]
                                                                                                                                                                                             *40 cluster_read_ext + 5045 (mach_kernel) [0xffffff80003d0d75]
                                                                                                                                                                                               *40 ??? (mach_kernel + 1907533) [0xffffff80003d1b4d]
                                                                                                                                                                                                 *40 msleep + 114 (mach_kernel) [0xffffff80005e3e42]
                                                                                                                                                                                                   *40 ??? (mach_kernel + 4078613) [0xffffff80005e3c15]
                                                                                                                                                                                                     *40 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d18e]
                                                                                                                                                                                                       *40 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d5c]
                                                                                                                                                                                                         *40 ??? (mach_kernel + 223579) [0xffffff800023695b]
                                                                                                                                                                                                           *40 machine_switch_context + 354 (mach_kernel) [0xffffff80002d8262]
      Thread 0x4c77     DispatchQueue 2703035052 priority 49       
      40 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x9653b532]
        40 kevent64 + 10 (libsystem_kernel.dylib) [0x99634992]
         *40 ??? (mach_kernel + 3959520) [0xffffff80005c6ae0]
      Thread 0x4cac     priority 47       
      40 thread_start + 34 (libsystem_pthread.dylib) [0x95418cf2]
        40 _pthread_start + 130 (libsystem_pthread.dylib) [0x95413485]
          40 _pthread_body + 144 (libsystem_pthread.dylib) [0x954135fb]
            40 __select + 10 (libsystem_kernel.dylib) [0x99633ace]
             *40 ??? (mach_kernel + 4079664) [0xffffff80005e4030]
      Thread 0x4cbb     priority 47         cpu time   0.001s
      40 thread_start + 34 (libsystem_pthread.dylib) [0x95418cf2]
        40 _pthread_start + 130 (libsystem_pthread.dylib) [0x95413485]
          40 _pthread_body + 144 (libsystem_pthread.dylib) [0x954135fb]
            40 _NSEventThread + 283 (AppKit) [0x93c55b88]
              40 CFRunLoopRunInMode + 123 (CoreFoundation) [0x9be1d84b]
                40 CFRunLoopRunSpecific + 394 (CoreFoundation) [0x9be1d9ea]
                  40 __CFRunLoopRun + 1393 (CoreFoundation) [0x9be1e1d1]
                    40 __CFRunLoopServiceMachPort + 169 (CoreFoundation) [0x9be1ebf9]
                      40 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x9962ef7a]
                       *40 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167d0]
      Thread 0x4d5e     priority 47       
      40 thread_start + 34 (libsystem_pthread.dylib) [0x95418cf2]
        40 _pthread_start + 130 (libsystem_pthread.dylib) [0x95413485]
          40 _pthread_body + 144 (libsystem_pthread.dylib) [0x954135fb]
            40 __NSThread__main__ + 1426 (Foundation) [0x913c3e66]
              40 -[NSThread main] + 45 (Foundation) [0x913c3f0e]
                40 -[SFWPSpellThread pRun:] + 333 (SFWordProcessing) [0x2bc7abd]
                  40 -[NSLock lock] + 169 (Foundation) [0x91362dbd]
                    40 pthread_mutex_lock + 16 (libsystem_pthread.dylib) [0x954167ac]
                      40 __psynch_mutexwait + 10 (libsystem_kernel.dylib) [0x99633802]
                       *40 psynch_mtxcontinue + 0 (pthread) [0xffffff7f80c17a3b]
      Thread 0x513f     priority 47         cpu time   0.022s
      40 thread_start + 34 (libsystem_pthread.dylib) [0x95418cf2]
        40 _pthread_start + 130 (libsystem_pthread.dylib) [0x95413485]
          40 _pthread_body + 144 (libsystem_pthread.dylib) [0x954135fb]
            40 __NSThread__main__ + 1426 (Foundation) [0x913c3e66]
              40 -[NSThread main] + 45 (Foundation) [0x913c3f0e]
                39 -[NSUIHeartBeat _heartBeatThread:] + 2318 (AppKit) [0x93d20a4c]
                  39 usleep$UNIX2003 + 60 (libsystem_c.dylib) [0x9471ee62]
                    39 __semwait_signal + 10 (libsystem_kernel.dylib) [0x99633b76]
                     *39 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b570]
                1  -[NSUIHeartBeat _heartBeatThread:] + 1810 (AppKit) [0x93d20850]
                  1  -[NSProgressIndicator heartBeat:] + 1191 (AppKit) [0x93d21047]
                    1  -[NSProgressIndicator _drawBar:] + 1410 (AppKit) [0x941186fa]
                      1  CUIDraw + 168 (CoreUI) [0x911f4e52]
                        1  CUIRenderer::Draw(CGRect, CGContext*, __CFDictionary const*, __CFDictionary const**) + 3037 (CoreUI) [0x911c69c5]
                          1  CUIArtFileRenderer::Draw(CUIDescriptor const*, CGAffineTransform, CUIReturnInfo&) + 1550 (CoreUI) [0x911e88ba]
                            1  CUIArtFileRenderer::DrawProgressIndicatorDeterminate(CUIDescriptor const*) + 6177 (CoreUI) [0x911d7015]
                              1  CGContextEndTransparencyLayer + 67 (CoreGraphics) [0x98ca7559]
                                1  ripc_EndLayer + 1243 (libRIP.A.dylib) [0x92ed404a]
                                  1  ripc_RenderImage + 258 (libRIP.A.dylib) [0x92ec6a94]
                                    1  RIPLayerBltImage + 273 (libRIP.A.dylib) [0x92ec6dca]
                                      1  ripd_Lock + 59 (libRIP.A.dylib) [0x92ec0366]
                                        1  CGSDeviceLock + 250 (CoreGraphics) [0x98c46f5a]
                                          1  _CGSLockWindow + 3949 (CoreGraphics) [0x98c4811b]
                                            1  _CGSSynchronizeWindowBackingStore + 131 (CoreGraphics) [0x98cc8127]
                                              1  mach_msg_trap + 10 (libsystem_kernel.dylib) [0x9962ef7a]
                                               *1  ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167d0]

    Figured this out .iba file was corrupt

  • Imovie Crashed Thread:  0  Dispatch queue: com.apple.main-thread

    I start the Imac
    Only open iPhoto, iTunes and iMovie.
    I choose in iMovie, Export and then location and HD 1080p, name and Export.
    That is all
    I leave the iMac allone
    After a while I movie chrashed see log file.
    I tried everything start up and use only Imovie and stop a few processes but it didn't help.
    I try last week every thing also with 720p and yesterday suddenly my last export in 720p was oke. I don't know why but I am happy for 720p
    Now the export to HD can you help. Sorry for my bad englisch
    Process:         iMovie [260] 
    Path:            /Applications/iMovie.app/Contents/MacOS/iMovie
    Identifier:      com.apple.iMovieApp
    Version:         9.0.8 (1778)
    Build Info:      iMovieApp-1778000000000000~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [248]
    User ID:         501
    Date/Time:       2012-11-30 22:47:33.086 +0100
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          42182 sec
    Crashes Since Last Report:           10
    Per-App Interval Since Last Report:  25650 sec
    Per-App Crashes Since Last Report:   9
    Anonymous UUID:                      F1718B17-E88C-DE20-F9DE-EF5A3624D67E
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    Performing @selector(ok:) from sender NSButton 0x7baf9ef0
    abort() called
    Application Specific Signatures:
    Graphics kernel error: 0x00000002
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x91180a6a __pthread_kill + 10
    1   libsystem_c.dylib                       0x96457acf pthread_kill + 101
    2   libsystem_c.dylib                       0x9648e4f8 abort + 168
    3   libGPUSupport.dylib                     0x04052159 gpusKillClient + 111
    4   com.apple.ATIRadeonX2000GLDriver          0x091d9116 0x8ffd000 + 1949974
    5   com.apple.ATIRadeonX2000GLDriver          0x091b1dc4 0x8ffd000 + 1789380
    6   libGPUSupport.dylib                     0x04057665 gldFlushContext + 29
    7   GLEngine                                0x0883106b glFlushRender_Exec + 58
    8   com.apple.QuartzComposer                0x992c9e39 -[QCCGLContext(SnapshotImage) createSnapshotImageOfType:withColorSpace:] + 548
    9   com.apple.QuartzComposer                0x992d83c2 -[QCRenderer createSnapshotImageOfType:] + 103
    10  com.apple.iMovieApp                     0x00204124 0x68000 + 1687844
    11  com.apple.iMovieApp                     0x000d709d 0x68000 + 454813
    12  com.apple.iMovieApp                     0x000d8800 0x68000 + 460800
    13  com.apple.iMovieApp                     0x000d76af 0x68000 + 456367
    14  com.apple.iMovieApp                     0x000df4e0 0x68000 + 488672
    15  com.apple.iMovieApp                     0x000de2bf 0x68000 + 484031
    16  com.apple.QuickTimeComponents.component          0x908e7e16 0x900a5000 + 8662550
    17  com.apple.QuickTimeComponents.component          0x908e741b 0x900a5000 + 8659995
    18  com.apple.QuickTimeComponents.component          0x908e60e6 0x900a5000 + 8655078
    19  com.apple.QuickTimeComponents.component          0x908d07d6 0x900a5000 + 8566742
    20  com.apple.CoreServices.CarbonCore          0x936ec91f callComponentStorage_444 + 32
    21  com.apple.CoreServices.CarbonCore          0x936ddabf CallComponentFunctionCommonWithStorage(char**, ComponentParameters*, long (*)(), unsigned long) + 45
    22  com.apple.CoreServices.CarbonCore          0x936ddaff CallComponentFunctionWithStorageProcInfo + 30
    23  com.apple.QuickTimeComponents.component          0x908ce052 SpitMovieComponentDispatch + 114
    24  com.apple.CoreServices.CarbonCore          0x93657aee CallComponent + 151
    25  com.apple.CoreServices.CarbonCore          0x93657b48 CallComponentDispatch + 29
    26  com.apple.QuickTime                     0x9413414f MovieExportFromProceduresToDataRef + 49
    27  com.apple.iMovieApp                     0x000e0595 0x68000 + 492949
    28  com.apple.iMovieApp                     0x000e114b 0x68000 + 495947
    29  com.apple.iMovieApp                     0x0020ed51 0x68000 + 1731921
    30  com.apple.iMovieApp                     0x0020f6aa 0x68000 + 1734314
    31  com.apple.iMovieApp                     0x0017babc 0x68000 + 1129148
    32  com.apple.iMovieApp                     0x00211736 0x68000 + 1742646
    33  com.apple.AppKit                        0x9788b1af -[NSSavePanel _didEndSheet:returnCode:contextInfo:] + 145
    34  com.apple.AppKit                        0x97291136 -[NSApplication endSheet:returnCode:] + 314
    35  com.apple.iMovieApp                     0x000b2982 0x68000 + 305538
    36  com.apple.AppKit                        0x972acf43 -[NSSavePanel dismissWindow:] + 137
    37  com.apple.AppKit                        0x972ac57d -[NSSavePanel ok:] + 467
    38  libobjc.A.dylib                         0x914775d3 -[NSObject performSelector:withObject:] + 70
    39  com.apple.AppKit                        0x9748bbd2 -[NSApplication sendAction:to:from:] + 436
    40  com.apple.iMovieApp                     0x000b99d0 0x68000 + 334288
    41  com.apple.AppKit                        0x9748b9e0 -[NSControl sendAction:to:] + 102
    42  com.apple.AppKit                        0x9748b8ef -[NSCell _sendActionFrom:] + 159
    43  com.apple.AppKit                        0x97489e60 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1895
    44  com.apple.AppKit                        0x9748969f -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 511
    45  com.apple.AppKit                        0x97488db9 -[NSControl mouseDown:] + 867
    46  com.apple.AppKit                        0x97480a21 -[NSWindow sendEvent:] + 6968
    47  com.apple.AppKit                        0x9747ba0f -[NSApplication sendEvent:] + 4278
    48  com.apple.iMovieApp                     0x000b9700 0x68000 + 333568
    49  com.apple.AppKit                        0x9739572c -[NSApplication run] + 951
    50  com.apple.AppKit                        0x973386f6 NSApplicationMain + 1053
    51  com.apple.iMovieApp                     0x0006a35a 0x68000 + 9050
    52  com.apple.iMovieApp                     0x00069ec5 0x68000 + 7877
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x91180c02 __select_nocancel + 10
    1   libdispatch.dylib                       0x93037a08 _dispatch_mgr_invoke + 376
    2   libdispatch.dylib                       0x930377a9 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x9117e7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9117dcb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x93333599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x93338f7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x9333863a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x93348061 CFRunLoopRun + 129
    6   com.apple.FWAVCPrivate                  0x0272e72f AVS::AVCVideoServicesThreadStart(AVS::AVCVideoServicesThreadParams*) + 266
    7   libsystem_c.dylib                       0x96456557 _pthread_start + 344
    8   libsystem_c.dylib                       0x96440cee thread_start + 34
    Thread 3:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x91180be6 __select + 10
    1   com.apple.CoreFoundation                0x9337cc00 __CFSocketManager + 1632
    2   libsystem_c.dylib                       0x96456557 _pthread_start + 344
    3   libsystem_c.dylib                       0x96440cee thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x911808e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9645b289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x9645b512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x936bc6ad TSWaitOnConditionTimedRelative + 177
    4   com.apple.CoreServices.CarbonCore          0x936bc184 TSWaitOnSemaphoreCommon + 272
    5   com.apple.CoreServices.CarbonCore          0x936bc40d TSWaitOnSemaphoreRelative + 24
    6   com.apple.QuickTimeComponents.component          0x9069b5ac 0x900a5000 + 6251948
    7   libsystem_c.dylib                       0x96456557 _pthread_start + 344
    8   libsystem_c.dylib                       0x96440cee thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x9117e80e semaphore_wait_trap + 10
    1   com.apple.QuickTimeComponents.component          0x90b557ee 0x900a5000 + 11208686
    2   com.apple.QuickTimeComponents.component          0x90709e26 0x900a5000 + 6704678
    3   com.apple.QuickTimeComponents.component          0x90b55580 0x900a5000 + 11208064
    4   libsystem_c.dylib                       0x96456557 _pthread_start + 344
    5   libsystem_c.dylib                       0x96440cee thread_start + 34
    Thread 6:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib                  0x911808e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9645b289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x964e8afc pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component          0x907b2556 0x900a5000 + 7394646
    4   libsystem_c.dylib                       0x96456557 _pthread_start + 344
    5   libsystem_c.dylib                       0x96440cee thread_start + 34
    Thread 7:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x911808e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9645b220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x964e10ec pthread_cond_timedwait$UNIX2003 + 70
    3   com.apple.JavaScriptCore                0x9954b3d8 ***::ThreadCondition::timedWait(***::Mutex&, double) + 120
    4   com.apple.JavaScriptCore                0x99761f43 JSC::BlockAllocator::blockFreeingThreadMain() + 115
    5   com.apple.JavaScriptCore                0x9954935c ***::threadEntryPoint(void*) + 76
    6   com.apple.JavaScriptCore                0x99777880 ***::wtfThreadEntryPoint(void*) + 16
    7   libsystem_c.dylib                       0x96456557 _pthread_start + 344
    8   libsystem_c.dylib                       0x96440cee thread_start + 34
    Thread 8:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x911808e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9645b220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x964e10a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.JavaScriptCore                0x996cc6f6 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 198
    4   com.apple.JavaScriptCore                0x996cc5ee JSC::MarkStackThreadSharedData::markingThreadMain() + 238
    5   com.apple.JavaScriptCore                0x9954935c ***::threadEntryPoint(void*) + 76
    6   com.apple.JavaScriptCore                0x99777880 ***::wtfThreadEntryPoint(void*) + 16
    7   libsystem_c.dylib                       0x96456557 _pthread_start + 344
    8   libsystem_c.dylib                       0x96440cee thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x911808e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9645b289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x9645b512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x936bc6ad TSWaitOnConditionTimedRelative + 177
    4   com.apple.CoreServices.CarbonCore          0x936bc184 TSWaitOnSemaphoreCommon + 272
    5   com.apple.CoreServices.CarbonCore          0x936bc40d TSWaitOnSemaphoreRelative + 24
    6   com.apple.CoreServices.CarbonCore          0x9365d7ea AIOFileThread(void*) + 892
    7   libsystem_c.dylib                       0x96456557 _pthread_start + 344
    8   libsystem_c.dylib                       0x96440cee thread_start + 34
    Thread 10:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x9117e80e semaphore_wait_trap + 10
    1   QuickTimeH264.scalar                    0x2342ea73 0x2337f000 + 719475
    2   QuickTimeH264.scalar                    0x2342e55b 0x2337f000 + 718171
    3   libsystem_c.dylib                       0x96456557 _pthread_start + 344
    4   libsystem_c.dylib                       0x96440cee thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x911810ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9645904c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x96458e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x96440cca start_wqthread + 30
    Thread 12:
    0   libsystem_kernel.dylib                  0x911810ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9645904c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x96458e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x96440cca start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x00000780  ecx: 0xbff96fac  edx: 0x91180a6a
      edi: 0xac95da28  esi: 0x00000006  ebp: 0xbff96fc8  esp: 0xbff96fac
       ss: 0x00000023  efl: 0x00200206  eip: 0x91180a6a   cs: 0x0000000b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x6288b000
    Logical CPU: 0
    Binary Images:
       0x68000 -   0x4eefef  com.apple.iMovieApp (9.0.8 - 1778) <8B088F1A-C83A-3009-BCDA-03F2292C7A8F> /Applications/iMovie.app/Contents/MacOS/iMovie
      0x5af000 -   0x5c6ff7  com.apple.iLifeFaceRecognition (1.0 - 21) <AD53D7A2-F0B2-FF76-5C6D-C23B234AB50E> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/iLifeFaceRecognit ion
      0x5d8000 -   0x5d9ff3  com.apple.Helium (3.1.0 - 18567.3) <72A242AC-3BA7-3DD5-A043-000C7A9DCD11> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Helium
      0x5de000 -   0x60cfe3  com.apple.MPEG2TSDecoder (1.0 - 84) <7E230E93-F7F6-34A2-8B60-E6F79E353426> /Applications/iMovie.app/Contents/Frameworks/Mpeg2TsDecoder.framework/Versions/ A/Mpeg2TsDecoder
      0x645000 -   0x6c4ff7  com.apple.iLifeMediaBrowser (2.7.2 - 546) <824E7748-CA28-3105-B5C3-27E9D8C6D465> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
      0x70b000 -   0x829ff3  com.apple.WebKit (8536 - 8536.26.14) <C98F734D-D579-3F89-9A58-9EE890B1748E> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
      0x8dd000 -   0x8deff7 +com.bensyverson.dvmatte.autopicker (1.0 - 1.0) <EB13CAE4-1A5F-7C8E-F4FA-39C5B0A22636> /Applications/iMovie.app/Contents/Frameworks/DVMAutopick.framework/Versions/A/D VMAutopick
      0x8e6000 -   0x8e7fff +eOkaoCom.dylib (1) <2DE16B47-23E7-73DB-1297-C928E40DFC31> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoCo m.dylib
      0x8ec000 -   0x911ff2 +eOkaoPt.dylib (1) <831D49D0-43A0-21A0-2662-2207E3BE0FF6> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoPt .dylib
      0x91b000 -   0x94ffe7 +eOkaoDt.dylib (1) <5693A28E-8C94-0F5F-150E-3B17CF753F64> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoDt .dylib
      0x958000 -   0xabffff +eOkaoFr.dylib (1) <E355FB47-C5EF-50CF-621A-9B17A50E2850> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoFr .dylib
      0xac5000 -   0xcc8feb  com.apple.Helium.HeliumRender (2.1.0 - 18567.3) <A20BE37C-2987-3BB8-AA52-0607FE7CCF8C> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumRender.framework/Versions/A/HeliumRender
      0xd1e000 -   0xd9ffe7  com.apple.Helium.Heliumfilters (2.1.0 - 18567.3) <3DCC7DCF-8734-31A0-9B6F-0139CC6CB71C> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumFilters.framework/Versions/A/HeliumFilters
    0x10d8000 -  0x1295feb  com.apple.Helium.HeliumSensoCore (2.0.2 - 18567.3) <BFA19728-C6DD-3D2D-BFF5-1099CBB20679> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumSensoCore.framework/Versions/A/HeliumSensoCore
    0x12cb000 -  0x1f5aff3  com.apple.WebCore (8536 - 8536.26.14) <82E97E6B-3F31-39A7-B41F-CD308E6EF238> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x272a000 -  0x275bff3  com.apple.FWAVCPrivate (52.47 - 47) <14C9A9D3-4065-3395-A8BC-C0535162017E> /System/Library/PrivateFrameworks/FWAVCPrivate.framework/FWAVCPrivate
    0x27d9000 -  0x27dcfef  com.apple.LiveType.component (2.1.3 - 2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x3acf000 -  0x3adcff3  com.apple.Librarian (1.1 - 1) <88A55A5E-40FF-3234-8394-2317120B79AB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x3b22000 -  0x3b23ffe  com.apple.AddressBook.LocalSourceBundle (2.1 - 1167) <341A7E90-613E-3306-919F-8F49EE350831> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
    0x3b28000 -  0x3b2bffe  com.apple.DirectoryServicesSource (2.1 - 1167) <2A3AD43B-950C-32AD-A578-3271EAD55E3E> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
    0x3b31000 -  0x3b38ff7  com.apple.AOSNotification (1.7.0 - 636.2) <F68F735D-0B5C-3F27-9E39-FB296CF82958> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x3c93000 -  0x3cf8fde  com.apple.LiveType.framework (2.1.3 - 2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x4050000 -  0x405cffb  libGPUSupport.dylib (8.6.1) <FB98F9CE-31D0-321C-90FE-87D30294921B> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
    0x4063000 -  0x408fffa  GLRendererFloat (8.6.1) <D0348D87-ADBD-302B-95D0-FB3100C219BA> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x4098000 -  0x40a0ffc  libcldcpuengine.dylib (2.1.19) <E5429AB3-FE28-3C0C-8942-686BB4191A9E> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
    0x40a7000 -  0x40a9fff  libCoreFSCache.dylib (24.4) <A089ED2E-0156-3937-BE32-5BED76DF4066> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0x54dd000 -  0x552eff7  com.apple.AddressBook.CardDAVPlugin (10.8 - 332) <DED18914-309A-31FF-A367-BB0D62384728> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
    0x554b000 -  0x55adfff  com.apple.coredav (1.0.1 - 179.6) <80D3EE71-AA9C-3954-B262-6BB8FCB293BC> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
    0x55e7000 -  0x55f4ffb  com.apple.KerberosHelper (4.0 - 1.0) <6CB4B091-3415-301A-87B2-D9D374D0FC17> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x55fe000 -  0x560dffd  com.apple.NSServerNotificationCenter (5.0 - 5.0) <A9BF8310-F1D2-38EC-AA1A-5ECB479B89CE> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
    0x5618000 -  0x5674fff  com.apple.corelocation (1.0 - 1239.39) <8159C021-DE49-332F-859E-00D7544EB568> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x56a1000 -  0x56d3ff3  com.apple.GeoServices (1.0 - 1) <2E4033FA-18BD-3E73-B00E-CBFEE0ACCB6A> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x56e5000 -  0x56eefff  com.apple.ProtocolBuffer (2 - 104) <BFA598AA-2E77-3578-B079-2C89796811B3> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
    0x67f1000 -  0x67f2ff8  ATSHI.dylib (341.1) <7FD74F4D-E42A-30CB-8863-1832BFADFE5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x680c000 -  0x6813ff8  com.apple.iLMBAperturePlugin (2.7.2 - 339) <2D2C9870-E0B6-3868-8394-79E91AC706E4> /Library/Application Support/iLifeMediaBrowser/*/iLMBAperturePlugin
    0x681a000 -  0x681afff  com.apple.iLMBAppDefPlugin (2.7.2 - 339) <70319805-38A9-3043-ADAF-A8E3460C2E7F> /Library/Application Support/iLifeMediaBrowser/*/iLMBAppDefPlugin
    0x681f000 -  0x6820fff  com.apple.iLMBFolderPlugin (2.7.2 - 339) <A492DD96-B17A-3581-8F02-BB46C385D5B9> /Library/Application Support/iLifeMediaBrowser/*/iLMBFolderPlugin
    0x87d4000 -  0x87ddff7  com.apple.iLMBFinalCutPlugin (2.7.2 - 339) <FCDE7192-2E1A-38F8-916A-0CA934540DC2> /Library/Application Support/iLifeMediaBrowser/*/iLMBFinalCutPlugin
    0x880d000 -  0x8999ff8  GLEngine (8.6.1) <2660B1D4-5783-3BED-8C05-F5A4C5A29715> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x89d0000 -  0x89d3fff  com.apple.iLMBGarageBandPlugin (2.7.2 - 339) <78FF504C-F636-3C8D-8AAA-BACF4D5B7D9B> /Library/Application Support/iLifeMediaBrowser/*/iLMBGarageBandPlugin
    0x89d9000 -  0x89dafff  com.apple.iLMBMoviesFolderPlugin (2.7.2 - 339) <64E4136B-AAD7-35AF-89EA-2560CE1C403C> /Library/Application Support/iLifeMediaBrowser/*/iLMBMoviesFolderPlugin
    0x89df000 -  0x89e0ffd  com.apple.iLMBPhotoBoothPlugin (2.7.2 - 339) <E69485DC-8BE8-31AD-A002-79D7CE66F11C> /Library/Application Support/iLifeMediaBrowser/*/iLMBPhotoBoothPlugin
    0x8e7e000 -  0x8fcfff7  libGLProgrammability.dylib (8.6.1) <E134D5DE-5A89-338A-A938-C7D80F272C9E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x8ffd000 -  0x928afff  com.apple.ATIRadeonX2000GLDriver (8.0.61 - 8.0.0) <62F8082A-963D-3F5A-9917-2AAF68EF6DF9> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
    0x92e0000 -  0x939eff3  ColorSyncDeprecated.dylib (400) <35E3054C-5DF1-30D4-A368-C4FDB0992373> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x9422000 -  0x957efff  com.apple.iLMBAperture31Plugin (2.7.2 - 339) <31453F49-445D-3339-850B-961880BFC73A> /Library/Application Support/iLifeMediaBrowser/*/iLMBAperture31Plugin
    0x95c6000 -  0x9778ffb  com.apple.iLMBAperturePlugin2012 (2.7.2 - 339) <010C3E35-C2A2-378E-8818-3E4F95582F56> /Library/Application Support/iLifeMediaBrowser/*/iLMBAperturePlugin2012
    0x97d3000 -  0x97dfff3  com.apple.iLMBiMoviePlugin (2.7.2 - 339) <43670574-38EA-316D-8246-CCFA1EC939FF> /Library/Application Support/iLifeMediaBrowser/*/iLMBiMoviePlugin
    0x97e6000 -  0x97f9fff  com.apple.iLMBiPhoto8Plugin (2.7.2 - 339) <3A40E2BF-F18E-32A9-A9C1-A7ABB6530CF0> /Library/Application Support/iLifeMediaBrowser/*/iLMBiPhoto8Plugin
    0x9801000 -  0x9960fff  com.apple.iLMBiPhoto9Plugin (2.7.2 - 339) <E63985DE-DFFA-3459-870F-045D31ED2F38> /Library/Application Support/iLifeMediaBrowser/*/iLMBiPhoto9Plugin
    0x99a9000 -  0x99b1ffb  com.apple.iLMBiPhotoPlugin (2.7.2 - 339) <C223ED5C-2B22-3EA8-899B-7B152E32B018> /Library/Application Support/iLifeMediaBrowser/*/iLMBiPhotoPlugin
    0x99b8000 -  0x9b6bff3  com.apple.iLMBiPhotoPlugin2012 (2.7.2 - 339) <C60F1D91-5FA8-31AF-A6AA-DF919D7DF7D2> /Library/Application Support/iLifeMediaBrowser/*/iLMBiPhotoPlugin2012
    0x9bc7000 -  0x9bcfffe  com.apple.iLMBiTunesPlugin (2.7.2 - 339) <50409BA5-9D15-3D95-BBC5-36C6EA6EC85B> /Library/Application Support/iLifeMediaBrowser/*/iLMBiTunesPlugin
    0x9bd6000 -  0x9c85ffb  com.apple.iTunesAccess (11.0 - 11.0) <DB874F67-FA81-3A6C-A991-98EA4BFF32B2> /System/Library/PrivateFrameworks/iTunesAccess.framework/iTunesAccess
    0x9cb0000 -  0x9cb2ffb  com.apple.iLMBPhotoBooth2Plugin (2.7.2 - 339) <0DC888AC-D093-39EF-A839-A262A3CDD0BC> /Library/Application Support/iLifeMediaBrowser/*/iLMBPhotoBooth2Plugin
    0xa049000 -  0xa04efff  com.apple.audio.AppleHDAHALPlugIn (2.3.1 - 2.3.1f2) <58BDA15D-2B2D-3E77-BC8C-D14AB1E4AC4E> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0xb10b000 -  0xb10cffd +cl_kernels (???) <0BE8D0A7-9448-44C3-81ED-EBF3CCBA4C91> cl_kernels
    0xb119000 -  0xb119ff7 +cl_kernels (???) <8FAF0AA4-434A-499B-B567-C5712701F5C9> cl_kernels
    0xb11b000 -  0xb1adff7  unorm8_bgra.dylib (2.1.19) <A2C66114-F581-3D86-9BC9-9994156640AF> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
    0xb408000 -  0xb41bfef  com.apple.FCP Uncompressed 422.component (2.0 - 546.9) <DE499328-98FD-2648-444F-418FC8A3CE59> /Library/QuickTime/FCP Uncompressed 422.component/Contents/MacOS/FCP Uncompressed 422
    0xb4ad000 -  0xb4b2ff7  com.apple.DesktopVideoOut (1.2.4 - 1.2.4) /Library/QuickTime/DesktopVideoOut.component/Contents/MacOS/DesktopVideoOut
    0xb67d000 -  0xb68affb +net.telestream.license (1.0.7.2-GC - 1.0.7.2-GC) <3B3ADB81-79F3-6371-31FE-66EF8D8E3100> /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense
    0xb697000 -  0xb72dffa  com.apple.mobiledevice (555.40 - 555.40) <40C9AB96-15C5-3D69-BA35-A73BB9380856> /System/Library/PrivateFrameworks/MobileDevice.framework/MobileDevice
    0xb816000 -  0xb81dffc  com.apple.AppleGVAHW.component (1.1 - 1) <402A3FA9-6028-3639-989F-E9FCA85D04CF> /System/Library/QuickTime/AppleGVAHW.component/Contents/MacOS/AppleGVAHW
    0xb828000 -  0xba2dfff  com.apple.audio.codecs.Components (3.0 - 3.0) <B826A71F-1D4C-3B2D-B104-D06583172F1B> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0xc9ef000 -  0xc9f3ffb  libFontRegistryUI.dylib (100) <10CAC446-A500-3291-A144-7FAFA57D6720> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
    0xca97000 -  0xcabdffb  com.apple.QuartzComposer.ExtraPatches (4.1 - 284) <BC445DFA-0C21-332E-AD55-31224AF4E57A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/Resources/ExtraPatches.plugin/Contents/MacOS/ExtraPatches
    0xcace000 -  0xcbe8ff3  com.apple.avfoundation (2.0 - 361.25) <0CB46B4A-8330-3BD8-B081-71314C6687A5> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0xcc85000 -  0xcccdffb  com.apple.audio.midi.CoreMIDI (1.9 - 78) <7AAE4076-36FA-37C1-9EAE-344F1C8F14D9> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0xccf2000 -  0xcddbffb  com.apple.PubSub (1.0.5 - 65.32) <47AA4035-0FAE-31ED-B7AD-C0DA089EE82D> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0xce34000 -  0xce5fff7  com.apple.audio.OpenAL (1.6 - 1.6) <B10D8F86-253D-37C8-BC11-64DEEF81AC45> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
    0xce6f000 -  0xce85ffc  libexpat.1.dylib (12) <D4F1FD2B-F75A-322C-843E-113EF5F8EEAF> /usr/lib/libexpat.1.dylib
    0xcfd8000 -  0xd003ff7  com.apple.iMovieQCPlugIns (1.1 - 1778) <931824E8-B2C7-3E5A-8E5C-00C8B2398459> /Applications/iMovie.app/Contents/PlugIns/iMovieQCPlugIns.plugin/Contents/MacOS /iMovieQCPlugIns
    0xdd71000 -  0xde46fef +com.cineform.CFHDDecompressor (8.1.2.646 - 646) <49FF431C-994D-1B14-9A0F-15A3DFD5D6BD> /Library/QuickTime/CFHDDecompressor.component/Contents/MacOS/CFHDDecompressor
    0xdf00000 -  0xe0f2fe2 +net.telestream.wmv.import (2.3.4.1 - 2.3.4.1) <6F008770-6AD3-E6C9-347C-A235876196E0> /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0xe127000 -  0xe1d2fff  libcrypto.0.9.7.dylib (106) <041B3399-5033-3395-9A71-6693F3A33D94> /usr/lib/libcrypto.0.9.7.dylib
    0xe216000 -  0xe3d7ff2 +net.telestream.wmv.advanced (2.3.4.1 - 2.3.4.1) <CB95FDB7-C531-22A3-6D36-1C96D5A5679D> /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced
    0xe41b000 -  0xe443fe3  com.apple.AppleAVCIntraCodec (2.0 - 542.4) <DBE6FAB1-C003-33F6-B0F3-BD528C7CAA20> /Library/QuickTime/AppleAVCIntraCodec.component/Contents/MacOS/AppleAVCIntraCod ec
    0xe44d000 -  0xe4d4ff7  com.apple.AppleProResCodec (3.0.1 - 553.2) <6E207B31-DE83-BF92-990F-24328404C5AF> /Library/QuickTime/AppleProResCodec.component/Contents/MacOS/AppleProResCodec
    0xe512000 -  0xe55bfff  com.apple.AppleVAH264HW.component (3.0 - 3.0) <3048BA40-0E8E-357A-8F9D-27D2FD322036> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0xe61f000 -  0xe769ff7  com.apple.AppleGVAFramework (4.0.27 - 4.0.27) <A821DD12-2544-3EAB-8439-4D17BCEB8460> /System/Library/PrivateFrameworks/AppleGVA.framework/Versions/A/AppleGVA
    0xe785000 -  0xe7bffff  com.apple.QuickTimeFireWireDV.component (7.7.1 - 2599.13) <5FB303B9-3672-39AA-8CD6-E323CC0E41A8> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0xe7cb000 -  0xe808fe7  com.apple.DVCPROHDCodec (2.0 - 542.4) <C4C608C8-701F-448D-AA2C-9FA650BCA988> /Library/QuickTime/DVCPROHDCodec.component/Contents/MacOS/DVCPROHDCodec
    0xe818000 -  0xe8ccfef  com.apple.AppleHDVCodec (2.0.1 - 553.8) <5F48585B-5E48-549D-1E1B-F1BF68F8B753> /Library/QuickTime/AppleHDVCodec.component/Contents/MacOS/AppleHDVCodec
    0xe8e8000 -  0xe909fff  com.apple.AppleIntermediateCodec (2.0.1 - 5718) <6A70694B-21C7-381B-8DE3-CD6490C70A77> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0xe918000 -  0xe92effb  com.apple.IMXCodec (2.0 - 547.2) <A835627C-1BAF-95D4-A5C9-EB998A205767> /Library/QuickTime/IMXCodec.component/Contents/MacOS/IMXCodec
    0xe940000 -  0xe958ff2  com.apple.applepixletvideo (1.2.31 - 1.2d31) <B5622D90-ADF3-3DB2-B64B-5F4AF7C274E3> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x20b0e000 - 0x20b37ff7  com.apple.datadetectors (4.0 - 199.0) <664C00F7-1E59-33F8-9401-DB4784A189B6> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x20b73000 - 0x20b74ff1 +cl_kernels (???) <7034ACAF-E418-4B8F-B26B-74BCB4521AA1> cl_kernels
    0x20c53000 - 0x20c54ff5 +cl_kernels (???) <19B543A0-C3E2-4FE8-A60F-DEBCAC14BB91> cl_kernels
    0x214c9000 - 0x2155bff7  unorm8_argb.dylib (2.1.19) <1B67DB26-5B5D-3600-8049-D744F133BEB1> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_argb.dylib
    0x22d2a000 - 0x22d4efff  com.apple.security.csparser (3.0 - 55179.1) <5A5A8689-5E81-3F38-B770-70448D8653E9> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/ MacOS/csparser
    0x2337f000 - 0x2370efff  QuickTimeH264.scalar (2599.13) <40E122CF-721A-338C-94BB-D6CB892851EA> /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.scalar
    0x3e000000 - 0x3e041fff  com.apple.glut (3.5.2 - GLUT-3.5.2) <0A9E8D36-8EA6-328D-AEF9-E7A7B1A830D4> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
    0x70000000 - 0x7015dff7  com.apple.audio.units.Components (1.8 - 1.8) <2637680C-A07E-3387-BD21-33B04B7C7A95> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe67000 - 0x8fe99e57  dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld
    0x90007000 - 0x90042fe7  libGLImage.dylib (8.6.1) <A3442557-18D5-332E-8859-423D5A20EBBE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x90043000 - 0x9007affa  com.apple.LDAPFramework (2.4.28 - 194.5) <8368FAE7-2B89-3A7D-B6EE-7184B522CB66> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9007b000 - 0x900a4fff  libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib
    0x900a5000 - 0x90dddff7  com.apple.QuickTimeComponents.component (7.7.1 - 2599.13) <85C70D1B-D074-3891-BF8D-9BA81D2C224B> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x90dde000 - 0x90e44fff  com.apple.print.framework.PrintCore (8.1 - 387.1) <F8CF762B-B707-3021-958F-BB8D33DB3576> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x90e45000 - 0x90e5cfff  com.apple.GenerationalStorage (1.1 - 132.2) <93694E0D-35D3-3633-976E-F354CBD92F54> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x90e5d000 - 0x90e8cff7  com.apple.securityinterface (6.0 - 55024.4) <7C5E28DC-F8BE-3238-883F-E1646A2AF895> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x90e8d000 - 0x90f89ff3  com.apple.DiskImagesFramework (10.8 - 344) <98C16F91-9D3E-3FD0-A30B-BD49EE4ED9A4> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x90f8a000 - 0x90f8afff  com.apple.ApplicationServices (45 - 45) <677C4ACC-9D12-366F-8A87-B898AC806DD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x90f8b000 - 0x90fedfff  libc++.1.dylib (65.1) <C0CFF9FF-5D52-3EAE-B921-6AE1DA00A135> /usr/lib/libc++.1.dylib
    0x90fee000 - 0x91000fff  libbsm.0.dylib (32) <DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib
    0x91027000 - 0x9105aff3  com.apple.GSS (3.0 - 2.0) <B1D719C1-B000-3BE3-B747-329D608585DD> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x9105b000 - 0x9114cffc  libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib
    0x9114d000 - 0x91166ffb  com.apple.frameworks.preferencepanes (15.0 - 15.0) <802C922C-CF94-357F-B1AE-4244AA025C04> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x91167000 - 0x9116bffe  libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib
    0x9116c000 - 0x91186ffc  libsystem_kernel.dylib (2050.18.24) <C17D49D0-7961-3B67-B443-C788C6E5AA76> /usr/lib/system/libsystem_kernel.dylib
    0x91187000 - 0x911b2fff  com.apple.shortcut (2.2 - 2.2) <FA94F2BF-37E1-3F16-9085-7BCCB815BAE9> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x911c2000 - 0x91211ff6  libTIFF.dylib (845) <989A2EB9-3A49-3157-8E9C-B16E6005BC64> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x912aa000 - 0x912baff2  com.apple.LangAnalysis (1.7.0 - 1.7.0) <875363E7-6D02-3229-A9DD-E5A5568A7D61> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x912bb000 - 0x912c9fff  libxar.1.dylib (105) <343E4A3B-1D04-34A3-94C2-8C7C9A8F736B> /usr/lib/libxar.1.dylib
    0x912ca000 - 0x9130fff7  com.apple.NavigationServices (3.7 - 200) <F6531764-6E43-3AF3-ACDD-8A5551EF016A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x91310000 - 0x91311ffd  com.apple.TrustEvaluationAgent (2.0 - 23) <E42347C0-2D3C-36A4-9200-757FFA61B388> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x91357000 - 0x9137cffb  com.apple.framework.familycontrols (4.1 - 410) <5A8504E7-D95D-3101-8E20-38EADE8DEAE1> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x9137d000 - 0x913e3ffc  com.apple.ISSupport (1.9.8 - 56) <D2AC4E10-0B3C-3194-AEB7-1E9964CBC0D0> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x913e4000 - 0x913e8fff  com.apple.OpenDirectory (10.8 - 151.10) <A1858D81-086F-3BF5-87E3-9B70409FFDF6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x913e9000 - 0x913f3ffe  com.apple.bsd.ServiceManagement (2.0 - 2.0) <9732BA61-D6F6-3644-82DA-FF0D6FEEFC69> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x913f4000 - 0x91458fff  com.apple.datadetectorscore (4.0 - 269.1) <4D155F09-1A60-325A-BCAC-1B858C2C051B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x91459000 - 0x91566057  libobjc.A.dylib (532.2) <FA455371-7395-3D58-A89B-D1520612D1BC> /usr/lib/libobjc.A.dylib
    0x91567000 - 0x91580fff  com.apple.Kerberos (2.0 - 1) <9BDE8F4D-DBC3-34D1-852C-898D3655A611> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x91581000 - 0x9158fff3  libsystem_network.dylib (77.10) <7FBF5A15-97BA-3721-943E-E77F0C40DBE1> /usr/lib/system/libsystem_network.dylib
    0x91590000 - 0x916e8ffb  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <9205DFC2-8DAE-354E-AD87-46E229B5F2F1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x916e9000 - 0x917ddff3  com.apple.QuickLookUIFramework (4.0 - 555.4) <D66F61A6-2C4C-359F-A2E3-7D023C33CB5A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x917de000 - 0x917dffff  libdnsinfo.dylib (453.18) <41C7B8E2-2A81-31DE-BD8B-F0C29E169D4F> /usr/lib/system/libdnsinfo.dylib
    0x917e0000 - 0x9181fff7  com.apple.bom (12.0 - 192) <0637E52C-D151-37B3-904F-8656B2FD44DD> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x91820000 - 0x91918ff9  libsqlite3.dylib (138.1) <AD7C5914-35F0-37A3-9238-A29D2E26C755> /usr/lib/libsqlite3.dylib
    0x91919000 - 0x9191dfff  com.apple.IOSurface (86.0.3 - 86.0.3) <E3A4DB0A-1C1A-31E3-A550-5C0E1C874509> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x9191e000 - 0x91a1cff7  libFontParser.dylib (84.5) <B3006327-7B2D-3966-A56A-BD85F1D71641> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x91a1d000 - 0x91a28ffb  com.apple.DirectoryService.Framework (10.8 - 151.10) <234F4A14-60ED-300B-93B2-D5052878558F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x91a29000 - 0x91a46fff  libxpc.dylib (140.41) <1BFE3149-C242-3A77-9729-B00DEDC8CCF2> /usr/lib/system/libxpc.dylib
    0x91a47000 - 0x91a89ff7  libauto.dylib (185.1) <B2B5B639-6778-352A-828D-FD8B64A3E8B3> /usr/lib/libauto.dylib
    0x91a8a000 - 0x91a93ffd  com.apple.audio.SoundManager (4.0 - 4.0) <ABC5FE40-B222-36EB-9905-5C8C4BFD8C87> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x91a94000 - 0x91a9efff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <B855E8B4-2EE3-3BFF-8547-98A0F084F9AF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x91a9f000 - 0x91aa8ff3  com.apple.DisplayServicesFW (2.6.1 - 353) <50D0BBF0-F911-380F-B470-E59B5E48E520> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x91aa9000 - 0x91ab1fff  com.apple.DiskArbitration (2.5.1 - 2.5.1) <25A7232F-9B6A-3746-A3A8-12479D086B1E> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91b02000 - 0x91b17fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <DE68CEB5-4959-3652-83B8-D2B00D3B932D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x91b18000 - 0x91b18fff  com.apple.Carbon (154 - 155) <604ADD9D-5835-3294-842E-3A4AEBCCB548> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x91b1e000 - 0x91bb8fff  com.apple.CoreSymbolication (3.0 - 87) <6A27BBE5-6EF0-3D5D-A485-2145826B9796> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x91bb9000 - 0x91f71ffa  libLAPACK.dylib (1073.4) <9A6E5EAD-F2F2-3D5C-B655-2B536DB477F2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x91f72000 - 0x91f97ff7  com.apple.quartzfilters (1.8.0 - 1.7.0) <F6A88D89-AB4A-3217-9D65-C2C259B5F09B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x91f98000 - 0x91f98fff  libSystem.B.dylib (169.3) <81C58EAB-0E76-3EAB-BDFD-C5A6FE95536F> /usr/lib/libSystem.B.dylib
    0x91f99000 - 0x91f99fff  libkeymgr.dylib (25) <D5E93F7F-9315-3AD6-92C7-941F7B54C490> /usr/lib/system/libkeymgr.dylib
    0x91f9a000 - 0x923b7fff  FaceCoreLight (2.4.1) <571DE3F8-CA8A-3E71-9AF4-F06FFE721CE6> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x923b8000 - 0x9246cfff  com.apple.coreui (2.0 - 181.1) <C15ABF35-B7F5-34ED-A461-386DAF65D96B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9246d000 - 0x924d5fe7  libvDSP.dylib (380.6) <55780308-4DCA-3B10-9703-EAFC3E13A3FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x924d6000 - 0x92611ff7  libBLAS.dylib (1073.4) <FF74A147-05E1-37C4-BC10-7DEB57FE5326> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92612000 - 0x92653ff7  libcups.2.dylib (327) <F46F8703-FEAE-3442-87CB-45C8BF98BEE5> /usr/lib/libcups.2.dylib
    0x92654000 - 0x92671ff7  libresolv.9.dylib (51) <B9742A2A-DF15-3F6E-8FCE-778A58214B3A> /usr/lib/libresolv.9.dylib
    0x92672000 - 0x926ebff0  com.apple.CorePDF (2.0 - 2) <6B5BF755-F336-359C-9A99-F006F61442CF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x926ec000 - 0x927a3ff3  com.apple.QuickTimeMPEG4.component (7.7.1 - 2599.13) <1B5BA13C-4AB7-333E-9A14-A95EC9E55049> /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x927a6000 - 0x927d3ffb  com.apple.CoreServicesInternal (154.2 - 154.2) <DCCF604B-1DB8-3F09-8122-545E2E7F466D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x927d4000 - 0x92bd0feb  com.apple.VideoToolbox (1.0 - 926.62) <B09EEF06-CB3C-3EAA-8B0E-22A1801F3CAE> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x92bd1000 - 0x92bdeff7  com.apple.HelpData (2.1.4 - 85) <1E180AEF-53FF-3D8B-9513-7FCA1B25A4AB> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x92bdf000 - 0x92c38fff  com.apple.AE (645.3 - 645.3) <6745659F-006D-3F25-94D6-DF944E9A01FD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x92c39000 - 0x92c65ff7  libsystem_info.dylib (406.17) <AA5611DB-A944-3072-B6BE-ACAB08689547> /usr/lib/system/libsystem_info.dylib
    0x92c66000 - 0x92c66fff  com.apple.CoreServices (57 - 57) <956C6C6D-A5DD-314F-9C57-4A61D41F30CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x92c67000 - 0x92c6ffff  com.apple.CommerceCore (1.0 - 26) <AF0D1990-8CBF-3AB4-99DF-8B7AE14FB0D5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x92c70000 - 0x92cd8ff7  com.apple.framework.IOKit (2.0 - 755.18.10) <9A80E97E-544F-3A45-916D-6DB7ED217E33> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x92cd9000 - 0x92cd9fff  libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
    0x92ce6000 - 0x92e43ffb  com.apple.QTKit (7.7.1 - 2599.13) <2DC9E2BB-9895-3D02-A318-88431052E70B> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x92e44000 - 0x92ec9ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <454E950F-291C-3E95-8F35-05CA0AD6B327> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x92eca000 - 0x92ecafff  com.apple.Cocoa (6.7 - 19) <354094F0-F36B-36F9-BF5F-FD60590FBEB9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x92ecb000 - 0x92fd8ff3  com.apple.ImageIO.framework (3.2.0 - 845) <BF959BCB-C30A-3680-B7C2-91B327B2B63B> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x92fd9000 - 0x93030ff7  com.apple.ScalableUserInterface (1.0 - 1) <2B5E454B-BC49-3E85-B54D-1950397C448C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x93031000 - 0x93032fff  libquarantine.dylib (52) <D526310F-DC77-37EA-8F5F-83928EFA3262> /usr/lib/system/libquarantine.dylib
    0x93033000 - 0x93045ff7  libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib
    0x93046000 - 0x93051fff  libcommonCrypto.dylib (60026) <A6C6EDB8-7E69-3827-81F3-9A74D0935461> /usr/lib/system/libcommonCrypto.dylib
    0x93052000 - 0x932f5ffb  com.apple.CoreImage (8.2.2 - 1.0.1) <85BFFB09-D765-3F5F-AF65-FB136DDCAEF3> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x93301000 - 0x934e9ff3  com.apple.CoreFoundation (6.8 - 744.12) <E939CEA0-493C-3233-9983-5070981BB350> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x934ea000 - 0x934edff7  com.apple.TCC (1.0 - 1) <437D76CD-6437-3B55-BE2C-A53508858256> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x934ee000 - 0x935c4fff  com.apple.DiscRecording (7.0 - 7000.2.4) <C14E99B9-DEFA-3812-89E5-464653B729F4> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x935c5000 - 0x935f8ff5  libssl.0.9.8.dylib (47) <3224FBB3-3074-3022-AD9A-187703680C03> /usr/lib/libssl.0.9.8.dylib
    0x935f9000 - 0x938feff7  com.apple.CoreServices.CarbonCore (1037.3 - 1037.3) <4571EDDC-704A-3FB1-B9A6-59870AA6165F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x938ff000 - 0x9392cffe  libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib
    0x939e7000 - 0x93a87ff7  com.apple.QD (3.42 - 285) <1B8307C6-AFA8-312E-BA5B-679070EF2CA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x93abe000 - 0x93ac5fff  liblaunch.dylib (442.26.2) <310C99F8-0811-314D-9BB9-D0ED6DFA024B> /usr/lib/system/liblaunch.dylib
    0x93ac6000 - 0x93ac9ff3  com.apple.AppleSystemInfo (2.0 - 2) <4639D755-8A68-31C9-95C4-7E7F70C233FA> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x93aca000 - 0x93acbfff  libDiagnosticMessagesClient.dylib (8) <39B3D25A-148A-3936-B800-0D393A00E64F> /usr/lib/libDiagnosticMessagesClient.dylib
    0x93acc000 - 0x93b64fff  com.apple.CoreServices.OSServices (557.4 - 557.4) <C724AB29-A596-3E1E-9FF1-A4E509AD843A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x93b65000 - 0x93c83ff7  com.apple.MediaControlSender (1.4.5 - 145.3) <E0931EE7-4ACA-3538-9658-B9B2AC1E6A80> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
    0x93c84000 - 0x93c91ff7  com.apple.AppleFSCompression (49 - 1.0) <166AA1F8-E50A-3533-A3B5-8737C5118CC3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x93c92000 - 0x93f1effb  com.apple.RawCamera.bundle (4.01 - 666) <EB81A8D9-469D-34B1-8261-46963AB42F8C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x93f1f000 - 0x93f2dfff  com.apple.opengl (1.8.6 - 1.8.6) <1AD1AE7B-B57B-35B5-B571-32A34F0DA737> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93f2e000 - 0x941aaff7  com.apple.QuickTime (7.7.1 - 2599.13) <FE609160-E1EF-341D-9B6A-205D3E03A4D2> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x941ab000 - 0x941adffc  com.apple.QuickTimeH264.component (7.7.1 - 2599.13) <C19F08F9-F383-35C9-8D5C-BD53A238951C> /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x941ae000 - 0x94447ff3  com.apple.AddressBook.framework (7.1 - 1167) <AF7B18F2-D0FF-33AA-9CE9-4106B1CDAE1D> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94448000 - 0x94467ff3  com.apple.Ubiquity (1.2 - 243.10) <D2C9F356-1681-31D2-B292-5227E2DDEB0B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x94468000 - 0x944bfff3  com.apple.HIServices (1.20 - 417) <561A770B-8523-3D09-A763-11F872779A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x944f6000 - 0x9451afff  com.apple.PerformanceAnalysis (1.16 - 16) <18DE0F9F-1264-394D-AC56-6B2A1771DFBE> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x9451b000 - 0x94893ff3  com.apple.FinderKit (1.1.1 - 1.1.1) <5868FEF0-E512-3E22-91FF-7AFE4F7580A1> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
    0x94894000 - 0x949a4ff3  com.apple.QuickTimeImporters.component (7.7.1 - 2599.13) <410311C4-34FF-38F0-8EE0-3093AEEC1A82> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x949a5000 - 0x949adfff  libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib
    0x949ae000 - 0x94c1bfff  com.apple.imageKit (2.2 - 667) <3F5F92DB-C0C0-3C5F-98C6-B84AB9E28B55> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x94c1c000 - 0x94c26fff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
    0x94c27000 - 0x94c80ff7  com.apple.ImageCaptureCore (5.0.1 - 5.0.1) <541529F7-063E-370B-9EB2-DF5BE39073E6> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x94c81000 - 0x94c97fff  com.apple.CFOpenDirectory (10.8 - 151.10) <56C3F276-BD1F-3031-8CF9-8F4F481A534E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x94c98000 - 0x94c98ffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <4C13DEA2-1EB0-3D06-901A-DB93184C06F0> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94c99000 - 0x94ca5ff8  libbz2.1.0.dylib (29) <7031A4C0-784A-3EAA-93DF-EA1F26CC9264> /usr/lib/libbz2.1.0.dylib
    0x94ca6000 - 0x94cc8fff  libc++abi.dylib (24.4) <06479DA4-BC23-34B6-BAFC-A885814261D0> /usr/lib/libc++abi.dylib
    0x94cc9000 - 0x94d10ff3  com.apple.CoreMedia (1.0 - 926.62) <69B3835E-C02F-3935-AD39-83F8E81FB780> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x94d11000 - 0x94d8dff3  com.apple.Metadata (10.7.0 - 707.3) <6B6A6216-23D0-34CE-8099-BEE9BA42501E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x94d8e000 - 0x94dbeff3  libtidy.A.dylib (15.10) <F2F4E000-E305-3089-91E6-3DB0ED07E74A> /usr/lib/libtidy.A.dylib
    0x94dbf000 - 0x94dc2ff9  libCGXType.A.dylib (324.6) <3004616B-51F6-3B9D-8B85-DCCA3DF9BC10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x94dc3000 - 0x94e1aff3  com.apple.Suggestions (2.0 - 102.1) <AA369EDE-913D-3C0D-8CE1-92C1C171CCA7> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
    0x94e1b000 - 0x94e22ff3  com.apple.NetFS (5.0 - 4.0) <1F7041F2-4E97-368C-8F5D-24153D81BBDB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x94e23000 - 0x94e71ff3  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <7BA6C58B-0357-356F-BB69-17ACB5E35988> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x94e72000 - 0x94e92ffd  com.apple.ChunkingLibrary (2.0 - 133.2) <FE5F0F1E-B15D-3F76-8655-DC2FE19BF56E> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x94e96000 - 0x94ec7fff  com.apple.DictionaryServices (1.2 - 184.4) <0D5BE86F-F40A-3E39-8569-19FCA5EDF9D3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x94ec8000 - 0x9530afff  com.apple.CoreGraphics (1.600.0 - 324.6) <66556166-F9A7-3EEC-A562-46061C7A79E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9530b000 - 0x95314ff9  com.apple.CommonAuth (3.0 - 2.0) <A1A6CC3D-AA88-3519-A305-9B5D76C5D63B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x95315000 - 0x953feff7  libxml2.2.dylib (22.3) <015A4FA6-5BB9-3F95-AFB8-B9281E22685B> /usr/lib/libxml2.2.dylib
    0x953ff000 - 0x954a9fff  com.apple.LaunchServices (539.7 - 539.7) <AF33EBD3-BC0B-30B5-B7DA-5CCCF12D7EDD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x954aa000 - 0x954b0fff  com.apple.phonenumbers (1.1 - 47) <DD22B3D1-DA4B-3794-9D73-E90D49A1F88E> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
    0x954b1000 - 0x9550cfff  com.apple.htmlrendering (77 - 1.1.4) <5C0C669F-AE07-3983-B38F-EB829B5CE609> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9550d000 - 0x9552afff  libCRFSuite.dylib (33) <C9D72D0C-871A-39A2-8AFB-682D11AE7D0D> /usr/lib/libCRFSuite.dylib
    0x9552b000 - 0x9552cfff  liblangid.dylib (116) <E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib
    0x9552d000 - 0x95534fff  libsystem_dnssd.dylib (379.32.1) <6A505284-2382-3F27-B96F-15FFDACF004E> /usr/lib/system/libsystem_dnssd.dylib
    0x95535000 - 0x95820ff7  com.apple.AOSKit (1.05 - 151) <F470C45E-620C-3FF2-AB1C-2D57FCD215E7> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
    0x95821000 - 0x95825fff  com.apple.CommonPanels (1.2.5 - 94) <6B3E7E53-7708-3DA2-8C50-59C2B4735DE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x95826000 - 0x95828fff  libCVMSPluginSupport.dylib (8.6.1) <8A174BD9-992E-351D-8F9A-DF6991723ABE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x958c7000 - 0x9594ffff  com.apple.PDFKit (2.7.2 - 2.7.2) <7AE7BAE9-4C21-3BFB-919E-5C6EEBBDFF75> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x95950000 - 0x95954ff7  libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib
    0x95955000 - 0x95aa2ffb  com.apple.CFNetwork (596.2.3 - 596.2.3) <1221EF86-659B-3136-AB57-0CC6B130CDA2> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x95aa3000 - 0x95ad8ff7  com.apple.framework.internetaccounts (2.1 - 210) <8F2D0EB8-C997-3833-AA80-95AF7AA377BE> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
    0x95ad9000 - 0x95adafff  libremovefile.dylib (23.1) <98622D14-DAAB-3AD8-A5D9-C322BF572A98> /usr/lib/system/libremovefile.dylib
    0x95adb000 - 0x95b35fff  com.apple.Symbolication (1.3 - 93) <684ECF0D-D416-3DF8-8B5B-3902953853A8> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x95b36000 - 0x95b39ffd  libCoreVMClient.dylib (24.4) <C54E8FD0-61EC-3DC8-8631-54288AC66AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x95b3a000 - 0x95b7cffb  com.apple.RemoteViewServices (2.0 - 80.5) <60E04F2F-AFD8-3B1F-BF07-8A3A7EABB8E9> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x95b7d000 - 0x95b92fff  com.apple.ImageCapture (8.0 - 8.0) <B8BD421F-D5A9-3FB4-8E89-AD5CFC0D4030> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x95b93000 - 0x95b95ffb  libRadiance.dylib (845) <3F87840F-217D-3074-A29D-919BAAED2F4A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x95b96000 - 0x95dadfff  com.apple.CoreData (106.1 - 407.7) <17FD06D6-AD7C-345A-8FA4-1F0FBFF4DAE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x95dae000 - 0x95dbbfff  libGL.dylib (8.6.1) <C7A3917A-C444-33CC-8599-BB9CD8C12BC4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x95dbc000 - 0x95dc8ff7  com.apple.NetAuth (4.0 - 4.0) <4983C4B8-9D95-3C4D-897E-07743326487E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x95dc9000 - 0x95df3ff9  com.apple.framework.Apple80211 (8.0.1 - 801.17) <8A8BBBFD-496B-35A6-A26E-ADF8D672D908> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x95df4000 - 0x961d7ff3  com.apple.HIToolbox (2.0 - 625) <5A312E41-9940-363E-B891-90C4672E6850> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x96218000 - 0x9628dff7  com.apple.ApplicationServices.ATS (332 - 341.1) <95206704-F9C9-33C4-AF25-FE9890E160B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9628e000 - 0x9628effe  com.apple.AOSMigrate (1.0 - 1) <4EA0829E-6AE5-3877-A5B6-032AFDF28D39> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
    0x9628f000 - 0x96326ff7  com.apple.ink.framework (10.8.2 - 150) <D90FF7BC-6B90-39F1-AC52-670269947C58> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x96327000 - 0x9643fff7  com.apple.coreavchd (5.6.0 - 5600.4.16) <F024C78B-4FAA-38F1-A182-AD0A0A596CBE> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x96440000 - 0x964fdfeb  libsystem_c.dylib (825.25) <B1F6916A-F558-38B5-A18C-D9733625FDC9> /usr/lib/system/libsystem_c.dylib
    0x964fe000 - 0x96547ff7  com.apple.framework.CoreWLAN (3.0.1 - 301.11) <ABA6A926-34C2-3C09-AD9F-A87A8A35536A> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x96548000 - 0x965f7ff7  com.apple.CoreText (260.0 - 275.16) <873ADCD9-D361-3753-A220-CDD289196AD8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x965f8000 - 0x96601ffe  com.apple.aps.framework (3.0 - 3.0) <09D5F4F3-03FD-3077-A51D-B368F18ED1D4> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
    0x96602000 - 0x9667cff7  com.apple.securityfoundation (6.0 - 55115.4) <A959B2F5-9D9D-3C93-A62A-7399594CF238> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9667d000 - 0x96699ff7  libPng.dylib (845) <14C43094-C670-3575-BF9B-3A967E05EAC0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x9669a000 - 0x9676efff  com.apple.backup.framework (1.4.1 - 1.4.1) <55F2A679-9B21-3F43-A580-4C2ECF6A5FC5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x96771000 - 0x96774fff  com.apple.help (1.3.2 - 42) <AD7EB1F0-A068-3A2C-9D59-38E59CEC0D96> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x96775000 - 0x96778ff7  libcompiler_rt.dylib (30) <CE5DBDB4-0124-3E2B-9105-989DF98DD108> /usr/lib/system/libcompiler_rt.dylib
    0x

    If You know that 1080p works then
    How much free space is there on Your Start-Up (Mac OS) Hard Disk ?
    Has to be plenty - Other hard disks doesn't count as this needed space can not be addressed elsewhere.
    Else see if You get any ideas from this
    When iMovie doesn't work as intended this can be due to a lot of reasons
    • iMovie Pref files got corrupted - trash it/they and iMovie makes new and error free one's
    • Creating a new User-Account and log into this - forces iMovie to create all pref. files new and error free
    • Event or Project got corrupted - try to make a copy and repair
    • a codec is used that doesn't work
    • problem in iMovie Cache folder - trash Cache.mov and Cache.plist
    • version miss match of QuickTime Player / iMovie / iDVD
    • preferences are wrong - Repair Preferences
    • other hard disk problem - Repair Hard Disk (Disk Util tool - but start Mac from ext HD or DVD)
    • External hard disks - MUST BE - Mac OS Extended (hfs) formatted to work with Video
    ( UNIX/DOS/FAT32/Mac OS Exchange - works for most other things - but not for Video )
    • USB-flash-memories do not work
    • Net-work connected hard disks - do not work
    • iPhoto Library got problems - let iPhoto select another one or repair it. Re-build this first then try to re-start iMovie.
    This You do by
    _ close iPhoto
    _ on start up of iPhoto - Keep {cmd and alt-keys down}
    _ now select all five options presented
    _ WAIT a long long time
    • free space on Start-Up (Mac OS) hard disk to low (<1Gb) - I never go under 25Gb free space for SD-Video (4-5 times more for HD)
    • external devices interferes - turn off Mac - disconnect all of them and - Start up again and re-try
    • GarageBand fix - start GB - play a few notes - Close it again and now try iMovie
    • Screen must be set to million-colors
    • Third-party plug-ins doesn't work OK
    • Run "Cache Out X", clear out all caches and restarts the Mac
    • Let Your Mac be turned on during one night. At about midnight there is a set of maintenance programs that runs and tidying up. This might help
    • Turn off Your Mac - and disconnect Mains - for about 20-30 minutes - at least this resets the FireWire port.
    • In QuickTime - DivX, 3ivx codec, Flip4Mac, Perian etc - might be problematic - temporarily move them out and re-try
    (I deleted the file "3ivxVideoCodec.component" located in Mac HD/Library/Quicktime and this resolved my issue.)
    buenrodri wrote
    I solved the problem by removing the file: 3ivxVideoCodec.component. after that, up-dated iMovie runs ok.
    Last resort: Trash all of iMovie and re-install it
    Yours Bengt W

Maybe you are looking for

  • How to set proxy while deploying a bpel proxy?

    Hi All, How can i set proxy while deploying a bpel process. I'm trying to deploy an async bpel process that requires proxy to be set coz to access one of the xsd file requires to go thru a proxy. I have actually set proxy in the following files, sete

  • Badi in ecc6.0

    screen in se18 and se19 in ECC6.0 is different from ECC5.0    so please guide me step by step to build badi in ecc6.0         rahul siemens

  • Where does MARS get netbios information?

    When you click on a device from the Attack Diagram, then go to More Information for the Device, MARS will display the domain name and the Netbios name. Just wondering where it is getting the Netbios name. Often times it is wrong,(but consistent). Tha

  • OEM 10g grid.... Please help..

    Hi all Please can someone help... Im new at this and Im having afew issues.. Im running Oracle 10g grid on AIX box . The install went well and Im able to connect to all targets.... 1) The repositry database startsup without any error messages but in

  • Object package from object name

    Say I had: int num; double dec; String str; ArrayList arr; Object obj; I want to take a String that is the name of an Object and return a String that is the package of the Object. For example, if the String was "arr", the method would return "java.ut