Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. [Qt Creator 3.5] Debugging impossible after "Signal Received" error message
QtWS25 Last Chance

[Qt Creator 3.5] Debugging impossible after "Signal Received" error message

Scheduled Pinned Locked Moved Qt Creator and other tools
cmakeqt creator 3.5debugging
1 Posts 1 Posters 1.2k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    maarten
    wrote on last edited by maarten
    #1

    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
    1 Reply Last reply
    1

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved