never mind. was-- Re: something's wiping out my SIGALRM handler...

2005-03-21 Thread Ben Johnson
On Mon, Mar 21, 2005 at 01:53:00AM -0800, Ben Johnson wrote: ... > so... as always, I could be wrong, but it kinda looks like glib is > messing with the SIGALRM signal and spoiling my fun. surprises! I love I'm wrong. a perl module I'm calling into is mucking with signals. grr... Sorry for th

something's wiping out my SIGALRM handler...

2005-03-21 Thread Ben Johnson
I'm using setitimer() to run certain callbacks after a given interval. (you might suggest that I use g_timeout_add() instead and not worry about it... and I may end up doing that, but not now.) using setitimer has been working pretty well, until just recently. I'm not sure what happened, but it