﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
69	QProcess cannot start process	Dmitry A. Kuminov		"The following simple program:
{{{
	qDebug() << ""Starting..."";
	QProcess proc;    
	proc.start(""cmd.exe"");
	qDebug() << ""Waiting for finished..."";
	proc.waitForFinished();
	qDebug() << ""DONE"";
}}}
terminates immediately with the following output:
{{{
Starting...
Waiting for finished...
DONE
QProcess: Destroyed while process is still running.
}}}
Apparently, nothing is started."	defect	closed	blocker	Qt Beta 2	QtCore	4.5.1 Beta 1		fixed		psmedley
