[cmake-developers] [CMake 0012038]: SIGKILL sent when process times out
Mantis Bug Tracker
mantis at public.kitware.com
Sun Apr 3 17:30:16 EDT 2011
The following issue has been SUBMITTED.
======================================================================
http://www.cmake.org/Bug/view.php?id=12038
======================================================================
Reported By: samuel nobs
Assigned To:
======================================================================
Project: CMake
Issue ID: 12038
Category: CTest
Reproducibility: always
Severity: feature
Priority: normal
Status: new
======================================================================
Date Submitted: 2011-04-03 17:30 EDT
Last Modified: 2011-04-03 17:30 EDT
======================================================================
Summary: SIGKILL sent when process times out
Description:
when a test process times out, ctest sends a SIGSTOP followed by a SIGKILL to
terminate the process. this is a bit harsh, since the process will not be able
to clean up resources like lock files, hence making following test potentially
fail when trying to acquire said resources.
it would be way more graceful to first send a SIGTERM, giving the process some
time to reminate sensibly, and then send a SIGKILL after some time in case the
process really insist on continuing to run
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-04-03 17:30 samuel nobs New Issue
======================================================================
More information about the cmake-developers
mailing list