Re: [Gambas-user] Problem with Process_Read
Brought to you by:
gambas
|
From: Benoît M. <ga...@us...> - 2014-11-30 15:45:51
|
Le 30/11/2014 16:41, Benoît Minisini a écrit : > 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. > OK, I finally got one error (but 239), even if I replaced "Wait 0.1" by "hProcess.Wait". Let's go back investigating... -- Benoît Minisini |