blackberry / Ripple-Framework

A browser-like framework component that hosts the Ripple UI tooling and provides services required for emulation
Apache License 2.0
28 stars 12 forks source link

[OSX] Poor Performance on NVidia Hardware #63

Closed ndaversa closed 8 years ago

ndaversa commented 13 years ago
  1. Navigate to: http://http://rippledemo.tinyhippos.com/
  2. Select the 'accelerometer demo'
  3. Enable the Phonegap platform
  4. Open the accelerometer panel
  5. Click start and use the mouse to control the accelerometer

Expected Result Smooth animation and performance

Actual Result Very choppy performance, resulting in eventual UI unresponsiveness

Note: This works as expected on ATI hardware, however it seems the NVidia hardware has poor performance (possible hardware acceleration issue on NVidia)

[2102925]

ericpearson commented 13 years ago

How bad is it? I notice it's not perfect on ATI hardware either, even in Chrome itself it's pretty laggy. I can try to take a look at it but i'd need access to some hardware to test.

On Wed, Oct 12, 2011 at 10:36 AM, Nino D'Aversa < reply@reply.github.com>wrote:

  1. Navigate to: http://http://rippledemo.tinyhippos.com/
  2. Select the 'accelerometer demo'
  3. Enable the Phonegap platform
  4. Open the accelerometer panel
  5. Click start and use the mouse to control the accelerometer

Expected Result Smooth animation and performance

Actual Result Very choppy performance, resulting in eventual UI unresponsiveness

Note: This works as expected on ATI hardware, however it seems the NVidia hardware has poor performance (possible hardware acceleration issue on NVidia)

[2102925]

Reply to this email directly or view it on GitHub: https://github.com/blackberry/Ripple-Framework/issues/63

ndaversa commented 13 years ago

Its very bad. @gtanner can come by and show you. Also reproducible on @kwallis's machine

ericpearson commented 13 years ago

Did you guys turn off the power saving feature in OS X

Go into System Preferences, Energy Saver and uncheck Automatic graphics switching if it is checked. Then reboot.

On Wed, Oct 12, 2011 at 12:37 PM, Nino D'Aversa < reply@reply.github.com>wrote:

Its very bad. Gord can come by and show you. Also reproducible on @kwallis's machine

Reply to this email directly or view it on GitHub:

https://github.com/blackberry/Ripple-Framework/issues/63#issuecomment-2381378

ericpearson commented 13 years ago

I have a feature that can help with the performance but I will be unable to put it in because of the feature freeze for this release.

On Wed, Oct 12, 2011 at 12:40 PM, Eric Pearson pagefault@gmail.com wrote:

Did you guys turn off the power saving feature in OS X

Go into System Preferences, Energy Saver and uncheck Automatic graphics switching if it is checked. Then reboot.

On Wed, Oct 12, 2011 at 12:37 PM, Nino D'Aversa < reply@reply.github.com>wrote:

Its very bad. Gord can come by and show you. Also reproducible on @kwallis's machine

Reply to this email directly or view it on GitHub:

https://github.com/blackberry/Ripple-Framework/issues/63#issuecomment-2381378

ndaversa commented 13 years ago

@pagey, yea they tried with automatic graphics switching turned off.

We should really consider this for inclusion in my opinion. Should be a CI1 (not sure what it was scored at though).

(cc @kwallis @gtanner)

gtanner commented 13 years ago

Here is the stack trace from the crash:

Process: Ripple [52695] Path: /Users/gtanner/Downloads/Starbuck (1)/mac/Ripple.app/Contents/MacOS/Ripple Identifier: ??? Version: () Code Type: X86-64 (Native) Parent Process: launchd [207]

Date/Time: 2011-10-12 14:40:10.896 -0400 OS Version: Mac OS X 10.6.7 (10J869) Report Version: 6

Interval Since Last Report: 1828064 sec Crashes Since Last Report: 43 Per-App Interval Since Last Report: 39253 sec Per-App Crashes Since Last Report: 2 Anonymous UUID: C658ABC5-B958-4B67-A615-E6967ECB4CB3

Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000010 Crashed Thread: 10

