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

2003-11-18 Thread Daniel Bayer
Hello On Sun, Nov 16, 2003 at 12:54:00PM +0100, Matthias Klose wrote: > Daniel Bayer writes: > > 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

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

2003-10-27 Thread Daniel Bayer
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