ARudik / phc

Automatically exported from code.google.com/p/phc
0 stars 0 forks source link

Killing spawned testing processes doesnt work #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
proc_terminate seems to kill the shell which spawned the application, but
not the application itself. This means that tests which spawn infinite
loops, such as in the DemiEval tests, create zombies which kill the
computer's performance.

Original issue reported on code.google.com by paul.biggar on 12 Nov 2007 at 12:13

GoogleCodeExporter commented 9 years ago
This has been fixed, both in the test code, (AsyncTest), and in the continuous 
tester
(test/framework/records/loop) providing a good fallback.

Original comment by paul.biggar on 23 May 2008 at 2:02