Ticket #3243 (closed merge: fixed)

Opened 4 years ago

Last modified 4 years ago

Forked gcc dies everytimes on Mac OS X 10.4.11

Reported by: nwn Owned by: igloo
Priority: normal Milestone: 6.10.4
Component: libraries/process Version: 6.10.3
Keywords: Cc:
Operating System: MacOS X Architecture: x86
Type of failure: Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

Forked gcc dies everytimes on Mac OS X 10.4.11, I saw this bug and reproduce it when building documents with haddock.

Details are described at  http://www.haskell.org/pipermail/libraries/2009-May/011732.html

Attachments

1242387095.dpatch Download (5.7 KB) - added by nwn 4 years ago.
patch to this bug, It works fine and passes tests

Change History

Changed 4 years ago by nwn

patch to this bug, It works fine and passes tests

Changed 4 years ago by simonmar

  • owner set to simonmar
  • difficulty set to Unknown

We used to disable timers in the child of fork, but somehow that got lost between the version of process shipped with 6.8 and the one shipped with 6.10. I will look into what happened, there might be something else going on.

It might be that we haven't seen any problems because on Linux we're not using itimers any more, we're using timer_create().

Changed 4 years ago by simonmar

  • owner changed from simonmar to igloo
  • type changed from bug to merge
  • milestone set to 6.10.4

Fixed:

Wed May 20 03:31:39 PDT 2009  Simon Marlow <marlowsd@gmail.com>
  * Reinstate disableItimers() (#3243)

Changed 4 years ago by igloo

  • status changed from new to closed
  • resolution set to fixed

Merged.

Note: See TracTickets for help on using tickets.