Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
Qt Creator 3.5.1
-
None
-
Process: Qt Creator [4670]
Path: /Users/USER/*/Qt Creator.app/Contents/MacOS/Qt Creator
Identifier: org.qt-project.qtcreator
Version: 3.5.1 (3.5.1)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Qt Creator [4670]
User ID: 501
Date/Time: 2015-12-16 14:32:53.843 +0000
OS Version: Mac OS X 10.11.2 (15C50)
Report Version: 11Process: Qt Creator [4670] Path: /Users/USER/*/Qt Creator.app/Contents/MacOS/Qt Creator Identifier: org.qt-project.qtcreator Version: 3.5.1 (3.5.1) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: Qt Creator [4670] User ID: 501 Date/Time: 2015-12-16 14:32:53.843 +0000 OS Version: Mac OS X 10.11.2 (15C50) Report Version: 11
Description
Sometimes, after using the function hint dropdown box whilst coding, the application crashes. This usually happens after the function hint closes and you click somewhere else in the code editor. This is not easy to reproduce, but happens about 1 time / hour on my machine. Below is the OSX crash report.
Main Call Stack of Crash (full report in .txt):
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libTextEditor.dylib 0x00000001097c7a23 TextEditor::FunctionHintProposalWidget::eventFilter(QObject*, QEvent*) + 339
1 org.qt-project.QtCore 0x0000000103fe0bac QCoreApplicationPrivate::sendThroughApplicationEventFilters(QObject*, QEvent*) + 220
2 org.qt-project.QtWidgets 0x00000001032603dc QApplicationPrivate::notify_helper(QObject*, QEvent*) + 28
3 org.qt-project.QtWidgets 0x000000010326389e QApplication::notify(QObject*, QEvent*) + 8318
4 org.qt-project.QtCore 0x0000000103fe0983 QCoreApplication::notifyInternal(QObject*, QEvent*) + 115
5 org.qt-project.QtGui 0x00000001038a8f79 QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) + 2185
6 org.qt-project.QtGui 0x00000001038a7e03 QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*) + 131
7 org.qt-project.QtGui 0x00000001038949da QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 346
8 libqcocoa.dylib 0x00000001069341a1 0x106911000 + 143777
9 com.apple.CoreFoundation 0x00007fff976f25c1 _CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION_ + 17
10 com.apple.CoreFoundation 0x00007fff976e441c __CFRunLoopDoSources0 + 556
11 com.apple.CoreFoundation 0x00007fff976e393f __CFRunLoopRun + 927
12 com.apple.CoreFoundation 0x00007fff976e3338 CFRunLoopRunSpecific + 296
13 com.apple.HIToolbox 0x00007fff8d029935 RunCurrentEventLoopInMode + 235
14 com.apple.HIToolbox 0x00007fff8d029677 ReceiveNextEventCommon + 184
15 com.apple.HIToolbox 0x00007fff8d0295af _BlockUntilNextEventMatchingListInModeWithFilter + 71
16 com.apple.AppKit 0x00007fff8c3650ee _DPSNextEvent + 1067
17 com.apple.AppKit 0x00007fff8c731943 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454
18 com.apple.AppKit 0x00007fff8c35afc8 -[NSApplication run] + 682
19 libqcocoa.dylib 0x000000010693308d 0x106911000 + 139405
20 org.qt-project.QtCore 0x0000000103fde07d QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 381
21 org.qt-project.QtCore 0x0000000103fe0f5a QCoreApplication::exec() + 346
22 org.qt-project.qtcreator 0x0000000102fced4c main + 14780
23 org.qt-project.qtcreator 0x0000000102fc87d4 start + 52
Attachments
Issue Links
- is replaced by
-
QTCREATORBUG-14875 Crash in FunctionHintProposalWidget
- Closed