Hello

Using the Browser demo application shipped with QT 4.5, the site
www.getdropbox.com crashes the application on OSX

QT Version is qt-all-commercial-src-4.5.0-snapshot-20081126

Luc

OSX crash report:

Process:         Browser [649]
Path:
/usr/local/trolltech/Qt-4.5.0/demos/browser/Browser.app/Contents/MacOS/Browser
Identifier:      com.trolltech.DemoBrowser
Version:         ??? (???)
Code Type:       X86 (Native)
Parent Process:  launchd [181]

Date/Time:       2008-11-27 10:19:09.376 +0100
OS Version:      Mac OS X 10.5.5 (9F33)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x000000000000000e
Crashed Thread:  0

Thread 0 Crashed:
0   QtWebKit                            0x01c704f0
JSC::Machine::privateExecute(JSC::Machine::ExecutionFlag,
JSC::RegisterFile*, JSC::Register*, JSC::JSValue**) + 4464
1   QtWebKit                            0x01c7d963
JSC::Machine::execute(JSC::FunctionBodyNode*, JSC::ExecState*,
JSC::JSFunction*, JSC::JSObject*, JSC::ArgList const&,
JSC::ScopeChainNode*, JSC::JSValue**) + 371
2   QtWebKit                            0x01ca8cc7
JSC::JSFunction::call(JSC::ExecState*, JSC::JSValue*, JSC::ArgList
const&) + 119
3   QtWebKit                            0x01c9f1e6
JSC::functionProtoFuncCall(JSC::ExecState*, JSC::JSObject*,
JSC::JSValue*, JSC::ArgList const&) + 262
4   QtWebKit                            0x01c7af70
JSC::Machine::privateExecute(JSC::Machine::ExecutionFlag,
JSC::RegisterFile*, JSC::Register*, JSC::JSValue**) + 48112
5   QtWebKit                            0x01c7d963
JSC::Machine::execute(JSC::FunctionBodyNode*, JSC::ExecState*,
JSC::JSFunction*, JSC::JSObject*, JSC::ArgList const&,
JSC::ScopeChainNode*, JSC::JSValue**) + 371
6   QtWebKit                            0x01ca8cc7
JSC::JSFunction::call(JSC::ExecState*, JSC::JSValue*, JSC::ArgList
const&) + 119
7   QtWebKit                            0x0136468f
WebCore::JSAbstractEventListener::handleEvent(WebCore::Event*, bool) +
1295
8   QtWebKit                            0x01412686
WebCore::Document::handleWindowEvent(WebCore::Event*, bool) + 182
9   QtWebKit                            0x0143bb0a
WebCore::EventTargetNode::dispatchWindowEvent(WTF::PassRefPtr<WebCore::Event>)
+ 122
10  QtWebKit                            0x0143c2a0
WebCore::EventTargetNode::dispatchWindowEvent(WebCore::AtomicString
const&, bool, bool) + 112
11  QtWebKit                            0x0141e75c
WebCore::Document::implicitClose() + 316
12  QtWebKit                            0x015d4f99
WebCore::FrameLoader::checkCompleted() + 169
13  QtWebKit                            0x015ed600
WebCore::Loader::Host::didFinishLoading(WebCore::SubresourceLoader*) +
304
14  QtWebKit                            0x015fb6c1
WebCore::SubresourceLoader::didFinishLoading() + 49
15  QtWebKit                            0x017b8ba5
WebCore::QNetworkReplyHandler::finish() + 709
16  QtWebKit                            0x017b8ebe
WebCore::QNetworkReplyHandler::qt_metacall(QMetaObject::Call, int,
void**) + 126
17  QtCore                              0x004ef1eb
QMetaCallEvent::placeMetaCall(QObject*) + 43
18  QtCore                              0x004f20fd QObject::event(QEvent*) + 541
19  QtGui                               0x026ce74f
QApplicationPrivate::notify_helper(QObject*, QEvent*) + 191
20  QtGui                               0x026d523c
QApplication::notify(QObject*, QEvent*) + 284
21  QtCore                              0x004df222
QCoreApplication::notifyInternal(QObject*, QEvent*) + 98
22  QtCore                              0x004e2561
QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*)
+ 705
23  QtGui                               0x026781be
QEventDispatcherMacPrivate::postedEventsSourcePerformCallback(void*) +
62
24  com.apple.CoreFoundation            0x93021615 CFRunLoopRunSpecific + 3141
25  com.apple.CoreFoundation            0x93021cf8 CFRunLoopRunInMode + 88
26  com.apple.HIToolbox                 0x95611480 RunCurrentEventLoopInMode + 
283
27  com.apple.HIToolbox                 0x95611299 ReceiveNextEventCommon + 374
28  com.apple.HIToolbox                 0x9575454b ReceiveNextEvent + 58
29  QtGui                               0x02678808
QEventDispatcherMac::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)
+ 312
30  QtCore                              0x004de7d1
QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 65
31  QtCore                              0x004de97d
QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 157
32  QtCore                              0x004e27de QCoreApplication::exec() + 
174
33  com.trolltech.DemoBrowser           0x000435b9 main + 67
34  com.trolltech.DemoBrowser           0x00007627 _start + 209
35  com.trolltech.DemoBrowser           0x00007555 start + 41

