Re: [Interest] The right way of using QProcess

2015-05-19 Thread Thiago Macieira
On Tuesday 19 May 2015 15:29:04 Nuno Santos wrote: Hi, I’m calling the function below with a one second interval while my app is open. The functions executes the command “adb devices Is there any kind of limitation by the system by the number of calls? I think my system gets to a point

Re: [Interest] The right way of using QProcess

2015-05-19 Thread Nuno Santos
Thiago, Thanks for your reply. Yes, this is 5.4. I will investigate this further by doing some output on the waitForFinished return result. I want to avoid installing another toolkit right now (lack of time and lack of space in my laptop) but I will consider it if the problems persists.

[Interest] The right way of using QProcess

2015-05-19 Thread Nuno Santos
Hi, I’m calling the function below with a one second interval while my app is open. The functions executes the command “adb devices Is there any kind of limitation by the system by the number of calls? I think my system gets to a point where no more processes can be created: Chrome starts to

Re: [Interest] The right way of using QProcess

2015-05-19 Thread Nuno Santos
Thiago, I have found the cause. The command binary was not present on the directory thus, every call was being invoked without the program. It never started, it never ended. You were right. It was a zombie attack. Nuno Santos Founder / CEO / CTO www.imaginando.pt +351 91 621 69 62 On 19