#2355: Building NDP fails with GHC panic on x86_64
-------------------------------+--------------------------------------------
Reporter: Nolari | Owner:
Type: bug | Status: new
Priority: normal | Component: Compiler
Version: 6.9 | Severity: major
Keywords: ndp ghc panic | Testcase:
Architecture: x86_64 (amd64) | Os: Linux
-------------------------------+--------------------------------------------
With the latest GHC and NDP from darcs I get the following during the
compilation of NDP on my Intel Core 2 Quad (x86_64) system:
{{{
[ 7 of 78] Compiling Data.Array.Parallel.Base.Rebox (
Data/Array/Parallel/Base/Rebox.hs,
dist/build/Data/Array/Parallel/Base/Rebox.o )
ghc-6.9.20080605: panic! (the 'impossible' happened)
(GHC version 6.9.20080605 for x86_64-unknown-linux):
initC: srt_lbl
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
}}}
This is what I did to get to that point:
{{{
$ darcs get --partial http://darcs.haskell.org/ghc
$ cd ghc
$ chmod a+x darcs-all
$ ./darcs-all get
}}}
I then copied mk/build.mk.sample to mk/build.mk, uncommenting the line
"{{{BuildFlavour = perf}}}", after which:
{{{
$ sh boot
$ ./configure
$ make
$ cd libraries
$ darcs get http://darcs.haskell.org/packages/ndp/
$ make make.library.ndp
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2355>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs