public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/37463]  New: [4.4 regression] All Solaris/x86 eh tests fail
@ 2008-09-10 16:12 ro at gcc dot gnu dot org
  2008-09-14  5:09 ` [Bug other/37463] " pinskia at gcc dot gnu dot org
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: ro at gcc dot gnu dot org @ 2008-09-10 16:12 UTC (permalink / raw)
  To: gcc-bugs

Now that i386-pc-solaris2.10 bootstraps again after the IRA merge, the first
testsuite run revealed that all eh tests fail, affecting at least the g++
tests,
ada/acats and libjava.  The symptom is always the same; I take

FAIL: g++.dg/eh/alias1.C execution test

as an example.

Running alias1.exe under gdb, I get the following stacktrace:

Program received signal SIGABRT, Aborted.
0xfedf5cd5 in _lwp_kill () from /lib/libc.so.1
(gdb) up
#1  0xfedf2b96 in thr_kill () from /lib/libc.so.1
(gdb) where
#0  0xfedf5cd5 in _lwp_kill () from /lib/libc.so.1
#1  0xfedf2b96 in thr_kill () from /lib/libc.so.1
#2  0xfeda1307 in raise () from /lib/libc.so.1
#3  0xfed81719 in abort () from /lib/libc.so.1
#4  0xfee36b34 in uw_init_context_1 (context=0x8047560, outer_cfa=0x8047600,
outer_ra=0xfef6e9fd) at /vol/gcc/src/gcc-dist/libgcc/../gcc/unwind-dw2.c:1249
#5  0xfee3716a in _Unwind_RaiseException (exc=0x8060e78) at unwind.inc:93
#6  0xfef6e9fd in __cxa_throw (obj=0x8060e98, tinfo=0x8050bfc, dest=0) at
/vol/gcc/src/gcc-dist/libstdc++-v3/libsupc++/eh_throw.cc:81
#7  0x08050b51 in main ()

So the gcc_assert call in _Unwind_SetSpColumn causes this.

Maybe one of the recent dwarf2 undwind patches has caused this?

gcc was configured with --with-gnu-as --with-as=/usr/sfw/bin/gas, where
/usr/sfw/bin/gas is gas 2.15.  gcc/auto-host.h has

auto-host.h:#define HAVE_GAS_CFI_DIRECTIVE 1
auto-host.h:#define HAVE_GAS_CFI_PERSONALITY_DIRECTIVE 0

I'm filing this under other since no other component seemed appropriate.


-- 
           Summary: [4.4 regression] All Solaris/x86 eh tests fail
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ro at gcc dot gnu dot org
 GCC build triplet: i386-pc-solaris2.10
  GCC host triplet: i386-pc-solaris2.10
GCC target triplet: i386-pc-solaris2.10


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37463


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2008-11-19 18:52 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-10 16:12 [Bug other/37463] New: [4.4 regression] All Solaris/x86 eh tests fail ro at gcc dot gnu dot org
2008-09-14  5:09 ` [Bug other/37463] " pinskia at gcc dot gnu dot org
2008-09-15 11:06 ` jakub at gcc dot gnu dot org
2008-09-16 15:04 ` ro at techfak dot uni-bielefeld dot de
2008-09-30 18:10 ` ro at techfak dot uni-bielefeld dot de
2008-09-30 18:19 ` ebotcazou at gcc dot gnu dot org
2008-09-30 18:21 ` ebotcazou at gcc dot gnu dot org
2008-09-30 19:24 ` ro at techfak dot uni-bielefeld dot de
2008-09-30 19:42 ` ebotcazou at gcc dot gnu dot org
2008-10-07 16:05 ` ro at techfak dot uni-bielefeld dot de
2008-10-13 10:01 ` jakub at gcc dot gnu dot org
2008-10-22  3:20 ` mmitchel at gcc dot gnu dot org
2008-11-03 16:47 ` jakub at gcc dot gnu dot org
2008-11-03 19:06 ` ro at gcc dot gnu dot org
2008-11-03 19:24 ` jakub at gcc dot gnu dot org
2008-11-19 18:52 ` ebotcazou at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).