|
From: Steven J. B. <ba...@ma...> - 2005-04-19 15:36:04
|
Yesterday I installed the latest version of gcc, gcc -v reports: Reading specs from /usr/local/lib/gcc/i686-pc-linux-gnu/3.4.3/specs Configured with: ./configure Thread model: posix gcc version 3.4.3 No luck there, the program still segfaults. Using gdb I get: 0x400134b3 in _rtld_global () from /lib/ld-linux.so.2 (gdb) bt #0 0x400134b3 in _rtld_global () from /lib/ld-linux.so.2 #1 0x00000897 in ?? () #2 0xec810000 in ?? () Cannot access memory at address 0xbde1c381 -- There is something happening when memory is freed, etc. Any ideas? Thanks, Steve |