Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
Qt Creator 3.4.0-beta1
-
None
-
This is an MSVC 2013 release build with forced debug information.
Description
While investigating QTCREATORBUG-13713 I've been adding harmless qDebug() statements. This lead to an alternative stack trace:by add lead to another stack
0 QRegExpEngineKey::~QRegExpEngineKey Qt5Core 0x5a6bef30 1 QVector<ProString>::freeData qvector.h 483 0x59995d1b 2 QHash<ProKey,ProStringList>::deleteNode2 qhash.h 545 0x59994f23 3 QHashData::free_helper qhash.cpp 493 0x5a6ab5e7 4 QLinkedList<QHash<ProKey,ProStringList>>::freeData qlinkedlist.h 319 0x59995cc1 5 QMakeEvaluator::~QMakeEvaluator qmakeevaluator.cpp 198 0x5999ca45 6 ProFileEvaluator::~ProFileEvaluator profileevaluator.cpp 55 0x599a925e 7 QtSupport::ProFileReader::~ProFileReader profilereader.cpp 81 0x599e9d1d 8 QtSupport::ProFileReader::`scalar deleting destructor' QmakeProjectManager 0x57eacca9 9 QmakeProjectManager::QmakeProject::destroyProFileReader qmakeproject.cpp 1050 0x57eb00d6 10 QmakeProjectManager::QmakeProFileNode::applyEvaluate qmakenodes.cpp 2257 0x57ebe7c2 11 QmakeProjectManager::QmakeProFileNode::applyAsyncEvaluate qmakenodes.cpp 2007 0x57ebd558 12 QMetaObject::activate qobject.cpp 3718 0x5a8045cf 13 QMetaObject::activate qobject.cpp 3582 0x5a8047ee 14 QFutureWatcherBase::finished moc_qfuturewatcher.cpp 256 0x5a86222f 15 QFutureWatcherBasePrivate::sendCallOutEvent qfuturewatcher.cpp 436 0x5a673057 16 QFutureWatcherBase::event qfuturewatcher.cpp 340 0x5a672ee8 17 QApplicationPrivate::notify_helper qapplication.cpp 3723 0x5af22ca9 18 QApplication::notify qapplication.cpp 3134 0x5af20e67 19 QCoreApplication::notifyInternal qcoreapplication.cpp 930 0x5a7e34bb
Attachments
Issue Links
- relates to
-
QTCREATORBUG-13713 Crash in ProfileEvaluator::expandEnvVars
- Closed