SIGPROF is masked by select() .

2005-12-18 Thread xiangbin
timer() is not work at all. It's probablely that the timer signal SIGPROF is masked by select(). I read a bundle of manuals and found no answer, all said the select() could be interrupted by signals if not masked. Here is the pr

SIGPROF is masked by select() .

2005-12-15 Thread xiangbin
the select() call works,the POSIX timer() is not work at all. It's probablely that the timer signal SIGPROF is masked by select(). I read a bundle of manuals and found no answer, all said the select() could be interrupted by signals if not masked. Below is the program,also,it is attached to