Hello, I am trying to install valgrind on my system Linux SuSE 8.0 Kernel 2.4.18-64GB-SMP (6) Using gcc version 3.4.0 Installation works fine, install works fine, however, valgrind immediately Segmentation faults. Using GDB, it seems to crash at the jmp_with_stack( info.init_eip,(Addr)esp) Line 301 at stage1.c There seems to be a compile switch or something that I am missing. Any ideas Thank you Ahmet Buharali Waltham, MA |
|
From: Igmar P. <mai...@jd...> - 2005-07-06 07:14:39
|
> Installation works fine, install works fine, however, valgrind immediately > Segmentation faults. > Using GDB, it seems to crash at the > jmp_with_stack( info.init_eip,(Addr)esp) > Line 301 at stage1.c Try compiling with --disable-pie Igmar |