Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • GHC GHC
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 5,399
    • Issues 5,399
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 592
    • Merge requests 592
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Glasgow Haskell CompilerGlasgow Haskell Compiler
  • GHCGHC
  • Issues
  • #15002
Closed
Open
Issue created Apr 04, 2018 by Eric Crockett@crockeeaReporter

Panic: collectNBinders

Steps to reproduce:

Download concurrent-extra-0.7.0.12 and add the following stack.yaml file:

resolver: nightly-2018-04-04
system-ghc: true
compiler-check: newer-minor

Then run:

> ghc --version
The Glorious Glasgow Haskell Compilation System, version 8.4.1.20180329

> stack build --library-profiling
concurrent-extra-0.7.0.12: build (lib)
Preprocessing library for concurrent-extra-0.7.0.12..
Building library for concurrent-extra-0.7.0.12..
[7 of 8] Compiling Control.Concurrent.Broadcast ( Control/Concurrent/Broadcast.hs, .stack-work/dist/x86_64-linux/Cabal-2.2.0.1/build/Control/Concurrent/Broadcast.p_o )
ghc: panic! (the 'impossible' happened)
  (GHC version 8.4.1.20180329 for x86_64-unknown-linux):
	collectNBinders
  1
  Call stack:
      CallStack (from HasCallStack):
        callStackDoc, called at compiler/utils/Outputable.hs:1150:37 in ghc:Outputable
        pprPanic, called at compiler/coreSyn/CoreSyn.hs:2189:39 in ghc:CoreSyn

Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug


--  While building custom Setup.hs for package concurrent-extra-0.7.0.12 using:
      /home/local/ANT/ericcro/.stack/setup-exe-cache/x86_64-linux/Cabal-simple_mPHDZzAJ_2.2.0.1_ghc-8.4.1.20180329 --builddir=.stack-work/dist/x86_64-linux/Cabal-2.2.0.1 build lib:concurrent-extra --ghc-options " -ddump-hi -ddump-to-file -fdiagnostics-color=always"
    Process exited with code: ExitFailure 1
Edited Mar 10, 2019 by Eric Crockett
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking