[GHC] #5013: sporadic failures during compilation under solaris
GHC
cvs-ghc at haskell.org
Sat Apr 27 21:19:58 CEST 2013
#5013: sporadic failures during compilation under solaris
----------------------------+-----------------------------------------------
Reporter: maeder | Owner:
Type: bug | Status: new
Priority: low | Milestone: 7.6.2
Component: Compiler | Version: 7.0.4
Resolution: | Keywords:
Os: Solaris | Architecture: x86
Failure: Runtime crash | Difficulty: Unknown
Testcase: | Blockedby:
Blocking: | Related:
----------------------------+-----------------------------------------------
Changes (by simonmar):
* difficulty: => Unknown
Comment:
yes, `stat` is returning `EINTR` and we're not expecting it to. Change
the call to `stat` in `getFileStatus` to use `throwErrnoIfMinus1Retry`
(hope I've got that right from memory).
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5013#comment:22>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list