[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#217793: gcc-3.3: SIGBUS when trying to profile



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:
> | daniel@nolab:~ $ cat a.c
> | void a() { }
> | int main() { a(); }
> | daniel@nolab:~ $ gcc-3.3 -m32 -p -pg -o a a.c
> | daniel@nolab:~ $ ./a
> | Bus-Zugriffsfehler
> | daniel@nolab:~ $
> 
> 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.



Reply to: