From: Ryo S. <sat...@gm...> - 2010-12-27 09:13:13
|
Hello, The signal-handler might be called after refreshing a allocation with LIFETIME=0. See attached the sample source and the result. OS: Debian 5.0.7 kernel: Linux turnserver 2.6.26-2-686 #1 SMP Thu Nov 25 01:53:57 UTC 2010 i686 GNU/Linux --- $ ./posix_timer 0 Create signal(144371720) Set timer(3) 1 Create signal(144371736) Set timer(3) 2 Block signal 3 4 5 Set timer(0) Delete signal(144371736) 6 Unblock signal Realtime signal received Realtime signal received <-- !! 7 8 --- Thanks, Ryo Sato |