[Haskell-cafe] HipmunkPlayground compile error

Jason Dagit dagitj at gmail.com
Thu Apr 28 08:20:10 CEST 2011


On Wed, Apr 27, 2011 at 9:46 PM, Albert Y. C. Lai <trebla at vex.net> wrote:

> Perhaps the linker ran out of memory.
>

I don't think so.  In my experience, when gnu ld crashes from out of memory
it gets a segfault, which translates to error code 9, (or was it 11?), and
then cabal will print ExitFailure 9 (or was it 11?).

Similarly, ExitFailure 127 means cabal couldn't find an executable it needed
to run.

Jason
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110427/d20f9e6c/attachment.htm>


More information about the Haskell-Cafe mailing list