Thread 1:
0   libSystem.B.dylib                   0x95a215e2 select$DARWIN_EXTSN + 10
1   libSystem.B.dylib                   0x95a026f5 _pthread_start + 321
2   libSystem.B.dylib                   0x95a025b2 thread_start + 34

Thread 2:
0   libSystem.B.dylib                   0x959d14ee semaphore_wait_signal_trap + 
10
1   libSystem.B.dylib                   0x95a03866 _pthread_cond_wait + 1267
2   libSystem.B.dylib                   0x95a49371 pthread_cond_wait + 48
3   QtCore                              0x003f0be6
QWaitCondition::wait(QMutex*, unsigned long) + 278
4   QtWebKit                            0x01d0a6b4
WTF::ThreadCondition::wait(WTF::Mutex&) + 36
5   QtWebKit                            0x01891c2f
WebCore::IconDatabase::syncThreadMainLoop() + 239
6   QtWebKit                            0x01891d4c
WebCore::IconDatabase::iconDatabaseSyncThread() + 188
7   QtWebKit                            0x01d0a3a3 WTF::ThreadPrivate::run() + 
19
8   QtCore                              0x003ef7bb QThreadPrivate::start(void*) 
+ 203
9   libSystem.B.dylib                   0x95a026f5 _pthread_start + 321
10  libSystem.B.dylib                   0x95a025b2 thread_start + 34

Thread 3:
0   libSystem.B.dylib                   0x959d14ee semaphore_wait_signal_trap + 
10
1   libSystem.B.dylib                   0x95a03866 _pthread_cond_wait + 1267
2   libSystem.B.dylib                   0x95a49371 pthread_cond_wait + 48
3   QtCore                              0x003f0be6
QWaitCondition::wait(QMutex*, unsigned long) + 278
4   QtNetwork                           0x00293cc6 QHostInfoAgent::run() + 566
5   QtCore                              0x003ef7bb QThreadPrivate::start(void*) 
+ 203
6   libSystem.B.dylib                   0x95a026f5 _pthread_start + 321
7   libSystem.B.dylib                   0x95a025b2 thread_start + 34

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x00000018  ebx: 0x01c6f391  ecx: 0x1b108118  edx: 0x0000000a
  edi: 0x03cd32f0  esi: 0x00000018  ebp: 0xbfffd9b8  esp: 0xbfffcae0
   ss: 0x0000001f  efl: 0x00010246  eip: 0x01c704f0   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
  cr2: 0x0000000e

Binary Images:
    0x1000 -    0xe7ff6 +com.trolltech.DemoBrowser ??? (???)
<5864e6ee9ff5f23c87a2da76838702fc>
/usr/local/trolltech/Qt-4.5.0/demos/browser/Browser.app/Contents/MacOS/Browser
  0x162000 -   0x194fe2 +phonon ??? (???)
<f3079645ebab76c7e6fd7cafa3184290>
/usr/local/Trolltech/Qt-4.5.0/lib/phonon.framework/Versions/4/phonon
  0x1b4000 -   0x210ff2 +QtDBus ??? (???)
<6d059a9308900fae15eb02a2b3adea88>
/Library/Frameworks/QtDBus.framework/Versions/4/QtDBus
  0x237000 -   0x317ff2 +QtNetwork ??? (???)
<e26d43eba5d1a7710ddc6c6ef27406a5>
/usr/local/Trolltech/Qt-4.5.0/lib/QtNetwork.framework/Versions/4/QtNetwork
  0x36c000 -   0x3bafff +QtXml ??? (???)
<0748a15e7a16b1249349377fbfdee26e>
/usr/local/Trolltech/Qt-4.5.0/lib/QtXml.framework/Versions/4/QtXml
  0x3db000 -   0x5adff3 +QtCore ??? (???)
