Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Issues with stopping program execution #5

@sfranzen

Description

@sfranzen

I have incorporated the changes suggested @esoteric-programmer in #4 at my repo and started a port to Qt5 here. However, whether I compile the Qt4 (I have 4.8.6) or the Qt5 (5.5.0) version, I cannot seem to abort the execution of a program while in debugging mode.

Example output with qt4:

DP Right CC:  2 
DP Right CC:  2 
DP Right CC:  2 
abort! 

The program hangs at this point, with the Stop button depressed.

With qt5, the program crashes instead of hanging:

DP Right CC:  2
DP Right CC:  2
abort!
stop!
QSocketNotifier: Socket notifiers cannot be enabled or disabled from another thread
Segmentation fault (core dumped)

I haven't looked at the source code too extensively so far, any idea where the error lies?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions