QT creator crashes during debugging (Linux)
-
I keep getting the below error when I try to create memory view
asif@asif-VirtualBox:/opt/Qt/Tools/QtCreator/bin$ ./qtcreator
qt.core.qobject.connect: QObject::connect: Cannot connect (nullptr)::usageStatisticsNotifier(const QString) to UsageStatistic::Internal::QmlDesignerUsageEventSource::handleUsageStatisticsNotifier(const QString)
qt.core.qobject.connect: QObject::connect: Cannot connect (nullptr)::usageStatisticsUsageTimer(const QString, int) to UsageStatistic::Internal::QmlDesignerUsageEventSource::handleUsageStatisticsUsageTimer(const QString, int)
Segmentation fault (core dumped)Ofcourse I can disable telemetry and then it works fine
-
I keep getting the below error when I try to create memory view
asif@asif-VirtualBox:/opt/Qt/Tools/QtCreator/bin$ ./qtcreator
qt.core.qobject.connect: QObject::connect: Cannot connect (nullptr)::usageStatisticsNotifier(const QString) to UsageStatistic::Internal::QmlDesignerUsageEventSource::handleUsageStatisticsNotifier(const QString)
qt.core.qobject.connect: QObject::connect: Cannot connect (nullptr)::usageStatisticsUsageTimer(const QString, int) to UsageStatistic::Internal::QmlDesignerUsageEventSource::handleUsageStatisticsUsageTimer(const QString, int)
Segmentation fault (core dumped)Ofcourse I can disable telemetry and then it works fine
@AsifBahrainwala What QtCreator version on which Linux distribution?
Did you check Qt bug tracker for this issue? -
@AsifBahrainwala What QtCreator version on which Linux distribution?
Did you check Qt bug tracker for this issue?@jsulm said in QT creator crashes during debugging (Linux):
What QtCreator version on which Linux distribution?
My 6.0.1 on debian does crash from time to time, but I haven't had the will to track the reason. It's rare enough that it's just annoying.