You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
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?
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:
The program hangs at this point, with the Stop button depressed.
With qt5, the program crashes instead of hanging:
I haven't looked at the source code too extensively so far, any idea where the error lies?