This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Exception bug in g++-3.0


  I found bug in g++-3.0.

 Here are information about it:

GCC version :
-----------
Reading specs from /usr/lib/gcc-lib/i386-linux/3.0.3/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,proto,objc --prefix=/usr --infodir=/share/info --mandir=/share/man --enable-shared --with-gnu-as --with-gnu-ld --with-system-zlib --enable-long-long --enable-nls --without-included-gettext --disable-checking --enable-threads=posix --enable-java-gc=boehm --with-cpp-install-dir=bin --enable-objc-gc i386-linux
Thread model: posix
gcc version 3.0.3 20011215 (Debian prerelease)

System type :
-----------
Debian
Linux iris 2.4.16 #2 Mon Dec 10 10:46:10 CET 2001 i686 unknown
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 8
model name      : Pentium III (Coppermine)
stepping        : 3
cpu MHz         : 598.076
cache size      : 256 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips        : 1192.75

Compiler output :
---------------
/usr/bin/g++-3.0 -c -gstabs+ -O0 -D_REENTRANT  -o testcore.o testcore.cc
(no outputs)
/usr/bin/g++-3.0 -gstabs+ -O0 -D_REENTRANT -o testcore testcore.o -lglib -lpthread
(no outputs)

Attached files :
--------------

preprocessed file = testcore.ii
source file       = testcore.cc

How to make the bug occure :
--------------------------

 You have to  start it several time until  it occures. (1 time over 10
 on my machine) On a SMP machine, it occures every time.

>testcore 2
throw ... throw ... Aborted
>

 Thanks and goog luck.

 Fabrice.

-- 
          Fabrice Mougin - Witbe.net The Net screener 
                 Work  email:  fmo@witbe.net 
	           Phone: +331 42 91 5000
                     When  there is  no      
                      solution,   there      
                        is no pbs ...        

Attachment: testcore.ii
Description: Text document

Attachment: testcore.cc
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]