<c2b4eda5984a8c057c38cd7fff3899bb>
/usr/local/Trolltech/Qt-4.5.0/lib/QtCore.framework/Versions/4/QtCore
  0x630000 -   0x64ffe3 +libpng12.0.dylib ??? (???)
<a8e502713f72fc8d42dfca9a735cdeb2> /usr/local/lib/libpng12.0.dylib
  0x65d000 -   0x6abfff +QtXml ??? (???)
<2baef6903a679b1c106ba1dded9761b8>
/Library/Frameworks/QtXml.framework/Versions/4/QtXml
  0x6d3000 -   0x6d3ffd  com.apple.verifieddownloadplugin 1.1 (32844)
/Library/Internet
Plug-Ins/VerifiedDownloadPlugin.plugin/Contents/MacOS/VerifiedDownloadPlugin
  0x777000 -   0x789fff  libTraditionalChineseConverter.dylib ???
(???) <932e150584e4b29eaffd02a44796f0d3>
/System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
  0x78d000 -   0x79bfeb  libSimplifiedChineseConverter.dylib ??? (???)
<ce2c7b2ec834152d2ab1e34775707fd5>
/System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
  0x7b5000 -   0x7bcfff +libqgif.dylib ??? (???)
<01824f3d0db0ef3aefa704b3077cc36d>
/usr/local/Trolltech/Qt-4.5.0/plugins/imageformats/libqgif.dylib
  0x7f0000 -   0x7f6fff +libqsvg.dylib ??? (???)
<a944f2ed0517d4f7acff9badfbdf9abf>
/usr/local/Trolltech/Qt-4.5.0/plugins/imageformats/libqsvg.dylib
  0xa85000 -   0xa8cfff +libqico.dylib ??? (???)
<8cf2e70d17081fa00db681960e714f19>
/usr/local/Trolltech/Qt-4.5.0/plugins/imageformats/libqico.dylib
  0xa92000 -   0xa98fff +libqtiff.dylib ??? (???)
<fc3416f6cda4138a25bc4ce43e28cd4b>
/usr/local/Trolltech/Qt-4.5.0/plugins/imageformats/libqtiff.dylib
  0xac5000 -   0xac5ffc +com.joost.browserplugin.mac 0.13.8 (0.13.8)
/Library/Internet
Plug-Ins/JoostPlugin.plugin/Contents/MacOS/JoostPlugin
 0x1326000 -  0x1f72fe2 +QtWebKit ??? (???)
<cb386965584e4f19f0f5c730f814e81e>
/usr/local/Trolltech/Qt-4.5.0/lib/QtWebKit.framework/Versions/4/QtWebKit
 0x264c000 -  0x2e46fe2 +QtGui ??? (???)
<44ef166128a291c1ef299cb9d728dbac>
/usr/local/Trolltech/Qt-4.5.0/lib/QtGui.framework/Versions/4/QtGui
 0x30d1000 -  0x3290ff3 +QtCore ??? (???)
<c589f9e7978027ec806252a58a83fd3f>
/Library/Frameworks/QtCore.framework/Versions/4/QtCore
 0x37c2000 -  0x37e6feb +libqjpeg.dylib ??? (???)
