Opened 20 years ago
Closed 20 years ago
#33 closed defect (fixed)
libc: panic when using timers
| Reported by: | bird | Owned by: | bird |
|---|---|---|---|
| Priority: | normal | Milestone: | libc-0.6.1 |
| Component: | libc | Version: | 0.6 |
| Severity: | normal | Keywords: | libc timers |
| Cc: |
Description
With IPRT tstTimer I get a LIBC PANIC! on the release of a mutex semaphore, possible the signal one.
Note:
See TracTickets
for help on using tickets.

There was a return path in libc_back_signalWait which didn't reacquire the semaphore, the caller then released it and paniced.