[GHC] #8727: HLearn test on ubuntu Precise x64 within vagrant Box

GHC ghc-devs at haskell.org
Mon Feb 3 04:35:41 UTC 2014


#8727: HLearn test on ubuntu Precise x64 within vagrant Box
-----------------------------+----------------------------------
        Reporter:  teuffy    |            Owner:
            Type:  bug       |           Status:  new
        Priority:  normal    |        Milestone:
       Component:  Compiler  |          Version:  7.6.3
      Resolution:            |         Keywords:
Operating System:  Linux     |     Architecture:  x86_64 (amd64)
 Type of failure:  Other     |       Difficulty:  Unknown
       Test Case:            |       Blocked By:
        Blocking:            |  Related Tickets:
-----------------------------+----------------------------------

Comment (by carter):

 @teuffy, if you could get a minimal test case that doesn't pull in all of
 hlearns deps, that be great

 HOWEVER

 I suspect that you're tripping on one of the known issues that resolved
 with GHC 7.8 (and HEAD) for GHCI. Also, did you file bug reports with mike
 before escalating to trac?

 if you can get ghc 7.8 rc installed, and test your example code in ghci
 there, that would help narrow things down

 eg
 {{{

 sudo add-apt-repository -y ppa:hvr/ghc
 sudo apt-get update
 sudo apt-get install cabal-install-1.18  ghc-7.8.1
 }}}

 then massage the libs to work on 7.8 and test there, that would help.


 ALTERNATIVELY:  how much space is on the vm? does it have swap space? it
 could be that the vm ran of memory/swap during linking in a weird way?

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8727#comment:8>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list