Qt Creator 14.0.1 segfault on cmd-Y
Unsolved
Qt Creator and other tools
-
Qt Creator 14.0.1 on MacOS has started crashing when I attempt to debug using either cmd-Y or by clicking the button.
This happens with my applications and the example apps.Is there anything I can do about this?
Process: Qt Creator [56123] Path: /Users/USER/*/Qt Creator.app/Contents/MacOS/Qt Creator Identifier: org.qt-project.qtcreator Version: 14.0.1 (14.0.1) Code Type: X86-64 (Native) Parent Process: launchd [1] User ID: 501 Date/Time: 2024-10-04 16:53:02.0067 +1300 OS Version: macOS 13.6.9 (22G830) Report Version: 12 Bridge OS Version: 8.6 (21P6074) Anonymous UUID: 7D9425A4-0CA0-BD39-29F0-EAC9D2AD23C2 Time Awake Since Boot: 68000 seconds System Integrity Protection: enabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000 Exception Codes: 0x0000000000000001, 0x0000000000000000 Termination Reason: Namespace SIGNAL, Code 11 Segmentation fault: 11 Terminating Process: exc handler [56123] VM Region Info: 0 is not in any region. Bytes before following region: 4481777664 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL UNUSED SPACE AT START ---> __TEXT 10b228000-10b248000 [ 128K] r-x/r-x SM=COW ...OS/Qt Creator Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libUtils.14.0.1.dylib 0x10bd97934 Utils::FancyMainWindow::setDockAreaVisible(Qt::DockWidgetArea, bool) + 596 1 libUtils.14.0.1.dylib 0x10bd9da9a 0x10bcbf000 + 912026 2 QtCore 0x10da13a5f 0x10d93f000 + 871007 3 QtWidgets 0x10b7fddb7 QDockWidget::event(QEvent*) + 759 4 QtWidgets 0x10b692617 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 247 5 QtWidgets 0x10b693422 QApplication::notify(QObject*, QEvent*) + 498 6 QtCore 0x10d9c3ac4 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 164 7 QtWidgets 0x10b6e2142 QWidgetPrivate::show_helper() + 418 8 QtWidgets 0x10b6e3c91 QWidgetPrivate::setVisible(bool) + 1489 9 QtWidgets 0x10b6e3457 QWidget::setVisible(bool) + 647 10 QtCore 0x10da13a5f 0x10d93f000 + 871007 11 QtGui 0x10d4f711d QAction::activate(QAction::ActionEvent) + 397 12 QtCore 0x10da13a5f 0x10d93f000 + 871007 13 QtCore 0x10d944822 0x10d93f000 + 22562 14 QtCore 0x10da0b9b9 QObject::event(QEvent*) + 105 15 QtWidgets 0x10b692617 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 247 16 QtWidgets 0x10b693422 QApplication::notify(QObject*, QEvent*) + 498 17 QtCore 0x10d9c3ac4 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 164 18 QtCore 0x10db56da6 QTimerInfoList::activateTimers() + 1142 19 libqcocoa.dylib 0x10c6b61d7 0x10c69e000 + 98775 20 CoreFoundation 0x7ff801807eaa __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17 21 CoreFoundation 0x7ff801807e4c __CFRunLoopDoSource0 + 157 22 CoreFoundation 0x7ff801807c83 __CFRunLoopDoSources0 + 311 23 CoreFoundation 0x7ff8018068af __CFRunLoopRun + 916 24 CoreFoundation 0x7ff801805eb1 CFRunLoopRunSpecific + 560 25 HIToolbox 0x7ff80b28ef3d RunCurrentEventLoopInMode + 292 26 HIToolbox 0x7ff80b28ed4e ReceiveNextEventCommon + 657 27 HIToolbox 0x7ff80b28eaa8 _BlockUntilNextEventMatchingListInModeWithFilter + 64 28 AppKit 0x7ff8048a4b18 _DPSNextEvent + 858 29 AppKit 0x7ff8048a39c2 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1214 30 AppKit 0x7ff804896037 -[NSApplication run] + 586 31 libqcocoa.dylib 0x10c6b707d 0x10c69e000 + 102525 32 QtCore 0x10d9cd4d6 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 486 33 QtCore 0x10d9c4087 QCoreApplication::exec() + 119 34 Qt Creator 0x10b235fd7 0x10b228000 + 57303 35 dyld 0x7ff8013d1418 start + 1896
-
@g1ennr please try 14.0.2 first: https://www.qt.io/blog/qt-creator-14.0.2-released otherwise report it on: bugreports.qt.io
Good luck!
-