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

2005-05-21 Thread Falk Hueffner
tags 217793 + unreproducible thanks Hi, I cannot reproduce this either on vore with gcc-3.3 3.3.5-12 and libc6 2.3.2.ds1-21. -- Falk -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

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

2005-05-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 217793 + unreproducible Bug#217793: gcc-3.3: SIGBUS when trying to profile There were no tags set. Tags added: unreproducible > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system adminis

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 -m32 -p -pg -o a a.c > > | [EMAIL PR

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

2003-11-16 Thread Matthias Klose
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]:~

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