| Summary: | timers work incorrect | ||
|---|---|---|---|
| Product: | uClibc | Reporter: | xiaoxiangjian <309428529> |
| Component: | Threads | Assignee: | unassigned |
| Status: | NEW --- | ||
| Severity: | normal | CC: | uclibc-cvs |
| Priority: | P5 | ||
| Version: | 0.9.33.2 | ||
| Target Milestone: | 0.9.33.2 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | Testcase timer | ||
It seems that the function __start_helper_thread does not block the SIGTIMER signal, causing the timer_helper_thread thread to get abnormal when it receives multiple SIGTIMER signals at the same time |
Created attachment 7231 [details] Testcase timer In the testcase, I create four timers and they expire at the same time, but only one is actually effective。