Unregistered build (was Re: AMD64)
Simon Marlow
simonmar at microsoft.com
Thu Jun 17 11:38:44 EDT 2004
On 17 June 2004 16:29, Peter Robinson wrote:
> Well the build finally succeeded but unfortunately I immediately get a
> segfault when running ghc/ghci.
> I've attached the output of
> # strace -o log ./ghc
It looks like registerised compilation on x86_64 isn't quite working
yet, then. If you're up to debugging this, then I suggest you start
from a simpler program - try hello world registerised, and then slightly
larger programs if that works.
Compile programs with -debug, and run with gdb to find out where the
crash is happening.
Cheers,
Simon
More information about the Glasgow-haskell-users
mailing list