https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6253

--- Comment #18 from Mark Martinec <[email protected]> 2009-12-17 12:06:01 
UTC ---
Bug 6253:
- avoid bad interaction between Time::HiRes::sleep and alarm on Solaris
  by using a select() to simulate delays in t/timeout.t;
- avoid depending on alarm() returning a remaining time (some implementations
  just return a 0) by providing our own stack for nested timed calls;
- avoid using alarm() entirely for non-timed calls, thus leaving possible
  foreign running timer untouched
Sending        lib/Mail/SpamAssassin/Timeout.pm
Sending        t/timeout.t
Transmitting file data ..
Committed revision 891864.

-- 
Configure bugmail: 
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to