|
From: Nicholas N. <nj...@cs...> - 2005-02-16 03:40:15
|
On Sun, 13 Feb 2005 je...@go... wrote: >> I'm trying to get self-hosting to work on my machine. I just switched to >> recent versions of gcc (3.4.3) and ld (binutils 2.15) which support PIE. >> But once I built Valgrind, I get a seg fault at startup. Diagnostic printfs >> tell me that things are ok until at least the just before the call to >> jmp_with_stack() at the end of stage1.c:main2(). But the seg fault >> manifests before the first statement in vg_main.c:main() executes. > > What's the fault address? What's the faulting instruction? gdb tells me: Program terminated with signal 11, Segmentation fault. #0 0xb805ab88 in ?? () if that's any help. I've attached the strace output, too. How do I get the faulting address? N |