simonmar    2005/11/11 06:41:01 PST

  Modified files:
    libraries/base/cbits runProcess.c 
  Log:
  waitForProcess: if the process died with a signal, just return the
  exit status rather than EINTR.
  
  This means a segfault shows up as (ExitFailure 139) rather than
  an exception complaining about system call interruption.  If the
  client wants a more unix-ish interpretation, they probably should be
  using System.Posix.Process anyway.
  
  Revision  Changes    Path
  1.11      +1 -1      fptools/libraries/base/cbits/runProcess.c
_______________________________________________
Cvs-libraries mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to