[Qt Creator 3.5] Debugging impossible after "Signal Received" error message
-
Steps to reproduce:
- Download this sample project: https://drive.google.com/file/d/0B0FX5i2c0-7eN2t6WnhwWUFnWnM/view?usp=sharing
(The code is borrowed from http://doc.qt.io/qt-5/qtwidgets-mainwindows-application-example.html) - Create a new project in Qt Creator from cmake file using the CMakeLists.txt in the zip
- Set a breakpoint. For example in the MainWindow constructor.
- Run the program in debug mode
- Step the program
- A "signal Received" window appears. "The inferior stopped because it received a signal from the operation system.\nSignal name: 0\nSignal meaning: Signal 0"
- Further debugging becomes impossible
Expected:
- No window/error
- Debugging works fine (I can perfectly debug the program with code::blocks)
Used program:
- Qt Creator 3.5.0 (the one delivered with Fedora 22)
- cmake version 3.3.2
- Fedora LInux 22
- Download this sample project: https://drive.google.com/file/d/0B0FX5i2c0-7eN2t6WnhwWUFnWnM/view?usp=sharing