Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#102 closed (fixed)

libc: thread db locked after fork

Reported by: bird Owned by: bird
Priority: normal Milestone: libc-0.6.2
Component: libc-backend Version: 0.6.1
Severity: normal Keywords: fork fmutex thread deadlocked
Cc:

Description

Just had a incident of the thread database being locked after a fork. The locker was the internal process reaper thread of the parent. not nice.

Change History (6)

comment:5 Changed 18 years ago by bird

Resolution: fixed
Status: newclosed

(In [2798]) Lock the thread database before forking. Fixes #102.

comment:6 Changed 18 years ago by bird

(In [2799]) Lock the thread database before forking. Fixes #102. (from 0.6)

Note: See TracTickets for help on using tickets.