Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 3.1.1
-
None
-
Linux / fresh install of kubuntu-14.04-desktop-i386.iso
-
a9e1eef089cfddf71767b7e9798fbb0fd0b31168
Description
For me the repro steps are simple. Install Kubuntu 14.04, install Qt Creator, set breakpoint, run debugger. When breakpoint is hit, debugger terminates and app continues to run disconnected from the debugger. Debug log says the debugger has exceeded virtual memory, is "ILL", and closes out.
Cause is an unreasonably large size is being passed into GDB on readMemory call. The offending item is a ::staticMetaObject.
The patch described in this blog post seemingly mitigates the crash, so I can get back to coding:
http://blog.hostilefork.com/qtcreator-qt5-gdb-process-terminated/
But obviously, not a very good "solution"!
Attachments
Issue Links
- relates to
-
QTCREATORBUG-12392 QT Freezes while debugging (OSX) - LLDB spams megabytes of trash
- Closed