|
From: Gav W. <gav...@fa...> - 2005-01-25 12:32:40
|
Dennis Lubert wrote:
> At 12:44 25.01.2005, you wrote:
>>i'm trying to profile a program that happens to be linked with sdl (and
>>opengl fwiw).
>>
>>i'm getting:
>>
>>==14779== Reading syms from /usr/lib/libSDL-1.2.so.0.7.0 (0x4F447000)
>>==14779== object doesn't have a symbol table
>>==14779== object doesn't have any debug info
>>./ffx: error while loading shared libraries: libSDL-1.2.so.0: cannot
>>enable executable stack as shared object requires: Invalid argument
>
> Looks like grsecurity to me, are you running a grsecurity kernel ? or any
> other unusual kernel/compiler/libraries etc. ?
here's my system info:
Linux fun 2.6.9-gentoo-r1 #10 Tue Jan 11 16:56:58 GMT 2005 i686 Intel(R)
Pentium(R) M processor 1700MHz GenuineIntel GNU/Linux
i dont have any security options enabled, nor do i have the extended
profiling support.
g++ (GCC) 3.4.3 (Gentoo Linux 3.4.3, ssp-3.4.3-0, pie-8.7.6.6)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
GNU C Library 20041102 release version 2.3.4, by Roland McGrath et al.
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 3.4.3 (Gentoo Linux 3.4.3, ssp-3.4.3-0,
pie-8.7.6.6).
Compiled on a Linux 2.6.8 system on 2004-11-08.
Available extensions:
GNU libio by Per Bothner
crypt add-on version 2.1 by Michael Glad and others
Native POSIX Threads Library by Ulrich Drepper et al
The C stubs add-on version 2.1.2.
GNU Libidn by Simon Josefsson
BIND-8.2.3-T5B
NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
Thread-local storage support included.
For bug reporting instructions, please see:
<http://www.gnu.org/software/libc/bugs.html>.
|