Ticket #1185 (closed merge: fixed)
can't do I/O in the child of forkProcess with -threaded
| Reported by: | simonmar | Owned by: | igloo |
|---|---|---|---|
| Priority: | high | Milestone: | 6.12.1 |
| Component: | Runtime System | Version: | 6.6 |
| Keywords: | Cc: | johan.tibell@…, kazu@…, 8mayday@…, takanori.nakanowatari@… | |
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | None/Unknown | Difficulty: | Moderate (less than a day) |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
forkProcess kills all threads, as advertised. Unfortunately this includes the I/O manager thread, so trying to do I/O in the child of forkProcess leads to deadlock. It might be possible to fix this, but we'd need to add a way to restart the I/O manager thread.
Change History
Note: See
TracTickets for help on using
tickets.
