Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
None
-
Qt Creator 3.5.0-rc1
-
Ubuntu 12.04 32 bit, Ubuntu 15.04 64 bit, Windows 7 64 bit
Qt 5.5.0
Android 5.1.1
gdb 7.9
gdb 7.3.1 or gdb 7.7 from Android NDK
cdb 6.12
Description
- Create a new Qt Quick Application project.
- Set a breakpoint at Qt.quit(); in main.qml.
- Debug the application.
- Click the application.
The breakpoint is being hit. Creator opens main.qml and right after that opens qbytearray.cpp or the disassembler, reporting a segfault.
Creator should show the line with the breakpoint in main.qml.
Attachments
Issue Links
- relates to
-
QTBUG-47061 QML Debug Service returns invalid scope data
- Closed