On Sep 3, 2007, at 4:39 AM, Jeffrey Ratcliffe wrote:[signals emitted differently in real code versus example, and based on whether the callbacks do real work]
So I can't make it work. Does any of this ring any bells?
Check the return values on your signal handlers. For signals with non-void returns, are you using explicit returns? Are you returning false and true in the right places? (The manpages list the type signatures of each signal in their "SIGNALS" sections.)
--Doing a good job around here is like wetting your pants in a dark suit; you get a warm feeling, but no one notices.
-- unknown