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

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



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 ()


Daniel

-- System Information:
Debian Release: testing/unstable
Architecture: sparc
Kernel: Linux nolab 2.4.22 #1 SMP Do Okt 2 09:51:26 CEST 2003 sparc64
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8

Versions of packages gcc-3.3 depends on:
ii  binutils                   2.14.90.0.6-5 The GNU assembler, linker and bina
ii  cpp-3.3                    1:3.3.2-1     The GNU C preprocessor
ii  gcc-3.3-base               1:3.3.2-1     The GNU Compiler Collection (base 
ii  libc6                      2.3.2-9       GNU C Library: Shared libraries an
ii  libgcc1                    1:3.3.2-1     GCC support library

-- no debconf information




Reply to: