Re: [Gambas-user] Problem with Process_Read
Brought to you by:
gambas
|
From: Benoît M. <ga...@us...> - 2014-11-30 15:42:03
|
Le 30/11/2014 15:50, Benoît Minisini a écrit : > Le 30/11/2014 13:37, Jussi Lahtinen a écrit : >> Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz >> >> I think with latest microcode... I'll check later. >> >> >> Jussi >> > > I have tested 100x times on my own 64 bits system, and in a 32 bits VM > running ArchLinux. No problem... > > Are you sure that you have correctly compile the last revision? > > I will re-run the tests longer anyway... > Note that yours tests (239 & 240) are not reliable. If the command takes more than 0.1 second to run, your test will fail. And nothing ensures that the command will return before 0.1 seconds. You must wait for the end of the process. -- Benoît Minisini |