[GHC] #14713: GHCi doesn't load project.

GHC ghc-devs at haskell.org
Tue Apr 17 16:30:33 UTC 2018


#14713: GHCi doesn't load project.
-------------------------------------+-------------------------------------
        Reporter:  recursion-ninja   |                Owner:  (none)
            Type:  bug               |               Status:  new
        Priority:  high              |            Milestone:  8.6.1
       Component:  GHCi              |              Version:  8.2.2
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:  x86_64
                                     |  (amd64)
 Type of failure:  GHCi crash        |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------
Changes (by bgamari):

 * priority:  normal => high
 * milestone:   => 8.6.1


Comment:

 It looks like the issue here is that GHC is trying to load the temporary
 Haskell objects before it loads the C objects. In GHC's defense, Cabal
 does list the C objects after the modules in the command line that it
 produces. It seems to me like GHC should likely first load any C objects,
 then compile and load the Haskell modules requested.

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


More information about the ghc-tickets mailing list