Qt 6.11 is out! See what's new in the release
blog
Qprocess never ends
General and Desktop
1
Posts
1
Posters
734
Views
1
Watching
-
In a Raspberry machine, when I execute
QPSnap->start("Snap");
the script Snap never ends. Finally I obtain the error
QProcess: Destroyed while process ("/home/pi/MultimediaPet/Snap") is still running.
but the script contains only one line:
#!/bin/bash.
The problem happens with all the executables.
How can I resolve?