linkBCO: >= 64k insns in BCO
I was working on problem 22 of Project Euler, see http://projecteuler.net/index.php?section=problems&id=22.
I download a file names.txt and wanted to make a haskell file of this with the following before the string:
module Problem22 where
names = [
and a closing bracket after the list of names of course.
I also tried a search and replace, so it is not one big line.
When loading this ghci on windows vista gives the following error:
GHCi, version 6.8.3: http://www.haskell.org/ghc/ :? for help Loading package base ... linking ... done. [1 of 1] Compiling Problem22 ( C:/prive/Haskell/Bart/problem22.lhs, interpreted ) : panic! (the 'impossible' happened)
(GHC version 6.8.3 for i386-unknown-mingw32):
linkBCO: >= 64k insns in BCO
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
Trac metadata
| Trac field | Value |
|---|---|
| Version | 6.8.3 |
| Type | Bug |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | Compiler |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | Unknown |
| Architecture | Unknown |