Thread 0: Dispatch queue: com.apple.main-thread 0 libSystem.B.dylib 0x00007fffffe00847 memcpy + 167 1 com.apple.GeForceGLDriver 0x0000000200101970 gldFinish + 175072 2 com.apple.GeForceGLDriver 0x0000000200021869 gldCreateTexture + 1481 3 com.apple.GeForceGLDriver 0x00000002000fe3cf gldFinish + 161343 4 com.apple.GeForceGLDriver 0x00000002000d3242 gldUpdateDispatch + 722 5 GLEngine 0x00000001180dd9b8 gleDoDrawDispatchCore + 259 6 GLEngine 0x0000000118097b5b glDrawArrays_IMMExec + 516 7 QtOpenGL 0x000000010008eff8 QGL2PaintEngineEx::QGL2PaintEngineEx() + 7672 8 QtOpenGL 0x0000000100094183 QGL2PaintEngineEx::drawImage(QRectF const&, QImage const&, QRectF const&, QFlagsQt::ImageConversionFlag) + 643 9 QtGui 0x00000001023f86d0 QPainter::drawImage(QRectF const&, QImage const&, QRectF const&, QFlagsQt::ImageConversionFlag) + 720 10 QtWebKit 0x0000000100ce9661 WebCore::ContextShadow::endShadowLayer(WebCore::GraphicsContext) + 369 11 QtWebKit 0x0000000100cee806 WebCore::GraphicsContext::fillRoundedRect(WebCore::IntRect const&, WebCore::IntSize const&, WebCore::IntSize const&, WebCore::IntSize const&, WebCore::IntSize const&, WebCore::Color const&, WebCore::ColorSpace) + 518 12 QtWebKit 0x0000000100b4c62b WebCore::GraphicsContext::fillRoundedRect(WebCore::RoundedIntRect const&, WebCore::Color const&, WebCore::ColorSpace) + 43 13 QtWebKit 0x0000000100c20c9a WebCore::RenderBoxModelObject::paintBoxShadow(WebCore::GraphicsContext, int, int, int, int, WebCore::RenderStyle const, WebCore::ShadowStyle, bool, bool) + 1546 14 QtWebKit 0x0000000100c11974 WebCore::RenderBox::paintBoxDecorationsWithSize(WebCore::PaintInfo&, int, int, int, int) + 132 15 QtWebKit 0x0000000100bee93e WebCore::RenderBlock::paintObject(WebCore::PaintInfo&, int, int) + 1102 16 QtWebKit 0x0000000100bdeea0 WebCore::RenderBlock::paint(WebCore::PaintInfo&, int, int) + 240 17 QtWebKit 0x0000000100c57cdf WebCore::RenderLayer::paintLayer(WebCore::RenderLayer, WebCore::GraphicsContext, WebCore::IntRect const&, unsigned int, WebCore::RenderObject, WTF::HashMap<WebCore::OverlapTestRequestClient, WebCore::IntRect, WTF::PtrHash<WebCore::OverlapTestRequestClient>, WTF::HashTraitsWebCore::OverlapTestRequestClient*, WTF::HashTraitsWebCore::IntRect >, unsigned int) + 3855 18 QtWebKit 0x0000000100c56d65 WebCore::RenderLayer::paintList(WTF::Vector<WebCore::RenderLayer, 0ul>, WebCore::RenderLayer, WebCore::GraphicsContext, WebCore::IntRect const&, unsigned int, WebCore::RenderObject, WTF::HashMap<WebCore::OverlapTestRequestClient, WebCore::IntRect, WTF::PtrHash<WebCore::OverlapTestRequestClient>, WTF::HashTraitsWebCore::OverlapTestRequestClient*, WTF::HashTraitsWebCore::IntRect >, unsigned int) + 101 19 QtWebKit 0x0000000100c5718d WebCore::RenderLayer::paintLayer(WebCore::RenderLayer, WebCore::GraphicsContext, WebCore::IntRect const&, unsigned int, WebCore::RenderObject, WTF::HashMap<WebCore::OverlapTestRequestClient, WebCore::IntRect, WTF::PtrHash<WebCore::OverlapTestRequestClient>, WTF::HashTraitsWebCore::OverlapTestRequestClient*, WTF::HashTraitsWebCore::IntRect >, unsigned int) + 957 20 QtWebKit 0x0000000100c56d65 WebCore::RenderLayer::paintList(WTF::Vector<WebCore::RenderLayer, 0ul>, WebCore::RenderLayer, WebCore::GraphicsContext, WebCore::IntRect const&, unsigned int, WebCore::RenderObject, WTF::HashMap<WebCore::OverlapTestRequestClient, WebCore::IntRect, WTF::PtrHash<WebCore::OverlapTestRequestClient>, WTF::HashTraitsWebCore::OverlapTestRequestClient*, WTF::HashTraitsWebCore::IntRect >, unsigned int) + 101 21 QtWebKit 0x0000000100c5718d WebCore::RenderLayer::paintLayer(WebCore::RenderLayer, WebCore::GraphicsContext, WebCore::IntRect const&, unsigned int, WebCore::RenderObject, WTF::HashMap<WebCore::OverlapTestRequestClient, WebCore::IntRect, WTF::PtrHash<WebCore::OverlapTestRequestClient>, WTF::HashTraitsWebCore::OverlapTestRequestClient*, WTF::HashTraitsWebCore::IntRect >, unsigned int) + 957 22 QtWebKit 0x0000000100c58603 WebCore::RenderLayer::paint(WebCore::GraphicsContext, WebCore::IntRect const&, unsigned int, WebCore::RenderObject) + 83 23 QtWebKit 0x0000000100b08fbc WebCore::FrameView::paintContents(WebCore::GraphicsContext, WebCore::IntRect const&) + 460 24 QtWebKit 0x0000000100573a35 QWebFrame::setFocus() + 1829 25 QtWebKit 0x0000000100573de7 QWebFrame::render(QPainter, QWebFrame::RenderLayer, QRegion const&) + 279 26 QtWebKit 0x000000010057e401 QGraphicsWebView::paint(QPainter, QStyleOptionGraphicsItem const, QWidget) + 449 27 QtGui 0x000000010289ee14 QGraphicsScene::items(QPointF const&) const + 356 28 QtGui 0x00000001028a6fb8 QGraphicsScene::focusOutEvent(QFocusEvent) + 4088 29 QtGui 0x00000001028a98e2 QGraphicsScene::focusOutEvent(QFocusEvent) + 14626 30 QtGui 0x00000001028aa7d2 QGraphicsScene::focusOutEvent(QFocusEvent) + 18450 31 QtGui 0x00000001028ab263 QGraphicsScene::drawItems(QPainter, int, QGraphicsItem**, QStyleOptionGraphicsItem const, QWidget) + 1219 32 QtGui 0x00000001028d2863 QGraphicsView::paintEvent(QPaintEvent) + 787 33 0x000000010000d201 QtGraphicsStageWebView::paintEvent(QPaintEvent) + 17 34 QtGui 0x000000010230a166 QWidget::event(QEvent) + 2294 35 QtGui 0x000000010269c8ac QFrame::event(QEvent) + 44 36 QtGui 0x00000001027289b7 QAbstractScrollArea::viewportEvent(QEvent) + 23 37 QtGui 0x00000001028d414b QGraphicsView::viewportEvent(QEvent_) + 123 38 QtGui 0x000000010272ad40 QAbstractScrollArea::qtmetacall(QMetaObject::Call, int, void**) + 336 39 QtCore 0x0000000103692ae7 QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject, QEvent_) + 151 40 QtGui 0x00000001022b24fe QApplicationPrivate::notifyhelper(QObject, QEvent) + 142 41 QtGui 0x00000001022b89b4 QApplication::notify(QObject, QEvent) + 1060 42 QtCore 0x000000010369303c QCoreApplication::notifyInternal(QObject, QEvent) + 124 43 QtGui 0x0000000102307b0e QWidgetPrivate::drawWidget(QPaintDevice, QRegion const&, QPoint const&, int, QPainter, QWidgetBackingStore) + 1822 44 QtGui 0x000000010225801a QMacInputContext::reset() + 7162 45 com.apple.AppKit 0x00007fff80dfbc49 -[NSView _drawRect:clip:] + 3390 46 com.apple.AppKit 0x00007fff80dfa8bc -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1325 47 com.apple.AppKit 0x00007fff80dfac26 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199 48 com.apple.AppKit 0x00007fff80dfac26 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199 49 com.apple.AppKit 0x00007fff80df8f8e -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 767 50 com.apple.AppKit 0x00007fff80df5362 -[NSView displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2683 51 com.apple.AppKit 0x00007fff80d6eb9a -[NSView displayIfNeeded] + 969 52 QtGui 0x00000001028b4a11 QGraphicsScene::render(QPainter, QRectF const&, QRectF const&, Qt::AspectRatioMode) + 4689 53 QtGui 0x00000001028b4f41 QGraphicsScene::render(QPainter, QRectF const&, QRectF const&, Qt::AspectRatioMode) + 6017 54 QtCore 0x00000001036a77a1 QObject::event(QEvent) + 1073 55 QtGui 0x00000001028baaa5 QGraphicsScene::event(QEvent_) + 101 56 QtGui 0x00000001022b252d QApplicationPrivate::notifyhelper(QObject, QEvent) + 189 57 QtGui 0x00000001022b89b4 QApplication::notify(QObject, QEvent) + 1060 58 QtCore 0x000000010369303c QCoreApplication::notifyInternal(QObject, QEvent) + 124 59 QtCore 0x0000000103694460 QCoreApplicationPrivate::sendPostedEvents(QObject, int, QThreadData_) + 736 60 com.apple.CoreFoundation 0x00007fff82ef6401 CFRunLoopDoSources0 + 1361 61 com.apple.CoreFoundation 0x00007fff82ef45f9 __CFRunLoopRun + 873 62 com.apple.CoreFoundation 0x00007fff82ef3dbf CFRunLoopRunSpecific + 575 63 com.apple.HIToolbox 0x00007fff881767ee RunCurrentEventLoopInMode + 333 64 com.apple.HIToolbox 0x00007fff881765f3 ReceiveNextEventCommon + 310 65 com.apple.HIToolbox 0x00007fff881764ac BlockUntilNextEventMatchingListInMode + 59 66 com.apple.AppKit 0x00007fff80d3ee64 DPSNextEvent + 718 67 com.apple.AppKit 0x00007fff80d3e7a9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155 68 com.apple.AppKit 0x00007fff80d0448b -[NSApplication run] + 395 69 QtGui 0x000000010226c0f0 QDesktopWidget::resizeEvent(QResizeEvent) + 13040 70 QtCore 0x0000000103691f54 QEventLoop::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 68 71 QtCore 0x0000000103692304 QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 324 72 QtCore 0x00000001036949ec QCoreApplication::exec() + 188 73 0x0000000100004c60 main + 368 74 0x00000001000045e8 start + 52

Thread 1: Dispatch queue: com.apple.libdispatch-manager 0 libSystem.B.dylib 0x00007fff81f3c12a kevent + 10 1 libSystem.B.dylib 0x00007fff81f3dffd _dispatch_mgr_invoke + 154 2 libSystem.B.dylib 0x00007fff81f3dcd4 _dispatch_queue_invoke + 185 3 libSystem.B.dylib 0x00007fff81f3d7fe _dispatch_worker_thread2 + 252 4 libSystem.B.dylib 0x00007fff81f3d128 _pthread_wqthread + 353 5 libSystem.B.dylib 0x00007fff81f3cfc5 start_wqthread + 13

Thread 2: 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 QtWebKit 0x0000000100fc9d95 WebCore::DnsPrefetchHelper::~DnsPrefetchHelper() + 141653 3 QtWebKit 0x0000000100fca029 WebCore::DnsPrefetchHelper::~DnsPrefetchHelper() + 142313 4 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 5 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 3: 0 libSystem.B.dylib 0x00007fff81f66e52 select$DARWIN_EXTSN + 10 1 QtCore 0x00000001036c3b6e qt_safe_select(int, fdset, fdset, fdset, timeval const_) + 142 2 QtCore 0x00000001036c7f43 QEventDispatcherUNIXPrivate::doSelect(QFlagsQEventLoop::ProcessEventsFlag, timeval*) + 435 3 QtCore 0x00000001036c8412 QEventDispatcherUNIX::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 178 4 QtCore 0x0000000103691f54 QEventLoop::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 68 5 QtCore 0x0000000103692304 QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 324 6 QtCore 0x000000010357c4c8 QThread::exec() + 312 7 QtCore 0x000000010357f8da QThread::terminate() + 762 8 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 9 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 4: com.apple.CFSocket.private 0 libSystem.B.dylib 0x00007fff81f66e52 select$DARWIN_EXTSN + 10 1 com.apple.CoreFoundation 0x00007fff82f16498 __CFSocketManager + 824 2 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 3 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 5: 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 QtCore 0x000000010357fd80 QWaitCondition::wait(QMutex*, unsigned long) + 304 3 QtWebKit 0x0000000100dcda50 WebCore::IconDatabase::syncThreadMainLoop() + 272 4 QtWebKit 0x0000000100dcff7a WebCore::IconDatabase::iconDatabaseSyncThread() + 170 5 QtWebKit 0x0000000100fd7643 WebCore::DnsPrefetchHelper::~DnsPrefetchHelper() + 197123 6 QtCore 0x000000010357f8da QThread::terminate() + 762 7 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 8 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 6: 0 libSystem.B.dylib 0x00007fff81f66e52 select$DARWIN_EXTSN + 10 1 QtCore 0x00000001036c3b6e qt_safe_select(int, fdset, fdset, fdset, timeval const_) + 142 2 QtCore 0x00000001036c7f43 QEventDispatcherUNIXPrivate::doSelect(QFlagsQEventLoop::ProcessEventsFlag, timeval*) + 435 3 QtCore 0x00000001036c8412 QEventDispatcherUNIX::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 178 4 QtCore 0x0000000103691f54 QEventLoop::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 68 5 QtCore 0x0000000103692304 QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 324 6 QtCore 0x000000010357c4c8 QThread::exec() + 312 7 QtCore 0x000000010357f8da QThread::terminate() + 762 8 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 9 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 7: 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 QtCore 0x000000010357fd80 QWaitCondition::wait(QMutex*, unsigned long) + 304 3 QtWebKit 0x0000000100fd7bd3 WebCore::DnsPrefetchHelper::~DnsPrefetchHelper() + 198547 4 QtWebKit 0x0000000100d9760e WTF::MessageQueueWebCore::DatabaseTask::waitForMessage() + 174 5 QtWebKit 0x0000000100d96d29 WebCore::DatabaseThread::databaseThread() + 57 6 QtWebKit 0x0000000100fd7643 WebCore::DnsPrefetchHelper::~DnsPrefetchHelper() + 197123 7 QtCore 0x000000010357f8da QThread::terminate() + 762 8 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 9 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 8: 0 libSystem.B.dylib 0x00007fff81f66e52 select$DARWIN_EXTSN + 10 1 QtCore 0x0000000103666d10 QFSFileEngine::mkdir(QString const&, bool) const + 19264 2 QtCore 0x000000010357f8da QThread::terminate() + 762 3 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 4 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 9: 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 QtCore 0x000000010357fd80 QWaitCondition::wait(QMutex*, unsigned long) + 304 3 QtWebKit 0x0000000100fd7bd3 WebCore::DnsPrefetchHelper::~DnsPrefetchHelper() + 198547 4 QtWebKit 0x0000000100db895e WTF::MessageQueueWebCore::LocalStorageTask::waitForMessage() + 174 5 QtWebKit 0x0000000100db8327 WebCore::LocalStorageThread::threadEntryPoint() + 39 6 QtWebKit 0x0000000100fd7643 WebCore::DnsPrefetchHelper::~DnsPrefetchHelper() + 197123 7 QtCore 0x000000010357f8da QThread::terminate() + 762 8 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 9 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 10 Crashed: 0 com.apple.CoreFoundation 0x00007fff82f227fe CFRunLoopCopyCurrentMode + 46 1 com.apple.CoreFoundation 0x00007fff82f56df6 _wakeUpRunLoop + 278 2 com.apple.CoreFoundation 0x00007fff82f56100 CFStreamSignalEvent + 448 3 com.apple.CFNetwork 0x00007fff8633b72e HTTPNetConnection::responseStreamCallback(void, CFReadStream_, unsigned long) + 508 4 com.apple.CFNetwork 0x00007fff8633b4c9 NetConnection::connectionResponse(_CFReadStream, unsigned long) + 93 5 com.apple.CoreFoundation 0x00007fff82f56373 _signalEventSync + 115 6 com.apple.CoreFoundation 0x00007fff82f562e4 _cfstream_solo_signalEventSync + 116 7 com.apple.CoreFoundation 0x00007fff82f56224 _CFStreamSignalEvent + 740 8 com.apple.CFNetwork 0x00007fff8633a856 HTTPReadFilter::socketReadStreamCallback(unsigned long) + 288 9 com.apple.CFNetwork 0x00007fff8633a721 HTTPReadFilter::_httpRdFilterStreamCallBack(CFReadStream, unsigned long, void) + 49 10 com.apple.CoreFoundation 0x00007fff82f56373 _signalEventSync + 115 11 com.apple.CoreFoundation 0x00007fff82f562e4 _cfstream_solo_signalEventSync + 116 12 com.apple.CoreFoundation 0x00007fff82f56224 CFStreamSignalEvent + 740 13 com.apple.CFNetwork 0x00007fff8638f057 SocketStream::dispatchSignalFromSocketCallbackUnlocked(SocketStreamSignalHolder) + 45 14 com.apple.CFNetwork 0x00007fff8632433c SocketStream::socketCallback(CFSocket_, unsigned long, CFData const, void const) + 224 15 com.apple.CFNetwork 0x00007fff86324226 SocketStream::_SocketCallBack_stream(CFSocket_, unsigned long, CFData const, void const, void*) + 96 16 com.apple.CoreFoundation 0x00007fff82f1ebea CFSocketDoCallback + 634 17 com.apple.CoreFoundation 0x00007fff82f1e5eb CFSocketPerformV0 + 315 18 com.apple.CoreFoundation 0x00007fff82ef6401 CFRunLoopDoSources0 + 1361 19 com.apple.CoreFoundation 0x00007fff82ef45f9 CFRunLoopRun + 873 20 com.apple.CoreFoundation 0x00007fff82ef3dbf CFRunLoopRunSpecific + 575 21 com.apple.CoreFoundation 0x00007fff82ef3b46 CFRunLoopRun + 70 22 com.apple.CoreMedia 0x00007fff860df55f FigThreadGlobalNetworkBufferingRunloop + 119 23 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 24 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 11: com.apple.coremedia.asyncio 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff8882cb1a FigAIORequestThread + 398 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 12: AQClient 0 libSystem.B.dylib 0x00007fff81f2329a mach_msg_trap + 10 1 libSystem.B.dylib 0x00007fff81f2390d mach_msg + 59 2 com.apple.CoreFoundation 0x00007fff82ef4932 __CFRunLoopRun + 1698 3 com.apple.CoreFoundation 0x00007fff82ef3dbf CFRunLoopRunSpecific + 575 4 ....audio.toolbox.AudioToolbox 0x00007fff86d97688 GenericRunLoopThread::RunLoop() + 42 5 ....audio.toolbox.AudioToolbox 0x00007fff86d979fe GenericRunLoopThread::Run() + 140 6 ....audio.toolbox.AudioToolbox 0x00007fff86d611d7 CAPThread::Entry(CAPThread*) + 67 7 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 8 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 13: com.apple.coremedia.audioqueue.source 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff8883c826 faq_EnqueueSourceDataThread + 44 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 14: com.apple.coremedia.audiomentor 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff88868e6b audioMentorThread + 6051 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 15: com.apple.coremedia.audioqueue.source 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff8883c826 faq_EnqueueSourceDataThread + 44 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 16: com.apple.coremedia.audiomentor 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff88868e6b audioMentorThread + 6051 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 17: com.apple.coremedia.audioqueue.source 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff8883c826 faq_EnqueueSourceDataThread + 44 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 18: com.apple.coremedia.audiomentor 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff88868e6b audioMentorThread + 6051 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 19: com.apple.coremedia.audioqueue.source 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff8883c826 faq_EnqueueSourceDataThread + 44 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 20: com.apple.coremedia.audiomentor 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff88868e6b audioMentorThread + 6051 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 21: com.apple.coremedia.audioqueue.source 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff8883c826 faq_EnqueueSourceDataThread + 44 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 22: com.apple.coremedia.audiomentor 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff88868e6b audioMentorThread + 6051 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 23: com.apple.coremedia.audioqueue.source 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff8883c826 faq_EnqueueSourceDataThread + 44 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 24: com.apple.coremedia.audiomentor 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff88868e6b audioMentorThread + 6051 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 25: com.apple.coremedia.audioqueue.source 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff8883c826 faq_EnqueueSourceDataThread + 44 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 26: com.apple.coremedia.audiomentor 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff88868e6b audioMentorThread + 6051 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 27: com.apple.coremedia.audioqueue.source 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff8883c826 faq_EnqueueSourceDataThread + 44 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 28: com.apple.coremedia.audiomentor 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff88868e6b audioMentorThread + 6051 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 29: com.apple.coremedia.audioqueue.source 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff8883c826 faq_EnqueueSourceDataThread + 44 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 30: com.apple.coremedia.audiomentor 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff88868e6b audioMentorThread + 6051 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 31: com.apple.coremedia.audioqueue.source 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff8883c826 faq_EnqueueSourceDataThread + 44 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 32: com.apple.coremedia.audiomentor 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff88868e6b audioMentorThread + 6051 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 33: com.apple.coremedia.audioqueue.source 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff8883c826 faq_EnqueueSourceDataThread + 44 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 34: com.apple.coremedia.audiomentor 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff88868e6b audioMentorThread + 6051 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 35: com.apple.coremedia.audioqueue.source 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff8883c826 faq_EnqueueSourceDataThread + 44 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 36: com.apple.coremedia.audiomentor 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff88868e6b audioMentorThread + 6051 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 37: com.apple.coremedia.audioqueue.source 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff8883c826 faq_EnqueueSourceDataThread + 44 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 38: com.apple.coremedia.audiomentor 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff88868e6b audioMentorThread + 6051 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 39: com.apple.coremedia.audioqueue.source 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff8883c826 faq_EnqueueSourceDataThread + 44 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 40: com.apple.coremedia.audiomentor 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff88868e6b audioMentorThread + 6051 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 41: com.apple.coremedia.audioqueue.source 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff8883c826 faq_EnqueueSourceDataThread + 44 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 42: com.apple.coremedia.audiomentor 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff88868e6b audioMentorThread + 6051 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 43: com.apple.coremedia.audioqueue.source 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff8883c826 faq_EnqueueSourceDataThread + 44 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 44: com.apple.coremedia.audiomentor 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff88868e6b audioMentorThread + 6051 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 45: com.apple.coremedia.audioqueue.source 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff8883c826 faq_EnqueueSourceDataThread + 44 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 46: com.apple.coremedia.audiomentor 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff88868e6b audioMentorThread + 6051 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 47: com.apple.coremedia.audioqueue.source 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff8883c826 faq_EnqueueSourceDataThread + 44 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 48: com.apple.coremedia.audiomentor 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff88868e6b audioMentorThread + 6051 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 49: com.apple.coremedia.audioqueue.source 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff8883c826 faq_EnqueueSourceDataThread + 44 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 50: com.apple.coremedia.audiomentor 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff88868e6b audioMentorThread + 6051 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 51: 0 libSystem.B.dylib 0x00007fff81f3cf4a __workq_kernreturn + 10 1 libSystem.B.dylib 0x00007fff81f3d35c _pthread_wqthread + 917 2 libSystem.B.dylib 0x00007fff81f3cfc5 start_wqthread + 13

Thread 52: 0 libSystem.B.dylib 0x00007fff81f3cf4a __workq_kernreturn + 10 1 libSystem.B.dylib 0x00007fff81f3d35c _pthread_wqthread + 917 2 libSystem.B.dylib 0x00007fff81f3cfc5 start_wqthread + 13

Thread 53: com.apple.coremedia.audioqueue.source 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff8883c826 faq_EnqueueSourceDataThread + 44 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 54: com.apple.coremedia.audiomentor 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff88868e6b audioMentorThread + 6051 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 55: com.apple.coremedia.audioqueue.source 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff8883c826 faq_EnqueueSourceDataThread + 44 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 56: com.apple.coremedia.audiomentor 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff88868e6b audioMentorThread + 6051 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 57: com.apple.coremedia.audioqueue.source 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff8883c826 faq_EnqueueSourceDataThread + 44 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 58: com.apple.coremedia.audiomentor 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff88868e6b audioMentorThread + 6051 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 59: com.apple.coremedia.audioqueue.source 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff8883c826 faq_EnqueueSourceDataThread + 44 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 60: com.apple.coremedia.audiomentor 0 libSystem.B.dylib 0x00007fff81f5df8a __semwait_signal + 10 1 libSystem.B.dylib 0x00007fff81f61da1 _pthread_cond_wait + 1286 2 com.apple.CoreMedia 0x00007fff860e09fd WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff860e0bc9 FigSemaphoreWaitRelative + 167 4 com.apple.MediaToolbox 0x00007fff88868e6b audioMentorThread + 6051 5 com.apple.CoreMedia 0x00007fff860e1a05 figThreadMain + 253 6 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 61: 0 libSystem.B.dylib 0x00007fff81f232e2 semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x00007fff81f2892d pthread_mutexlock + 469 2 com.apple.CFNetwork 0x00007fff863888c1 NetConnection::unschedule(void, CFRunLoop, **CFString const) + 37 3 com.apple.CFNetwork 0x00007fff8638abaa HTTPNetStreamInfo::streamUnschedule(CFReadStream_, _CFRunLoop, CFString const_) + 60 4 com.apple.MediaToolbox 0x00007fff8888b439 figCFHTTPCloseStream + 69 5 com.apple.MediaToolbox 0x00007fff8888be2a ReadRequestDestroy + 44 6 com.apple.MediaToolbox 0x00007fff8888bf44 FigCFHTTPFinishReadRequest + 261 7 com.apple.MediaToolbox 0x00007fff8888ccff FigCFHTTPCancel + 127 8 com.apple.MediaToolbox 0x00007fff8882d47d crabsCancelRead + 94 9 com.apple.MediaToolbox 0x00007fff88831a9f FigCRABSInvalidate + 94 10 com.apple.MediaToolbox 0x00007fff888ea062 FigMediaValidatorRelease + 84 11 com.apple.QTKit 0x00007fff8020af48 +[QTMovie_FigMedia validationAttibutesForURL:fileTypes:error:] + 516 12 com.apple.QTKit 0x00007fff802085d9 +[QTMovie mediaHelperClassForAttributes:error:additionalAttributes:] + 571 13 com.apple.QTKit 0x00007fff80208c31 -[QTMovie_AsyncLoadHelper _loadMediaHelperOnBackgroundThreadWithAttributes:] + 333 14 com.apple.Foundation 0x00007fff834cef29 NSThread__main** + 1429 15 libSystem.B.dylib 0x00007fff81f5c4f6 _pthread_start + 331 16 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 62: com.apple.coremedia.mediavalidator 0 libSystem.B.dylib 0x00007fff81f2329a mach_msg_trap + 10 1 libSystem.B.dylib 0x00007fff81f2390d mach_msg + 59 2 libSystem.B.dylib 0x00007fff81f6227c mach_port_destroy + 91 3 com.apple.CoreFoundation 0x00007fff82f0652a CFRunLoopModeDeallocate + 218 4 com.apple.CoreFoundation 0x00007fff82eb3a73 _CFRelease + 179 5 com.apple.CoreFoundation 0x00007fff82eca341 CFBasicHashStandardCallback + 337 6 com.apple.CoreFoundation 0x00007fff82ecad01 CFBasicHashDrain + 497 7 com.apple.CoreFoundation 0x00007fff82eb3a73 _CFRelease + 179 8 com.apple.CoreFoundation 0x00007fff82f05b0f CFRunLoopDeallocate + 303 9 com.apple.CoreFoundation 0x00007fff82eb3a73 _CFRelease + 179 10 libSystem.B.dylib 0x00007fff81f5cc71 _pthread_tsd_cleanup + 187 11 libSystem.B.dylib 0x00007fff81f5c8bc _pthread_exit + 147 12 libSystem.B.dylib 0x00007fff81f5c3a9 thread_start + 13

Thread 10 crashed with X86 Thread State (64-bit): rax: 0x00007fff7076f464 rbx: 0x0000000000000000 rcx: 0x00007fff707f2378 rdx: 0x0000000103be3aa0 rdi: 0x0000000000000000 rsi: 0x0000000000000002 rbp: 0x00000001219a9f40 rsp: 0x00000001219a9f10 r8: 0x0000000000000000 r9: 0x0000000000000000 r10: 0x00007fff82fd0218 r11: 0x00007fff82fd0252 r12: 0x0000000000000010 r13: 0x0000000103be3a40 r14: 0x0000000000000002 r15: 0x0000000000000003 rip: 0x00007fff82f227fe rfl: 0x0000000000010246 cr2: 0x0000000000000010

Binary Images: 0x100000000 - 0x100014fff + () <16DBB1D8-7318-D00B-5423-779BABDC5223> /Users/gtanner/Downloads/Starbuck (1)/mac/Ripple.app/Contents/MacOS/Ripple 0x100028000 - 0x10010bfef +QtOpenGL 4.8.0 (compatibility 4.8.0) <116D7A58-784C-3CC3-7B2E-A68A23955A14> /Users/gtanner/Downloads/Starbuck (1)/mac/Ripple.app/Contents/Frameworks/QtOpenGL.framework/Versions/4/QtOpenGL 0x10013b000 - 0x10181efff +QtWebKit 4.9.0 (compatibility 4.9.0) /Users/gtanner/Downloads/Starbuck (1)/mac/Ripple.app/Contents/Frameworks/QtWebKit.framework/Versions/4/QtWebKit 0x10222a000 - 0x102c3dfff +QtGui 4.8.0 (compatibility 4.8.0) <3B7A258F-2B1C-E754-D3FF-03E14223EDF7> /Users/gtanner/Downloads/Starbuck (1)/mac/Ripple.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui 0x102e1d000 - 0x102e5afef +QtXml 4.8.0 (compatibility 4.8.0) <031E55A0-350F-1243-5723-D19341873320> /Users/gtanner/Downloads/Starbuck (1)/mac/Ripple.app/Contents/Frameworks/QtXml.framework/Versions/4/QtXml 0x102e6c000 - 0x102ea3ff7 +QtSql 4.8.0 (compatibility 4.8.0) <9B34B4A8-81C7-0B7D-1660-6A3064DAD62E> /Users/gtanner/Downloads/Starbuck (1)/mac/Ripple.app/Contents/Frameworks/QtSql.framework/Versions/4/QtSql 0x102eb6000 - 0x103361fff +QtXmlPatterns 4.8.0 (compatibility 4.8.0) /Users/gtanner/Downloads/Starbuck (1)/mac/Ripple.app/Contents/Frameworks/QtXmlPatterns.framework/Versions/4/QtXmlPatterns 0x1033e5000 - 0x103520ff7 +QtNetwork 4.8.0 (compatibility 4.8.0) <609CF5C6-02CC-2537-67C5-392E959999CD> /Users/gtanner/Downloads/Starbuck (1)/mac/Ripple.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtNetwork 0x103558000 - 0x10381ffe7 +QtCore 4.8.0 (compatibility 4.8.0) <3455C3AE-53D6-82B0-BC7E-D3C13C2B1361> /Users/gtanner/Downloads/Starbuck (1)/mac/Ripple.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore 0x10388b000 - 0x103891ff7 com.apple.agl 3.0.12 (AGL-3.0.12) <1AB34F57-2E8D-42FB-A484-5CCB928CA456> /System/Library/Frameworks/AGL.framework/Versions/A/AGL 0x103eec000 - 0x103ef0fff com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn 0x103fab000 - 0x103fc3ff7 +libqcorewlanbearer.dylib ??? (???) <13D0D29B-F6BC-C32C-BB80-C73F92887526> /Users/gtanner/Downloads/Starbuck (1)/mac/Ripple.app/Contents/PlugIns/bearer/libqcorewlanbearer.dylib 0x103fcc000 - 0x103fd7fef +libqgenericbearer.dylib ??? (???) /Users/gtanner/Downloads/Starbuck (1)/mac/Ripple.app/Contents/PlugIns/bearer/libqgenericbearer.dylib 0x11745e000 - 0x117484fff GLRendererFloat ??? (???) <0AF0FF0D-6FD6-B5FA-9991-C8F58E8F1DD4> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat 0x11766f000 - 0x1176a6fef com.apple.coreWLAN.framework 6.2.4 (624.2) <565CCF7B-073B-710A-74A9-034DA037B316> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x118000000 - 0x118191fef GLEngine ??? (???) <7B2CD458-D828-6A44-C918-C194838974D5> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine 0x1181c2000 - 0x1185e5fef libclh.dylib 3.1.1 C (3.1.1) <0774DA8C-734E-2639-0F37-CCB20D17CDBD> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib 0x118613000 - 0x1194ccfe7 com.apple.driver.AppleIntelHDGraphicsGLDriver 1.6.26 (6.2.6) /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHDGraphicsGLDriver 0x11a797000 - 0x11a79dfff com.apple.audio.AppleHDAHALPlugIn 1.9.9 (1.9.9f12) <933CA4C6-F428-0E2E-DCBE-FA0284914092> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn 0x11bc73000 - 0x11bc79ff7 +libqgif.dylib ??? (???) <731E4AAE-CC69-B5B8-3F89-2F7E27210CAB> /Users/gtanner/Downloads/Starbuck (1)/mac/Ripple.app/Contents/PlugIns/imageformats/libqgif.dylib 0x11bc7d000 - 0x11bc83ff7 +libqico.dylib ??? (???) <81921F9F-5DAC-9461-29DD-1240E77A3507> /Users/gtanner/Downloads/Starbuck (1)/mac/Ripple.app/Contents/PlugIns/imageformats/libqico.dylib 0x11bc88000 - 0x11bc8efff +libqjpeg.dylib ??? (???) <76F40C50-3AD6-96DA-6D0C-9B6E817054FA> /Users/gtanner/Downloads/Starbuck (1)/mac/Ripple.app/Contents/PlugIns/imageformats/libqjpeg.dylib 0x11bc93000 - 0x11bcc8fef +libjpeg.8.dylib 12.0.0 (compatibility 12.0.0) <3E5E764B-C644-0FDA-67AC-C3F873C563D2> /Users/gtanner/Downloads/Starbuck (1)/mac/Ripple.app/Contents/Frameworks/libjpeg.8.dylib 0x11bccd000 - 0x11bd21ff7 +libqmng.dylib ??? (???) <2105EF15-C922-4817-BE69-15A8D9C409EC> /Users/gtanner/Downloads/Starbuck (1)/mac/Ripple.app/Contents/PlugIns/imageformats/libqmng.dylib 0x11bd29000 - 0x11bd7eff7 +libqtiff.dylib ??? (???) <219F89CF-C83A-E254-A6C1-A5968EDEB7EA> /Users/gtanner/Downloads/Starbuck (1)/mac/Ripple.app/Contents/PlugIns/imageformats/libqtiff.dylib 0x124500000 - 0x1245cbfef com.apple.audio.units.Components 1.6.4 (1.6.4) <62662BC1-2DE2-D5FB-8397-5A9991A349B6> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio 0x1266fb000 - 0x1268edfe7 com.apple.audio.codecs.Components 2.0.3 (2.0.3) <7B697EFB-A18F-3CB4-2F81-89296BE02B21> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs 0x200000000 - 0x200787fff com.apple.GeForceGLDriver 1.6.26 (6.2.6) /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver 0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) /usr/lib/dyld 0x7fff80003000 - 0x7fff80003ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff80004000 - 0x7fff80008ff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <49E6AF5D-AF9B-67CF-A6B8-C79F6BA8A627> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff80009000 - 0x7fff80042fef libcups.2.dylib 2.8.0 (compatibility 2.0.0) /usr/lib/libcups.2.dylib 0x7fff80043000 - 0x7fff8008bff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff8008c000 - 0x7fff80172fef com.apple.DesktopServices 1.5.10 (1.5.10) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff80173000 - 0x7fff80203fff com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff80204000 - 0x7fff80373fe7 com.apple.QTKit 7.6.6 (1756.15) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fff80376000 - 0x7fff803a7fff libGLImage.dylib ??? (???) <6925991A-9B1B-B9FA-645A-807F9BCC3DE7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff80416000 - 0x7fff80417fff liblangid.dylib ??? (???) /usr/lib/liblangid.dylib 0x7fff80418000 - 0x7fff8041afff com.apple.print.framework.Print 6.1 (237.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff80bdc000 - 0x7fff80ca7fff ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib 0x7fff80cfb000 - 0x7fff816f1fff com.apple.AppKit 6.6.7 (1038.35) <9F4DF818-9DB9-98DA-490C-EF29EA757A97> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff816f2000 - 0x7fff817a7fe7 com.apple.ink.framework 1.3.3 (107) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff818f0000 - 0x7fff8191bff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib 0x7fff8191c000 - 0x7fff