John David Anglin a écrit : >> seb$ gcc -pie -fpie hello.c -o hello >> seb$ ./hello >> Segmentation fault > > Run hello under gdb. Do a backtrace and disassembly at the point > of the fault. > >> It's not the unexpected reloc type 0x42 ? >> If yes, it's a different problem. > > That's the one I was thinking of. It looks like this is a problem > related to PIE (PIC) support and TLS. Possibly, this is the TLS PIC > bug that Aurelien fixed on May 5. I backported that change to the > GCC 4.1 and 4.2 branches last night. Have no idea as to the status > of this patch in debian, etc. >
If you are using the latest version in unstable, this patch should be present for both gcc-4.1 and gcc-4.2. -- .''`. Aurelien Jarno | GPG: 1024D/F1BCDB73 : :' : Debian developer | Electrical Engineer `. `' [EMAIL PROTECTED] | [EMAIL PROTECTED] `- people.debian.org/~aurel32 | www.aurel32.net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

