Opened 18 years ago

Closed 18 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.

Change History (1)

comment:1 Changed 18 years ago by bird

Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.