Skip to content
  • Simon Marlow's avatar
    [project @ 2002-09-17 12:20:15 by simonmar] · 4a7c2629
    Simon Marlow authored
    The GC wasn't properly marking pending signal handlers, which could
    lead to "EVACUATED object entered!" errors.  Also, a race occurs if a
    signal arrives during GC.  Two fixes:
    
      (a) mark all pending signal handlers during GC, and
      (b) block signals during GC
    
    MERGE TO STABLE
    4a7c2629