<0cde9e286eb1ccd1651e186229a7c788>
/usr/local/Trolltech/Qt-4.5.0/plugins/imageformats/libqjpeg.dylib
0x18299000 - 0x18481fff  com.apple.RawCamera.bundle 2.0.11 (410)
<7704cc57f7daceb81672bfdc4434da40>
/System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x1850d000 - 0x18555fe7 +libqmng.dylib ??? (???)
<97ddd09a13de8198abfdaa311198ae3f>
/usr/local/Trolltech/Qt-4.5.0/plugins/imageformats/libqmng.dylib
0x18565000 - 0x185a4ff3 +QtSvg ??? (???)
<cfde5043a156564616fc9e78e754078c>
/usr/local/Trolltech/Qt-4.5.0/lib/QtSvg.framework/Versions/4/QtSvg
0x185c2000 - 0x18629fef +libtiff.3.dylib ??? (???)
<2ea85bc1d084de78de667ae441ea2863> /usr/local/lib/libtiff.3.dylib
0x19072000 - 0x1907cffc +libqsvgicon.dylib ??? (???)
<c34be5e0e1e7e03f7e78a4dde966e666>
/usr/local/Trolltech/Qt-4.5.0/plugins/iconengines/libqsvgicon.dylib
0x190b4000 - 0x190d6ffb +libqcncodecs.dylib ??? (???)
<19f5d5e89de6a5c620445d1b542e19da>
/usr/local/Trolltech/Qt-4.5.0/plugins/codecs/libqcncodecs.dylib
0x190db000 - 0x19103ff1 +libqjpcodecs.dylib ??? (???)
<7d257bb2480f455b64114aaafa340f5d>
/usr/local/Trolltech/Qt-4.5.0/plugins/codecs/libqjpcodecs.dylib
0x1910d000 - 0x19120feb +libqkrcodecs.dylib ??? (???)
<dcbc6541e4a1bb8e4ba28b67d41d2e77>
/usr/local/Trolltech/Qt-4.5.0/plugins/codecs/libqkrcodecs.dylib
0x19125000 - 0x1914bffb +libqtwcodecs.dylib ??? (???)
<287ec30cffc252dc3d277e1e9ca0ebc8>
/usr/local/Trolltech/Qt-4.5.0/plugins/codecs/libqtwcodecs.dylib
0x1b7be000 - 0x1b7c5fff  com.apple.QuartzComposer.webplugin 1.1 (30)
<c3a657cf798b927d3ca4dd33f13280de> /Library/Internet Plug-Ins/Quartz
Composer.webplugin/Contents/MacOS/Quartz Composer
0x1b7da000 - 0x1b7daffe  com.apple.JavaPluginCocoa 12.2.0 (12.2.0)
<b08d1285182ffcbaedd747d17fdaeefd> /Library/Internet
Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa
0x1b7f0000 - 0x1b929fdf +com.divx.DivXBrowserPlugin 1.3 (1.3.1.10)
/Library/Internet
Plug-Ins/DivXBrowserPlugin.plugin/Contents/MacOS/DivXBrowserPlugin
0x1b988000 - 0x1b997fff  com.apple.quicktime.webplugin 7.5.5 (990.7)
/Library/Internet Plug-Ins/QuickTime
Plugin.webplugin/Contents/MacOS/QuickTime Plugin
0x1b9a3000 - 0x1b9c3ffe +com.adobe.acrobat.pdfviewer 8.1.0 (8.1.0)
<0bbf5ee630014d71a5c7680c790803a9> /Library/Internet
Plug-Ins/AdobePDFViewer.plugin/Contents/MacOS/AdobePDFViewer
0x1b9d7000 - 0x1b9f4007 +com.RealNetworks.RealPlayerPlugin ???
(0.0.1d1) /Applications/other/RealPlayer.app/Contents/MacOS/RealPlayer
Plugin.plugin/Contents/MacOS/RealPlayer Plugin
0x1b9fe000 - 0x1ba25fdd +net.telestream.wmv.webplugin 2.2.1.11
(2.2.1.11) /Library/Internet Plug-Ins/Flip4Mac WMV
Plugin.webplugin/Contents/MacOS/Flip4Mac WMV Plugin
0x1ba37000 - 0x1ba3dffd  com.apple.JavaVM 12.2.0 (12.2.0)
<9ad39149cc7ecc91da3e93df7f61d315>
/System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
0x1ba46000 - 0x1ba69fcf +net.telestream.wmv.plugin 2.2.1.11 (2.2.1.11)
/Library/Internet Plug-Ins/Flip4Mac WMV
Plugin.plugin/Contents/MacOS/Flip4Mac WMV Plugin
0x1baae000 - 0x1bab6feb +vlc_libintl.dylib ??? (???) /Library/Internet
Plug-Ins/VLC Plugin.plugin/Contents/MacOS/lib/vlc_libintl.dylib
0x1babb000 - 0x1bac2fff +vlc_libdvbpsi.dylib ??? (???)
/Library/Internet Plug-Ins/VLC
Plugin.plugin/Contents/MacOS/lib/vlc_libdvbpsi.dylib
0x1bac7000 - 0x1bac9fec +vlc_libogg.dylib ??? (???) /Library/Internet
Plug-Ins/VLC Plugin.plugin/Contents/MacOS/lib/vlc_libogg.dylib
0x1bad3000 - 0x1bad3ffb  com.apple.plugin.iPhotoPhotocast 7.0 (7.0)
/Library/Internet
Plug-Ins/iPhotoPhotocast.plugin/Contents/MacOS/iPhotoPhotocast
0x1bb41000 - 0x1bbaefff +com.DivXInc.DivXDecoder 6.6.0 (6.6.0)
/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
0x1bbbd000 - 0x1c1c29ae +com.netscape.vlc VLC Plug-in version 0.8.6b
(0.8.6b) /Library/Internet Plug-Ins/VLC
Plugin.plugin/Contents/MacOS/VLC Plugin
0x1cd17000 - 0x1cd50ff3 +vlc_libtheora.dylib ??? (???)
/Library/Internet Plug-Ins/VLC
Plugin.plugin/Contents/MacOS/lib/vlc_libtheora.dylib
0x1cd56000 - 0x1cd85ffe  com.apple.QuickTime Plugin.plugin 7.5.5
(990.7) /Library/Internet Plug-Ins/QuickTime
Plugin.plugin/Contents/MacOS/QuickTime Plugin
0x1cd99000 - 0x1ce168e3 +com.yahoo.browserplus 1.0 (1.0)
/Users/luc/Library/Internet
Plug-Ins/BrowserPlus_2.1.7.plugin/Contents/MacOS/BrowserPlus
0x1ce82000 - 0x1d482ffb +com.macromedia.Flash Player.plugin 9.0.124
(1.0.4f60) <8355dcf076564b6784c517fd0eccb2f2> /Library/Internet
Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
0x1d5c3000 - 0x1d5e2fed  com.apple.audio.CoreAudioKit 1.5 (1.5)
<82f2e52c502db7f3b32349a54209a0fe>
/System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
0x1e5f4000 - 0x1e6bdfd8 +com.divx.DivXContentUploadPlugin 1.2
(1.2.1.12) /Library/Internet
Plug-Ins/ContentUploaderPlugin.plugin/Contents/MacOS/ContentUploaderPlugin
0x8fe00000 - 0x8fe2da53  dyld 96.2 (???)
<14ac3b684fa5a31932fa89c4bba7a29b> /usr/lib/dyld
0x900e7000 - 0x900f2fe7  libCSync.A.dylib ??? (???)
<86d2f2e167ba6f74f45a186f5c7f8980>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x90112000 - 0x90112ffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2)
/System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x90113000 - 0x90132ffa  libJPEG.dylib ??? (???)
<e7eb56555109e23144924cd64aa8daec>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x90133000 - 0x910e8ffe  com.apple.QuickTimeComponents.component 7.5.5
(990.7) 
/System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
0x910e9000 - 0x910ecfff  com.apple.help 1.1 (36)
<b507b08e484cb89033e9cf23062d77de>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x910ed000 - 0x91211fe3  com.apple.audio.toolbox.AudioToolbox 1.5.1
(1.5.1) 
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x91212000 - 0x9124cfe7  com.apple.coreui 1.2 (62)
/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x9124d000 - 0x9165dfef  libBLAS.dylib ??? (???)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x9168d000 - 0x916bcfe3  com.apple.AE 402.2 (402.2)
<e01596187e91af5d48653920017b8c8e>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x916bd000 - 0x916c7feb  com.apple.audio.SoundManager 3.9.2 (3.9.2)
<0f2ba6e891d3761212cf5a5e6134d683>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x916c8000 - 0x916d4ff9  com.apple.helpdata 1.0.1 (14.2)
/System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x917d7000 - 0x919a5fff  com.apple.security 5.0.4 (34102)
<f01d6cbd6a0f24f6c13952ed448e77d6>
/System/Library/Frameworks/Security.framework/Versions/A/Security
0x91a0b000 - 0x91a36fe7  libauto.dylib ??? (???)
<42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
0x91a37000 - 0x91a79fef  com.apple.NavigationServices 3.5.2 (163)
<91844980804067b07a0b6124310d3f31>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x91a7a000 - 0x91b21feb  com.apple.QD 3.11.54 (???)
<b743398c24c38e581a86e91744a2ba6e>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x91b22000 - 0x91b22ffb  com.apple.installserver.framework 1.0 (8)
/System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x91b23000 - 0x91b9dff8  com.apple.print.framework.PrintCore 5.5.3
(245.3) <222dade7b33b99708b8c09d1303f93fc>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x91b9e000 - 0x91c4cffb  com.apple.QTKit 7.5.5 (990.7)
/System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x91c4d000 - 0x91c53fff  com.apple.print.framework.Print 218.0.2
(220.1) <8bf7ef71216376d12fcd5ec17e43742c>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x91c54000 - 0x91c54ffe  com.apple.MonitorPanelFramework 1.2.0 (1.2.0)
<a2b462be6c51187eddf7d097ef0e0a04>
/System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x91c55000 - 0x91c55fff  com.apple.Carbon 136 (136)
<27d42531a2cbeb05a7f4d05a28281bd7>
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x91c56000 - 0x91c5ffff  com.apple.speech.recognition.framework 3.7.24
(3.7.24) <73cf6b3c5ddf94d7ce9ae2c81c1b558c>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x91c60000 - 0x91d10fff  edu.mit.Kerberos 6.0.12 (6.0.12)
<da7253e3fb7e47e46cb46d47ed320ffc>
/System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x91d2e000 - 0x91db2fe3  com.apple.CFNetwork 339.5 (339.5)
<c6565c13b0356e1d4bb99a68398d558b>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x91db3000 - 0x91dd7feb  libssl.0.9.7.dylib ??? (???)
<c7359b7ab32b5f8574520746e10a41cc> /usr/lib/libssl.0.9.7.dylib
0x91dd8000 - 0x91dddffb  com.apple.DisplayServicesFW 2.0 (2.0)
<188040ea142ae43336e71e4a92641f7e>
/System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x91dde000 - 0x9217bfe7  com.apple.QuartzCore 1.5.5 (1.5.5)
<82435993614a3fff1236be18f82188bf>
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x9217c000 - 0x92247fff  com.apple.ColorSync 4.5.1 (4.5.1)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x92285000 - 0x92292fe7  com.apple.opengl 1.5.7 (1.5.7)
<db835aeb1ffca9f5b5647dd0829a5b2c>
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x92293000 - 0x9229afe9  libgcc_s.1.dylib ??? (???)
<f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
0x9229b000 - 0x922f7ff7  com.apple.htmlrendering 68 (1.1.3)
<fe87a9dede38db00e6c8949942c6bd4f>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x922f8000 - 0x9237fff7  libsqlite3.0.dylib ??? (???)
<6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
0x92380000 - 0x924b8ff7  libicucore.A.dylib ??? (???)
<3d8fdaf51c2664ab620f1688203caf26> /usr/lib/libicucore.A.dylib
0x924b9000 - 0x9254cff3  com.apple.ApplicationServices.ATS 3.4 (???)
<a96cd91dabc68545183c11de8f92c7e4>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9255d000 - 0x9255ffff  com.apple.securityhi 3.0 (30817)
<31baaf7ea27b41480604ffc910fe827f>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x92560000 - 0x9258dfeb  libvDSP.dylib ??? (???)
<b232c018ddd040ec4e2c2af632dd497f>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x9258e000 - 0x9258effc  com.apple.audio.units.AudioUnit 1.5 (1.5)
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9258f000 - 0x9258fff8  com.apple.ApplicationServices 34 (34)
<8f910fa65f01d401ad8d04cc933cf887>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x925a2000 - 0x925dcffe  com.apple.securityfoundation 3.0 (32989)
<36f7f260187c435b2670bcb24acd4219>
/System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x925dd000 - 0x92667fe3  com.apple.DesktopServices 1.4.7 (1.4.7)
<d16642ba22c32f67be793ebfbe67ca3a>
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x92668000 - 0x9271affb  libcrypto.0.9.7.dylib ??? (???)
<69bc2457aa23f12fa7d052601d48fa29> /usr/lib/libcrypto.0.9.7.dylib
0x9271b000 - 0x9275cfe7  libRIP.A.dylib ??? (???)
<1f09316e876fe813271bdfb9eb5b229e>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x92792000 - 0x92799ff7  libCGATS.A.dylib ??? (???)
<973c01cc14f3d673270e269ccfaec660>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x9279a000 - 0x927aafff  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
0x927ab000 - 0x927adff5  libRadiance.dylib ??? (???)
<8a844202fcd65662bb9ab25f08c45a62>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x927ae000 - 0x927edfff  com.apple.CoreMediaIOServicesPrivate 12.0
(12.0) 
/System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions/A/CoreMediaIOServicesPrivate
0x927ee000 - 0x927eeffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x927ef000 - 0x9286bfeb  com.apple.audio.CoreAudio 3.1.0 (3.1)
<fd70d88739fd63baf0b05a18999ea080>
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9286c000 - 0x928c9ffb  libstdc++.6.dylib ??? (???)
<04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
0x928ca000 - 0x928daffc  com.apple.LangAnalysis 1.6.4 (1.6.4)
<8b7831b5f74a950a56cf2d22a2d436f6>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x928db000 - 0x929c0ff3  com.apple.CoreData 100.1 (186)
<8e28162ef2288692615b52acc01f8b54>
/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x929c1000 - 0x92ce3fe2  com.apple.QuickTime 7.5.5 (990.7)
<87077cec43c7e9b02c8ee80e50b8b81f>
/System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x92ce4000 - 0x92ce4ff8  com.apple.Cocoa 6.5 (???)
<e064f94d969ce25cb7de3cfb980c3249>
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x92ce5000 - 0x92cfdfff  com.apple.openscripting 1.2.8 (???)
<572c7452d7e740e8948a5ad07a99602b>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x92cfe000 - 0x92eb9ff3  com.apple.QuartzComposer 2.1 (106.5)
<a296178aba94c71fc5314ea2ed0b4349>
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x92eba000 - 0x92faeff4  libiconv.2.dylib ??? (???)
<c508c60fafca17824c0017b2e4369802> /usr/lib/libiconv.2.dylib
0x92faf000 - 0x930e1fff  com.apple.CoreFoundation 6.5.4 (476.15)
<e2869ad6dc1dd289f21b305b0bea9158>
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x930e2000 - 0x9377efff  com.apple.CoreGraphics 1.351.33 (???)
<481a77e81d9e53589a05e80cfa90bbb5>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x9377f000 - 0x93795fff  com.apple.DictionaryServices 1.0.0 (1.0.0)
<ad0aa0252e3323d182e17f50defe56fc>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x93860000 - 0x938b9ff7  libGLU.dylib ??? (???)
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x938ba000 - 0x9399afff  libobjc.A.dylib ??? (???)
<7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
0x93b20000 - 0x93b5ffef  libTIFF.dylib ??? (???)
<3589442575ac77746ae99ecf724f5f87>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x93b60000 - 0x93baffff  com.apple.QuickLookUIFramework 1.3.1 (170.9)
/System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x93bb0000 - 0x93bdafff  com.apple.CoreMediaPrivate 11.0 (11.0)
<e37d6ebd5934b482c864ba6eaf122488>
/System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMediaPrivate
0x93bdb000 - 0x93bf6ffb  libPng.dylib ??? (???)
<4780e979d35aa5ec2cea22678836cea5>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x93bf7000 - 0x93bf7ffa  com.apple.CoreServices 32 (32)
<2fcc8f3bd5bbfc000b476cad8e6a3dd2>
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x93bf8000 - 0x93cc6ff3  com.apple.JavaScriptCore 5525.26 (5525.26.2)
<69e219e81bc886a94c4d4b310d393ab9>
/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x93cc7000 - 0x94318fff  com.apple.WebCore 5525.26 (5525.26.6)
<8676962ab93f003cf9b10748725c1bc2>
/System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x94319000 - 0x94336ff7  com.apple.QuickLookFramework 1.3.1 (170.9)
/System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x94337000 - 0x94343ffe  libGL.dylib ??? (???)
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x943ab000 - 0x94769fea  libLAPACK.dylib ??? (???)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x9476a000 - 0x94779ffe  com.apple.DSObjCWrappers.Framework 1.3 (1.3)
<09deb9e32d0d09dfb95ae569bdd2b7a4>
/System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x9477a000 - 0x9477affe  com.apple.quartzframework 1.5 (1.5)
<4b8f505e32e4f2d67967a276401f9aaf>
/System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x9477b000 - 0x94f78fef  com.apple.AppKit 6.5.3 (949.34)
<4c7af9b12c894d4a528fda29377f143b>
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x94fb0000 - 0x94fb4fff  libmathCommon.A.dylib ??? (???)
/usr/lib/system/libmathCommon.A.dylib
0x94fb5000 - 0x94fb6ffc  libffi.dylib ??? (???)
<a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
0x94fc1000 - 0x94fcfffd  libz.1.dylib ??? (???)
<5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
0x94fd0000 - 0x94fe6fe7  com.apple.CoreVideo 1.5.1 (1.5.1)
<001910004257f1386724398f584b30b5>
/System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x94fe7000 - 0x95089ff3  com.apple.QuickTimeImporters.component 7.5.5
(990.7) 
/System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
0x9508a000 - 0x95109ff5  com.apple.SearchKit 1.2.1 (1.2.1)
<3140a605db2abf56b237fa156a08b28b>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x9510a000 - 0x9510ffff  com.apple.CommonPanels 1.2.4 (85)
<ea0665f57cd267609466ed8b2b20e893>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x95110000 - 0x955e1f3e  libGLProgrammability.dylib ??? (???)
<fe1a33d4919c121aab831ad516da6a89>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x955e2000 - 0x958e9fff  com.apple.HIToolbox 1.5.4 (???)
<5e2af960b53059c648af4adb99471032>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x958ef000 - 0x9590dfff  libresolv.9.dylib ??? (???)
<a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
0x959d0000 - 0x95b30ff3  libSystem.B.dylib ??? (???)
<98fc91f31f185411ddc46d3225e9af55> /usr/lib/libSystem.B.dylib
0x95b31000 - 0x95bbcfff  com.apple.framework.IOKit 1.5.1 (???)
<324526f69e1443f2f9fb722cc88a23ec>
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x95c76000 - 0x95c76ffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib
3.4.2) 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x95c77000 - 0x95c9fff7  com.apple.shortcut 1 (1.0)
<057783867138902b52bc0941fedb74d1>
/System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x95cd0000 - 0x95d4dfef  libvMisc.dylib ??? (???)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x95d4e000 - 0x95d56fff  com.apple.DiskArbitration 2.2.1 (2.2.1)
<75b0c8d8940a8a27816961dddcac8e0f>
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x95d57000 - 0x95db1ff7  com.apple.CoreText 2.0.3 (???)
<1f1a97273753e6cfea86c810d6277680>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x95db2000 - 0x95e70fff  com.apple.WebKit 5525.27 (5525.27.1)
<a15e548666c9a463d61be1f114b2fa27>
/System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x95eb6000 - 0x95f70fe3  com.apple.CoreServices.OSServices 226.5
(226.5) <2a135d4fb16f4954290f7b72b4111aa3>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x95f71000 - 0x95f85ff3  com.apple.ImageCapture 4.0 (5.0.0)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x95f86000 - 0x95fa4ff3  com.apple.DirectoryService.Framework 3.5.5
(3.5.5) <4b81063df189bc462f012a169474fcbc>
/System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x95fa5000 - 0x95fd6ffb  com.apple.quartzfilters 1.5.0 (1.5.0)
<22581f8fe9dd2cb261f97a897407ec3e>
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x95fd7000 - 0x95fdefff  com.apple.agl 3.0.9 (AGL-3.0.9)
<aeab67ef267f8295ae80fddc197b52a5>
/System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x96248000 - 0x9624fffe  libbsm.dylib ??? (???)
<d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
0x963b2000 - 0x96493ff7  libxml2.2.dylib ??? (???)
<d69560099d9eb32ba7f8a17baa65a28d> /usr/lib/libxml2.2.dylib
0x96494000 - 0x965ccfe7  com.apple.imageKit 1.0.2 (1.0)
<5eee702fe546c8c881acfc65c41ad178>
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x965cd000 - 0x965f5fff  libcups.2.dylib ??? (???)
<1031ca5b692b80a9568e57a342b60157> /usr/lib/libcups.2.dylib
0x965f6000 - 0x96634fff  libGLImage.dylib ??? (???)
<f0fe2252f6b1ca341bc7837fe2dcf11a>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x96668000 - 0x96942ff3  com.apple.CoreServices.CarbonCore 786.6
(786.6) <5682aae1e2cf5ae750d5a4dea98c084c>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x96943000 - 0x969b5fff  com.apple.PDFKit 2.1.1 (2.1.1)
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x969b6000 - 0x96a06ff7  com.apple.HIServices 1.7.0 (???)
<f7e78891a6d08265c83dca8e378be1ea>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x96a07000 - 0x96a2bfff  libxslt.1.dylib ??? (???)
<ea5c8d349a3934ecc2b936f9cdfaba04> /usr/lib/libxslt.1.dylib
0x96a2c000 - 0x96ab8ff7  com.apple.LaunchServices 290 (290)
<61af37aac50984d220dd176f777e3b72>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x96ab9000 - 0x96bffff7  com.apple.ImageIO.framework 2.0.4 (2.0.4)
<6a6623d3d1a7292b5c3763dcd108b55f>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x96c00000 - 0x96c49fef  com.apple.Metadata 10.5.2 (398.22)
<a6b676925dd832780daf991e79adfebd>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x96c4a000 - 0x96c81fff  com.apple.SystemConfiguration 1.9.2 (1.9.2)
<8b26ebf26a009a098484f1ed01ec499c>
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x96c82000 - 0x96d15fff  com.apple.ink.framework 101.3 (86)
<bf3fa8927b4b8baae92381a976fd2079>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x96d47000 - 0x96d4bfff  libGIF.dylib ??? (???)
<572a32e46e33be1ec041c5ef5b0341ae>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x96d4c000 - 0x96fc7fe7  com.apple.Foundation 6.5.6 (677.21)
<5cfa0aa8b9b43193955d601ba6c2591a>
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x96fc8000 - 0x9708fff2  com.apple.vImage 3.0 (3.0)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0xba900000 - 0xba916fff  libJapaneseConverter.dylib ??? (???)
<349492efc0f6371227a6330d8b2c4fa5>
/System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0xbab00000 - 0xbab21fe2  libKoreanConverter.dylib ??? (???)
<933412db50d7db04962aa1891bbc8d2c>
/System/Library/CoreServices/Encodings/libKoreanConverter.dylib
0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
_______________________________________________
Qt4-preview-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback

Reply via email to