Hide Forgot
Description of problem: I created a POSIX periodic timer with a 5ms interval. If I delete the timer with timer_delete, I get another callback after the timer_delete returned. Version-Release number of selected component (if applicable): glibc-2.5-65 How reproducible: Execute the attached testcase. Steps to Reproduce: 1. Run the testcase Actual results: 2. See the error message: "Timer callback for deleted timer" Expected results: No timer callbacks after timer_delete returned This is also reproducible with the Debian eglibc 2.13-21 on amd64. Thanks, Gregor
Created attachment 525075 [details] testcase
The disposition of pending signals for the deleted timer is unspecified.