[Qt-creator] Bug: Run leaves zombie process for console application
KC Jones
kc at asperasoft.com
Thu Nov 19 20:53:50 CET 2009
When I run my bare-bones-could-not-be-simpler console application in
Creator (Build->Run), the process runs to completion and then hangs.
Running it again does not kill the zombie, just creates another one.
The application output transcripts cannot be deleted since Creator
thinks (correctly) that their process has not terminated. Running the
same app through the debugger does not leave a zombie. I have not
observed similar problems with my GUI app.
I'm running Qt Creator 1.2.94 (the 1.3 release candidate) on Mac
10.5.8, and I have not tried to replicate this on the released 1.2
build.
I have to open a terminal window and find and kill the zombies with
the usual, laborious >ps -A | grep (myappname); kill -9 (pid)
I can produce the source if need be, but really, I think you can
reproduce with the default empty console app created by the New
Project wizard in 1.2.94
KC
More information about the Qt-creator-old
mailing list