Mailing Lists: Apple Mailing Lists
Image of Mac OS face in stamp
Re: QCView with complex QTZ sporadic crashes - any hints?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: QCView with complex QTZ sporadic crashes - any hints?



Are you feeding images into published input image ports, or pulling images out of published image ports, or is everything handled internally a single QTZ?

Try enabling NSZombies and see if you can re-create the crash or leak of objects. Does this happen consistently at the same point in your code, on app launch for example, or is it totally inconsistent? Is your app 32 bit? are you hitting a memory limit? Have you checked for leaks at all?

Does yoru 3rd party plugin handle image processing?

The thread overhead is afaik "well known" for quicktime, especially AIC and modern codecs that can use multiple decode threads. I often see tons of threads in apps like VDMX, because of pre-rolling, etc, and I dont think they get cleaned up quickly either.



On Jul 18, 2011, at 12:05 PM, Adrian Ward wrote:

>
> Hi all,
>
> I'm starting to see an increase in sporadic crashes of an app we've written that uses a QCView that has loaded a large and complex QTZ. This set up has been running for quite a long time and the only significant change is the content that the QTZ loads. We've been through the content repeatedly to see if we can find a culprit but there is nothing immediately obvious.
>
> Now, I know better than to expect anyone here to give me a solution, but I thought if I posted a crash report someone might be able to suggest an area I should be looking at. The below report tells me Thread 0 has crashed whilst QCImageManager was optimising its caches, and I'm guessing it's likely that a resource somewhere got over-released. So I know I need to be careful about memory allocation. I'm fairly certain I have been in the custom plugins that are loaded. I'm also aware that the app is loading LOTS of content - object allocations during the load phase peak at about 600MB so maybe I'm just being greedy?
>
> The 32 QCDatagramReceiver threads are not a surprise - I have 32 Network Receiver patches somewhere deep in the QTZ.
>
> However, whats with the ~68 threads that are in QuickTimeH264.scalar and AppleIntermediateCodec?! I don't have that many Movie Importers running at the same time! I might have some sitting idle that sometimes get used to load video, but not all at the same the time. Generally I'd only ever have a maximum of two Movie Importers loading a video at the same time, and the rest of the time the others would have their Movie Location set to blank so they wouldn't have loaded any video. I know we use both H264 and AIC for video content so this is a point of concern.
>
> So, does this suggest that QC isn't freeing resources (or killing old threads...) used by Movie Importer? And is it plausible that this could be pushing my app to a EXC_BAD_ACCESS?
>
> Sorry I can't post a QTZ demonstrating this in action, nor reduce the project to reproduce the issue reliably.
>
> All suggestions welcome! Unless they involve phone hacking, please.
>
> Thanks,
>
>
> Ade.
>
>
>
>
>
>
> Process:         Performer [16964]
> Path:            /IWM/UIMain/Performer.app/Contents/MacOS/Performer
> Identifier:      uk.co.clayinteractive.performer
> Version:         ??? (3.2 (20110518))
> Code Type:       X86 (Native)
> Parent Process:  launchd [110]
>
> Date/Time:       2011-07-18 14:50:03.675 +0100
> OS Version:      Mac OS X 10.6.7 (10J869)
> Report Version:  6
>
> Anonymous UUID:                      7BE221EF-6350-4AD4-A24F-9C9308A6BB3C
>
> Exception Type:  EXC_BAD_ACCESS (SIGBUS)
> Exception Codes: KERN_PROTECTION_FAILURE at 0x000000000000002e
> Crashed Thread:  0  Dispatch queue: com.apple.main-thread
>
> Application Specific Information:
> objc_msgSend() selector name: backingReleaseCallback
>
>
> Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
> 0   libobjc.A.dylib               	0x95448ed7 objc_msgSend + 23
> 1   com.apple.QuartzComposer      	0x99792939 -[QCCache(Private) _applyFunctionOnAllResources:userInfo:] + 86
> 2   com.apple.QuartzComposer      	0x99791d90 -[QCImageManager optimizeCaches] + 1418
> 3   com.apple.QuartzComposer      	0x99791693 -[QCImageManager reclaimResources] + 141
> 4   com.apple.QuartzComposer      	0x9979f800 -[QCGraphicsContext renderPatch:time:arguments:] + 170
> 5   com.apple.QuartzComposer      	0x9979e764 -[QCOpenGLContext renderPatch:time:arguments:] + 614
> 6   com.apple.QuartzComposer      	0x9979e4f6 -[QCPatch(Runtime) render:arguments:] + 92
> 7   com.apple.QuartzComposer      	0x997df7de -[QCView render:arguments:] + 738
> 8   com.apple.QuartzComposer      	0x9980a653 -[QCView _renderTimer] + 160
> 9   com.apple.QuartzComposer      	0x997e4d3a _TimerCallback + 240
> 10  com.apple.CoreFoundation      	0x98226adb __CFRunLoopRun + 8059
> 11  com.apple.CoreFoundation      	0x98224464 CFRunLoopRunSpecific + 452
> 12  com.apple.CoreFoundation      	0x98224291 CFRunLoopRunInMode + 97
> 13  com.apple.HIToolbox           	0x942fbe04 RunCurrentEventLoopInMode + 392
> 14  com.apple.HIToolbox           	0x942fbbb9 ReceiveNextEventCommon + 354
> 15  com.apple.HIToolbox           	0x942fba3e BlockUntilNextEventMatchingListInMode + 81
> 16  com.apple.AppKit              	0x9066c78d _DPSNextEvent + 847
> 17  com.apple.AppKit              	0x9066bfce -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
> 18  com.apple.AppKit              	0x9062e247 -[NSApplication run] + 821
> 19  com.apple.AppKit              	0x906262d9 NSApplicationMain + 574
> 20  ...o.clayinteractive.performer	0x00002c12 main + 2584 (main.m:128)
> 21  ...o.clayinteractive.performer	0x000021ce start + 54
>
> Thread 1:  Dispatch queue: com.apple.libdispatch-manager
> 0   libSystem.B.dylib             	0x94613922 kevent + 10
> 1   libSystem.B.dylib             	0x9461403c _dispatch_mgr_invoke + 215
> 2   libSystem.B.dylib             	0x946134f9 _dispatch_queue_invoke + 163
> 3   libSystem.B.dylib             	0x9461329e _dispatch_worker_thread2 + 240
> 4   libSystem.B.dylib             	0x94612d21 _pthread_wqthread + 390
> 5   libSystem.B.dylib             	0x94612b66 start_wqthread + 30
>
> Thread 2:
> 0   libSystem.B.dylib             	0x945ed09a mach_msg_trap + 10
> 1   libSystem.B.dylib             	0x945ed807 mach_msg + 68
> 2   com.apple.opengl              	0x978d71d9 glcDebugListener + 426
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 3:
> 0   libSystem.B.dylib             	0x945ed09a mach_msg_trap + 10
> 1   libSystem.B.dylib             	0x945ed807 mach_msg + 68
> 2   com.apple.CoreFoundation      	0x9822537f __CFRunLoopRun + 2079
> 3   com.apple.CoreFoundation      	0x98224464 CFRunLoopRunSpecific + 452
> 4   com.apple.CoreFoundation      	0x9822a3a4 CFRunLoopRun + 84
> 5   com.apple.QuartzComposer      	0x997f6929 -[QCRunLoopPatch _runLoopThread:] + 449
> 6   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 7   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 8   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 9   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 4:
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.QuartzComposer      	0x9987e7e0 -[QCDatagramReceiver receiveDataWithTimeOut:] + 246
> 2   com.apple.QuartzComposer      	0x9987e619 -[QCDatagramReceiver receiveStringWithTimeOut:] + 49
> 3   com.apple.QuartzComposer      	0x998ab95a -[QCNetworkReceiver _receiverThread:] + 97
> 4   com.apple.QuartzComposer      	0x9988f52e -[QCThreadPatch _thread:] + 341
> 5   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 6   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 7   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 8   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 5:
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.QuartzComposer      	0x9987e7e0 -[QCDatagramReceiver receiveDataWithTimeOut:] + 246
> 2   com.apple.QuartzComposer      	0x9987e619 -[QCDatagramReceiver receiveStringWithTimeOut:] + 49
> 3   com.apple.QuartzComposer      	0x998ab95a -[QCNetworkReceiver _receiverThread:] + 97
> 4   com.apple.QuartzComposer      	0x9988f52e -[QCThreadPatch _thread:] + 341
> 5   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 6   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 7   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 8   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 6:
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.QuartzComposer      	0x9987e7e0 -[QCDatagramReceiver receiveDataWithTimeOut:] + 246
> 2   com.apple.QuartzComposer      	0x9987e619 -[QCDatagramReceiver receiveStringWithTimeOut:] + 49
> 3   com.apple.QuartzComposer      	0x998ab95a -[QCNetworkReceiver _receiverThread:] + 97
> 4   com.apple.QuartzComposer      	0x9988f52e -[QCThreadPatch _thread:] + 341
> 5   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 6   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 7   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 8   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 7:
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.QuartzComposer      	0x9987e7e0 -[QCDatagramReceiver receiveDataWithTimeOut:] + 246
> 2   com.apple.QuartzComposer      	0x9987e619 -[QCDatagramReceiver receiveStringWithTimeOut:] + 49
> 3   com.apple.QuartzComposer      	0x998ab95a -[QCNetworkReceiver _receiverThread:] + 97
> 4   com.apple.QuartzComposer      	0x9988f52e -[QCThreadPatch _thread:] + 341
> 5   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 6   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 7   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 8   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 8:
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.QuartzComposer      	0x9987e7e0 -[QCDatagramReceiver receiveDataWithTimeOut:] + 246
> 2   com.apple.QuartzComposer      	0x9987e619 -[QCDatagramReceiver receiveStringWithTimeOut:] + 49
> 3   com.apple.QuartzComposer      	0x998ab95a -[QCNetworkReceiver _receiverThread:] + 97
> 4   com.apple.QuartzComposer      	0x9988f52e -[QCThreadPatch _thread:] + 341
> 5   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 6   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 7   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 8   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 9:
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.QuartzComposer      	0x9987e7e0 -[QCDatagramReceiver receiveDataWithTimeOut:] + 246
> 2   com.apple.QuartzComposer      	0x9987e619 -[QCDatagramReceiver receiveStringWithTimeOut:] + 49
> 3   com.apple.QuartzComposer      	0x998ab95a -[QCNetworkReceiver _receiverThread:] + 97
> 4   com.apple.QuartzComposer      	0x9988f52e -[QCThreadPatch _thread:] + 341
> 5   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 6   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 7   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 8   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 10:
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.QuartzComposer      	0x9987e7e0 -[QCDatagramReceiver receiveDataWithTimeOut:] + 246
> 2   com.apple.QuartzComposer      	0x9987e619 -[QCDatagramReceiver receiveStringWithTimeOut:] + 49
> 3   com.apple.QuartzComposer      	0x998ab95a -[QCNetworkReceiver _receiverThread:] + 97
> 4   com.apple.QuartzComposer      	0x9988f52e -[QCThreadPatch _thread:] + 341
> 5   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 6   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 7   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 8   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 11:
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.QuartzComposer      	0x9987e7e0 -[QCDatagramReceiver receiveDataWithTimeOut:] + 246
> 2   com.apple.QuartzComposer      	0x9987e619 -[QCDatagramReceiver receiveStringWithTimeOut:] + 49
> 3   com.apple.QuartzComposer      	0x998ab95a -[QCNetworkReceiver _receiverThread:] + 97
> 4   com.apple.QuartzComposer      	0x9988f52e -[QCThreadPatch _thread:] + 341
> 5   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 6   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 7   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 8   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 12:
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.QuartzComposer      	0x9987e7e0 -[QCDatagramReceiver receiveDataWithTimeOut:] + 246
> 2   com.apple.QuartzComposer      	0x9987e619 -[QCDatagramReceiver receiveStringWithTimeOut:] + 49
> 3   com.apple.QuartzComposer      	0x998ab95a -[QCNetworkReceiver _receiverThread:] + 97
> 4   com.apple.QuartzComposer      	0x9988f52e -[QCThreadPatch _thread:] + 341
> 5   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 6   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 7   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 8   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 13:
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.QuartzComposer      	0x9987e7e0 -[QCDatagramReceiver receiveDataWithTimeOut:] + 246
> 2   com.apple.QuartzComposer      	0x9987e619 -[QCDatagramReceiver receiveStringWithTimeOut:] + 49
> 3   com.apple.QuartzComposer      	0x998ab95a -[QCNetworkReceiver _receiverThread:] + 97
> 4   com.apple.QuartzComposer      	0x9988f52e -[QCThreadPatch _thread:] + 341
> 5   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 6   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 7   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 8   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 14:
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.QuartzComposer      	0x9987e7e0 -[QCDatagramReceiver receiveDataWithTimeOut:] + 246
> 2   com.apple.QuartzComposer      	0x9987e619 -[QCDatagramReceiver receiveStringWithTimeOut:] + 49
> 3   com.apple.QuartzComposer      	0x998ab95a -[QCNetworkReceiver _receiverThread:] + 97
> 4   com.apple.QuartzComposer      	0x9988f52e -[QCThreadPatch _thread:] + 341
> 5   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 6   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 7   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 8   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 15:
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.QuartzComposer      	0x9987e7e0 -[QCDatagramReceiver receiveDataWithTimeOut:] + 246
> 2   com.apple.QuartzComposer      	0x9987e619 -[QCDatagramReceiver receiveStringWithTimeOut:] + 49
> 3   com.apple.QuartzComposer      	0x998ab95a -[QCNetworkReceiver _receiverThread:] + 97
> 4   com.apple.QuartzComposer      	0x9988f52e -[QCThreadPatch _thread:] + 341
> 5   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 6   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 7   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 8   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 16:
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.QuartzComposer      	0x9987e7e0 -[QCDatagramReceiver receiveDataWithTimeOut:] + 246
> 2   com.apple.QuartzComposer      	0x9987e619 -[QCDatagramReceiver receiveStringWithTimeOut:] + 49
> 3   com.apple.QuartzComposer      	0x998ab95a -[QCNetworkReceiver _receiverThread:] + 97
> 4   com.apple.QuartzComposer      	0x9988f52e -[QCThreadPatch _thread:] + 341
> 5   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 6   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 7   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 8   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 17:
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.QuartzComposer      	0x9987e7e0 -[QCDatagramReceiver receiveDataWithTimeOut:] + 246
> 2   com.apple.QuartzComposer      	0x9987e619 -[QCDatagramReceiver receiveStringWithTimeOut:] + 49
> 3   com.apple.QuartzComposer      	0x998ab95a -[QCNetworkReceiver _receiverThread:] + 97
> 4   com.apple.QuartzComposer      	0x9988f52e -[QCThreadPatch _thread:] + 341
> 5   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 6   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 7   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 8   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 18:
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.QuartzComposer      	0x9987e7e0 -[QCDatagramReceiver receiveDataWithTimeOut:] + 246
> 2   com.apple.QuartzComposer      	0x9987e619 -[QCDatagramReceiver receiveStringWithTimeOut:] + 49
> 3   com.apple.QuartzComposer      	0x998ab95a -[QCNetworkReceiver _receiverThread:] + 97
> 4   com.apple.QuartzComposer      	0x9988f52e -[QCThreadPatch _thread:] + 341
> 5   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 6   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 7   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 8   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 19:
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.QuartzComposer      	0x9987e7e0 -[QCDatagramReceiver receiveDataWithTimeOut:] + 246
> 2   com.apple.QuartzComposer      	0x9987e619 -[QCDatagramReceiver receiveStringWithTimeOut:] + 49
> 3   com.apple.QuartzComposer      	0x998ab95a -[QCNetworkReceiver _receiverThread:] + 97
> 4   com.apple.QuartzComposer      	0x9988f52e -[QCThreadPatch _thread:] + 341
> 5   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 6   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 7   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 8   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 20:
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.QuartzComposer      	0x9987e7e0 -[QCDatagramReceiver receiveDataWithTimeOut:] + 246
> 2   com.apple.QuartzComposer      	0x9987e619 -[QCDatagramReceiver receiveStringWithTimeOut:] + 49
> 3   com.apple.QuartzComposer      	0x998ab95a -[QCNetworkReceiver _receiverThread:] + 97
> 4   com.apple.QuartzComposer      	0x9988f52e -[QCThreadPatch _thread:] + 341
> 5   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 6   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 7   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 8   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 21:
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.QuartzComposer      	0x9987e7e0 -[QCDatagramReceiver receiveDataWithTimeOut:] + 246
> 2   com.apple.QuartzComposer      	0x9987e619 -[QCDatagramReceiver receiveStringWithTimeOut:] + 49
> 3   com.apple.QuartzComposer      	0x998ab95a -[QCNetworkReceiver _receiverThread:] + 97
> 4   com.apple.QuartzComposer      	0x9988f52e -[QCThreadPatch _thread:] + 341
> 5   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 6   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 7   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 8   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 22:
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.QuartzComposer      	0x9987e7e0 -[QCDatagramReceiver receiveDataWithTimeOut:] + 246
> 2   com.apple.QuartzComposer      	0x9987e619 -[QCDatagramReceiver receiveStringWithTimeOut:] + 49
> 3   com.apple.QuartzComposer      	0x998ab95a -[QCNetworkReceiver _receiverThread:] + 97
> 4   com.apple.QuartzComposer      	0x9988f52e -[QCThreadPatch _thread:] + 341
> 5   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 6   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 7   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 8   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 23:
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.QuartzComposer      	0x9987e7e0 -[QCDatagramReceiver receiveDataWithTimeOut:] + 246
> 2   com.apple.QuartzComposer      	0x9987e619 -[QCDatagramReceiver receiveStringWithTimeOut:] + 49
> 3   com.apple.QuartzComposer      	0x998ab95a -[QCNetworkReceiver _receiverThread:] + 97
> 4   com.apple.QuartzComposer      	0x9988f52e -[QCThreadPatch _thread:] + 341
> 5   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 6   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 7   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 8   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 24:
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.QuartzComposer      	0x9987e7e0 -[QCDatagramReceiver receiveDataWithTimeOut:] + 246
> 2   com.apple.QuartzComposer      	0x9987e619 -[QCDatagramReceiver receiveStringWithTimeOut:] + 49
> 3   com.apple.QuartzComposer      	0x998ab95a -[QCNetworkReceiver _receiverThread:] + 97
> 4   com.apple.QuartzComposer      	0x9988f52e -[QCThreadPatch _thread:] + 341
> 5   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 6   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 7   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 8   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 25:
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.QuartzComposer      	0x9987e7e0 -[QCDatagramReceiver receiveDataWithTimeOut:] + 246
> 2   com.apple.QuartzComposer      	0x9987e619 -[QCDatagramReceiver receiveStringWithTimeOut:] + 49
> 3   com.apple.QuartzComposer      	0x998ab95a -[QCNetworkReceiver _receiverThread:] + 97
> 4   com.apple.QuartzComposer      	0x9988f52e -[QCThreadPatch _thread:] + 341
> 5   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 6   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 7   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 8   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 26:
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.QuartzComposer      	0x9987e7e0 -[QCDatagramReceiver receiveDataWithTimeOut:] + 246
> 2   com.apple.QuartzComposer      	0x9987e619 -[QCDatagramReceiver receiveStringWithTimeOut:] + 49
> 3   com.apple.QuartzComposer      	0x998ab95a -[QCNetworkReceiver _receiverThread:] + 97
> 4   com.apple.QuartzComposer      	0x9988f52e -[QCThreadPatch _thread:] + 341
> 5   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 6   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 7   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 8   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 27:
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.QuartzComposer      	0x9987e7e0 -[QCDatagramReceiver receiveDataWithTimeOut:] + 246
> 2   com.apple.QuartzComposer      	0x9987e619 -[QCDatagramReceiver receiveStringWithTimeOut:] + 49
> 3   com.apple.QuartzComposer      	0x998ab95a -[QCNetworkReceiver _receiverThread:] + 97
> 4   com.apple.QuartzComposer      	0x9988f52e -[QCThreadPatch _thread:] + 341
> 5   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 6   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 7   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 8   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 28:
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.QuartzComposer      	0x9987e7e0 -[QCDatagramReceiver receiveDataWithTimeOut:] + 246
> 2   com.apple.QuartzComposer      	0x9987e619 -[QCDatagramReceiver receiveStringWithTimeOut:] + 49
> 3   com.apple.QuartzComposer      	0x998ab95a -[QCNetworkReceiver _receiverThread:] + 97
> 4   com.apple.QuartzComposer      	0x9988f52e -[QCThreadPatch _thread:] + 341
> 5   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 6   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 7   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 8   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 29:
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.QuartzComposer      	0x9987e7e0 -[QCDatagramReceiver receiveDataWithTimeOut:] + 246
> 2   com.apple.QuartzComposer      	0x9987e619 -[QCDatagramReceiver receiveStringWithTimeOut:] + 49
> 3   com.apple.QuartzComposer      	0x998ab95a -[QCNetworkReceiver _receiverThread:] + 97
> 4   com.apple.QuartzComposer      	0x9988f52e -[QCThreadPatch _thread:] + 341
> 5   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 6   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 7   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 8   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 30:
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.QuartzComposer      	0x9987e7e0 -[QCDatagramReceiver receiveDataWithTimeOut:] + 246
> 2   com.apple.QuartzComposer      	0x9987e619 -[QCDatagramReceiver receiveStringWithTimeOut:] + 49
> 3   com.apple.QuartzComposer      	0x998ab95a -[QCNetworkReceiver _receiverThread:] + 97
> 4   com.apple.QuartzComposer      	0x9988f52e -[QCThreadPatch _thread:] + 341
> 5   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 6   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 7   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 8   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 31:
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.QuartzComposer      	0x9987e7e0 -[QCDatagramReceiver receiveDataWithTimeOut:] + 246
> 2   com.apple.QuartzComposer      	0x9987e619 -[QCDatagramReceiver receiveStringWithTimeOut:] + 49
> 3   com.apple.QuartzComposer      	0x998ab95a -[QCNetworkReceiver _receiverThread:] + 97
> 4   com.apple.QuartzComposer      	0x9988f52e -[QCThreadPatch _thread:] + 341
> 5   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 6   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 7   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 8   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 32:
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.QuartzComposer      	0x9987e7e0 -[QCDatagramReceiver receiveDataWithTimeOut:] + 246
> 2   com.apple.QuartzComposer      	0x9987e619 -[QCDatagramReceiver receiveStringWithTimeOut:] + 49
> 3   com.apple.QuartzComposer      	0x998ab95a -[QCNetworkReceiver _receiverThread:] + 97
> 4   com.apple.QuartzComposer      	0x9988f52e -[QCThreadPatch _thread:] + 341
> 5   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 6   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 7   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 8   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 33:
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.QuartzComposer      	0x9987e7e0 -[QCDatagramReceiver receiveDataWithTimeOut:] + 246
> 2   com.apple.QuartzComposer      	0x9987e619 -[QCDatagramReceiver receiveStringWithTimeOut:] + 49
> 3   com.apple.QuartzComposer      	0x998ab95a -[QCNetworkReceiver _receiverThread:] + 97
> 4   com.apple.QuartzComposer      	0x9988f52e -[QCThreadPatch _thread:] + 341
> 5   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 6   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 7   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 8   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 34:
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.QuartzComposer      	0x9987e7e0 -[QCDatagramReceiver receiveDataWithTimeOut:] + 246
> 2   com.apple.QuartzComposer      	0x9987e619 -[QCDatagramReceiver receiveStringWithTimeOut:] + 49
> 3   com.apple.QuartzComposer      	0x998ab95a -[QCNetworkReceiver _receiverThread:] + 97
> 4   com.apple.QuartzComposer      	0x9988f52e -[QCThreadPatch _thread:] + 341
> 5   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 6   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 7   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 8   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 35:
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.QuartzComposer      	0x9987e7e0 -[QCDatagramReceiver receiveDataWithTimeOut:] + 246
> 2   com.apple.QuartzComposer      	0x9987e619 -[QCDatagramReceiver receiveStringWithTimeOut:] + 49
> 3   com.apple.QuartzComposer      	0x998ab95a -[QCNetworkReceiver _receiverThread:] + 97
> 4   com.apple.QuartzComposer      	0x9988f52e -[QCThreadPatch _thread:] + 341
> 5   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 6   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 7   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 8   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 36:
> 0   libSystem.B.dylib             	0x945ed09a mach_msg_trap + 10
> 1   libSystem.B.dylib             	0x945ed807 mach_msg + 68
> 2   com.apple.CoreFoundation      	0x9822537f __CFRunLoopRun + 2079
> 3   com.apple.CoreFoundation      	0x98224464 CFRunLoopRunSpecific + 452
> 4   com.apple.CoreFoundation      	0x98224291 CFRunLoopRunInMode + 97
> 5   com.apple.Foundation          	0x969d86f4 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
> 6   com.apple.Foundation          	0x9699fad0 -[NSThread main] + 45
> 7   com.apple.Foundation          	0x9699fa80 __NSThread__main__ + 1499
> 8   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 9   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 37:
> 0   libSystem.B.dylib             	0x945ed0fa semaphore_timedwait_signal_trap + 10
> 1   libSystem.B.dylib             	0x9461ac85 _pthread_cond_wait + 1066
> 2   libSystem.B.dylib             	0x94649aa8 pthread_cond_timedwait_relative_np + 47
> 3   ...ple.CoreServices.CarbonCore	0x00d3be3d TSWaitOnConditionTimedRelative + 242
> 4   ...ple.CoreServices.CarbonCore	0x00d3bb7b TSWaitOnSemaphoreCommon + 511
> 5   ...ickTimeComponents.component	0x95b64591 ReadSchedulerThreadEntryPoint + 4698
> 6   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 7   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 38:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 39:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 40:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 41:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 42:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 43:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 44:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 45:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f3c438d JVTLibDecoDispose + 438215
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 46:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 47:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 48:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 49:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 50:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 51:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 52:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 53:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f3c438d JVTLibDecoDispose + 438215
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 54:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f35a1f4 JVTLibDecoDispose + 3630
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 55:
> 0   libSystem.B.dylib             	0x9461b046 __semwait_signal + 10
> 1   libSystem.B.dylib             	0x9461ad02 _pthread_cond_wait + 1191
> 2   libSystem.B.dylib             	0x9461c998 pthread_cond_wait$UNIX2003 + 73
> 3   ...pple.AppleIntermediateCodec	0x5df788b2 iCodecDecompressorComponentDispatch + 19394
> 4   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 5   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 56:
> 0   libSystem.B.dylib             	0x9461b046 __semwait_signal + 10
> 1   libSystem.B.dylib             	0x9461ad02 _pthread_cond_wait + 1191
> 2   libSystem.B.dylib             	0x9461c998 pthread_cond_wait$UNIX2003 + 73
> 3   ...pple.AppleIntermediateCodec	0x5df788b2 iCodecDecompressorComponentDispatch + 19394
> 4   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 5   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 57:
> 0   libSystem.B.dylib             	0x9461b046 __semwait_signal + 10
> 1   libSystem.B.dylib             	0x9461ad02 _pthread_cond_wait + 1191
> 2   libSystem.B.dylib             	0x9461c998 pthread_cond_wait$UNIX2003 + 73
> 3   ...pple.AppleIntermediateCodec	0x5df788b2 iCodecDecompressorComponentDispatch + 19394
> 4   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 5   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 58:
> 0   libSystem.B.dylib             	0x9461b046 __semwait_signal + 10
> 1   libSystem.B.dylib             	0x9461ad02 _pthread_cond_wait + 1191
> 2   libSystem.B.dylib             	0x9461c998 pthread_cond_wait$UNIX2003 + 73
> 3   ...pple.AppleIntermediateCodec	0x5df788b2 iCodecDecompressorComponentDispatch + 19394
> 4   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 5   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 59:
> 0   libSystem.B.dylib             	0x9461b046 __semwait_signal + 10
> 1   libSystem.B.dylib             	0x9461ad02 _pthread_cond_wait + 1191
> 2   libSystem.B.dylib             	0x9461c998 pthread_cond_wait$UNIX2003 + 73
> 3   ...pple.AppleIntermediateCodec	0x5df788b2 iCodecDecompressorComponentDispatch + 19394
> 4   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 5   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 60:
> 0   libSystem.B.dylib             	0x9461b046 __semwait_signal + 10
> 1   libSystem.B.dylib             	0x9461ad02 _pthread_cond_wait + 1191
> 2   libSystem.B.dylib             	0x9461c998 pthread_cond_wait$UNIX2003 + 73
> 3   ...pple.AppleIntermediateCodec	0x5df788b2 iCodecDecompressorComponentDispatch + 19394
> 4   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 5   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 61:
> 0   libSystem.B.dylib             	0x9461b046 __semwait_signal + 10
> 1   libSystem.B.dylib             	0x9461ad02 _pthread_cond_wait + 1191
> 2   libSystem.B.dylib             	0x9461c998 pthread_cond_wait$UNIX2003 + 73
> 3   ...pple.AppleIntermediateCodec	0x5df788b2 iCodecDecompressorComponentDispatch + 19394
> 4   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 5   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 62:
> 0   libSystem.B.dylib             	0x9461b046 __semwait_signal + 10
> 1   libSystem.B.dylib             	0x9461ad02 _pthread_cond_wait + 1191
> 2   libSystem.B.dylib             	0x9461c998 pthread_cond_wait$UNIX2003 + 73
> 3   ...pple.AppleIntermediateCodec	0x5df788b2 iCodecDecompressorComponentDispatch + 19394
> 4   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 5   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 63:  com.apple.CFSocket.private
> 0   libSystem.B.dylib             	0x9460c066 select$DARWIN_EXTSN + 10
> 1   com.apple.CoreFoundation      	0x98264c83 __CFSocketManager + 1091
> 2   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 3   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 64:
> 0   libSystem.B.dylib             	0x946129b2 __workq_kernreturn + 10
> 1   libSystem.B.dylib             	0x94612f48 _pthread_wqthread + 941
> 2   libSystem.B.dylib             	0x94612b66 start_wqthread + 30
>
> Thread 65:
> 0   libSystem.B.dylib             	0x945ed0fa semaphore_timedwait_signal_trap + 10
> 1   libSystem.B.dylib             	0x9461ac85 _pthread_cond_wait + 1066
> 2   libSystem.B.dylib             	0x94649aa8 pthread_cond_timedwait_relative_np + 47
> 3   ...ple.CoreServices.CarbonCore	0x00d3be3d TSWaitOnConditionTimedRelative + 242
> 4   ...ple.CoreServices.CarbonCore	0x00d3bb7b TSWaitOnSemaphoreCommon + 511
> 5   ...ple.CoreServices.CarbonCore	0x00d966ee AIOFileThread(void*) + 1127
> 6   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 7   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 66:
> 0   libSystem.B.dylib             	0x9461b046 __semwait_signal + 10
> 1   libSystem.B.dylib             	0x9461ad02 _pthread_cond_wait + 1191
> 2   libSystem.B.dylib             	0x9461c998 pthread_cond_wait$UNIX2003 + 73
> 3   ...pple.AppleIntermediateCodec	0x5df788b2 iCodecDecompressorComponentDispatch + 19394
> 4   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 5   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 67:
> 0   libSystem.B.dylib             	0x9461b046 __semwait_signal + 10
> 1   libSystem.B.dylib             	0x9461ad02 _pthread_cond_wait + 1191
> 2   libSystem.B.dylib             	0x9461c998 pthread_cond_wait$UNIX2003 + 73
> 3   ...pple.AppleIntermediateCodec	0x5df788b2 iCodecDecompressorComponentDispatch + 19394
> 4   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 5   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 68:
> 0   libSystem.B.dylib             	0x9461b046 __semwait_signal + 10
> 1   libSystem.B.dylib             	0x9461ad02 _pthread_cond_wait + 1191
> 2   libSystem.B.dylib             	0x9461c998 pthread_cond_wait$UNIX2003 + 73
> 3   ...pple.AppleIntermediateCodec	0x5df788b2 iCodecDecompressorComponentDispatch + 19394
> 4   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 5   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 69:
> 0   libSystem.B.dylib             	0x9461b046 __semwait_signal + 10
> 1   libSystem.B.dylib             	0x9461ad02 _pthread_cond_wait + 1191
> 2   libSystem.B.dylib             	0x9461c998 pthread_cond_wait$UNIX2003 + 73
> 3   ...pple.AppleIntermediateCodec	0x5df788b2 iCodecDecompressorComponentDispatch + 19394
> 4   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 5   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 70:
> 0   libSystem.B.dylib             	0x9461b046 __semwait_signal + 10
> 1   libSystem.B.dylib             	0x9461ad02 _pthread_cond_wait + 1191
> 2   libSystem.B.dylib             	0x9461c998 pthread_cond_wait$UNIX2003 + 73
> 3   ...pple.AppleIntermediateCodec	0x5df788b2 iCodecDecompressorComponentDispatch + 19394
> 4   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 5   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 71:
> 0   libSystem.B.dylib             	0x9461b046 __semwait_signal + 10
> 1   libSystem.B.dylib             	0x9461ad02 _pthread_cond_wait + 1191
> 2   libSystem.B.dylib             	0x9461c998 pthread_cond_wait$UNIX2003 + 73
> 3   ...pple.AppleIntermediateCodec	0x5df788b2 iCodecDecompressorComponentDispatch + 19394
> 4   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 5   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 72:
> 0   libSystem.B.dylib             	0x9461b046 __semwait_signal + 10
> 1   libSystem.B.dylib             	0x9461ad02 _pthread_cond_wait + 1191
> 2   libSystem.B.dylib             	0x9461c998 pthread_cond_wait$UNIX2003 + 73
> 3   ...pple.AppleIntermediateCodec	0x5df788b2 iCodecDecompressorComponentDispatch + 19394
> 4   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 5   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 73:
> 0   libSystem.B.dylib             	0x9461b046 __semwait_signal + 10
> 1   libSystem.B.dylib             	0x9461ad02 _pthread_cond_wait + 1191
> 2   libSystem.B.dylib             	0x9461c998 pthread_cond_wait$UNIX2003 + 73
> 3   ...pple.AppleIntermediateCodec	0x5df788b2 iCodecDecompressorComponentDispatch + 19394
> 4   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 5   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 74:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 75:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 76:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 77:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 78:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 79:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 80:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 81:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f3c438d JVTLibDecoDispose + 438215
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 82:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 83:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 84:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 85:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 86:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 87:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 88:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 89:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f3c438d JVTLibDecoDispose + 438215
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 90:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f35a1f4 JVTLibDecoDispose + 3630
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 91:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 92:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 93:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 94:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 95:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 96:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 97:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 98:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f3c438d JVTLibDecoDispose + 438215
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 99:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 100:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 101:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 102:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 103:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 104:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 105:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 106:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f3c438d JVTLibDecoDispose + 438215
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 107:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f35a1f4 JVTLibDecoDispose + 3630
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 108:
> 0   libSystem.B.dylib             	0x945ed0fa semaphore_timedwait_signal_trap + 10
> 1   libSystem.B.dylib             	0x9461ac85 _pthread_cond_wait + 1066
> 2   libSystem.B.dylib             	0x94649aa8 pthread_cond_timedwait_relative_np + 47
> 3   ...ple.CoreServices.CarbonCore	0x00d3be3d TSWaitOnConditionTimedRelative + 242
> 4   ...ple.CoreServices.CarbonCore	0x00d3bb7b TSWaitOnSemaphoreCommon + 511
> 5   ...ple.CoreServices.CarbonCore	0x00d5fdeb TimerThread + 97
> 6   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 7   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 109:
> 0   libSystem.B.dylib             	0x945ed0fa semaphore_timedwait_signal_trap + 10
> 1   libSystem.B.dylib             	0x9461ac85 _pthread_cond_wait + 1066
> 2   libSystem.B.dylib             	0x94649aa8 pthread_cond_timedwait_relative_np + 47
> 3   ...ple.CoreServices.CarbonCore	0x00d3be3d TSWaitOnConditionTimedRelative + 242
> 4   ...ple.CoreServices.CarbonCore	0x00d3bb7b TSWaitOnSemaphoreCommon + 511
> 5   ...ple.CoreServices.CarbonCore	0x00dcf09e DeferredTaskThread + 84
> 6   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 7   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 110:
> 0   libSystem.B.dylib             	0x945ed0fa semaphore_timedwait_signal_trap + 10
> 1   libSystem.B.dylib             	0x9461ac85 _pthread_cond_wait + 1066
> 2   libSystem.B.dylib             	0x94649aa8 pthread_cond_timedwait_relative_np + 47
> 3   ...ple.CoreServices.CarbonCore	0x00d3be3d TSWaitOnConditionTimedRelative + 242
> 4   ...ple.CoreServices.CarbonCore	0x00d3bb7b TSWaitOnSemaphoreCommon + 511
> 5   com.apple.QuickTime           	0x9373009b VideoDecodeThread + 83
> 6   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 7   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 111:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 112:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 113:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 114:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 115:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 116:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 117:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 118:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f3c438d JVTLibDecoDispose + 438215
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 119:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 120:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 121:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 122:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 123:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 124:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 125:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f303573 JVTCompEncodeFrame + 3035474
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 126:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f3c438d JVTLibDecoDispose + 438215
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 127:
> 0   libSystem.B.dylib             	0x945ed0d6 semaphore_wait_trap + 10
> 1   QuickTimeH264.scalar          	0x5f303a43 JVTCompEncodeFrame + 3036706
> 2   QuickTimeH264.scalar          	0x5f35a1f4 JVTLibDecoDispose + 3630
> 3   libSystem.B.dylib             	0x9461a7fd _pthread_start + 345
> 4   libSystem.B.dylib             	0x9461a682 thread_start + 34
>
> Thread 0 crashed with X86 Thread State (32-bit):
>  eax: 0x52eb18b0  ebx: 0x99809147  ecx: 0x9995a578  edx: 0x0000000e
>  edi: 0x9995a578  esi: 0x8e28cc70  ebp: 0xbfffe208  esp: 0xbfffe1c8
>   ss: 0x0000001f  efl: 0x00010202  eip: 0x95448ed7   cs: 0x00000017
>   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
>  cr2: 0x0000002e
>
> Binary Images:
>    0x1000 -     0x4ff7 +uk.co.clayinteractive.performer ??? (3.2 (20110518)) <D6C012E6-2910-BDE4-2CCC-33CA108E9C33> /IWM/UIMain/Performer.app/Contents/MacOS/Performer
>    0x9000 -   0x26efeb  com.apple.security 6.1.1 (37594) <251BA05D-6F3D-F687-77C2-15E52539F308> /System/Library/Frameworks/Security.framework/Versions/A/Security
>  0x34b000 -   0xb3a557  com.apple.CoreGraphics 1.545.0 (???) <8A4CB0D9-1001-0F62-4DA4-B8AB3B45E226> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
>  0xc02000 -   0xcbefff  com.apple.ColorSync 4.6.6 (4.6.6) <D00B95AE-2379-CB8E-B18C-FF5B66741C23> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
>  0xcf5000 -  0x1015ff3  com.apple.CoreServices.CarbonCore 861.34 (861.34) <3DA9098F-B71B-4BDE-5DE5-4B76C49158EB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
> 0x108b000 -  0x10dbff7  com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
> 0x115e000 -  0x1161ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <B84D7376-EE9C-2B7F-04FA-D622E2C10CA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
> 0x426e000 -  0x4270ff7  com.apple.podcastproducer.ImageDiffer 1.2.2 (168.5) <B40DECDF-A76E-62FB-B6FE-5421A54D7693> /System/Library/Graphics/Quartz Composer Patches/ImageDifferPatch.plugin/Contents/MacOS/ImageDifferPatch
> 0x44da000 -  0x44e5ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <4560936D-7730-5DD2-BFD7-95270DDC210A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
> 0x4700000 -  0x4724ff7  com.apple.QuartzComposer.ExtraPatches 4.2 (156.16) <7C18DD5F-62A3-0F4B-EC8B-730AF43BEE22> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/Resources/ExtraPatches.plugin/Contents/MacOS/ExtraPatches
> 0x4734000 -  0x4780ffb  com.apple.audio.midi.CoreMIDI 1.7.1 (42) <FB4D4B64-6ABB-679E-3AA8-21DE9062B4C1> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
> 0x47a5000 -  0x47cefff  com.apple.audio.OpenAL 1.4 (1.4) <DEAA31C6-F70F-C595-C4DF-56F7E2BD07C4> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
> 0x48023000 - 0x48029ffa +net.kineme.FileTools 0.4 (20091208.10) <95F0D10A-7809-2A95-6D51-4226CB72B5D5> /IWM/QCPatches/FileTools.plugin/Contents/MacOS/FileTools
> 0x48030000 - 0x48054fe7  GLRendererFloat ??? (???) <0C6A1BCF-97F0-F7D6-C840-2991681BB67C> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
> 0x48084000 - 0x48139fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <AACC86C0-86B4-B1A7-003F-2A0AF68973A2> /usr/lib/libcrypto.0.9.7.dylib
> 0x48400000 - 0x48578fe7  GLEngine ??? (???) <0E1DF3E4-0EEE-9FD8-8F52-FFFCF0DF23A7> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
> 0x4876f000 - 0x487b0ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <95079B56-0B7B-F114-5C43-5220DBE0FBB1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
> 0x49000000 - 0x493bffeb  com.apple.ATIRadeonX3000GLDriver 1.6.26 (6.2.6) <17A4FDF6-3C44-8C13-2BCE-9B939E6AAF26> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRadeonX3000GLDriver
> 0x49d6d000 - 0x49d6fff7 +uk.co.clayinteractive.qcplugins.sendandreceive 1.3 (1.3) <00A98476-70DD-1405-53E2-6384D5323A8B> /IWM/QCPlugins/Send and Receive.plugin/Contents/MacOS/Send and Receive
> 0x49d74000 - 0x49d76fff +uk.co.clayinteractive.qcplugins.DataLoader 1.1b (1.1b) <86367252-0427-5402-4ED6-71F1DCD60EBD> /IWM/QCPlugins/DataLoader.plugin/Contents/MacOS/DataLoader
> 0x49fe7000 - 0x49febfff +com.yourcompany.Vector Text 1.0 (1.0) <BFF9988E-B913-9FB0-24C5-9EC12864D33F> /IWM/QCPlugins/Vector Text.plugin/Contents/MacOS/Vector Text
> 0x49ff0000 - 0x49ff1fff +uk.co.clayinteractive.qcplugins.continuoussmooth 1.1 (1.1) <0CEC0827-4790-AD49-A48E-AE2BE2E26386> /IWM/QCPlugins/Continuous Smooth.plugin/Contents/MacOS/Continuous Smooth
> 0x4af32000 - 0x4af33fff +uk.co.clayinteractive.qcplugin.ImageWithHTML 1.1 (1.1) <BBE412F1-6B92-8150-A26F-28DC4631A54D> /IWM/QCPlugins/ImageWithHTML.plugin/Contents/MacOS/ImageWithHTML
> 0x4b515000 - 0x4b516ff7 +uk.co.clayinteractive.qc.userdefaultsplugin 1.2 (1.2) <BCC375BB-B801-D223-5BCC-3FC00EB7DCB4> /IWM/QCPlugins/UserDefaults.plugin/Contents/MacOS/UserDefaults
> 0x580cb000 - 0x580cbff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
> 0x587cc000 - 0x587d1fff  com.apple.AppleMPEG2Codec 1.0.2 (220.1) <EDDCFD0D-37F6-A846-EB4D-8E683ACC5184> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
> 0x5cd72000 - 0x5cd8bfe7  com.apple.applepixletvideo 1.2.19 (1.2d19) <4A68731C-8071-6CF5-012C-40F00CD1333A> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixletVideo
> 0x5df26000 - 0x5df62fe3  com.apple.QuickTimeFireWireDV.component 7.6.6 (1756.15) <9C48FD18-B6B8-10FA-3B09-47915626A73C> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTimeFireWireDV
> 0x5df6e000 - 0x5df89fef  com.apple.AppleIntermediateCodec 1.3.2 (153) <EFB476B9-486E-5112-50C8-8918A7964C22> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleIntermediateCodec
> 0x5dfd3000 - 0x5e028fef  com.apple.AppleProResDecoder 2.0 (223) <793BA98A-2E7D-1C39-998D-805B60034DF4> /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProResDecoder
> 0x5e060000 - 0x5e0dafef  com.apple.AppleVAH264HW.component 2.0 (1.0) <6DA1BA82-A66D-6098-7989-965ADF1E9C7C> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
> 0x5f007000 - 0x5f3ecfe3  QuickTimeH264.scalar ??? (???) <275FEF5D-B116-979D-9637-CDCEE2DDC820> /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH264.scalar
> 0x5f448000 - 0x5f519fe3  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <41417F73-42C5-FFC3-E7A1-EF94602CDCD6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
> 0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <749D24EE-54BD-D74B-D305-C13F5E6C95D8> /usr/lib/dyld
> 0x90003000 - 0x90004ff7  com.apple.audio.units.AudioUnit 1.6.6 (1.6.6) <253E9552-5CEA-0D5A-1EDA-3B8F669B79EA> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
> 0x90148000 - 0x90148ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
> 0x9015d000 - 0x90592ff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
> 0x905d9000 - 0x905f9fe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <BF7FF2F6-5FD3-D78F-77BC-9E2CB2A5E309> /usr/lib/libresolv.9.dylib
> 0x90624000 - 0x90f04ff7  com.apple.AppKit 6.6.7 (1038.35) <ABC7783C-E4D5-B848-BED6-99451D94D120> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
> 0x90f9e000 - 0x9119cff3  com.apple.JavaScriptCore 6533.20 (6533.20.20) <C97A479C-FDF9-3F19-2EE0-80288257C477> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
> 0x9119d000 - 0x911c1ff7  libJPEG.dylib ??? (???) <A50127EB-C202-0436-E62D-41E2E893E436> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
> 0x9129b000 - 0x913d7ff7  com.apple.audio.toolbox.AudioToolbox 1.6.6 (1.6.6) <781018FB-474B-E09C-D419-5BFF80590A10> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
> 0x913d8000 - 0x9151bfef  com.apple.QTKit 7.6.6 (1756.15) <32C49374-14BC-53E7-FBFF-E11B42A41F56> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
> 0x9151c000 - 0x91522fff  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
> 0x91523000 - 0x91584fe7  com.apple.CoreText 3.151.8 (???) <6F5D6C49-4693-B9B7-6612-832E8F155747> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
> 0x91585000 - 0x91596ff7  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
> 0x9160c000 - 0x9170dfe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <C75F921C-F027-6372-A0A1-EDB8A6234331> /usr/lib/libxml2.2.dylib
> 0x9171e000 - 0x91725ff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
> 0x91726000 - 0x91747fe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
> 0x91748000 - 0x9176effb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
> 0x9176f000 - 0x9184ffe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
> 0x918cc000 - 0x918d7ff7  libGL.dylib ??? (???) <4425B9AA-B494-A336-EABB-6BBC9FF4EC4F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
> 0x918d8000 - 0x918e0ff7  com.apple.DisplayServicesFW 2.3.0 (283) <305F9514-2404-5CF7-AFB4-00BB4D2EA69E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
> 0x918e3000 - 0x919e5fef  com.apple.MeshKitIO 1.1 (49.2) <D0401AC5-1F92-2BBB-EBAB-58EDD3BA61B9> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.framework/Versions/A/MeshKitIO
> 0x919e6000 - 0x91aeafe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <BDEFA030-5E75-7C47-2904-85AB16937F45> /usr/lib/libcrypto.0.9.8.dylib
> 0x91b27000 - 0x91c05fef  com.apple.QuickTimeMPEG4.component 7.6.6 (1756.15) <FE001B3F-BFB4-00E6-4C32-D7F2A8E5EF35> /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG4
> 0x91c0e000 - 0x91c50ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
> 0x91c51000 - 0x91c5dff7  libkxld.dylib ??? (???) <9D8378E0-1C58-EED8-EA00-F4515B8BE7A3> /usr/lib/system/libkxld.dylib
> 0x91c5e000 - 0x91c60ff7  com.apple.QuickTimeH264.component 7.6.6 (1756.15) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
> 0x91c61000 - 0x91c6eff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
> 0x91c6f000 - 0x91cccff7  com.apple.framework.IOKit 2.0 (???) <A769737F-E0D6-FB06-29B4-915CF4F43420> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
> 0x924bd000 - 0x92517fe7  com.apple.CorePDF 1.3 (1.3) <EA168671-F44F-BFE4-AA7D-3801DA29A650> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
> 0x92518000 - 0x9252cffb  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
> 0x9252d000 - 0x92639ff7  libGLProgrammability.dylib ??? (???) <2D172B4E-432F-D18E-EA99-3BD56DBE7649> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
> 0x9263a000 - 0x92687feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
> 0x926aa000 - 0x926e7ff7  com.apple.CoreMedia 0.484.20 (484.20) <105DDB24-E45F-5473-99E1-B09FDEAE4500> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
> 0x926e8000 - 0x926faff7  com.apple.CoreMediaAuthoring 0.706 (706) <81D68084-D7BD-E52E-9B1C-C8EC0FCECE3C> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
> 0x926fb000 - 0x9278dfe7  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
> 0x92a4a000 - 0x92b24ffb  com.apple.DesktopServices 1.5.10 (1.5.10) <2BA08DD4-35A2-A0FF-ADEA-B381F0CEEB81> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
> 0x92b25000 - 0x92b27ff7  com.apple.securityhi 4.0 (36638) <C7DA80C1-DCFD-C321-08DA-5E6946CA66E0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
> 0x92b69000 - 0x92b69ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> 0x92b91000 - 0x92bc1ff7  com.apple.MeshKit 1.1 (49.2) <5A74D1A4-4B97-FE39-4F4D-E0B80F0ADD87> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
> 0x92bc2000 - 0x92d7cfeb  com.apple.ImageIO.framework 3.0.4 (3.0.4) <C96F11A7-2569-3037-C4C3-0342708FA3CB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
> 0x92d7d000 - 0x93236ffb  com.apple.VideoToolbox 0.484.20 (484.20) <E7B9F015-2569-43D7-5268-375ED937ECA5> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
> 0x93285000 - 0x9328ffe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
> 0x9329e000 - 0x932bdff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
> 0x932be000 - 0x93304ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
> 0x93305000 - 0x933adffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
> 0x9340f000 - 0x9353dfe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
> 0x9358f000 - 0x935a1ff7  com.apple.MultitouchSupport.framework 207.10 (207.10) <32CE2895-DAF0-2137-F9BE-8150359F43A1> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
> 0x935a2000 - 0x935e6fe7  com.apple.Metadata 10.6.3 (507.15) <A23633F1-E913-66C2-A073-E2B174C09B18> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
> 0x935e7000 - 0x935e8ff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
> 0x935ff000 - 0x93609ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
> 0x9360a000 - 0x9361aff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
> 0x93620000 - 0x9363cfe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
> 0x9363d000 - 0x936acff7  com.apple.ISSupport 1.9.4 (52) <FC1E0AB0-1056-1CAC-430E-82197FEB5E85> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
> 0x936ad000 - 0x939a6fef  com.apple.QuickTime 7.6.6 (1756.15) <C2567783-4EAC-6803-522B-D701B95C4DAE> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
> 0x93a25000 - 0x93a65ff7  com.apple.ImageCaptureCore 1.0.4 (1.0.4) <CE815114-CEFA-4AF4-7365-7908428AB733> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
> 0x93a66000 - 0x93a6dff7  com.apple.agl 3.0.12 (AGL-3.0.12) <61A74CE1-750D-9CAB-B780-306841739EE1> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
> 0x93a6e000 - 0x93a74fe7  com.apple.CommerceCore 1.0 (9) <928FCA4F-1366-AE18-CF67-87C79F5DAC21> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
> 0x93a75000 - 0x93b23ff3  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
> 0x93b24000 - 0x93e8fff7  com.apple.QuartzCore 1.6.3 (227.36) <8E927524-EB0A-D5BA-C2E4-FA26FE4C428A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
> 0x93e90000 - 0x9406cffb  libType1Scaler.dylib ??? (???) <494D1BE1-8395-9A53-1224-1CFD4236D40E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib
> 0x94072000 - 0x9408aff7  com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
> 0x9408b000 - 0x940a6ff7  libPng.dylib ??? (???) <65E824F7-523A-CC34-ABDD-2A3B12DE1CA9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
> 0x940a7000 - 0x940a7ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
> 0x940a8000 - 0x940acff7  libGFXShared.dylib ??? (???) <4F2199F0-320F-0B59-0380-D3131D644CBA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
> 0x94126000 - 0x94145fe3  libexpat.1.dylib 7.2.0 (compatibility 7.0.0) <82E6F83F-9667-2E39-1D9D-4A49C642527D> /usr/lib/libexpat.1.dylib
> 0x9417f000 - 0x941e9fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
> 0x942c7000 - 0x945ebfef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
> 0x945ec000 - 0x94793ff7  libSystem.B.dylib 125.2.10 (compatibility 1.0.0) <ADF8138B-2384-2FC0-CCBF-C4721B53568A> /usr/lib/libSystem.B.dylib
> 0x94794000 - 0x9479dff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
> 0x9479e000 - 0x947a1ff7  libCoreVMClient.dylib ??? (???) <12EF6056-7AC7-6691-75A2-BD0675C56A35> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
> 0x947a3000 - 0x947defeb  libFontRegistry.dylib ??? (???) <4FB144ED-8AF9-27CF-B315-DCE5575D5231> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
> 0x947fd000 - 0x948f9ff3  com.apple.PubSub 1.0.5 (65.21) <50FE5190-7C03-3020-3CB7-4CA258F49114> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
> 0x948fa000 - 0x94adcfff  com.apple.imageKit 2.0.3 (1.0) <B4DB05F7-01C5-35EE-7AB9-41BD9D63F075> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
> 0x94add000 - 0x94b56ff7  com.apple.PDFKit 2.5.1 (2.5.1) <A068BF37-03E0-A231-2791-561C60C3ED2B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
> 0x94b57000 - 0x94b5bff7  libGIF.dylib ??? (???) <447BC6E8-4C56-3D5D-983B-6BEA0D26F319> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
> 0x94b5c000 - 0x94b9aff7  com.apple.QuickLookFramework 2.3 (327.6) <66955C29-0C99-D02C-DB18-4952AFB4E886> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
> 0x94f56000 - 0x94faefe7  com.apple.datadetectorscore 2.0 (80.7) <58C659CA-72CC-31D2-9732-09BF1A0CAAF6> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
> 0x94faf000 - 0x9501dff7  com.apple.QuickLookUIFramework 2.3 (327.6) <74706A08-5399-24FE-00B2-4A702A6B83C1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
> 0x9501e000 - 0x95099fff  com.apple.AppleVAFramework 4.10.23 (4.10.23) <57B7C626-F344-AB15-8556-00425FA765DE> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
> 0x950e1000 - 0x95112ff7  libGLImage.dylib ??? (???) <1AF72191-087A-5D75-B3B9-3F537315F635> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
> 0x95113000 - 0x95128fff  com.apple.ImageCapture 6.0.2 (6.0.2) <E9F4B952-27A1-5BFC-CA8D-DADA055D30E9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
> 0x95155000 - 0x95155ff7  com.apple.Carbon 150 (152) <734BDB59-8B13-54FA-0653-AA8623DF9846> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
> 0x95156000 - 0x95199ff7  com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
> 0x9519a000 - 0x95265fef  com.apple.CoreServices.OSServices 359 (359) <EC340F74-8192-C9DD-40B3-AE4E519A38D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
> 0x95443000 - 0x954f0fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <C8925910-B927-968B-4B71-D83A4CEF8646> /usr/lib/libobjc.A.dylib
> 0x9552a000 - 0x95599ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
> 0x9559a000 - 0x955aaff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
> 0x955ab000 - 0x955abff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
> 0x955ac000 - 0x964fffe3  com.apple.QuickTimeComponents.component 7.6.6 (1756.15) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
> 0x96500000 - 0x96514fe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
> 0x96515000 - 0x96537fef  com.apple.DirectoryService.Framework 3.6 (621.11) <CA979EAC-9537-43B6-CD69-C144ACB75E09> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
> 0x96551000 - 0x96551ff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
> 0x96552000 - 0x96579ff7  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
> 0x9689b000 - 0x968dfff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
> 0x968e0000 - 0x9691dff7  com.apple.SystemConfiguration 1.10.5 (1.10.2) <362DF639-6E5F-9371-9B99-81C581A8EE41> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
> 0x9691e000 - 0x9696fff7  com.apple.HIServices 1.8.2 (???) <F6EAC2D1-902A-9374-FC4B-43B50E054416> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
> 0x96989000 - 0x96bfcfe7  com.apple.Foundation 6.6.6 (751.53) <C73FDD37-000B-C505-FD8D-80D1C9D17965> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
> 0x96bfd000 - 0x96c46fe7  libTIFF.dylib ??? (???) <5CE284EC-F637-EDBB-FDB3-61E86407CBB8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
> 0x96c47000 - 0x96c47ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
> 0x96c48000 - 0x96c7efff  libtidy.A.dylib ??? (???) <0FD72C68-4803-4C5B-3A63-05D7394BFD71> /usr/lib/libtidy.A.dylib
> 0x96c7f000 - 0x96cb2ffb  libTrueTypeScaler.dylib ??? (???) <574C2C51-65EC-7D2A-086D-C9312287DE22> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
> 0x96cb3000 - 0x96cc1fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
> 0x9718b000 - 0x9718bff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
> 0x9718c000 - 0x971f0ffb  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
> 0x971f1000 - 0x972a8feb  libFontParser.dylib ??? (???) <DDBBB503-5289-2E2B-AD35-F3BA00D00D5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
> 0x972a9000 - 0x972ecff7  libGLU.dylib ??? (???) <2C7B2727-26F6-F29D-9D15-33044E87359F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
> 0x9732e000 - 0x9743dfe7  com.apple.WebKit 6533.21 (6533.21.1) <4FBCE2F9-84EB-302C-FD1F-DAD2422A219E> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
> 0x974f7000 - 0x974fbff7  IOSurface ??? (???) <235E7E3D-B6E5-0AAA-C41A-7AC1F54A7EBF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
> 0x97508000 - 0x975c1fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
> 0x975ce000 - 0x97750fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D375C1CF-C88D-C5F6-3C49-CD429023FBAC> /usr/lib/libicucore.A.dylib
> 0x9779a000 - 0x977f0ff7  com.apple.MeshKitRuntime 1.1 (49.2) <CB9F38B1-E107-EA62-EDFF-02EE79F6D1A5> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime.framework/Versions/A/MeshKitRuntime
> 0x977ff000 - 0x97827ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
> 0x9785d000 - 0x9785fff7  libRadiance.dylib ??? (???) <B83179D4-E41C-D2BA-1E4C-A64CB45C15E6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
> 0x978cf000 - 0x978d2ffb  com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
> 0x978d3000 - 0x978e1ff7  com.apple.opengl 1.6.12 (1.6.12) <81AEF74E-E33A-B021-9CDB-6199104105FF> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
> 0x97a45000 - 0x97a8cffb  com.apple.CoreMediaIOServices 134.0 (1160) <4CD78557-3CDA-A4B5-33CB-BBB876B4463D> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices
> 0x97a8d000 - 0x97b25fe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
> 0x97b70000 - 0x97fa7ff3  com.apple.RawCamera.bundle 3.6.4 (561) <DBA5D7C1-CD82-CE7F-5AE5-A0E4E128236F> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
> 0x97fe4000 - 0x9811bff7  com.apple.CoreAUC 6.04.05 (6.04.05) <4A2BEE1A-A74A-746B-EFA6-470CD3354252> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
> 0x9811c000 - 0x981b9fe3  com.apple.LaunchServices 362.2 (362.2) <F3952CAB-322F-A12F-57AF-8B91B1D76DDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
> 0x981e5000 - 0x981e6ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
> 0x981e7000 - 0x981e7ff7  com.apple.quartzframework 1.5 (1.5) <4EE8095D-5E47-1EB6-3A8A-6ECE3BEC8647> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
> 0x981e8000 - 0x98363fe7  com.apple.CoreFoundation 6.6.4 (550.42) <C78D5079-663E-9734-7AFA-6CE79A0539F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
> 0x98364000 - 0x9840efe7  com.apple.CFNetwork 454.11.12 (454.11.12) <BE832CCE-B692-F55F-F5F8-3973649AFEA1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
> 0x9840f000 - 0x9848ffeb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
> 0x98490000 - 0x988a6ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
> 0x988c0000 - 0x988f9ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <90C5DE81-1BEF-D807-A898-0FC19BDD14EC> /usr/lib/libcups.2.dylib
> 0x98905000 - 0x98938ff7  com.apple.AE 496.4 (496.4) <C73D124C-C722-41D8-3465-4CE0D0BA9307> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
> 0x98939000 - 0x989bbffb  SecurityFoundation ??? (???) <2E1F1AF0-A258-D215-2600-5DF03896D1F1> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
> 0x989ca000 - 0x9941dff7  com.apple.WebCore 6533.21 (6533.21.1) <09CE6602-4DB5-6E93-8593-4E1C57CB202F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
> 0x9941e000 - 0x994b9ff7  com.apple.ApplicationServices.ATS 4.4 (???) <FD63F92B-8DDE-4DBA-A7A5-0294E3607083> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
> 0x994c1000 - 0x9953bfff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <A02CEAE9-943A-CBE2-2350-4631C1E7B0A7> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
> 0x995ed000 - 0x995f0fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
> 0x99630000 - 0x9975cffb  com.apple.MediaToolbox 0.484.20 (484.20) <D67788A2-B772-C5DB-B12B-173B2F8EE40B> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
> 0x9975d000 - 0x99988ff3  com.apple.QuartzComposer 4.2 ({156.28}) <62E864AD-3155-59B8-BA1F-8197360C8587> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
> 0x99ab8000 - 0x99abdff7  com.apple.OpenDirectory 10.6 (10.6) <C1B46982-7D3B-3CC4-3BC2-3E4B595F0231> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
> 0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <ADF8138B-2384-2FC0-CCBF-C4721B53568A> /usr/lib/libSystem.B.dylib
>
> Model: MacPro5,1, BootROM MP51.007F.B00, 4 processors, Quad-Core Intel Xeon, 2.8 GHz, 3 GB, SMC 1.39f11
> Graphics: ATI Radeon HD 5770, ATI Radeon HD 5770, PCIe, 1024 MB
> Graphics: ATI Radeon HD 5770, ATI Radeon HD 5770, PCIe, 1024 MB
> Memory Module: global_name
> AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8E), Broadcom BCM43xx 1.0 (5.10.131.36.9)
> Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
> Network Service: Ethernet 2, Ethernet, en1
> PCI Card: ATI Radeon HD 5770, Display, Slot-1
> PCI Card: ATI Radeon HD 5770, Display, Slot-2
> Serial ATA Device: HL-DT-ST DVD-RW GH41N
> Serial ATA Device: WDC WD1001FALS-41Y6A0, 931.51 GB
> USB Device: Hub in Apple Pro Keyboard, 0x05ac  (Apple Inc.), 0x1003, 0x5d100000
> USB Device: Apple Optical USB Mouse, 0x05ac  (Apple Inc.), 0x0302, 0x5d110000
> USB Device: Apple Pro Keyboard, 0x05ac  (Apple Inc.), 0x020c, 0x5d130000
> USB Device: Elo TouchSystems 2700 IntelliTouch(r) USB Touchmonitor Interface, 0x04e7, 0x0020, 0x1d100000
> USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x5a100000
> USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8215, 0x5a110000
> FireWire Device: built-in_hub, Up to 800 Mb/sec
>
>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Quartzcomposer-dev mailing list      (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartzcomposer-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >QCView with complex QTZ sporadic crashes - any hints? (From: Adrian Ward <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2011 Apple Inc. All rights reserved.