[GHC] #11331: panic! TEST=tc198: lookupVers2 GHC.Stack.Types CallStack

GHC ghc-devs at haskell.org
Mon Jan 18 10:23:50 UTC 2016


#11331: panic! TEST=tc198: lookupVers2 GHC.Stack.Types CallStack
-------------------------------------+-------------------------------------
        Reporter:  thomie            |                Owner:  gridaphobe
            Type:  bug               |               Status:  patch
        Priority:  highest           |            Milestone:  8.0.1
       Component:  Compiler          |              Version:  7.11
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):  Phab:D1739
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by Ben Gamari <ben@…>):

 In [changeset:"a7b751db766bd456ace4f76a861e5e8b927d8f17/ghc" a7b751d/ghc]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="a7b751db766bd456ace4f76a861e5e8b927d8f17"
 un-wire-in error, undefined, CallStack, and IP

 I missed a crucial step in the wiring-in process of `CallStack` in D861,
 the bit where you actually wire-in the Name... This led to a nasty bug
 where GHC thought `CallStack` was not wired-in and tried to fingerprint
 it, which failed because the defining module was not loaded.

 But we don't need `CallStack` to be wired-in anymore since `error` and
 `undefined` no longer need to be wired-in. So we just remove them all.

 Updates haddock submodule.

 Test Plan: `./validate` and `make slowtest TEST=tc198`

 Reviewers: simonpj, goldfire, austin, hvr, bgamari

 Reviewed By: simonpj, bgamari

 Subscribers: goldfire, thomie

 Projects: #ghc

 Differential Revision: https://phabricator.haskell.org/D1739

 GHC Trac Issues: #11331
 }}}

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


More information about the ghc-tickets mailing list