Hello all! I�m getting a segfault during profiling on Alpha (plain potato, first release) with certain sources.
The call stack is as follows, it looks like it is as problem in the startup code: (gdb) where #0 0x120017884 in __errno_location () #1 0x120042e68 in __sigaction () #2 0x120035788 in __profil () #3 0x120034b24 in __moncontrol () #4 0x120034d54 in __monstartup () #5 0x1200001f8 in __gmon_start__ () #6 0x120000138 in _init () #7 0x12001cae8 in __libc_start_main () Unfortuneatly I�m currently not able to provide sample code as in a "hello world" stylish program profiling makes no problems. Has anyone else seen this problem? Should it be possible to replace libc by the one provided with the 2.2r2 release? Thanks in advance, Stefan Schroepfer

