Hi,

On Jun 14, 2010, at 12:06 AM, ext Victor Sardina wrote:

> Fellows:
> 
> I have the latest QtCreator 2.0 and the latest Qt master (4.8) branches
> installed. I just had a QtCreator crash under Mac while attempting to
> create a new class. Once I chose  the C++ option the application became
> unresponsive for a while before crashing. See the trace below for more
> details.

I'm not able to reproduce the problem with qtcreator/2.0 and qt/4.7 .
Please be aware that Qt master is not a "stable" branch. I'd recommend that you 
try with 4.7.

Br, Eike

> Regards,
> Victor
> 
> Process:         Qt Creator [24024]
> Path:            /usr/local/Trolltech/Qt-4.8.0/bin/Qt
> Creator.app/Contents/MacOS/Qt Creator
> Identifier:      com.nokia.qtcreator
> Version:         1.3.86 (1.3.86)
> Code Type:       X86-64 (Native)
> Parent Process:  launchd [179]
> 
> Date/Time:       2010-06-13 11:57:29.913 -1000
> OS Version:      Mac OS X 10.6.3 (10D573)
> Report Version:  6
> 
> Interval Since Last Report:          3832293 sec
> Crashes Since Last Report:           2368
> Per-App Interval Since Last Report:  89027 sec
> Per-App Crashes Since Last Report:   1
> Anonymous UUID:                      5D71324D-74ED-4943-A413-C5BDF8E7DDAD
> 
> Exception Type:  EXC_CRASH (SIGABRT)
> Exception Codes: 0x0000000000000000, 0x0000000000000000
> Crashed Thread:  0  Dispatch queue: com.apple.main-thread
> 
> Application Specific Information:
> abort() called
> 
> Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
> 0   libSystem.B.dylib                   0x00007fff864d4886 __kill + 10
> 1   libSystem.B.dylib                   0x00007fff86574eae abort + 83
> 2   QtCore                              0x0000000100eccd75
> qt_message_output(QtMsgType, char const*) + 117
> 3   QtCore                              0x0000000100eccf57
> qt_message(QtMsgType, char const*, __va_list_tag*) + 183
> 4   QtCore                              0x0000000100ecd11a qFatal(char
> const*, ...) + 170
> 5   QtCore                              0x0000000100f637d1
> QtSharedPointer::ExternalRefCountData::setQObjectShared(QObject const*,
> bool) + 49
> 6   libCore_debug.dylib                 0x0000000114a18ec0
> QtSharedPointer::ExternalRefCount<QWizard>::internalFinishConstruction(QWizard*)
> + 58 (qsharedpointer_impl.h:368)
> 7   libCore_debug.dylib                 0x0000000114a18f12
> QtSharedPointer::ExternalRefCount<QWizard>::internalConstruct(QWizard*)
> + 80 (qsharedpointer_impl.h:344)
> 8   libCore_debug.dylib                 0x0000000114a18f46
> QSharedPointer<QWizard>::QSharedPointer(QWizard*) + 44
> (qsharedpointer_impl.h:449)
> 9   libCore_debug.dylib                 0x0000000114a15da3
> Core::BaseFileWizard::runWizard(QString const&, QWidget*) + 611
> (basefilewizard.cpp:510)
> 10  libCore_debug.dylib                 0x000000011496c941
> Core::Internal::MainWindow::showNewItemDialog(QString const&,
> QList<Core::IWizard*> const&, QString const&) + 637 (mainwindow.cpp:905)
> 11  libCore_debug.dylib                 0x000000011496d4ba
> Core::Internal::MainWindow::newFile() + 82 (mainwindow.cpp:778)
> 12  libCore_debug.dylib                 0x0000000114a5187a
> Core::Internal::MainWindow::qt_metacall(QMetaObject::Call, int, void**)
> + 324 (moc_mainwindow.cpp:129)
> 13  QtCore                              0x0000000100f2248e
> QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 1694
> 14  QtGui                               0x000000010014a651
> QAction::triggered(bool) + 49
> 15  QtGui                               0x000000010014d4b9
> QAction::qt_metacall(QMetaObject::Call, int, void**) + 601
> 16  QtCore                              0x0000000100f2248e
> QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 1694
> 17  QtGui                               0x000000010014a651
> QAction::triggered(bool) + 49
> 18  QtGui                               0x000000010014ba34
> QAction::activate(QAction::ActionEvent) + 180
> 19  QtGui                               0x0000000100101dda -[QCocoaMenuLoader
> qtDispatcherToQAction:] + 106
> 20  com.apple.AppKit                    0x00007fff883fc8ea -[NSApplication
> sendAction:to:from:] + 95
> 21  com.apple.AppKit                    0x00007fff88420e5a -[NSMenuItem
> _corePerformAction] + 365
> 22  com.apple.AppKit                    0x00007fff88420bc4 -[NSCarbonMenuImpl
> performActionWithHighlightingForItemAtIndex:] + 121
> 23  com.apple.AppKit                    0x00007fff886a493d -[NSMenu
> _internalPerformActionForItemAtIndex:] + 35
> 24  com.apple.AppKit                    0x00007fff88556729 -[NSCarbonMenuImpl
> _carbonCommandProcessEvent:handlerCallRef:] + 136
> 25  com.apple.AppKit                    0x00007fff884033b0
> NSSLMMenuEventHandler + 321
> 26  com.apple.HIToolbox                 0x00007fff82f61b57
> DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*,
> HandlerCallRec*) + 1002
> 27  com.apple.HIToolbox                 0x00007fff82f610a6
> SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*,
> HandlerCallRec*) + 395
> 28  com.apple.HIToolbox                 0x00007fff82f7ed85
> SendEventToEventTarget + 45
> 29  com.apple.HIToolbox                 0x00007fff82fade61
> SendHICommandEvent(unsigned int, HICommand const*, unsigned int,
> unsigned int, unsigned char, void const*, OpaqueEventTargetRef*,
> OpaqueEventTargetRef*, OpaqueEventRef**) + 387
> 30  com.apple.HIToolbox                 0x00007fff82fdabf6
> SendMenuCommandWithContextAndModifiers + 56
> 31  com.apple.HIToolbox                 0x00007fff82fdabae
> SendMenuItemSelectedEvent + 101
> 32  com.apple.HIToolbox                 0x00007fff82fdaabe
> FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 150
> 33  com.apple.HIToolbox                 0x00007fff82fbbe49
> MenuSelectCore(MenuData*, Point, double, unsigned int, OpaqueMenuRef**,
> unsigned short*) + 467
> 34  com.apple.HIToolbox                 0x00007fff82fbb596
> _HandleMenuSelection2 + 453
> 35  com.apple.AppKit                    0x00007fff882d43b9
> _NSHandleCarbonMenuEvent + 236
> 36  com.apple.AppKit                    0x00007fff882a7eda _DPSNextEvent + 
> 1908
> 37  com.apple.AppKit                    0x00007fff882a7379 -[NSApplication
> nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
> 38  com.apple.AppKit                    0x00007fff8826d05b -[NSApplication
> run] + 395
> 39  QtGui                               0x000000010010c9e4
> QEventDispatcherMac::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) +
> 1588
> 40  QtCore                              0x0000000100ff9b14
> QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 68
> 41  QtCore                              0x0000000100ff9e24
> QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 180
> 42  QtCore                              0x0000000100ffb4cc
> QCoreApplication::exec() + 188
> 43  com.nokia.qtcreator                 0x000000010000aeca main + 9356
> (main.cpp:320)
> 44  com.nokia.qtcreator                 0x0000000100005260 start + 52
> 


-- 
Eike Ziller
Software Engineer
Nokia, Qt Development Frameworks

Nokia gate5 GmbH
Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany
Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B
Umsatzsteueridentifikationsnummer: DE 812 845 193
Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori




_______________________________________________
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to