
17 Jun
2004
17 Jun
'04
11:38 a.m.
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