[Qt-creator] Another Crash under Mac OS X
Israel Brewster
israel at frontierflying.com
Mon Jan 19 18:32:14 CET 2009
Confirmed. I am no longer seeing the crash using the Jan 17 snapshot
build. Much better :)
-----------------------------------------------
Israel Brewster
Computer Support Technician
Frontier Flying Service Inc.
5245 Airport Industrial Rd
Fairbanks, AK 99709
(907) 450-7250 x293
-----------------------------------------------
On Jan 17, 2009, at 4:17 PM, Victor Sardina wrote:
> Eike:
>
> I tried the latest QtCreator snapshot for Mac OS X (Jan 17) and the
> crash doesn't appear to happen anymore.
>
> Maybe Israel could confirm on his side if the latest snapshot doesn't
> crash anymore under Mac OS X as well.
>
> I will try some other combinations and see how the editor behaves.
> BTW,
> I don't feel like using any other C++ enabled editor anymore...very
> slick indeed.
>
> Thank you,
> Victor
>
>
> Victor Sardina wrote:
>> Eike:
>>
>> I created a new project containing just the basic files required by
>> the
>> Qt4 Gui Project wizard, as you suggested. Then I opened the main.cpp
>> source file (one single file), and proceeded to open the default .ui
>> file by double-clicking on it. This causes a crash not different from
>> the ones I referred to in my original email. In that projects I do
>> use
>> Qt resources to hold the icons et al., but nothing really
>> complicated. I
>> open the project files by double clicking on them, and I do not
>> know if
>> this sequence could have something to do with the source of the
>> problem,
>> maybe some uncaught mouse event or conflicting responses to it (I
>> don't
>> know).
>>
>> As a matter of fact, I tried the new project suggestion after
>> confirming
>> that the latest QtCreator snapshot as of December 14 still crashes
>> under
>> the same set of conditions. I can go around it to avoid the crash,
>> but
>> it still sort of lingers in your mind simply because it should not
>> happen. I have come to like (and enjoy) QtCreator more and more,
>> but I
>> just keep missing a working source code formatter (sorry, but I
>> hate to
>> retype things over and over...).
>>
>> Today I also notice some minor issues under RHEL5, but will send some
>> feedback about it later on a different thread (or Bjørn will probably
>> admonish me for mixing threads again...) ;-)
>>
>> Best regards,
>> Victor
>>
>> The crash report when I created a clean Qt4 Gui project follows:
>>
>> Process: QtCreator [49195]
>> Path: /Applications/QtCreator.app/Contents/MacOS/QtCreator
>> Identifier: com.nokia.qtcreator
>> Version: 0.9.2 (0.9.2)
>> Code Type: X86 (Native)
>> Parent Process: launchd [54172]
>>
>> Date/Time: 2009-01-15 17:56:55.149 -1000
>> OS Version: Mac OS X 10.5.6 (9G55)
>> Report Version: 6
>>
>> Exception Type: EXC_BAD_ACCESS (SIGBUS)
>> Exception Codes: KERN_PROTECTION_FAILURE at 0x000000000000000e
>> Crashed Thread: 0
>>
>> Thread 0 Crashed:
>> 0 libQtGui.4.5.0.dylib 0x01146608
>> QTreeModel::index(QTreeWidgetItem const*, int) const + 88
>> 1 libQtGui.4.5.0.dylib 0x01148ec4
>> QTreeModel::parent(QModelIndex const&) const + 78
>> 2 libQtGui.4.5.0.dylib 0x0110e361
>> QTreeView::indexRowSizeHint(QModelIndex const&) const + 161
>> 3 libQtGui.4.5.0.dylib 0x0110eaa8
>> QTreeViewPrivate::itemHeight(int) const + 160
>> 4 libQtGui.4.5.0.dylib 0x0110ecef
>> QTreeViewPrivate::updateScrollBars() + 541
>> 5 libQtGui.4.5.0.dylib 0x0110f211
>> QTreeView::updateGeometries() + 709
>> 6 libQtGui.4.5.0.dylib 0x00c9c6a2
>> QWidget::event(QEvent*) + 4124
>> 7 libQtGui.4.5.0.dylib 0x00fc6031
>> QFrame::event(QEvent*) + 33
>> 8 libQtGui.4.5.0.dylib 0x010551ff
>> QAbstractScrollArea::viewportEvent(QEvent*) + 421
>> 9 libQtGui.4.5.0.dylib 0x010dca3a
>> QAbstractItemView::viewportEvent(QEvent*) + 1626
>> 10 libQtGui.4.5.0.dylib 0x01110f36
>> QTreeView::viewportEvent(QEvent*) + 606
>> 11 libQtGui.4.5.0.dylib 0x012778d8
>> QAbstractScrollAreaFilter::eventFilter(QObject*, QEvent*) + 48
>> 12 libQtCore.4.5.0.dylib 0x003ca516
>> QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*,
>> QEvent*) + 144
>> 13 libQtGui.4.5.0.dylib 0x00c51f33
>> QApplicationPrivate::notify_helper(QObject*, QEvent*) + 135
>> 14 libQtGui.4.5.0.dylib 0x00c5a874
>> QApplication::notify(QObject*, QEvent*) + 1004
>> 15 libQtCore.4.5.0.dylib 0x003ca3cd
>> QCoreApplication::notifyInternal(QObject*, QEvent*) + 99
>> 16 libQtGui.4.5.0.dylib 0x00c99d0a
>> QWidgetPrivate::sendPendingMoveAndResizeEvents(bool, bool) + 542
>> 17 libQtGui.4.5.0.dylib 0x00c9f466
>> QWidgetPrivate::show_helper() + 48
>> 18 libQtGui.4.5.0.dylib 0x00c9fb42
>> QWidget::setVisible(bool)
>> + 1082
>> 19 libQtGui.4.5.0.dylib 0x00c9f3e6
>> QWidgetPrivate::showChildren(bool) + 306
>> 20 libQtGui.4.5.0.dylib 0x00c9f491
>> QWidgetPrivate::show_helper() + 91
>> 21 libQtGui.4.5.0.dylib 0x00c9fb42
>> QWidget::setVisible(bool)
>> + 1082
>> 22 libQtGui.4.5.0.dylib 0x00c9f3e6
>> QWidgetPrivate::showChildren(bool) + 306
>> 23 libQtGui.4.5.0.dylib 0x00c9f491
>> QWidgetPrivate::show_helper() + 91
>> 24 libQtGui.4.5.0.dylib 0x00c9f40c
>> QWidgetPrivate::showChildren(bool) + 344
>> 25 libQtGui.4.5.0.dylib 0x00c9f491
>> QWidgetPrivate::show_helper() + 91
>> 26 libQtGui.4.5.0.dylib 0x00c9fb42
>> QWidget::setVisible(bool)
>> + 1082
>> 27 libQtGui.4.5.0.dylib 0x00c9f3e6
>> QWidgetPrivate::showChildren(bool) + 306
>> 28 libQtGui.4.5.0.dylib 0x00c9f491
>> QWidgetPrivate::show_helper() + 91
>> 29 libQtGui.4.5.0.dylib 0x00c9fb42
>> QWidget::setVisible(bool)
>> + 1082
>> 30 libQtGui.4.5.0.dylib 0x00c9f3e6
>> QWidgetPrivate::showChildren(bool) + 306
>> 31 libQtGui.4.5.0.dylib 0x00c9f491
>> QWidgetPrivate::show_helper() + 91
>> 32 libQtGui.4.5.0.dylib 0x00c9fb42
>> QWidget::setVisible(bool)
>> + 1082
>> 33 libQtGui.4.5.0.dylib 0x00c9f3e6
>> QWidgetPrivate::showChildren(bool) + 306
>> 34 libQtGui.4.5.0.dylib 0x00c9f491
>> QWidgetPrivate::show_helper() + 91
>> 35 libQtGui.4.5.0.dylib 0x00c9fb42
>> QWidget::setVisible(bool)
>> + 1082
>> 36 libQtGui.4.5.0.dylib 0x00c9f3e6
>> QWidgetPrivate::showChildren(bool) + 306
>> 37 libQtGui.4.5.0.dylib 0x00c9f491
>> QWidgetPrivate::show_helper() + 91
>> 38 libQtGui.4.5.0.dylib 0x00c9fb42
>> QWidget::setVisible(bool)
>> + 1082
>> 39 libQtGui.4.5.0.dylib 0x00c8681e
>> QStackedLayout::setCurrentIndex(int) + 198
>> 40 libCore.1.0.0.dylib 0x006392ff
>> Core
>> ::Internal::StackedEditorGroup::setCurrentEditor(Core::IEditor*) +
>> 285
>> 41 libCore.1.0.0.dylib 0x006311c1
>> Core::EditorManager::setCurrentEditor(Core::IEditor*, bool) + 151
>> 42 libCore.1.0.0.dylib 0x0063128c
>> Core::EditorManager::insertEditor(Core::IEditor*, bool,
>> Core::EditorGroup*) + 146
>> 43 libCore.1.0.0.dylib 0x00631b14
>> Core::EditorManager::openEditor(QString const&, QString const&,
>> bool) + 656
>> 44 libProjectExplorer.1.0.0.dylib 0x190d1ca5
>> ProjectExplorer::Internal::ProjectTreeWidget::openItem(QModelIndex
>> const&) + 131
>> 45 libProjectExplorer.1.0.0.dylib 0x190e8111
>> ProjectExplorer
>> ::Internal::ProjectTreeWidget::qt_metacall(QMetaObject::Call,
>> int, void**) + 307
>> 46 libQtCore.4.5.0.dylib 0x003db106
>> QMetaObject::activate(QObject*, int, int, void**) + 534
>> 47 libQtGui.4.5.0.dylib 0x010cf581
>> QAbstractItemView::activated(QModelIndex const&) + 61
>> 48 libQtGui.4.5.0.dylib 0x01116d17
>> QTreeView::mouseDoubleClickEvent(QMouseEvent*) + 851
>> 49 libQtGui.4.5.0.dylib 0x00c9bfe0
>> QWidget::event(QEvent*) + 2394
>> 50 libQtGui.4.5.0.dylib 0x00fc6031
>> QFrame::event(QEvent*) + 33
>> 51 libQtGui.4.5.0.dylib 0x010551ff
>> QAbstractScrollArea::viewportEvent(QEvent*) + 421
>> 52 libQtGui.4.5.0.dylib 0x010dca3a
>> QAbstractItemView::viewportEvent(QEvent*) + 1626
>> 53 libQtGui.4.5.0.dylib 0x01110f36
>> QTreeView::viewportEvent(QEvent*) + 606
>> 54 libQtGui.4.5.0.dylib 0x012778d8
>> QAbstractScrollAreaFilter::eventFilter(QObject*, QEvent*) + 48
>> 55 libQtCore.4.5.0.dylib 0x003ca516
>> QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*,
>> QEvent*) + 144
>> 56 libQtGui.4.5.0.dylib 0x00c51f33
>> QApplicationPrivate::notify_helper(QObject*, QEvent*) + 135
>> 57 libQtGui.4.5.0.dylib 0x00c5b06b
>> QApplication::notify(QObject*, QEvent*) + 3043
>> 58 libQtCore.4.5.0.dylib 0x003ca3cd
>> QCoreApplication::notifyInternal(QObject*, QEvent*) + 99
>> 59 libQtGui.4.5.0.dylib 0x00bf4a21
>> QApplicationPrivate::globalEventProcessor(OpaqueEventHandlerCallRef*,
>> OpaqueEventRef*, void*) + 4811
>> 60 com.apple.HIToolbox 0x96a5a143
>> DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*,
>> HandlerCallRec*) + 1181
>> 61 com.apple.HIToolbox 0x96a5957d
>> SendEventToEventTargetInternal(OpaqueEventRef*,
>> OpaqueEventTargetRef*,
>> HandlerCallRec*) + 405
>> 62 com.apple.HIToolbox 0x96a75ed2
>> SendEventToEventTarget + 52
>> 63 libQtGui.4.5.0.dylib 0x00c04376
>> QWidgetPrivate::qt_window_event(OpaqueEventHandlerCallRef*,
>> OpaqueEventRef*, void*) + 1524
>> 64 com.apple.HIToolbox 0x96a5a143
>> DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*,
>> HandlerCallRec*) + 1181
>> 65 com.apple.HIToolbox 0x96a5957d
>> SendEventToEventTargetInternal(OpaqueEventRef*,
>> OpaqueEventTargetRef*,
>> HandlerCallRec*) + 405
>> 66 com.apple.HIToolbox 0x96a75ed2
>> SendEventToEventTarget + 52
>> 67 com.apple.HIToolbox 0x96a880a8
>> ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*,
>> OpaqueEventRef*, void*) + 1208
>> 68 com.apple.HIToolbox 0x96a5a4fc
>> DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*,
>> HandlerCallRec*) + 2134
>> 69 com.apple.HIToolbox 0x96a5957d
>> SendEventToEventTargetInternal(OpaqueEventRef*,
>> OpaqueEventTargetRef*,
>> HandlerCallRec*) + 405
>> 70 com.apple.HIToolbox 0x96a75ed2
>> SendEventToEventTarget + 52
>> 71 libQtGui.4.5.0.dylib 0x00c0725f
>> QEventDispatcherMac
>> ::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)
>> + 535
>> 72 libQtCore.4.5.0.dylib 0x003c9c31
>> QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 63
>> 73 libQtCore.4.5.0.dylib 0x003c9db7
>> QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 149
>> 74 libQtCore.4.5.0.dylib 0x003cb5b0
>> QCoreApplication::exec() + 160
>> 75 com.nokia.qtcreator 0x00008084 main + 4894
>> 76 com.nokia.qtcreator 0x00004d1a _start + 216
>> 77 com.nokia.qtcreator 0x00004c41 start + 41
>>
>> Thread 1:
>> 0 libSystem.B.dylib 0x9588e6f2 select$DARWIN_EXTSN +
>> 10
>> 1 libSystem.B.dylib 0x95870095 _pthread_start + 321
>> 2 libSystem.B.dylib 0x9586ff52 thread_start + 34
>>
>> Thread 2:
>> 0 libSystem.B.dylib 0x9587630a
>> select$DARWIN_EXTSN$NOCANCEL + 10
>> 1 libQtCore.4.5.0.dylib 0x003ab998
>> QProcessManager::run() + 116
>> 2 libQtCore.4.5.0.dylib 0x002eb1a6
>> QThreadPrivate::start(void*) + 202
>> 3 libSystem.B.dylib 0x95870095 _pthread_start + 321
>> 4 libSystem.B.dylib 0x9586ff52 thread_start + 34
>>
>> Thread 3:
>> 0 libSystem.B.dylib 0x9583f226
>> semaphore_timedwait_signal_trap + 10
>> 1 libSystem.B.dylib 0x958711ef _pthread_cond_wait +
>> 1244
>> 2 libSystem.B.dylib 0x958bbaaf
>> pthread_cond_timedwait + 47
>> 3 libQtCore.4.5.0.dylib 0x002ec568
>> QWaitCondition::wait(QMutex*, unsigned long) + 274
>> 4 libQtCore.4.5.0.dylib 0x002e35cb
>> QThreadPoolThread::run() + 493
>> 5 libQtCore.4.5.0.dylib 0x002eb1a6
>> QThreadPrivate::start(void*) + 202
>> 6 libSystem.B.dylib 0x95870095 _pthread_start + 321
>> 7 libSystem.B.dylib 0x9586ff52 thread_start + 34
>>
>> Thread 4:
>> 0 libSystem.B.dylib 0x9586f906 kevent + 10
>> 1 libQtCore.4.5.0.dylib 0x002eb1a6
>> QThreadPrivate::start(void*) + 202
>> 2 libSystem.B.dylib 0x95870095 _pthread_start + 321
>> 3 libSystem.B.dylib 0x9586ff52 thread_start + 34
>>
>> Thread 5:
>> 0 libSystem.B.dylib 0x9586f906 kevent + 10
>> 1 libQtCore.4.5.0.dylib 0x002eb1a6
>> QThreadPrivate::start(void*) + 202
>> 2 libSystem.B.dylib 0x95870095 _pthread_start + 321
>> 3 libSystem.B.dylib 0x9586ff52 thread_start + 34
>>
>> Thread 0 crashed with X86 Thread State (32-bit):
>> eax: 0x00000002 ebx: 0x011465be ecx: 0x00000000 edx: 0x20c90340
>> edi: 0x20c55620 esi: 0x20c90340 ebp: 0xbfffc9d8 esp: 0xbfffc9a0
>> ss: 0x0000001f efl: 0x00010246 eip: 0x01146608 cs: 0x00000017
>> ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
>> cr2: 0x0000000e
>>
>> Binary Images:
>> 0x1000 - 0xa80b +com.nokia.qtcreator 0.9.2 (0.9.2)
>> /Applications/QtCreator.app/Contents/MacOS/QtCreator
>> 0x2f000 - 0x4542c +libExtensionSystem.1.0.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/PlugIns/libExtensionSystem.
>> 1.0.0.dylib
>> 0x5e000 - 0x62f99 +libAggregation.1.0.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/PlugIns/libAggregation.
>> 1.0.0.dylib
>> 0x9a000 - 0xb7ab8 +libUtils.1.0.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/PlugIns/libUtils.1.0.0.dylib
>> 0x16d000 - 0x251d06 +libQtNetwork.4.5.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/Frameworks/libQtNetwork.
>> 4.5.0.dylib
>> 0x2da000 - 0x4acc43 +libQtCore.4.5.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/Frameworks/libQtCore.4.5.0.dylib
>> 0x588000 - 0x5d9d3f +libQtXml.4.5.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/Frameworks/libQtXml.4.5.0.dylib
>> 0x60e000 - 0x6da81d +libCore.1.0.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/libCore.
>> 1.0.0.dylib
>> 0x79e000 - 0x7a3ffe +com.macromates.edit_in_textmate ??? (1.0)
>> /Library/InputManagers/Edit in TextMate/Edit in
>> TextMate.bundle/Contents/MacOS/Edit in TextMate
>> 0xbe8000 - 0x13cd463 +libQtGui.4.5.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/Frameworks/libQtGui.4.5.0.dylib
>> 0x1f2d000 - 0x1f6bc93 +libQtSvg.4.5.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/Frameworks/libQtSvg.4.5.0.dylib
>> 0x1fba000 - 0x1fbf193 +libqsvg.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/MacOS/imageformats/libqsvg.dylib
>> 0x131c5000 - 0x13f17e04 +libQtWebKit.4.5.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/Frameworks/libQtWebKit.
>> 4.5.0.dylib
>> 0x14a81000 - 0x14ba3450 +libQtScript.4.5.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/Frameworks/libQtScript.
>> 4.5.0.dylib
>> 0x15d31000 - 0x15d34b2f +libQtConcurrent.1.0.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/PlugIns/libQtConcurrent.
>> 1.0.0.dylib
>> 0x15dfa000 - 0x15e16c56 +libFind.1.0.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/libFind.
>> 1.0.0.dylib
>> 0x182c0000 - 0x182d2fff libTraditionalChineseConverter.dylib ???
>> (???)
>> <89ec94121ef50601dc538548caae57fc>
>> /System/Library/CoreServices/Encodings/
>> libTraditionalChineseConverter.dylib
>> 0x182d6000 - 0x182e4feb libSimplifiedChineseConverter.dylib ???
>> (???)
>> <548d5a699dbe2bb8fcc8275321fdc0d4>
>> /System/Library/CoreServices/Encodings/
>> libSimplifiedChineseConverter.dylib
>> 0x18380000 - 0x18390182 +libBinEditor.1.0.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/libBinEditor.
>> 1.0.0.dylib
>> 0x18e26000 - 0x18e44e6e +libQuickOpen.1.0.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/libQuickOpen.
>> 1.0.0.dylib
>> 0x18e6a000 - 0x18e7b6d7 +libBookmarks.1.0.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/libBookmarks.
>> 1.0.0.dylib
>> 0x18e90000 - 0x18eb4c27 +libCppTools.1.0.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/libCppTools.
>> 1.0.0.dylib
>> 0x19000000 - 0x19049fa6 +libTextEditor.1.0.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/libTextEditor.
>> 1.0.0.dylib
>> 0x19099000 - 0x19128036 +libProjectExplorer.1.0.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/
>> libProjectExplorer.1.0.0.dylib
>> 0x191d1000 - 0x19241549 +libCPlusPlus.1.0.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/PlugIns/libCPlusPlus.1.0.0.dylib
>> 0x192f0000 - 0x1931202c +libCppEditor.1.0.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/libCppEditor.
>> 1.0.0.dylib
>> 0x19338000 - 0x19394e32 +libQtHelp.4.5.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/Frameworks/libQtHelp.4.5.0.dylib
>> 0x193d2000 - 0x19497e8b +libQtCLucene.4.5.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/Frameworks/libQtCLucene.
>> 4.5.0.dylib
>> 0x19550000 - 0x1957a0d5 +libQtSql.4.5.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/Frameworks/libQtSql.4.5.0.dylib
>> 0x1959d000 - 0x195cd116 +libHelp.1.0.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/libHelp.
>> 1.0.0.dylib
>> 0x195fa000 - 0x1960d610 +libCMakeProjectManager.1.0.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/
>> libCMakeProjectManager.1.0.0.dylib
>> 0x19629000 - 0x1963c665 +libCodePaster.1.0.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/libCodePaster.
>> 1.0.0.dylib
>> 0x1964d000 - 0x196befdb +libDebugger.1.0.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/libDebugger.
>> 1.0.0.dylib
>> 0x19722000 - 0x1974b6fe +libDesigner.1.0.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/libDesigner.
>> 1.0.0.dylib
>> 0x1977c000 - 0x197926db +libFakeVim.1.0.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/libFakeVim.
>> 1.0.0.dylib
>> 0x197a4000 - 0x197b7622 +libVCSBase.1.0.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/libVCSBase.
>> 1.0.0.dylib
>> 0x197d3000 - 0x197f2997 +libPerforce.1.0.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/libPerforce.
>> 1.0.0.dylib
>> 0x19815000 - 0x198b0cb6 +libQt4ProjectManager.1.0.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/
>> libQt4ProjectManager.1.0.0.dylib
>> 0x1995b000 - 0x1996de28 +libQtScriptEditor.1.0.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/
>> libQtScriptEditor.1.0.0.dylib
>> 0x19983000 - 0x1999ea2c +libResourceEditor.1.0.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/
>> libResourceEditor.1.0.0.dylib
>> 0x199c0000 - 0x199e8547 +libScmGit.1.0.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/libScmGit.
>> 1.0.0.dylib
>> 0x19a15000 - 0x19a2d704 +libSubversion.1.0.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/libSubversion.
>> 1.0.0.dylib
>> 0x19afb000 - 0x19d88250 +libQtDesigner.4.5.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/Frameworks/libQtDesigner.
>> 4.5.0.dylib
>> 0x1baed000 - 0x1bcb29e6 +libQtDesignerComponents.4.5.0.dylib ???
>> (???)
>> /Applications/QtCreator.app/Contents/Frameworks/
>> libQtDesignerComponents.4.5.0.dylib
>> 0x1c063000 - 0x1c259fff com.apple.RawCamera.bundle 2.0.12 (421)
>> <02fe3f4ea6251f7b2d23d855ce5c5fd2>
>> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/
>> RawCamera
>> 0x1c89f000 - 0x1c8fb5ef +libqsqlite.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/MacOS/sqldrivers/
>> libqsqlite.dylib
>> 0x1c953000 - 0x1c959736 +libqwebview.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/MacOS/designer/libqwebview.dylib
>> 0x1cb44000 - 0x1cb4cd80 +libqsvgicon.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/MacOS/iconengines/
>> libqsvgicon.dylib
>> 0x1cbb7000 - 0x1cbd5fa7 +libqt3supportwidgets.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/MacOS/designer/
>> libqt3supportwidgets.dylib
>> 0x1cc0c000 - 0x1ce218df +libQt3Support.4.5.0.dylib ??? (???)
>> /Applications/QtCreator.app/Contents/Frameworks/libQt3Support.
>> 4.5.0.dylib
>> 0x8fe00000 - 0x8fe2db43 dyld 97.1 (???)
>> <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld
>> 0x90003000 - 0x900e4ff7 libxml2.2.dylib ??? (???)
>> <d69560099d9eb32ba7f8a17baa65a28d> /usr/lib/libxml2.2.dylib
>> 0x9013f000 - 0x90146fe9 libgcc_s.1.dylib ??? (???)
>> <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
>> 0x90147000 - 0x90174feb libvDSP.dylib ??? (???)
>> <b232c018ddd040ec4e2c2af632dd497f>
>> /System/Library/Frameworks/Accelerate.framework/Versions/A/
>> Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
>> 0x90175000 - 0x901fffe3 com.apple.DesktopServices 1.4.7 (1.4.7)
>> <d16642ba22c32f67be793ebfbe67ca3a>
>> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/
>> Versions/A/DesktopServicesPriv
>> 0x90200000 - 0x9025aff7 com.apple.CoreText 2.0.3 (???)
>> <1f1a97273753e6cfea86c810d6277680>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>> Frameworks/CoreText.framework/Versions/A/CoreText
>> 0x9025b000 - 0x902b8ffb libstdc++.6.dylib ??? (???)
>> <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
>> 0x9072d000 - 0x907ddfff edu.mit.Kerberos 6.0.12 (6.0.12)
>> <685cc018c133668d0d3ac6a1cb63cff9>
>> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
>> 0x907de000 - 0x907f3ffb com.apple.ImageCapture 5.0.1 (5.0.1)
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
>> ImageCapture.framework/Versions/A/ImageCapture
>> 0x907f4000 - 0x90835fe7 libRIP.A.dylib ??? (???)
>> <5d0b5af7992e14de017f9a9c7cb05960>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>> Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
>> 0x90932000 - 0x9095afff libcups.2.dylib ??? (???)
>> <81abd305142ad1b771024eb4a1309e2e> /usr/lib/libcups.2.dylib
>> 0x9095b000 - 0x90968fe7 com.apple.opengl 1.5.9 (1.5.9)
>> <7e5048a2677b41098c84045305f42f7f>
>> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
>> 0x90969000 - 0x90abbff3 com.apple.audio.toolbox.AudioToolbox 1.5.2
>> (1.5.2)
>> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/
>> AudioToolbox
>> 0x90abc000 - 0x90afbfef libTIFF.dylib ??? (???)
>> <3589442575ac77746ae99ecf724f5f87>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>> Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
>> 0x90afc000 - 0x90b24ff7 com.apple.shortcut 1 (1.0)
>> <057783867138902b52bc0941fedb74d1>
>> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/
>> Shortcut
>> 0x90b25000 - 0x90b25ffd com.apple.Accelerate 1.4.2 (Accelerate
>> 1.4.2)
>> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
>> 0x90b26000 - 0x90b4afff libxslt.1.dylib ??? (???)
>> <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
>> 0x90b6e000 - 0x90d3cff3 com.apple.security 5.0.4 (34102)
>> <55dda7486df4e8e1d61505be16f83a1c>
>> /System/Library/Frameworks/Security.framework/Versions/A/Security
>> 0x90d3d000 - 0x90d55fff com.apple.openscripting 1.2.8 (???)
>> <572c7452d7e740e8948a5ad07a99602b>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
>> OpenScripting.framework/Versions/A/OpenScripting
>> 0x90d56000 - 0x90d56ff8 com.apple.Cocoa 6.5 (???)
>> <e064f94d969ce25cb7de3cfb980c3249>
>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>> 0x90d57000 - 0x90d86fe3 com.apple.AE 402.2 (402.2)
>> <e01596187e91af5d48653920017b8c8e>
>> /System/Library/Frameworks/CoreServices.framework/Versions/A/
>> Frameworks/AE.framework/Versions/A/AE
>> 0x90d87000 - 0x90e13ff7 com.apple.LaunchServices 290.3 (290.3)
>> <6f9629f4ed1ba3bb313548e6838b2888>
>> /System/Library/Frameworks/CoreServices.framework/Versions/A/
>> Frameworks/LaunchServices.framework/Versions/A/LaunchServices
>> 0x90e99000 - 0x90ec4fe7 libauto.dylib ??? (???)
>> <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
>> 0x90ec5000 - 0x90ec5ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2)
>> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
>> 0x90ec6000 - 0x90efdfff com.apple.SystemConfiguration 1.9.2 (1.9.2)
>> <8b26ebf26a009a098484f1ed01ec499c>
>> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/
>> SystemConfiguration
>> 0x90f01000 - 0x90f7efeb com.apple.audio.CoreAudio 3.1.1 (3.1.1)
>> <f35477a5e23db0fa43233c37da01ae1c>
>> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
>> 0x90f7f000 - 0x90f83fff libGIF.dylib ??? (???)
>> <572a32e46e33be1ec041c5ef5b0341ae>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>> Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
>> 0x910e6000 - 0x915b7f3e libGLProgrammability.dylib ??? (???)
>> <5d283543ac844e7c6fa3440ac56cd265>
>> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/
>> libGLProgrammability.dylib
>> 0x915f2000 - 0x9162cfe7 com.apple.coreui 1.2 (62)
>> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
>> 0x9162d000 - 0x91643fff com.apple.DictionaryServices 1.0.0 (1.0.0)
>> <ad0aa0252e3323d182e17f50defe56fc>
>> /System/Library/Frameworks/CoreServices.framework/Versions/A/
>> Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
>> 0x91644000 - 0x916d7ff3 com.apple.ApplicationServices.ATS 3.4 (???)
>> <8c51de0ec3deaef416578cd59df38754>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>> Frameworks/ATS.framework/Versions/A/ATS
>> 0x916d8000 - 0x917ccff4 libiconv.2.dylib ??? (???)
>> <c508c60fafca17824c0017b2e4369802> /usr/lib/libiconv.2.dylib
>> 0x917cd000 - 0x91fcbfef com.apple.AppKit 6.5.6 (949.43)
>> <a3a300499bbe4f1dfebf71d752d01916>
>> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
>> 0x91fff000 - 0x9209cffc com.apple.CFNetwork 422.11 (422.11)
>> <2780dfc3d2186195fccb3634bfb0944b>
>> /System/Library/Frameworks/CoreServices.framework/Versions/A/
>> Frameworks/CFNetwork.framework/Versions/A/CFNetwork
>> 0x920ea000 - 0x920f0fff com.apple.print.framework.Print 218.0.2
>> (220.1)
>> <8bf7ef71216376d12fcd5ec17e43742c>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
>> Print.framework/Versions/A/Print
>> 0x920f5000 - 0x92172fef libvMisc.dylib ??? (???)
>> /System/Library/Frameworks/Accelerate.framework/Versions/A/
>> Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
>> 0x92173000 - 0x92173ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib
>> 3.4.2)
>> /System/Library/Frameworks/Accelerate.framework/Versions/A/
>> Frameworks/vecLib.framework/Versions/A/vecLib
>> 0x92331000 - 0x9236fff7 libGLImage.dylib ??? (???)
>> <1123b8a48bcbe9cc7aa8dd8e1a214a66>
>> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/
>> libGLImage.dylib
>> 0x933f5000 - 0x933f5ffb com.apple.installserver.framework 1.0 (8)
>> /System/Library/PrivateFrameworks/InstallServer.framework/Versions/
>> A/InstallServer
>> 0x935de000 - 0x93711fff com.apple.CoreFoundation 6.5.5 (476.17)
>> <4a70c8dbb582118e31412c53dc1f407f>
>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/
>> CoreFoundation
>> 0x938c4000 - 0x93915ff7 com.apple.HIServices 1.7.0 (???)
>> <01b690d1f376e400ac873105533e39eb>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>> Frameworks/HIServices.framework/Versions/A/HIServices
>> 0x93920000 - 0x93930ffc com.apple.LangAnalysis 1.6.4 (1.6.4)
>> <8b7831b5f74a950a56cf2d22a2d436f6>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>> Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
>> 0x93937000 - 0x93a1cff3 com.apple.CoreData 100.1 (186)
>> <8e28162ef2288692615b52acc01f8b54>
>> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
>> 0x93a29000 - 0x93a2cfff com.apple.help 1.1 (36)
>> <b507b08e484cb89033e9cf23062d77de>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
>> Help.framework/Versions/A/Help
>> 0x93a2d000 - 0x93a43fe7 com.apple.CoreVideo 1.5.1 (1.5.1)
>> <001910004257f1386724398f584b30b5>
>> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
>> 0x93a44000 - 0x93a44ffc com.apple.audio.units.AudioUnit 1.5 (1.5)
>> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
>> 0x93a45000 - 0x93a45ffa com.apple.CoreServices 32 (32)
>> <2fcc8f3bd5bbfc000b476cad8e6a3dd2>
>> /System/Library/Frameworks/CoreServices.framework/Versions/A/
>> CoreServices
>> 0x93a47000 - 0x93a65fff libresolv.9.dylib ??? (???)
>> <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
>> 0x93a99000 - 0x93d73ff3 com.apple.CoreServices.CarbonCore 786.10
>> (786.10) <ec35bb05f67fe0e828d49dda88bbf6d7>
>> /System/Library/Frameworks/CoreServices.framework/Versions/A/
>> Frameworks/CarbonCore.framework/Versions/A/CarbonCore
>> 0x93d74000 - 0x93e2efe3 com.apple.CoreServices.OSServices 226.5
>> (226.5)
>> <2a135d4fb16f4954290f7b72b4111aa3>
>> /System/Library/Frameworks/CoreServices.framework/Versions/A/
>> Frameworks/OSServices.framework/Versions/A/OSServices
>> 0x93e2f000 - 0x941ccfef com.apple.QuartzCore 1.5.7 (1.5.7)
>> <2fed2dd7565c84a0f0c608d41d4d172c>
>> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
>> 0x941cd000 - 0x94258fff com.apple.framework.IOKit 1.5.1 (???)
>> <f9f5f0d070e197a832d86751e1d44545>
>> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
>> 0x94259000 - 0x9425affc libffi.dylib ??? (???)
>> <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
>> 0x9432a000 - 0x943a4ff8 com.apple.print.framework.PrintCore 5.5.3
>> (245.3) <222dade7b33b99708b8c09d1303f93fc>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>> Frameworks/PrintCore.framework/Versions/A/PrintCore
>> 0x943a5000 - 0x943b1ff9 com.apple.helpdata 1.0.1 (14.2)
>> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/
>> HelpData
>> 0x943b2000 - 0x943b7fff com.apple.CommonPanels 1.2.4 (85)
>> <ea0665f57cd267609466ed8b2b20e893>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
>> CommonPanels.framework/Versions/A/CommonPanels
>> 0x943b8000 - 0x94414ff7 com.apple.htmlrendering 68 (1.1.3)
>> <fe87a9dede38db00e6c8949942c6bd4f>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
>> HTMLRendering.framework/Versions/A/HTMLRendering
>> 0x94415000 - 0x944bcfeb com.apple.QD 3.11.54 (???)
>> <b743398c24c38e581a86e91744a2ba6e>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>> Frameworks/QD.framework/Versions/A/QD
>> 0x944bd000 - 0x9456fffb libcrypto.0.9.7.dylib ??? (???)
>> <69bc2457aa23f12fa7d052601d48fa29> /usr/lib/libcrypto.0.9.7.dylib
>> 0x94570000 - 0x945b9fef com.apple.Metadata 10.5.2 (398.25)
>> <e0572f20350523116f23000676122a8d>
>> /System/Library/Frameworks/CoreServices.framework/Versions/A/
>> Frameworks/Metadata.framework/Versions/A/Metadata
>> 0x945ea000 - 0x94671ff7 libsqlite3.0.dylib ??? (???)
>> <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
>> 0x94672000 - 0x9467effe libGL.dylib ??? (???)
>> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/
>> libGL.dylib
>> 0x94685000 - 0x9468efff 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
>> 0x9468f000 - 0x94a4dfea libLAPACK.dylib ??? (???)
>> /System/Library/Frameworks/Accelerate.framework/Versions/A/
>> Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
>> 0x94a4e000 - 0x94b19fff com.apple.ColorSync 4.5.1 (4.5.1)
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>> Frameworks/ColorSync.framework/Versions/A/ColorSync
>> 0x94bf4000 - 0x95004fef libBLAS.dylib ??? (???)
>> /System/Library/Frameworks/Accelerate.framework/Versions/A/
>> Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
>> 0x95073000 - 0x95713fff com.apple.CoreGraphics 1.407.2 (???)
>> <3a91d1037afde01d1d8acdf9cd1caa14>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>> Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
>> 0x9572c000 - 0x957abff5 com.apple.SearchKit 1.2.1 (1.2.1)
>> <3140a605db2abf56b237fa156a08b28b>
>> /System/Library/Frameworks/CoreServices.framework/Versions/A/
>> Frameworks/SearchKit.framework/Versions/A/SearchKit
>> 0x9583e000 - 0x959a5ff3 libSystem.B.dylib ??? (???)
>> <d68880dfb1f8becdbdac6928db1510fb> /usr/lib/libSystem.B.dylib
>> 0x959f6000 - 0x959fefff com.apple.DiskArbitration 2.2.1 (2.2.1)
>> <75b0c8d8940a8a27816961dddcac8e0f>
>> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/
>> DiskArbitration
>> 0x959ff000 - 0x95adffff libobjc.A.dylib ??? (???)
>> <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
>> 0x95ae0000 - 0x95d5bfe7 com.apple.Foundation 6.5.7 (677.22)
>> <8fe77b5d15ecdae1240b4cb604fc6d0b>
>> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
>> 0x95d5c000 - 0x95d7bffa libJPEG.dylib ??? (???)
>> <e7eb56555109e23144924cd64aa8daec>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>> Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
>> 0x95d7c000 - 0x95d8cfff 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
>> 0x95e00000 - 0x95e0afeb com.apple.audio.SoundManager 3.9.2 (3.9.2)
>> <0f2ba6e891d3761212cf5a5e6134d683>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
>> CarbonSound.framework/Versions/A/CarbonSound
>> 0x95e0b000 - 0x95e12ffe libbsm.dylib ??? (???)
>> <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
>> 0x95e13000 - 0x95e21ffd libz.1.dylib ??? (???)
>> <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
>> 0x95e22000 - 0x95f5aff7 libicucore.A.dylib ??? (???)
>> <18098dcf431603fe47ee027a60006c85> /usr/lib/libicucore.A.dylib
>> 0x95f95000 - 0x96028fff com.apple.ink.framework 101.3 (86)
>> <bf3fa8927b4b8baae92381a976fd2079>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
>> Ink.framework/Versions/A/Ink
>> 0x96029000 - 0x96082ff7 libGLU.dylib ??? (???)
>> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/
>> libGLU.dylib
>> 0x96083000 - 0x9608aff7 libCGATS.A.dylib ??? (???)
>> <386dce4b28448fb86e33e06ac466f4d8>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>> Frameworks/CoreGraphics.framework/Versions/A/Resources/
>> libCGATS.A.dylib
>> 0x9677a000 - 0x9677afff com.apple.Carbon 136 (136)
>> <98a5e3bc0c4fa44bbb09713bb88707fe>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
>> 0x9677b000 - 0x9677bff8 com.apple.ApplicationServices 34 (34)
>> <8f910fa65f01d401ad8d04cc933cf887>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>> ApplicationServices
>> 0x967c1000 - 0x967c3ff5 libRadiance.dylib ??? (???)
>> <8a844202fcd65662bb9ab25f08c45a62>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>> Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
>> 0x96a2d000 - 0x96a51feb libssl.0.9.7.dylib ??? (???)
>> <c7359b7ab32b5f8574520746e10a41cc> /usr/lib/libssl.0.9.7.dylib
>> 0x96a52000 - 0x96d5afff com.apple.HIToolbox 1.5.4 (???)
>> <3747086ba21ee419708a5cab946c8ba6>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
>> HIToolbox.framework/Versions/A/HIToolbox
>> 0x96d5b000 - 0x96d5ffff libmathCommon.A.dylib ??? (???)
>> /usr/lib/system/libmathCommon.A.dylib
>> 0x96d74000 - 0x96d8fffb libPng.dylib ??? (???)
>> <4780e979d35aa5ec2cea22678836cea5>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>> Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
>> 0x96da0000 - 0x96dabfe7 libCSync.A.dylib ??? (???)
>> <e6aceed359bd228f42bc1246af5919c9>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>> Frameworks/CoreGraphics.framework/Versions/A/Resources/
>> libCSync.A.dylib
>> 0x96dac000 - 0x96e73ff2 com.apple.vImage 3.0 (3.0)
>> /System/Library/Frameworks/Accelerate.framework/Versions/A/
>> Frameworks/vImage.framework/Versions/A/vImage
>> 0x96e74000 - 0x96eb6fef com.apple.NavigationServices 3.5.2 (163)
>> <91844980804067b07a0b6124310d3f31>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
>> NavigationServices.framework/Versions/A/NavigationServices
>> 0x96eb7000 - 0x96ffdff7 com.apple.ImageIO.framework 2.0.4 (2.0.4)
>> <6a6623d3d1a7292b5c3763dcd108b55f>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
>> Frameworks/ImageIO.framework/Versions/A/ImageIO
>> 0x96ffe000 - 0x97000fff com.apple.securityhi 3.0 (30817)
>> <2b2854123fed609d1820d2779e2e0963>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
>> SecurityHI.framework/Versions/A/SecurityHI
>> 0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? (???)
>> <7b0248c392848338f5d6ed093313eeef>
>> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
>> 0xbab00000 - 0xbab21fe2 libKoreanConverter.dylib ??? (???)
>> <51586b8d9ef39123fbe6918f12d8285f>
>> /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
>>
>>
>> Israel Brewster wrote:
>>>
>>> On Jan 13, 2009, at 1:26 AM, Eike Ziller wrote:
>>>
>>>> Hi,
>>>>
>>>> On Jan 13, 2009, at 3:57 AM, ext Victor Sardina wrote:
>>>>
>>>>> Hello:
>>>>>
>>>>> QtCreator appears to crash whenever you open several source code
>>>>> files
>>>>> in the editor and then attempt to open a .ui file. I waited to
>>>>> reproduce
>>>>> this several times, and every time I follow this sequence the
>>>>> application crashes. Interestingly enough, though, if you open
>>>>> the .ui
>>>>> interface first the crash does not happen...
>>>> I'm not able to reproduce that out of the box. Does it happen for
>>>> you
>>>> if you just create a new Gui project via the File->New wizard? If
>>>> not
>>>> so, do you use Qt resources in your ui-files? Does it also happen
>>>> with
>>>> the most recent Mac snapshot?
>>>>
>>>> Regards, Eike
>>> For what it is worth, I am seeing the same thing. Qt Creator
>>> 0.9.2-200901120105 snapshot, nothing fancy in my project, just a
>>> straight forward Gui project with a number of source files and ui
>>> files. No Qt resources here.
>>> -----------------------------------------------
>>> Israel Brewster
>>> Computer Support Technician
>>> Frontier Flying Service Inc.
>>> 5245 Airport Industrial Rd
>>> Fairbanks, AK 99709
>>> (907) 450-7250 x293
>>> -----------------------------------------------
>>>
>>>>> Please see the crash report below.
>>>>>
>>>>> Best regards,
>>>>> Victor
>>>> [backtrace snipped/]
>>>>
>>>> --
>>>> Eike Ziller
>>>> Software Engineer
>>>> Nokia, Qt Software
>>>> Phone +49 (0)30 6392 3255
>>>> Fax +49 (0)30 6392 3256
>>>> E-mail eike.ziller at nokia.com
>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Qt-creator mailing list
>>>> Qt-creator at trolltech.com
>>>> http://lists.trolltech.com/mailman/listinfo/qt-creator
>>> _______________________________________________
>>> Qt-creator mailing list
>>> Qt-creator at trolltech.com
>>> http://lists.trolltech.com/mailman/listinfo/qt-creator
>>
>
> <victor_sardina.vcf>_______________________________________________
> Qt-creator mailing list
> Qt-creator at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
More information about the Qt-creator-old
mailing list