Amarok playback using qt7 backend.

Big O illogical1 at gmail.com
Sat Jun 7 19:08:09 CEST 2008


On Fri, Jun 6, 2008 at 5:36 AM, Richard <richardmg at trolltech.com> wrote:
> With xiph-qt installed you should be able to play ogg. Did you try to open
> the same URL-s with mediaplayer demo that comes with Qt.4.4? I tried to open
> http://he3.magnatune.com/all/01--Fireflies--Amoeba.mp3 with it, and it
> worked just fine (except it was slow to download).
>
> Could you post the URL-s your testing with?

Hi as it turns out these are problems with amarok. so far i can get
playback of both mp3, and ogg (but only for certain streams) and
playback of .mov files, streaming or local.

If you still want the urls i've been testing with though i'll be happy
to provide them. I didn't test with the mediaplayer demo (mostly out
of laziness, but i didn't have a lot of time yesterday either) but if
you really want me to i will :-)
>
> -Richard
>
>
> On Jun 6, 2008, at 8:33 AM, Big O wrote:
>
>> On Thu, Jun 5, 2008 at 3:57 PM, Big O <illogical1 at gmail.com> wrote:
>>>
>>> Hi, after compiling phonon_qt7 I can get amarok to playback audio only
>>> in some situations.
>>> If playing from last.fm (streaming) playback is fine.
>>> If playing from magnatunes the tracks are skipped and nothing is played.
>>> I've also tried playing video podcasts, one worked seemed to cause a
>>> crash.
>>> If playing from the local audio amarok crashes. All the backtraces
>>> I've gotten for this problem cause drkonqui to hang at the same point.
>>>
>>> snip
>>
>> Ok the crash was fixed. The issue now with the phonon backend is that
>> playing local audio does not work. Also it seems only mp3 streams are
>> picked up, not ogg vorbis ones.
>>
>> @phonon folks: I have the xiph-qt ogg plugin which allows quicktime to
>> playback ogg vorbis, and it is getting loaded so ogg should work
>> right? You can see this being loaded in the Binary Images: section of
>> the backtrace below. And please CC me, I'm not signed up to the list.
>>
>> @amarok folks: another crash. this one is after adding a last.fm
>> station and clicking on it
>>
>> Process:         Amarok [1968]
>> Path:            /opt/kde4/bin/amarok.app/Contents/MacOS/Amarok
>> Identifier:      ???
>> Version:          ()
>> Code Type:       X86 (Native)
>> Parent Process:  launchd [73]
>>
>> Date/Time:       2008-06-06 01:55:19.028 -0400
>> OS Version:      Mac OS X 10.5.3 (9D34)
>> Report Version:  6
>>
>> Exception Type:  EXC_BAD_ACCESS (SIGBUS)
>> Exception Codes: KERN_PROTECTION_FAILURE at 0x000000000000004c
>> Crashed Thread:  0
>>
>> Thread 0 Crashed:
>> 0   QtWebKit                            0x03fd99ba
>> WebCore::isBlock(WebCore::Node*) + 10
>> 1   QtWebKit                            0x03fdb18d
>> WebCore::enclosingBlock(WebCore::Node*) + 29
>> 2   QtWebKit                            0x0400005e
>> WebCore::ReplaceSelectionCommand::doApply() + 1198
>> 3   amarok_service_lastfm.so            0x131de24b
>> LastFm::Track::Private::notifyObservers() + 35 (LastFmMeta_p.h:354)
>> 4   amarok_service_lastfm.so            0x131e46c1
>> LastFm::Track::Private::setTrackInfo(TrackInfo const&) + 731
>> (LastFmMeta_p.h:112)
>> 5   amarok_service_lastfm.so            0x131df35b
>> LastFm::Track::setTrackInfo(TrackInfo const&) + 27
>> (LastFmMeta.cpp:319)
>> 6   amarok_service_lastfm.so            0x131d03a3
>> AudioController::playTrack(TrackInfo const&) + 235
>> (AudioController.cpp:180)
>> 7   amarok_service_lastfm.so            0x131d0774
>> AudioController::loadNext() + 110 (AudioController.cpp:91)
>> 8   amarok_service_lastfm.so            0x131d0820
>> AudioController::play(RadioPlaylist&) + 26 (AudioController.cpp:54)
>> 9   amarok_service_lastfm.so            0x131e6c40
>> Radio::onPlaylistLoaded(QString const&, int) + 786 (Radio.cpp:379)
>> 10  amarok_service_lastfm.so            0x131ca901
>> Radio::qt_metacall(QMetaObject::Call, int, void**) + 991
>> (moc_Radio.cpp:123)
>> 11  QtCore                              0x0036733e
>> QMetaObject::activate(QObject*, int, int, void**) + 542
>> 12  amarok_service_lastfm.so            0x131ca0d2
>> RadioPlaylist::playlistLoaded(QString const&, int) + 90
>> (moc_RadioPlaylist.cpp:89)
>> 13  amarok_service_lastfm.so            0x131eb23a
>> RadioPlaylist::parseXspf(QByteArray&) + 1156 (RadioPlaylist.cpp:209)
>> 14  amarok_service_lastfm.so            0x131eb4fb
>> RadioPlaylist::xspfPlaylistRequestReturn(Request*) + 197
>> (RadioPlaylist.cpp:187)
>> 15  amarok_service_lastfm.so            0x131cabfa
>> RadioPlaylist::qt_metacall(QMetaObject::Call, int, void**) + 252
>> (moc_RadioPlaylist.cpp:79)
>> 16  QtCore                              0x0036733e
>> QMetaObject::activate(QObject*, int, int, void**) + 542
>> 17  amarok_service_lastfm.so            0x131c8297
>> Request::result(Request*) + 69 (moc_Request.cpp:96)
>> 18  amarok_service_lastfm.so            0x1322a69c
>> Request::onSuccessPrivate(QByteArray) + 174 (Request.cpp:196)
>> 19  amarok_service_lastfm.so            0x131c9588
>> Request::qt_metacall(QMetaObject::Call, int, void**) + 332
>> (moc_Request.cpp:84)
>> 20  QtCore                              0x0036733e
>> QMetaObject::activate(QObject*, int, int, void**) + 542
>> 21  amarok_service_lastfm.so            0x131c8e69
>> CachedHttp::dataAvailable(QByteArray const&) + 69
>> (moc_CachedHttp.cpp:104)
>> 22  amarok_service_lastfm.so            0x131fbc31
>> CachedHttp::dataFinished(int, bool) + 347 (CachedHttp.cpp:303)
>> 23  amarok_service_lastfm.so            0x131cb3c4
>> CachedHttp::qt_metacall(QMetaObject::Call, int, void**) + 294
>> (moc_CachedHttp.cpp:83)
>> 24  QtCore                              0x0036733e
>> QMetaObject::activate(QObject*, int, int, void**) + 542
>> 25  QtNetwork                           0x004ab27a
>> QHttp::requestFinished(int, bool) + 74
>> 26  QtNetwork                           0x004b40fc
>> QHttpPrivate::finishedWithSuccess() + 76
>> 27  QtNetwork                           0x004b66b1
>> QHttp::qt_metacall(QMetaObject::Call, int, void**) + 705
>> 28  amarok_service_lastfm.so            0x131c9e0e
>> RedirectHttp::qt_metacall(QMetaObject::Call, int, void**) + 38
>> (moc_RedirectHttp.cpp:65)
>> 29  amarok_service_lastfm.so            0x131cb2cb
>> CachedHttp::qt_metacall(QMetaObject::Call, int, void**) + 45
>> (moc_CachedHttp.cpp:74)
>> 30  QtCore                              0x00360c1b
>> QMetaCallEvent::placeMetaCall(QObject*) + 43
>> 31  QtCore                              0x00361fed QObject::event(QEvent*)
>> + 1005
>> 32  QtGui                               0x03498d8f
>> QApplicationPrivate::notify_helper(QObject*, QEvent*) + 191
>> 33  QtGui                               0x0349cdc9
>> QApplication::notify(QObject*, QEvent*) + 169
>> 34  libkdeui.5.dylib                    0x01319093
>> KApplication::notify(QObject*, QEvent*) + 479 (kapplication.cpp:311)
>> 35  QtCore                              0x00351e31
>> QCoreApplication::notifyInternal(QObject*, QEvent*) + 145
>> 36  QtCore                              0x00352f76
>> QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*)
>> + 694
>> 37  QtGui                               0x035014c1
>> QEventDispatcherMacPrivate::postedEventsSourcePerformCallback(void*) +
>> 33
>> 38  com.apple.CoreFoundation            0x9187f60e CFRunLoopRunSpecific +
>> 3166
>> 39  com.apple.CoreFoundation            0x9187fcf8 CFRunLoopRunInMode + 88
>> 40  QtGui                               0x03502d4a
>> QEventDispatcherMac::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)
>> + 682
>> 41  QtCore                              0x00350f61
>> QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 65
>> 42  QtCore                              0x003511ca
>> QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 154
>> 43  QtCore                              0x00353249
>> QCoreApplication::exec() + 169
>> 44                                      0x00014ed7 main + 19965
>> (main.cpp:125)
>> 45                                      0x0000fbdb _start + 209
>> 46                                      0x0000fb09 start + 41
>>
>> Thread 1:
>> 0   libSystem.B.dylib                   0x942804a6 mach_msg_trap + 10
>> 1   libSystem.B.dylib                   0x94287c9c mach_msg + 72
>> 2   com.apple.CoreFoundation            0x9187f0be CFRunLoopRunSpecific +
>> 1806
>> 3   com.apple.CoreFoundation            0x9187fcf8 CFRunLoopRunInMode + 88
>> 4   com.apple.audio.CoreAudio           0x970aa464
>> HALRunLoop::OwnThread(void*) + 160
>> 5   com.apple.audio.CoreAudio           0x970aa300
>> CAPThread::Entry(CAPThread*) + 96
>> 6   libSystem.B.dylib                   0x942b16f5 _pthread_start + 321
>> 7   libSystem.B.dylib                   0x942b15b2 thread_start + 34
>>
>> Thread 2:
>> 0   libSystem.B.dylib                   0x94280506
>> semaphore_timedwait_signal_trap + 10
>> 1   libSystem.B.dylib                   0x942b284f _pthread_cond_wait +
>> 1244
>> 2   libSystem.B.dylib                   0x942b40d3
>> pthread_cond_timedwait_relative_np + 47
>> 3   com.apple.CoreVideo                 0x916eeb92
>> CVDisplayLink::waitUntil(unsigned long long) + 390
>> 4   com.apple.CoreVideo                 0x916ef554
>> CVDisplayLink::runIOThread() + 778
>> 5   libSystem.B.dylib                   0x942b16f5 _pthread_start + 321
>> 6   libSystem.B.dylib                   0x942b15b2 thread_start + 34
>>
>> Thread 3:
>> 0   libSystem.B.dylib                   0x942d05e2 select$DARWIN_EXTSN +
>> 10
>> 1   libSystem.B.dylib                   0x942b16f5 _pthread_start + 321
>> 2   libSystem.B.dylib                   0x942b15b2 thread_start + 34
>>
>> Thread 4:
>> 0   libSystem.B.dylib                   0x942804ee
>> semaphore_wait_signal_trap + 10
>> 1   libSystem.B.dylib                   0x942b2866 _pthread_cond_wait +
>> 1267
>> 2   libSystem.B.dylib                   0x942f8371 pthread_cond_wait + 48
>> 3   QtCore                              0x00264146
>> QWaitCondition::wait(QMutex*, unsigned long) + 278
>> 4   libthreadweaver.4.dylib             0x03e13afc
>>
>> ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned(ThreadWeaver::Thread*)
>> + 122 (WeaverImpl.cpp:366)
>> 5   libthreadweaver.4.dylib             0x03e18c60
>> ThreadWeaver::WorkingHardState::waitForAvailableJob(ThreadWeaver::Thread*)
>> + 34 (WorkingHardState.cpp:81)
>> 6   libthreadweaver.4.dylib             0x03e1310b
>> ThreadWeaver::WeaverImpl::waitForAvailableJob(ThreadWeaver::Thread*) +
>> 37 (WeaverImpl.cpp:357)
>> 7   libthreadweaver.4.dylib             0x03e18db1
>> ThreadWeaver::WorkingHardState::applyForWork(ThreadWeaver::Thread*,
>> ThreadWeaver::Job*) + 335 (WorkingHardState.cpp:74)
>> 8   libthreadweaver.4.dylib             0x03e13dd8
>> ThreadWeaver::WeaverImpl::applyForWork(ThreadWeaver::Thread*,
>> ThreadWeaver::Job*) + 62 (WeaverImpl.cpp:352)
>> 9   libthreadweaver.4.dylib             0x03e18dd9
>> ThreadWeaver::WorkingHardState::applyForWork(ThreadWeaver::Thread*,
>> ThreadWeaver::Job*) + 375 (WorkingHardState.cpp:74)
>> 10  libthreadweaver.4.dylib             0x03e13dd8
>> ThreadWeaver::WeaverImpl::applyForWork(ThreadWeaver::Thread*,
>> ThreadWeaver::Job*) + 62 (WeaverImpl.cpp:352)
>> 11  libthreadweaver.4.dylib             0x03e18dd9
>> ThreadWeaver::WorkingHardState::applyForWork(ThreadWeaver::Thread*,
>> ThreadWeaver::Job*) + 375 (WorkingHardState.cpp:74)
>> 12  libthreadweaver.4.dylib             0x03e13dd8
>> ThreadWeaver::WeaverImpl::applyForWork(ThreadWeaver::Thread*,
>> ThreadWeaver::Job*) + 62 (WeaverImpl.cpp:352)
>> 13  libthreadweaver.4.dylib             0x03e18dd9
>> ThreadWeaver::WorkingHardState::applyForWork(ThreadWeaver::Thread*,
>> ThreadWeaver::Job*) + 375 (WorkingHardState.cpp:74)
>> 14  libthreadweaver.4.dylib             0x03e13dd8
>> ThreadWeaver::WeaverImpl::applyForWork(ThreadWeaver::Thread*,
>> ThreadWeaver::Job*) + 62 (WeaverImpl.cpp:352)
>> 15  libthreadweaver.4.dylib             0x03e16dc2
>> ThreadWeaver::ThreadRunHelper::run(ThreadWeaver::WeaverImpl*,
>> ThreadWeaver::Thread*) + 178 (Thread.cpp:87)
>> 16  libthreadweaver.4.dylib             0x03e16f60
>> ThreadWeaver::Thread::run() + 242 (Thread.cpp:144)
>> 17  QtCore                              0x0026305a
>> QThreadPrivate::start(void*) + 186
>> 18  libSystem.B.dylib                   0x942b16f5 _pthread_start + 321
>> 19  libSystem.B.dylib                   0x942b15b2 thread_start + 34
>>
>> Thread 5:
>> 0   libSystem.B.dylib                   0x942804ee
>> semaphore_wait_signal_trap + 10
>> 1   libSystem.B.dylib                   0x942b2866 _pthread_cond_wait +
>> 1267
>> 2   libSystem.B.dylib                   0x942f8371 pthread_cond_wait + 48
>> 3   QtCore                              0x00264146
>> QWaitCondition::wait(QMutex*, unsigned long) + 278
>> 4   QtNetwork                           0x004ec49a QHostInfoAgent::run() +
>> 522
>> 5   QtCore                              0x0026305a
>> QThreadPrivate::start(void*) + 186
>> 6   libSystem.B.dylib                   0x942b16f5 _pthread_start + 321
>> 7   libSystem.B.dylib                   0x942b15b2 thread_start + 34
>>
>> Thread 6:
>> 0   libSystem.B.dylib                   0x942804ee
>> semaphore_wait_signal_trap + 10
>> 1   libSystem.B.dylib                   0x942b2866 _pthread_cond_wait +
>> 1267
>> 2   libSystem.B.dylib                   0x942f8371 pthread_cond_wait + 48
>> 3   QtCore                              0x00264146
>> QWaitCondition::wait(QMutex*, unsigned long) + 278
>> 4   libthreadweaver.4.dylib             0x03e13afc
>>
>> ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned(ThreadWeaver::Thread*)
>> + 122 (WeaverImpl.cpp:366)
>> 5   libthreadweaver.4.dylib             0x03e18c60
>> ThreadWeaver::WorkingHardState::waitForAvailableJob(ThreadWeaver::Thread*)
>> + 34 (WorkingHardState.cpp:81)
>> 6   libthreadweaver.4.dylib             0x03e1310b
>> ThreadWeaver::WeaverImpl::waitForAvailableJob(ThreadWeaver::Thread*) +
>> 37 (WeaverImpl.cpp:357)
>> 7   libthreadweaver.4.dylib             0x03e18db1
>> ThreadWeaver::WorkingHardState::applyForWork(ThreadWeaver::Thread*,
>> ThreadWeaver::Job*) + 335 (WorkingHardState.cpp:74)
>> 8   libthreadweaver.4.dylib             0x03e13dd8
>> ThreadWeaver::WeaverImpl::applyForWork(ThreadWeaver::Thread*,
>> ThreadWeaver::Job*) + 62 (WeaverImpl.cpp:352)
>> 9   libthreadweaver.4.dylib             0x03e18dd9
>> ThreadWeaver::WorkingHardState::applyForWork(ThreadWeaver::Thread*,
>> ThreadWeaver::Job*) + 375 (WorkingHardState.cpp:74)
>> 10  libthreadweaver.4.dylib             0x03e13dd8
>> ThreadWeaver::WeaverImpl::applyForWork(ThreadWeaver::Thread*,
>> ThreadWeaver::Job*) + 62 (WeaverImpl.cpp:352)
>> 11  libthreadweaver.4.dylib             0x03e18dd9
>> ThreadWeaver::WorkingHardState::applyForWork(ThreadWeaver::Thread*,
>> ThreadWeaver::Job*) + 375 (WorkingHardState.cpp:74)
>> 12  libthreadweaver.4.dylib             0x03e13dd8
>> ThreadWeaver::WeaverImpl::applyForWork(ThreadWeaver::Thread*,
>> ThreadWeaver::Job*) + 62 (WeaverImpl.cpp:352)
>> 13  libthreadweaver.4.dylib             0x03e18dd9
>> ThreadWeaver::WorkingHardState::applyForWork(ThreadWeaver::Thread*,
>> ThreadWeaver::Job*) + 375 (WorkingHardState.cpp:74)
>> 14  libthreadweaver.4.dylib             0x03e13dd8
>> ThreadWeaver::WeaverImpl::applyForWork(ThreadWeaver::Thread*,
>> ThreadWeaver::Job*) + 62 (WeaverImpl.cpp:352)
>> 15  libthreadweaver.4.dylib             0x03e16dc2
>> ThreadWeaver::ThreadRunHelper::run(ThreadWeaver::WeaverImpl*,
>> ThreadWeaver::Thread*) + 178 (Thread.cpp:87)
>> 16  libthreadweaver.4.dylib             0x03e16f60
>> ThreadWeaver::Thread::run() + 242 (Thread.cpp:144)
>> 17  QtCore                              0x0026305a
>> QThreadPrivate::start(void*) + 186
>> 18  libSystem.B.dylib                   0x942b16f5 _pthread_start + 321
>> 19  libSystem.B.dylib                   0x942b15b2 thread_start + 34
>>
>> Thread 7:
>> 0   libSystem.B.dylib                   0x942804ee
>> semaphore_wait_signal_trap + 10
>> 1   libSystem.B.dylib                   0x942b2866 _pthread_cond_wait +
>> 1267
>> 2   libSystem.B.dylib                   0x942f8371 pthread_cond_wait + 48
>> 3   QtCore                              0x00264146
>> QWaitCondition::wait(QMutex*, unsigned long) + 278
>> 4   libthreadweaver.4.dylib             0x03e13afc
>>
>> ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned(ThreadWeaver::Thread*)
>> + 122 (WeaverImpl.cpp:366)
>> 5   libthreadweaver.4.dylib             0x03e18c60
>> ThreadWeaver::WorkingHardState::waitForAvailableJob(ThreadWeaver::Thread*)
>> + 34 (WorkingHardState.cpp:81)
>> 6   libthreadweaver.4.dylib             0x03e1310b
>> ThreadWeaver::WeaverImpl::waitForAvailableJob(ThreadWeaver::Thread*) +
>> 37 (WeaverImpl.cpp:357)
>> 7   libthreadweaver.4.dylib             0x03e18db1
>> ThreadWeaver::WorkingHardState::applyForWork(ThreadWeaver::Thread*,
>> ThreadWeaver::Job*) + 335 (WorkingHardState.cpp:74)
>> 8   libthreadweaver.4.dylib             0x03e13dd8
>> ThreadWeaver::WeaverImpl::applyForWork(ThreadWeaver::Thread*,
>> ThreadWeaver::Job*) + 62 (WeaverImpl.cpp:352)
>> 9   libthreadweaver.4.dylib             0x03e18dd9
>> ThreadWeaver::WorkingHardState::applyForWork(ThreadWeaver::Thread*,
>> ThreadWeaver::Job*) + 375 (WorkingHardState.cpp:74)
>> 10  libthreadweaver.4.dylib             0x03e13dd8
>> ThreadWeaver::WeaverImpl::applyForWork(ThreadWeaver::Thread*,
>> ThreadWeaver::Job*) + 62 (WeaverImpl.cpp:352)
>> 11  libthreadweaver.4.dylib             0x03e18dd9
>> ThreadWeaver::WorkingHardState::applyForWork(ThreadWeaver::Thread*,
>> ThreadWeaver::Job*) + 375 (WorkingHardState.cpp:74)
>> 12  libthreadweaver.4.dylib             0x03e13dd8
>> ThreadWeaver::WeaverImpl::applyForWork(ThreadWeaver::Thread*,
>> ThreadWeaver::Job*) + 62 (WeaverImpl.cpp:352)
>> 13  libthreadweaver.4.dylib             0x03e16dc2
>> ThreadWeaver::ThreadRunHelper::run(ThreadWeaver::WeaverImpl*,
>> ThreadWeaver::Thread*) + 178 (Thread.cpp:87)
>> 14  libthreadweaver.4.dylib             0x03e16f60
>> ThreadWeaver::Thread::run() + 242 (Thread.cpp:144)
>> 15  QtCore                              0x0026305a
>> QThreadPrivate::start(void*) + 186
>> 16  libSystem.B.dylib                   0x942b16f5 _pthread_start + 321
>> 17  libSystem.B.dylib                   0x942b15b2 thread_start + 34
>>
>> Thread 8:
>> 0   libSystem.B.dylib                   0x942804ee
>> semaphore_wait_signal_trap + 10
>> 1   libSystem.B.dylib                   0x942b2866 _pthread_cond_wait +
>> 1267
>> 2   libSystem.B.dylib                   0x942f8371 pthread_cond_wait + 48
>> 3   QtCore                              0x00264146
>> QWaitCondition::wait(QMutex*, unsigned long) + 278
>> 4   libthreadweaver.4.dylib             0x03e13afc
>>
>> ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned(ThreadWeaver::Thread*)
>> + 122 (WeaverImpl.cpp:366)
>> 5   libthreadweaver.4.dylib             0x03e18c60
>> ThreadWeaver::WorkingHardState::waitForAvailableJob(ThreadWeaver::Thread*)
>> + 34 (WorkingHardState.cpp:81)
>> 6   libthreadweaver.4.dylib             0x03e1310b
>> ThreadWeaver::WeaverImpl::waitForAvailableJob(ThreadWeaver::Thread*) +
>> 37 (WeaverImpl.cpp:357)
>> 7   libthreadweaver.4.dylib             0x03e18db1
>> ThreadWeaver::WorkingHardState::applyForWork(ThreadWeaver::Thread*,
>> ThreadWeaver::Job*) + 335 (WorkingHardState.cpp:74)
>> 8   libthreadweaver.4.dylib             0x03e13dd8
>> ThreadWeaver::WeaverImpl::applyForWork(ThreadWeaver::Thread*,
>> ThreadWeaver::Job*) + 62 (WeaverImpl.cpp:352)
>> 9   libthreadweaver.4.dylib             0x03e16dc2
>> ThreadWeaver::ThreadRunHelper::run(ThreadWeaver::WeaverImpl*,
>> ThreadWeaver::Thread*) + 178 (Thread.cpp:87)
>> 10  libthreadweaver.4.dylib             0x03e16f60
>> ThreadWeaver::Thread::run() + 242 (Thread.cpp:144)
>> 11  QtCore                              0x0026305a
>> QThreadPrivate::start(void*) + 186
>> 12  libSystem.B.dylib                   0x942b16f5 _pthread_start + 321
>> 13  libSystem.B.dylib                   0x942b15b2 thread_start + 34
>>
>> Thread 9:
>> 0   libSystem.B.dylib                   0x942804a6 mach_msg_trap + 10
>> 1   libSystem.B.dylib                   0x94287c9c mach_msg + 72
>> 2   com.apple.CoreFoundation            0x9187f0be CFRunLoopRunSpecific +
>> 1806
>> 3   com.apple.CoreFoundation            0x9187fd54 CFRunLoopRun + 84
>> 4   com.apple.QuickTime                 0x92a9a9b3
>> QTSNetworkThread_RunThread + 131
>> 5   libSystem.B.dylib                   0x942b16f5 _pthread_start + 321
>> 6   libSystem.B.dylib                   0x942b15b2 thread_start + 34
>>
>> Thread 10:
>> 0   libSystem.B.dylib                   0x942804a6 mach_msg_trap + 10
>> 1   libSystem.B.dylib                   0x94287c9c mach_msg + 72
>> 2   com.apple.CoreFoundation            0x9187f0be CFRunLoopRunSpecific +
>> 1806
>> 3   com.apple.CoreFoundation            0x9187fcf8 CFRunLoopRunInMode + 88
>> 4   com.apple.Foundation                0x94071460
>> +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] +
>> 320
>> 5   com.apple.Foundation                0x9400df1d -[NSThread main] + 45
>> 6   com.apple.Foundation                0x9400dac4 __NSThread__main__ +
>> 308
>> 7   libSystem.B.dylib                   0x942b16f5 _pthread_start + 321
>> 8   libSystem.B.dylib                   0x942b15b2 thread_start + 34
>>
>> Thread 11:
>> 0   libSystem.B.dylib                   0x94280506
>> semaphore_timedwait_signal_trap + 10
>> 1   libSystem.B.dylib                   0x942b284f _pthread_cond_wait +
>> 1244
>> 2   libSystem.B.dylib                   0x942fd89b pthread_cond_timedwait
>> + 47
>> 3   QtCore                              0x00262d5c
>> __ZL12thread_sleepP8timespec + 76
>> 4   QtCore                              0x00262e5f
>> QThread::msleep(unsigned
>> long) + 111
>> 5   amarok_service_lastfm.so            0x1320bf64 StopWatch::run() + 108
>> (StopWatch.cpp:166)
>> 6   QtCore                              0x0026305a
>> QThreadPrivate::start(void*) + 186
>> 7   libSystem.B.dylib                   0x942b16f5 _pthread_start + 321
>> 8   libSystem.B.dylib                   0x942b15b2 thread_start + 34
>>
>> Thread 12:
>> 0   libSystem.B.dylib                   0x94280506
>> semaphore_timedwait_signal_trap + 10
>> 1   libSystem.B.dylib                   0x942b284f _pthread_cond_wait +
>> 1244
>> 2   libSystem.B.dylib                   0x942fd89b pthread_cond_timedwait
>> + 47
>> 3   QtCore                              0x00262d5c
>> __ZL12thread_sleepP8timespec + 76
>> 4   QtCore                              0x00262e5f
>> QThread::msleep(unsigned
>> long) + 111
>> 5   amarok_service_lastfm.so            0x1320bf64 StopWatch::run() + 108
>> (StopWatch.cpp:166)
>> 6   QtCore                              0x0026305a
>> QThreadPrivate::start(void*) + 186
>> 7   libSystem.B.dylib                   0x942b16f5 _pthread_start + 321
>> 8   libSystem.B.dylib                   0x942b15b2 thread_start + 34
>>
>> Thread 13:
>> 0   libSystem.B.dylib                   0x94280506
>> semaphore_timedwait_signal_trap + 10
>> 1   libSystem.B.dylib                   0x942b284f _pthread_cond_wait +
>> 1244
>> 2   libSystem.B.dylib                   0x942b40d3
>> pthread_cond_timedwait_relative_np + 47
>> 3   com.apple.audio.CoreAudio           0x970b9a47
>> CAGuard::WaitFor(unsigned long long) + 213
>> 4   com.apple.audio.CoreAudio           0x970bb602
>> CAGuard::WaitUntil(unsigned long long) + 70
>> 5   com.apple.audio.CoreAudio           0x970b9da7 HP_IOThread::WorkLoop()
>> + 759
>> 6   com.apple.audio.CoreAudio           0x970b9aab
>> HP_IOThread::ThreadEntry(HP_IOThread*) + 17
>> 7   com.apple.audio.CoreAudio           0x970aa300
>> CAPThread::Entry(CAPThread*) + 96
>> 8   libSystem.B.dylib                   0x942b16f5 _pthread_start + 321
>> 9   libSystem.B.dylib                   0x942b15b2 thread_start + 34
>>
>> Thread 14:
>> 0   libSystem.B.dylib                   0x942804e2 semaphore_wait_trap +
>> 10
>> 1   ...ickTimeComponents.component      0x96292eea QTThreadWaitSignal +
>> 100
>> 2   ...ickTimeComponents.component      0x95c8fa53 audioprepThreadEntry +
>> 92
>> 3   ...ickTimeComponents.component      0x96292ca8 start_thread + 54
>> 4   libSystem.B.dylib                   0x942b16f5 _pthread_start + 321
>> 5   libSystem.B.dylib                   0x942b15b2 thread_start + 34
>>
>> Thread 0 crashed with X86 Thread State (32-bit):
>>  eax: 0x00000034  ebx: 0x03fdb181  ecx: 0x04000001  edx: 0xbfffde84
>>  edi: 0x00000017  esi: 0x00000034  ebp: 0xbfffdf24  esp: 0xbfffdf24
>>  ss: 0x0000001f  efl: 0x00010202  eip: 0x03fd99ba   cs: 0x00000017
>>  ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
>>  cr2: 0x0000004c
>>
>> Binary Images:
>>   0x1000 -    0x15fff +  () <3a21c62e40bffe4a22c19bb813770936>
>> /opt/kde4/bin/amarok.app/Contents/MacOS/Amarok
>>  0x1a000 -    0x2affd +libz.1.dylib ??? (???) /opt/local/lib/libz.1.dylib
>>  0x2f000 -    0x3dfef +libbz2.1.0.dylib ??? (???)
>> <39a1608732f5f8a50eed52cf6d94dc6e> /opt/local/lib/libbz2.1.0.dylib
>>  0x42000 -    0x49ff3 +libintl.8.dylib ??? (???)
>> /opt/local/lib/libintl.8.dylib
>>  0x4e000 -    0x4efec +libpcreposix.0.dylib ??? (???)
>> /opt/local/lib/libpcreposix.0.dylib
>>  0x77000 -    0x9cfff +libpcre.0.dylib ??? (???)
>> /opt/local/lib/libpcre.0.dylib
>>  0xa1000 -    0xbdff0 +libjpeg.62.dylib ??? (???)
>> /opt/local/lib/libjpeg.62.dylib
>>  0xc4000 -    0xc9ffb +libgif.4.dylib ??? (???)
>> /opt/local/lib/libgif.4.dylib
>>  0x11f000 -   0x173ff7 +QtDBus ??? (???)
>> <e02d9ab66836a2ac8f166a78af77376d>
>> /opt/qt4/lib/QtDBus.framework/Versions/4/QtDBus
>>  0x196000 -   0x1b5ffb +libpng12.0.dylib ??? (???)
>> /opt/local/lib/libpng12.0.dylib
>>  0x24d000 -   0x417ffb +QtCore ??? (???)
>> <d3d69e731a476e7954ee84ec82cda602>
>> /opt/qt4/lib/QtCore.framework/Versions/4/QtCore
>>  0x49a000 -   0x56bfe2 +QtNetwork ??? (???)
>> <885693ca002025ff0e5ce3d47dbd18e8>
>> /opt/qt4/lib/QtNetwork.framework/Versions/4/QtNetwork
>>  0x5b9000 -   0x60dfff +QtXml ??? (???)
>> <4e57fb4d5ed14745185803fae48569aa>
>> /opt/qt4/lib/QtXml.framework/Versions/4/QtXml
>>  0x62f000 -   0x847ff7 +libkdecore.5.dylib ??? (???)
>> <5fd3cc595bba8a5cd50a73a8a0667e24> /opt/kde4/lib/libkdecore.5.dylib
>>  0xa25000 -   0xdb9fff +libamaroklib.1.dylib ??? (???)
>> <855034fa0b31a239129e748ddb2425b1> /opt/kde4/lib/libamaroklib.1.dylib
>> 0x10d7000 -  0x1111fe7 +libkparts.4.dylib ??? (???)
>> <088cdc40546c69f24e1dc2f5e81225e5> /opt/kde4/lib/libkparts.4.dylib
>> 0x1156000 -  0x119eff3 +libkutils.4.dylib ??? (???)
>> <21103374c78ffc8b008d6fe1732c9506> /opt/kde4/lib/libkutils.4.dylib
>> 0x11f0000 -  0x1504fff +libkdeui.5.dylib ??? (???)
>> <0af9327b73d8c99c48669dfc66532556> /opt/kde4/lib/libkdeui.5.dylib
>> 0x17dc000 -  0x1803ff9 +libktexteditor.4.dylib ??? (???)
>> <7b78fff5eb30e147e0b51f9a739a77cb>
>> /opt/kde4/lib/libktexteditor.4.dylib
>> 0x183c000 -  0x1915fed +libkjs.4.dylib ??? (???)
>> <1e8f3ebe61993f057adff07d8b2363ba> /opt/kde4/lib/libkjs.4.dylib
>> 0x1a22000 -  0x1a6efe7 +libphonon.4.dylib ??? (???)
>> <69667496097aaacd69f9f6630997ee0f> /opt/kde4/lib/libphonon.4.dylib
>> 0x1aa7000 -  0x1ee3ffb +libkhtml.5.dylib ??? (???)
>> <bca0bc10cb1fc29a8c1474fe9758ce72> /opt/kde4/lib/libkhtml.5.dylib
>> 0x2350000 -  0x235bff1 +libkpty.4.dylib ??? (???)
>> <c3cc3662150ec8f229423fb6fda2ba95> /opt/kde4/lib/libkpty.4.dylib
>> 0x2366000 -  0x2589fff +Qt3Support ??? (???)
>> <7ff40565958c51231fa9e93b06c3f4a0>
>> /opt/qt4/lib/Qt3Support.framework/Versions/4/Qt3Support
>> 0x266f000 -  0x26e6fef +libkfile.4.dylib ??? (???)
>> <50e898b828a5febd73919a5f6eafeca2> /opt/kde4/lib/libkfile.4.dylib
>> 0x2756000 -  0x2825feb +libkde3support.4.dylib ??? (???)
>> <b0f55900409e3c69cd93c2a7913ea47b>
>> /opt/kde4/lib/libkde3support.4.dylib
>> 0x28f5000 -  0x295efff +libknewstuff2.4.dylib ??? (???)
>> <a0a332bf5b2415cb1de5c0bce051866c> /opt/kde4/lib/libknewstuff2.4.dylib
>> 0x29b9000 -  0x29dfff3 +libamarok_taglib.1.dylib ??? (???)
>> <79d600ee1043177cb89a35475fc01ab4>
>> /opt/kde4/lib/libamarok_taglib.1.dylib
>> 0x2a15000 -  0x2a5cff3 +libtag.1.dylib ??? (???)
>> <005062b74c00f7a2403e871e47bdb18a> /opt/local/lib/libtag.1.dylib
>> 0x2a8f000 -  0x2afffff +libmp4v2.0.dylib ??? (???)
>> /opt/local/lib/libmp4v2.0.dylib
>> 0x2b34000 -  0x2c7efe7 +libamarokplasma.1.dylib ??? (???)
>> <75052d65bc196110fa18e4de6bdb9e6b>
>> /opt/kde4/lib/libamarokplasma.1.dylib
>> 0x2dae000 -  0x2dfbfe4 +libsolid.4.dylib ??? (???)
>> <3abc09eb38807f5380d5ab50025c597a> /opt/kde4/lib/libsolid.4.dylib
>> 0x2e69000 -  0x30c1fed +libkio.5.dylib ??? (???)
>> <092150fc231107497124f3e5067a2008> /opt/kde4/lib/libkio.5.dylib
>> 0x32d2000 -  0x3311fe9 +QtSvg ??? (???)
>> <9ec69623889c978ebb82a3e26eff52cf>
>> /opt/qt4/lib/QtSvg.framework/Versions/4/QtSvg
>> 0x332f000 -  0x33befff +libstreamanalyzer.0.dylib ??? (???)
>> <61b7080d0d74b692b8522f846cfc2dbf>
>> /opt/kde4/lib/libstreamanalyzer.0.dylib
>> 0x342f000 -  0x3462ffb +libstreams.0.dylib ??? (???)
>> <b90d18bd32bda774ec36a3a3791a09e1> /opt/kde4/lib/libstreams.0.dylib
>> 0x3487000 -  0x3bb6feb +QtGui ??? (???)
>> <85bc933fe87608891ae1d512f6fb4780>
>> /opt/qt4/lib/QtGui.framework/Versions/4/QtGui
>> 0x3e0f000 -  0x3e24fff +libthreadweaver.4.dylib ??? (???)
>> <c75bc003762bd1d324e7cc74f7511d09>
>> /opt/kde4/lib/libthreadweaver.4.dylib
>> 0x3e43000 -  0x45a7ff2 +QtWebKit ??? (???)
>> <e0e1a68e5fcfeaa89af6c166b0458784>
>> /opt/qt4/lib/QtWebKit.framework/Versions/4/QtWebKit
>> 0x49c5000 -  0x4a24fff +QtOpenGL ??? (???)
>> <2e285dacb7347f3880a3f12587947e1c>
>> /opt/qt4/lib/QtOpenGL.framework/Versions/4/QtOpenGL
>> 0x4a46000 -  0x4a74fff +libdbus-1.3.dylib ??? (???)
>> <a49ab591fdcb9712997ca0f47ca0aab8> /opt/local/lib/libdbus-1.3.dylib
>> 0x4a9b000 -  0x4b92ff0 +libiconv.2.dylib ??? (???)
>> /opt/local/lib/libiconv.2.dylib
>> 0x4b9f000 -  0x4c0ffef +libtag.1.dylib ??? (???)
>> <1aaf23d9b6db410e28422bc1b9aa9bd7> /opt/kde4/lib/libtag.1.dylib
>> 0x4c65000 -  0x4c91fff +QtSql ??? (???)
>> <839e1c16a73e1708b558ec4fbe79636d>
>> /opt/qt4/lib/QtSql.framework/Versions/4/QtSql
>> 0x4fd8000 -  0x4fdbfff  com.apple.audio.AudioIPCPlugIn 1.0.4 (1.0.4)
>> <9ce6f675ce724b0ba4e78323b79cf95c>
>>
>> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn
>> 0x4fe1000 -  0x4fe6fff  com.apple.audio.AppleHDAHALPlugIn 1.5.7
>> (1.5.7a24)
>> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
>> 0x11d37000 - 0x11d73fff +libphonon_qt7.bundle ??? (???)
>> <38a91f5043369bf41265171f305c422a>
>> /opt/qt4/plugins/phonon_backend/libphonon_qt7.bundle
>> 0x11d95000 - 0x11dc8fe2 +phonon ??? (???)
>> <22bb118f4d772c1ca8b2ffc759cdf537>
>> /opt/qt4/lib/phonon.framework/Versions/4/phonon
>> 0x11fcb000 - 0x1200aff6 +libamarok_collection-daapcollection.so ???
>> (???) <a9cde734ef96e3ccc9c474113c5db114>
>> /opt/kde4/lib/kde4/libamarok_collection-daapcollection.so
>> 0x1203c000 - 0x12052ff2 +libkdnssd.4.dylib ??? (???)
>> <7853f15db4471b532cd1fece25ac3a4f> /opt/kde4/lib/libkdnssd.4.dylib
>> 0x1206d000 - 0x120edfef +libamarok_collection-sqlcollection.so ???
>> (???) <b08dd67f537c1931f24d53c1bdd1bbca>
>> /opt/kde4/lib/kde4/libamarok_collection-sqlcollection.so
>> 0x12339000 - 0x12443fef  com.apple.RawCamera.bundle 2.0.5 (2.0.5)
>> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
>> 0x12b6e000 - 0x12b84fff +amarok_containment_context.so ??? (???)
>> <8200e6221c6521407665df50af586ff1>
>> /opt/kde4/lib/kde4/amarok_containment_context.so
>> 0x12b94000 - 0x12b9efef +plasma_animator_default.so ??? (???)
>> <86164ea20aef91782cae5994247b248e>
>> /opt/kde4/lib/kde4/plasma_animator_default.so
>> 0x12baa000 - 0x12bb4ff7 +kimg_dds.so ??? (???)
>> <f79f567eecea862f5639c678effca461>
>> /opt/kde4/lib/kde4/plugins/imageformats/kimg_dds.so
>> 0x12bbd000 - 0x12bc7ffb +kimg_eps.so ??? (???)
>> <e54ba37d6a95f5409e31fb29a2a5a742>
>> /opt/kde4/lib/kde4/plugins/imageformats/kimg_eps.so
>> 0x12bd0000 - 0x12bdbff7 +kimg_pcx.so ??? (???)
>> <a14879c0025a8166543f4ce1dc0ad842>
>> /opt/kde4/lib/kde4/plugins/imageformats/kimg_pcx.so
>> 0x12be4000 - 0x12bebffb +kimg_psd.so ??? (???)
>> <6673083cfe142363a43416d473fff7f7>
>> /opt/kde4/lib/kde4/plugins/imageformats/kimg_psd.so
>> 0x12bf3000 - 0x12c00ff7 +kimg_rgb.so ??? (???)
>> <d57d3e6eef0c5533f519d5d02473a275>
>> /opt/kde4/lib/kde4/plugins/imageformats/kimg_rgb.so
>> 0x12c0b000 - 0x12c13fff +kimg_tga.so ??? (???)
>> <6506940688f464ecedd9f07be5fe7402>
>> /opt/kde4/lib/kde4/plugins/imageformats/kimg_tga.so
>> 0x12c1b000 - 0x12c2eff7 +kimg_xcf.so ??? (???)
>> <fd119c301839e95731153dd6d0d27f71>
>> /opt/kde4/lib/kde4/plugins/imageformats/kimg_xcf.so
>> 0x12c3e000 - 0x12c45fef +kimg_xview.so ??? (???)
>> <666c62d9cf50b99f606e92e1ce24feaf>
>> /opt/kde4/lib/kde4/plugins/imageformats/kimg_xview.so
>> 0x12c4c000 - 0x12c52fff +libqgif.bundle ??? (???)
>> <bf9aaf82b62f41746e684746b99a4049>
>> /opt/qt4/plugins/imageformats/libqgif.bundle
>> 0x12c57000 - 0x12c5dfff +libqico.bundle ??? (???)
>> <3d9a89d1e96642ed71c203f54a747c62>
>> /opt/qt4/plugins/imageformats/libqico.bundle
>> 0x12c62000 - 0x12c82fe3 +libqjpeg.bundle ??? (???)
>> <b49c1d042c80271f7af9cb85ad097edd>
>> /opt/qt4/plugins/imageformats/libqjpeg.bundle
>> 0x12c8a000 - 0x12cd1fff +libqmng.bundle ??? (???)
>> <3d35c9c18662f813f82baa9acb100880>
>> /opt/qt4/plugins/imageformats/libqmng.bundle
>> 0x12ce1000 - 0x12ce6fff +libqsvg.bundle ??? (???)
>> <2fdf0b11fbf5eb65de93f9645d9113a9>
>> /opt/qt4/plugins/imageformats/libqsvg.bundle
>> 0x12ceb000 - 0x12d32fe7 +libqtiff.bundle ??? (???)
>> <3517344b1b8f1e1fc7664885798134a2>
>> /opt/qt4/plugins/imageformats/libqtiff.bundle
>> 0x12d7b000 - 0x12d99fe7 +amarok_service_shoutcast.so ??? (???)
>> <26df3e656f758f5368b79864f7870b86>
>> /opt/kde4/lib/kde4/amarok_service_shoutcast.so
>> 0x12db1000 - 0x12dd8fe7 +amarok_service_jamendo.so ??? (???)
>> <c3d942815e1270c9c12f996ed99276ad>
>> /opt/kde4/lib/kde4/amarok_service_jamendo.so
>> 0x12df6000 - 0x12e1afe7 +amarok_service_ampache.so ??? (???)
>> <66e1e685456c7545ebfc4fcbd0b45845>
>> /opt/kde4/lib/kde4/amarok_service_ampache.so
>> 0x12e3a000 - 0x12e57fff +amarok_service_opmldirectory.so ??? (???)
>> <6c29ed5687fdf5eead518421b18e6bde>
>> /opt/kde4/lib/kde4/amarok_service_opmldirectory.so
>> 0x12e6e000 - 0x12e95fff +amarok_service_mp3tunes.so ??? (???)
>> <2cee6f7e031acb8875e851f4c516b19a>
>> /opt/kde4/lib/kde4/amarok_service_mp3tunes.so
>> 0x12eba000 - 0x12ee7fff +libcurl.4.dylib ??? (???)
>> /opt/local/lib/libcurl.4.dylib
>> 0x12ef0000 - 0x12ef5fff +org.slashpunt.edit_in_odbeditor ??? (1.0)
>> /Library/InputManagers/Edit In ODBEditor/Edit in
>> ODBEditor.bundle/Contents/MacOS/Edit in ODBEditor
>> 0x13000000 - 0x13103fef +libxml2.2.dylib ??? (???)
>> /opt/local/lib/libxml2.2.dylib
>> 0x13135000 - 0x1317ffe7 +amarok_service_magnatunestore.so ??? (???)
>> <2d9e8e85eb17056ec2ce9df16367b9e2>
>> /opt/kde4/lib/kde4/amarok_service_magnatunestore.so
>> 0x131b9000 - 0x1325efe7 +amarok_service_lastfm.so ??? (???)
>> <e845df32f6406f03b1277d25b7e9c531>
>> /opt/kde4/lib/kde4/amarok_service_lastfm.so
>> 0x1430b000 - 0x14314fff +net.sourceforge.SafariAdBlock 0.3.2 (0.3.2)
>> <83d3f111f660be3866ff42427e0bd1c9> /Library/InputManagers/Safari
>> AdBlock/Safari AdBlock.bundle/Contents/MacOS/Safari AdBlock
>> 0x14321000 - 0x1435efe3 +com.zang.RegexKit 0.6.0 (0.6.0)
>> /Library/InputManagers/Safari AdBlock/Safari
>> AdBlock.bundle/Contents/Frameworks/RegexKit.framework/Versions/A/RegexKit
>> 0x14d93000 - 0x14d98fff  com.apple.DictionaryServiceComponent 1.1
>> (1.1) <8edc1180f52db18e9ddfb4e95debe61b>
>>
>> /System/Library/Components/DictionaryService.component/Contents/MacOS/DictionaryService
>> 0x14e3d000 - 0x14e46fca +com.cod3r.ac3movieimport 1.7.6 (1.7.6)
>>
>> /Users/orville/Library/QuickTime/AC3MovieImport.component/Contents/MacOS/AC3MovieImport
>> 0x14e4b000 - 0x14e4dffb  com.apple.PDFImporter 1.7 (???)
>> <490de796fe9a6b3b8a9844a1630d38e2>
>>
>> /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
>> 0x15000000 - 0x15060fef  com.apple.QuickTimeMPEG.component 7.4.5 (67)
>>
>> /System/Library/QuickTime/QuickTimeMPEG.component/Contents/MacOS/QuickTimeMPEG
>> 0x15597000 - 0x156f7fe1  com.apple.QuickTimeStreaming.component 7.4.5
>> (67) <b07602ccc1536a874b3b7a28454a070e>
>>
>> /System/Library/QuickTime/QuickTimeStreaming.component/Contents/MacOS/QuickTimeStreaming
>> 0x15beb000 - 0x15e2bfd2 +net.telestream.wmv.import 2.2.0.49 (2.2.0.49)
>> /Library/QuickTime/Flip4Mac WMV
>> Import.component/Contents/MacOS/Flip4Mac WMV Import
>> 0x15e63000 - 0x16088ffc +org.perian.Perian 1.1 (1.1)
>> <1f0d751abac46ab4fe8b505bbdd89219>
>> /Users/orville/Library/QuickTime/Perian.component/Contents/MacOS/Perian
>> 0x16165000 - 0x16224fff +org.xiph.xiph-qt.xiphqt 0.1.8 (0.1.8)
>> /Users/orville/Library/Components/XiphQT.component/Contents/MacOS/XiphQT
>> 0x16e90000 - 0x16ea6feb +amarok_context_applet_serviceinfo.so ???
>> (???) <fe522300ed1dc3c9cf1b0a1e3b71361f>
>> /opt/kde4/lib/kde4/amarok_context_applet_serviceinfo.so
>> 0x16eb6000 - 0x16ec9fe3 +amarok_data_engine_service.so ??? (???)
>> <b93906d5dce36ed5cc24299f5854b98d>
>> /opt/kde4/lib/kde4/amarok_data_engine_service.so
>> 0x16ed4000 - 0x16ef6fe7 +libqcncodecs.bundle ??? (???)
>> <b78f987647ebf6902f454d73ad8b0495>
>> /opt/qt4/plugins/codecs/libqcncodecs.bundle
>> 0x16efb000 - 0x16f22fe9 +libqjpcodecs.bundle ??? (???)
>> <04566b1267964ebf059d6d5ed735d4f3>
>> /opt/qt4/plugins/codecs/libqjpcodecs.bundle
>> 0x16f2c000 - 0x16f3efe3 +libqkrcodecs.bundle ??? (???)
>> <3a5561b2286e928dd89278ee862b921b>
>> /opt/qt4/plugins/codecs/libqkrcodecs.bundle
>> 0x16f43000 - 0x16f68ffb +libqtwcodecs.bundle ??? (???)
>> <bcafdb3f62104dcd14cae7b082e2e59e>
>> /opt/qt4/plugins/codecs/libqtwcodecs.bundle
>> 0x16f92000 - 0x16facff7 +amarok_context_applet_currenttrack.so ???
>> (???) <9ae88e885f4dd27c0cc5d8ed61005998>
>> /opt/kde4/lib/kde4/amarok_context_applet_currenttrack.so
>> 0x17177000 - 0x1718cfeb +amarok_data_engine_current.so ??? (???)
>> <80c1f958a9ecd0c72d6b72c7a3403f90>
>> /opt/kde4/lib/kde4/amarok_data_engine_current.so
>> 0x17400000 - 0x17590fff  com.apple.audio.codecs.Components 1.6.2
>> (1.6.2)
>> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
>> 0x70000000 - 0x700e3ff2  com.apple.audio.units.Components 1.5.1
>> (1.5.1)
>> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
>> 0x8fe00000 - 0x8fe2da53  dyld 96.2 (???)
>> <7af47d3b00b2268947563c7fa8c59a07> /usr/lib/dyld
>> 0x90003000 - 0x9001eff3  libPng.dylib ??? (???)
>> <c0484bec6e2432b406755591924fe664>
>>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
>> 0x9001f000 - 0x90037fff  com.apple.openscripting 1.2.6 (???)
>> <b8e553df643f2aec68fa968b3b459b2b>
>>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
>> 0x9013a000 - 0x9017cfef  com.apple.NavigationServices 3.5.2 (163)
>> <91844980804067b07a0b6124310d3f31>
>>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
>> 0x9017d000 - 0x90650ffe  libGLProgrammability.dylib ??? (???)
>> <475db64244e011cd8811e076035b2632>
>>
>> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
>> 0x90651000 - 0x90654fff  com.apple.help 1.1 (36)
>> <b507b08e484cb89033e9cf23062d77de>
>>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
>> 0x90655000 - 0x9092fff3  com.apple.CoreServices.CarbonCore 786.4
>> (786.4) <059c4803a7a95e3c1a95a332baeb1edf>
>>
>> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
>> 0x90930000 - 0x90c37ff7  com.apple.HIToolbox 1.5.3 (???)
>> <e36f5c553e5a32f64b7eb458dadadc71>
>>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
>> 0x90c38000 - 0x90cffff2  com.apple.vImage 3.0 (3.0)
>>
>> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
>> 0x90d3e000 - 0x90d66ff7  com.apple.shortcut 1 (1.0)
>> <057783867138902b52bc0941fedb74d1>
>> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
>> 0x90d67000 - 0x90dc3ff7  com.apple.htmlrendering 68 (1.1.3)
>> <fe87a9dede38db00e6c8949942c6bd4f>
>>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
>> 0x90dc4000 - 0x90f91fe7  com.apple.security 5.0.3 (33532)
>> <3bef414f3c6f433e707ac5abee340e16>
>> /System/Library/Frameworks/Security.framework/Versions/A/Security
>> 0x90fe3000 - 0x91095ffb  libcrypto.0.9.7.dylib ??? (???)
>> <330b0e48e67faffc8c22dfc069ca7a47> /usr/lib/libcrypto.0.9.7.dylib
>> 0x910ac000 - 0x9117aff7  com.apple.JavaScriptCore 5525.17 (5525.17)
>> <6d94a2fa975b6fc947bd28228a6bc830>
>>
>> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
>> 0x9117b000 - 0x911a8feb  libvDSP.dylib ??? (???)
>> <b232c018ddd040ec4e2c2af632dd497f>
>>
>> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
>> 0x911bb000 - 0x91214ff7  libGLU.dylib ??? (???)
>>
>> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
>> 0x9124e000 - 0x91255ffe  libbsm.dylib ??? (???)
>> <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
>> 0x914f4000 - 0x9150afff  com.apple.DictionaryServices 1.0.0 (1.0.0)
>> <ad0aa0252e3323d182e17f50defe56fc>
>>
>> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
>> 0x9150b000 - 0x915adff3  com.apple.QuickTimeImporters.component 7.4.5
>> (67)
>> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
>> 0x915ae000 - 0x915b6fff  com.apple.DiskArbitration 2.2.1 (2.2.1)
>> <75b0c8d8940a8a27816961dddcac8e0f>
>>
>> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
>> 0x915b7000 - 0x91674fff  com.apple.WebKit 5525.18 (5525.18)
>> <7e41e38368974ed048c2f027a961dbd4>
>> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
>> 0x916dc000 - 0x916f2fe7  com.apple.CoreVideo 1.5.0 (1.5.0)
>> <bad2d3a9a92fdecd02e64f0b73a76f27>
>> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
>> 0x916f3000 - 0x9171bfff  libcups.2.dylib ??? (???)
>> <ece20dff2a2c8ed3ae6ef735ef440c37> /usr/lib/libcups.2.dylib
>> 0x9171c000 - 0x91720fff  libmathCommon.A.dylib ??? (???)
>> /usr/lib/system/libmathCommon.A.dylib
>> 0x91721000 - 0x917d1fff  edu.mit.Kerberos 6.0.12 (6.0.12)
>> <1dc515ebe407292db8e603938c72d4e8>
>> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
>> 0x917d2000 - 0x9180cfff  com.apple.coreui 1.1 (61)
>> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
>> 0x9180d000 - 0x9193ffff  com.apple.CoreFoundation 6.5.2 (476.13)
>> <b633d15f2901d73670cb1475628df1b3>
>>
>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
>> 0x91940000 - 0x91f90fff  com.apple.WebCore 5525.18.1 (5525.18.1)
>> <9fcf69305c5b48dd8a5cb77107f66c7a>
>>
>> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
>> 0x9206b000 - 0x9206bffc  com.apple.audio.units.AudioUnit 1.5 (1.5)
>> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
>> 0x9206c000 - 0x9206cffb  com.apple.installserver.framework 1.0 (8)
>>
>> /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
>> 0x9206d000 - 0x920e7ff8  com.apple.print.framework.PrintCore 5.5.3
>> (245.3) <222dade7b33b99708b8c09d1303f93fc>
>>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
>> 0x920e8000 - 0x92142ff7  com.apple.CoreText 2.0.2 (???)
>> <9fde11f84a72e890bbf2aa8b0b13b79a>
>>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
>> 0x92175000 - 0x92181fff  libbz2.1.0.dylib ??? (???)
>> <9ea4fe135c9e52bd0590eec12c738e82> /usr/lib/libbz2.1.0.dylib
>> 0x92182000 - 0x92215fff  com.apple.ink.framework 101.3 (86)
>> <bf3fa8927b4b8baae92381a976fd2079>
>>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
>> 0x92216000 - 0x9223afeb  libssl.0.9.7.dylib ??? (???)
>> <acee7fc534674498dcac211318aa23e8> /usr/lib/libssl.0.9.7.dylib
>> 0x9223b000 - 0x92242fff  com.apple.agl 3.0.9 (AGL-3.0.9)
>> <7dac4a7cb0de2f6d08ae71c1249379e3>
>> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
>> 0x92243000 - 0x928dffff  com.apple.CoreGraphics 1.351.31 (???)
>> <c97a42498636b2596764e48669f98e00>
>>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
>> 0x92925000 - 0x929affe3  com.apple.DesktopServices 1.4.6 (1.4.6)
>> <94d1a28b351b7dff77becadab0967772>
>>
>> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
>> 0x929b0000 - 0x92a3cff7  com.apple.LaunchServices 289.2 (289.2)
>> <3577886e3a6d56ee3949850c4fde76c9>
>>
>> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
>> 0x92a88000 - 0x92da8fe2  com.apple.QuickTime 7.4.5 (67)
>> <520cbf4ae05622466ad1b89f1ba3a4e1>
>> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
>> 0x92da9000 - 0x92e9dff4  libiconv.2.dylib ??? (???)
>> <c508c60fafca17824c0017b2e4369802> /usr/lib/libiconv.2.dylib
>> 0x92eda000 - 0x92ee1ff7  libCGATS.A.dylib ??? (???)
>> <9b29a5500efe01cc3adea67bbc42568e>
>>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
>> 0x93062000 - 0x930e4ffb  com.apple.CFNetwork 330 (330)
>> <6c5eda16e640b09334809ba4c1df985d>
>>
>> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
>> 0x930e5000 - 0x93170fff  com.apple.framework.IOKit 1.5.1 (???)
>> <60cfc4b175c4ef60bb8e9036716a29f4>
>> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
>> 0x93171000 - 0x9317afff  com.apple.speech.recognition.framework 3.7.24
>> (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602>
>>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
>> 0x931e6000 - 0x93204fff  libresolv.9.dylib ??? (???)
>> <0629b6dcd71f4aac6a891cbe26253e85> /usr/lib/libresolv.9.dylib
>> 0x93205000 - 0x93244fef  libTIFF.dylib ??? (???)
>> <6d0f80e9d4d81f3f64c876aca005bd53>
>>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
>> 0x9325d000 - 0x933a3ff7  com.apple.ImageIO.framework 2.0.2 (2.0.2)
>> <77dfee73f4c0d230425a5151ee0bce05>
>>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
>> 0x933a4000 - 0x933b8ff3  com.apple.ImageCapture 4.0 (5.0.0)
>>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
>> 0x933b9000 - 0x933b9ffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2)
>> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
>> 0x93541000 - 0x93609fe7  com.apple.QuickTimeMPEG4.component 7.4.5 (67)
>>
>> /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG4
>> 0x9360a000 - 0x93a1afef  libBLAS.dylib ??? (???)
>>
>> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
>> 0x93a25000 - 0x93a44ffa  libJPEG.dylib ??? (???)
>> <0cfb80109d624beb9ceb3c43b6c5ec10>
>>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
>> 0x93a48000 - 0x93ac7ff5  com.apple.SearchKit 1.2.0 (1.2.0)
>> <277b460da86bc222785159fe77e2e2ed>
>>
>> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
>> 0x93ac8000 - 0x93ad6ffd  libz.1.dylib ??? (???)
>> <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
>> 0x93ad7000 - 0x93adefe9  libgcc_s.1.dylib ??? (???)
>> <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
>> 0x93adf000 - 0x93b16fff  com.apple.SystemConfiguration 1.9.2 (1.9.2)
>> <8b26ebf26a009a098484f1ed01ec499c>
>>
>> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
>> 0x93b17000 - 0x93be2fff  com.apple.ColorSync 4.5.0 (4.5.0)
>>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
>> 0x93be3000 - 0x93c0efe7  libauto.dylib ??? (???)
>> <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
>> 0x93c0f000 - 0x93c39fff  com.apple.CoreMediaPrivate 8.0 (8.0)
>> <a13e1ebd7bdd896e13d33ef37f3e966b>
>>
>> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMediaPrivate
>> 0x93c3a000 - 0x93d1bff7  libxml2.2.dylib ??? (???)
>> <1baef3d4972ee789d8fa6c1fa44da45c> /usr/lib/libxml2.2.dylib
>> 0x93d1c000 - 0x93dc3feb  com.apple.QD 3.11.52 (???)
>> <c72bd7bd2ce12694c3640a731d1ad878>
>>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
>> 0x93ea5000 - 0x93ea5fff  com.apple.Carbon 136 (136)
>> <98a5e3bc0c4fa44bbb09713bb88707fe>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
>> 0x93ea6000 - 0x93f23fef  libvMisc.dylib ??? (???)
>>
>> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
>> 0x93f24000 - 0x93fdefe3  com.apple.CoreServices.OSServices 226.3
>> (226.3) <456bdd65b936baf1ef497b74b4f960a8>
>>
>> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
>> 0x93ffc000 - 0x94002fff  com.apple.print.framework.Print 218.0.2
>> (220.1) <8bf7ef71216376d12fcd5ec17e43742c>
>>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
>> 0x94003000 - 0x9427efe7  com.apple.Foundation 6.5.5 (677.19)
>> <bfd4ebea1a7739dd6b523f15dca01a37>
>> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
>> 0x9427f000 - 0x943dfff3  libSystem.B.dylib ??? (???)
>> <a12f397abf2285077b89bd726bff5b18> /usr/lib/libSystem.B.dylib
>> 0x94659000 - 0x9465dfff  com.apple.CoreMediaAuthoringPrivate 1.3 (1.3)
>>
>> /System/Library/PrivateFrameworks/CoreMediaAuthoringPrivate.framework/Versions/A/CoreMediaAuthoringPrivate
>> 0x9465e000 - 0x949f4fff  com.apple.QuartzCore 1.5.3 (1.5.3)
>> <1b65c05f89e81a499302fd63295b242d>
>> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
>> 0x949f5000 - 0x94db3fea  libLAPACK.dylib ??? (???)
>>
>> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
>> 0x94db4000 - 0x94db4ffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib
>> 3.4.2)
>> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
>> 0x94dc3000 - 0x94dcdfeb  com.apple.audio.SoundManager 3.9.2 (3.9.2)
>> <0f2ba6e891d3761212cf5a5e6134d683>
>>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
>> 0x94dce000 - 0x94e1eff7  com.apple.HIServices 1.7.0 (???)
>> <f7e78891a6d08265c83dca8e378be1ea>
>>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
>> 0x94e1f000 - 0x94efefff  libobjc.A.dylib ??? (???)
>> <a53206274b6c2d42691f677863f379ae> /usr/lib/libobjc.A.dylib
>> 0x94eff000 - 0x94f8bffb  com.apple.QTKit 7.4.5 (67)
>> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
>> 0x94f91000 - 0x950c9ff7  libicucore.A.dylib ??? (???)
>> <5031226ea28b371d8dfdbb32acfb48b5> /usr/lib/libicucore.A.dylib
>> 0x950ca000 - 0x950daffc  com.apple.LangAnalysis 1.6.4 (1.6.4)
>> <cbeb17ab39f28351fe2ab5b82bf465bc>
>>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
>> 0x950db000 - 0x950dcffc  libffi.dylib ??? (???)
>> <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
>> 0x950dd000 - 0x95123fef  com.apple.Metadata 10.5.2 (398.18)
>> <adbb3a14e8f7da444e16d2fd61862771>
>>
>> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
>> 0x95124000 - 0x95921fef  com.apple.AppKit 6.5.3 (949.33)
>> <84b236f43802f4c15011513d18efa101>
>> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
>> 0x95922000 - 0x95926fff  libGIF.dylib ??? (???)
>> <d4234e6f5e5f530bdafb969157f1f17b>
>>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
>> 0x95927000 - 0x95927ffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2)
>> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
>> 0x95a85000 - 0x95ac6fe7  libRIP.A.dylib ??? (???)
>> <c8d988d3880d7268468112c64c626d86>
>>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
>> 0x95ac7000 - 0x95ac7ff8  com.apple.ApplicationServices 34 (34)
>> <8f910fa65f01d401ad8d04cc933cf887>
>>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
>> 0x95ac8000 - 0x95ad8fff  com.apple.speech.synthesis.framework 3.7.1
>> (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44>
>>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
>> 0x95b10000 - 0x95b10ffa  com.apple.CoreServices 32 (32)
>> <2fcc8f3bd5bbfc000b476cad8e6a3dd2>
>> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
>> 0x95b11000 - 0x95b98ff7  libsqlite3.0.dylib ??? (???)
>> <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
>> 0x95b99000 - 0x95bb9ff2  libGL.dylib ??? (???)
>>
>> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
>> 0x95bec000 - 0x96c9cff6  com.apple.QuickTimeComponents.component 7.4.5
>> (67)
>> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
>> 0x96d10000 - 0x96d1bff9  com.apple.helpdata 1.0 (14)
>> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
>> 0x96d1c000 - 0x96e40fe3  com.apple.audio.toolbox.AudioToolbox 1.5.1
>> (1.5.1)
>> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
>> 0x96e41000 - 0x96f26ff3  com.apple.CoreData 100.1 (186)
>> <8e28162ef2288692615b52acc01f8b54>
>> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
>> 0x96f5c000 - 0x96f67fe7  libCSync.A.dylib ??? (???)
>> <8011fc1963cebdde0c6f101dbee5afd7>
>>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
>> 0x96f68000 - 0x96f8cfff  libxslt.1.dylib ??? (???)
>> <4933ddc7f6618743197aadc85b33b5ab> /usr/lib/libxslt.1.dylib
>> 0x96fac000 - 0x96fb1fff  com.apple.CommonPanels 1.2.4 (85)
>> <ea0665f57cd267609466ed8b2b20e893>
>>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
>> 0x96fb2000 - 0x96fbefe7  com.apple.opengl 1.5.6 (1.5.6)
>> <125de77ea2434a91364e79a0905a7771>
>> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
>> 0x96fbf000 - 0x96ffdff7  libGLImage.dylib ??? (???)
>> <093b1b698ca93a0380f5fa262459ea28>
>>
>> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
>> 0x96ffe000 - 0x9703cfff  com.apple.CoreMediaIOServicesPrivate 8.0
>> (8.0)
>> /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions/A/CoreMediaIOServicesPrivate
>> 0x9708d000 - 0x97109feb  com.apple.audio.CoreAudio 3.1.0 (3.1)
>> <70bb7c657061631491029a61babe0b26>
>> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
>> 0x9710a000 - 0x9710aff8  com.apple.Cocoa 6.5 (???)
>> <e064f94d969ce25cb7de3cfb980c3249>
>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>> 0x9710b000 - 0x9713afe3  com.apple.AE 402.2 (402.2)
>> <e01596187e91af5d48653920017b8c8e>
>>
>> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
>> 0x9713b000 - 0x9713dfff  com.apple.securityhi 3.0 (30817)
>> <2b2854123fed609d1820d2779e2e0963>
>>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
>> 0x9713e000 - 0x9719bffb  libstdc++.6.dylib ??? (???)
>> <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
>> 0x9719d000 - 0x97230ff3  com.apple.ApplicationServices.ATS 3.3 (???)
>> <064eb6d96417afa38a80b1735c4113aa>
>>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
>> 0x97231000 - 0x97233ff5  libRadiance.dylib ??? (???)
>> <20eadb285da83df96c795c2c5fa20590>
>>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
>> 0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???)
>> /usr/lib/libobjc.A.dylib
>> 0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???)
>> /usr/lib/libSystem.B.dylib
>>
>>
>>
>> --
>> All your gmail are belong to us.
>> _______________________________________________
>> Phonon-backends mailing list
>> Phonon-backends at kde.org
>> https://mail.kde.org/mailman/listinfo/phonon-backends
>
>



-- 
All your gmail are belong to us.


More information about the Phonon-backends mailing list