Opened 17 years ago

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

Change History (1)

comment:1 Changed 17 years ago by bird

Resolution: fixed
Status: newclosed

(In [3098]) changed the filehandle mutex to must-complete. Fixes #151.

Note: See TracTickets for help on using tickets.