From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21526 invoked by alias); 23 Jan 2006 15:56:44 -0000 Received: (qmail 21512 invoked by uid 48); 23 Jan 2006 15:56:42 -0000 Date: Mon, 23 Jan 2006 15:56:00 -0000 Subject: [Bug target/25926] New: A87B59A SIGABRT X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "danglin at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-01/txt/msg02394.txt.bz2 List-Id: 515 (hiauly1)dave> gdb a87b59a GNU gdb 6.3.50.20050226-cvs Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "hppa1.1-hp-hpux10.20"... (gdb) r Starting program: /users/bin/gcc/gcc-4.1/objdir/gcc/testsuite/ada/acats/tests/a/a87b59a/a87b59a ,.,. A87B59A ACATS 2.5 06-01-23 10:43:00 ---- A87B59A CHECK THAT BECAUSE A GENERIC ACTUAL PROGRAM PARAMETER MUST BE A SUBPROGRAM, AN ENUMERATION LITERAL, OR AN ENTRY WITH THE SAME PARAMETER AND RESULT TYPE PROFILE AS THE FORMAL PARAMETER, AN OVERLOADED NAME APPEARING AS AN ACTUAL PARAMETER CAN BE RESOLVED. Program received signal SIGABRT, Aborted. 0x7aff9f50 in kill () from /usr/lib/libc.1 (gdb) bt #0 0x7aff9f50 in kill () from /usr/lib/libc.1 #1 0x7af6299c in raise () from /usr/lib/libc.1 #2 0x7af44478 in _sigaddset () from /usr/lib/libc.1 #3 0x7af3ef64 in abort () from /usr/lib/libc.1 #4 0x0003507c in uw_init_context_1 (context=0x40058928, outer_cfa=0x40058920, outer_ra=0x304f3) at ../../gcc/gcc/unwind-dw2.c:1103 #5 0x000355a0 in _Unwind_RaiseException (exc=0x7b03783c) at ../../gcc/gcc/unwind.inc:93 #6 0x000304f0 in __gnat_Unwind_RaiseException (e=0x400595fc) at raise-gcc.c:1115 #7 0x00019e78 in ada.exceptions.exception_propagation.propagate_exception ( from_signal_handler=252) at a-exexpr.adb:584 #8 0x00019eb8 in ada.exceptions.process_raise_exception (e=0x400595fc, from_signal_handler=false) at a-except.adb:776 #9 0x00019f1c in <__gnat_raise_nodefer_with_msg> (e=0x400595fc) at a-except.adb:829 #10 0x0001a614 in <__gnat_raise_exception> (e=0x400585b8, message=) at a-except.adb:859 #11 0x0001777c in system.tasking.initialization.do_pending_action ( self_id=0x4003ad90) at s-tasini.adb:286 #12 0x0001783c in system.tasking.initialization.undefer_abort_nestable ( self_id=0x7b037054) at s-tasini.adb:735 #13 0x0002926c in system.tasking.rendezvous.selective_wait (open_accepts= ---Type to continue, or q to quit--- {P_ARRAY = 0x400585b8, P_BOUNDS = 0x400585b0}, select_mode=system__tasking__terminate_mode) at s-tasren.adb:987 #14 0x0002de6c in a87b59a__tkTKB___1599 () #15 0x0002b1b0 in system.tasking.stages.task_wrapper (self_id=0x4003ad90) at s-tassta.adb:969 #16 0x7ae76d28 in cma__thread_base () from /usr/lib/libcma.1 #17 0x7ae7b8e8 in cma__thread_start1 () from /usr/lib/libcma.1 #18 0x7ae7b2dc in cma__thread_start0 () from /usr/lib/libcma.1 #19 0x7ae7b2dc in cma__thread_start0 () from /usr/lib/libcma.1 Previous frame identical to this frame (corrupt stack?) This might be an ada issue but I think it's likely a problem introduced by the new dwarf2 exception support on this target. -- Summary: A87B59A SIGABRT Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: danglin at gcc dot gnu dot org GCC build triplet: hppa1.1-hp-hpux10.20 GCC host triplet: hppa1.1-hp-hpux10.20 GCC target triplet: hppa1.1-hp-hpux10.20 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25926