https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98823

--- Comment #12 from Ian Lance Taylor <ian at airs dot com> ---
Other than the timeout issue, DejaGNU appears to work as expected on my system.
 After 300 seconds, it will run the shell command "kill -2 $spid" which kills
the program.  The program issue19182.go does nothing special with SIGINT, and
in my testing it simply exits.  In any case, if the program does not exist
after the "kill -2", DejaGNU waits 5 seconds and does a "kill -15", then waits
another 5 seconds and does a "kill -9".

In short, I can't recreate the problem and I don't see where the bug is.

What version of DejaGNU is in use on the system where the problem occurs?  I'm
testing with DejaGNU 1.6.2.

Reply via email to