The following bug has been RESOLVED.
=======================================================================
http://autosec.sourceforge.net/helpDesk/mantis/view_bug_page.php?f_id=0000045
=======================================================================
Reporter: pharkas
Handler: red0x
=======================================================================
Project: sonar
Bug ID: 0000045
Category: Bugs
Reproducibility: always
Severity: major
Priority: high
Status: resolved
Resolution: fixed
=======================================================================
Date Submitted: 02-28-04 04:37 PST
Last Modified: 03-01-04 18:45 PST
=======================================================================
Summary: sigint not handled while sleeping
Description:
sleep is called for a iPostDelay, but while it is sleeping the program
cannot be interrupted. This sucks if you accidentally enter in a large
sleep amount.
=======================================================================
-----------------------------------------------------------------------
red0x - 03-01-04 18:45 PST
-----------------------------------------------------------------------
usleep seems to fix it. I am using usleep for now. If that turns out to be
non-portable, I will upgrade to nanosleep.
|