Git Product home page Git Product logo

Comments (5)

Twinside avatar Twinside commented on July 30, 2024

And what should I see in this blurb? I have no problem to compile it, so you'll have to provide more information, the environment, the command line used to generate the build log, etc, etc...

from juicy.pixels.

dagit avatar dagit commented on July 30, 2024

I replied on the gist, but I should have replied here:

To my eyes there are only two interesting lines in the whole log:

Using compiler: ghc-7.8.3
Result size of SpecConstr/usr/bin/ghc returned ExitFailure (-9)

With ghc the exit failure number typically corresponds to a unix signal number. In this case, it should correspond to SIGKILL. Normally GHC complains about the impossible when it fails an assertion. To me, this looks like someone or something used kill -9 on this compilation job.

from juicy.pixels.

Twinside avatar Twinside commented on July 30, 2024

the -9 could be a symptom of a out-of-memory kill, but without more information, it's hard to tell :-/

from juicy.pixels.

dagit avatar dagit commented on July 30, 2024

In my experience out of memory (with ghc) always shows up as 11 (segfault).

from juicy.pixels.

xavier83 avatar xavier83 commented on July 30, 2024

It must be out-of-memory kill cause I noticed ghc taking up 3.8 GB of system ram and 3 GB of Swap and die then.
@Twinside
OS: Arch Linux
Kernel: 3.16.3
GHC: 7.8.3
Cabal: 1.20.0.2
LLVM version 3.5.0
command : cabal update;cabal install -v3 JuicyPixels

from juicy.pixels.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.