Daniel Bayer writes: > Package: gcc-3.3 > Version: 1:3.3.2-1 > Severity: normal > > Hello, > > I get a SIGBUS when I try to profile something: > | [EMAIL PROTECTED]:~ $ cat a.c > | void a() { } > | int main() { a(); } > | [EMAIL PROTECTED]:~ $ gcc-3.3 -m32 -p -pg -o a a.c > | [EMAIL PROTECTED]:~ $ ./a > | Bus-Zugriffsfehler > | [EMAIL PROTECTED]:~ $ > > And the backtrace: > #0 0x701110d8 in mcount () from /lib/libc.so.6 > #1 0x00010568 in a () > #2 0x00010590 in main ()
I'm unable to reproduce this on a current unstable system. Please recheck.