Opened 18 years ago
Closed 18 years ago
#151 closed defect (fixed)
libc: Recursive "LIBC SYS Filehandle Mutex" panic
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | normal | Milestone: | libc-0.6.2 |
Component: | libc-frontend | Version: | 0.6 |
Severity: | normal | Keywords: | panic sys filehandle mutex |
Cc: |
Description
The filehandles.c gmtx must be changed to _FMC_MUST_COMPLETE or we'll end up in trouble when signals are delivered. This is especially a problem on SMP systems when doing parallel make and receiving SIGCHLD.
Note:
See TracTickets
for help on using tickets.
(In [3098]) changed the filehandle mutex to must-complete. Fixes #151.