This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: current testresults, x86/linux are quite poor
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Wed, 01 Nov 2006 12:47:27 +0100
- Subject: Re: current testresults, x86/linux are quite poor
- References: <20061101123720.90012f1a.bkoz@redhat.com>
Hi Benjamin,
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1208808560 (LWP 32469)]
parse_lsda_header (context=0xb7f2f884, p=0x1c <Address 0x1c out of bounds>,
info=0xb7f2f760)
at /mnt/share/src/gcc/libstdc++-v3/libsupc++/eh_personality.cc:65
I think we are all affected one way or another by Eric Botcazou recent
commit: see my libstdc++/29639, for example (same backtrace top as
yours). Other reported more extensive damages, I saw Andrew Pinski
pointing to that commit again in other audit trails... Sob.
Paolo.