This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/29639] [4.3 regression] ext/bitmap_allocator/check_allocate_max_size.cc execution test
- From: "bkoz at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Nov 2006 10:46:30 -0000
- Subject: [Bug other/29639] [4.3 regression] ext/bitmap_allocator/check_allocate_max_size.cc execution test
- References: <bug-29639-133@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #19 from bkoz at gcc dot gnu dot org 2006-11-03 10:46 -------
Is this actually fixed?
Here are my current testresults:
http://gcc.gnu.org/ml/gcc-testresults/2006-11/msg00094.html
Still shows breakage on FC6. Sorry, hardware constrained at the moment and
don't have other linuxes around as per usual. Backtraces now of the form:
Program received signal SIGABRT, Aborted.
0x007e8402 in __kernel_vsyscall ()
(gdb) where
#0 0x007e8402 in __kernel_vsyscall ()
#1 0x00befd40 in raise () from /lib/libc.so.6
#2 0x00bf1591 in abort () from /lib/libc.so.6
#3 0x001c2d57 in base_of_encoded_value (encoding=<value optimized out>,
context=0x6) at /mnt/share/src/gcc/libstdc++-v3/../gcc/unwind-pe.h:122
#4 0x001c2ded in parse_lsda_header (context=0xbfa272f4,
p=0x110001 "ELF\001\001\001", info=0xbfa271d0)
at /mnt/share/src/gcc/libstdc++-v3/../gcc/unwind-pe.h:286
#5 0x001c30f2 in __gxx_personality_v0 (version=1, actions=1,
exception_class=5138137972254386944, ue_header=0x8504038,
context=0xbfa272f4)
at /mnt/share/src/gcc/libstdc++-v3/libsupc++/eh_personality.cc:435
#6 0x00d90b51 in _Unwind_RaiseException (exc=0x8504038)
at /mnt/share/src/gcc/gcc/unwind.inc:117
#7 0x001c362d in __cxa_throw (obj=0x8504058, tinfo=0x804a990, dest=0)
at /mnt/share/src/gcc/libstdc++-v3/libsupc++/eh_throw.cc:71
#8 0x08049186 in Buf::overflow (this=0xbfa2756c)
at
/mnt/share/src/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/write/char/1.cc:40
#9 0x0019cfdb in std::basic_streambuf<char, std::char_traits<char> >::xsputn
(this=0xbfa2756c, __s=0x804957c "a", __n=1)
at
/mnt/share/bld/gcc/i686-pc-linux-gnu/libstdc++-v3/include/bits/streambuf.tcc:102
#10 0x00193ad1 in std::ostream::write (this=0xbfa274e0, __s=0x804957c "a",
__n=1)
at /mnt/share/bld/gcc/i686-pc-linux-gnu/libstdc++-v3/include/streambuf:447
#11 0x08049272 in test01 ()
at
/mnt/share/src/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/write/char/1.cc:52
#12 0x08049426 in main ()
at
/mnt/share/src/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/write/char/1.cc:72
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29639