#112 closed defect (fixed)
Potential deadlock on fork() with dnmalloc
Reported by: | rainer | Owned by: | rainer |
---|---|---|---|
Priority: | major | Milestone: | 2.4.6 |
Component: | main | Version: | 2.4.5 |
Keywords: | Cc: |
Description
On Linux/i386, modules that fork may deadlock if dnmalloc is used. This seems to be caused by a problem with the pthread_atfork() implementation (?). The main thread (file check) will continue.
Note:
See TracTickets
for help on using tickets.
Fixed in changeset [174].