public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/25926]  New: A87B59A SIGABRT
@ 2006-01-23 15:56 danglin at gcc dot gnu dot org
  2006-01-28 20:08 ` [Bug target/25926] " danglin at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: danglin at gcc dot gnu dot org @ 2006-01-23 15:56 UTC (permalink / raw)
  To: gcc-bugs

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=<incomplete type>) 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 <return> to continue, or q <return> 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


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

* [Bug target/25926] A87B59A SIGABRT
  2006-01-23 15:56 [Bug target/25926] New: A87B59A SIGABRT danglin at gcc dot gnu dot org
@ 2006-01-28 20:08 ` danglin at gcc dot gnu dot org
  2006-01-28 20:42 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: danglin at gcc dot gnu dot org @ 2006-01-28 20:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from danglin at gcc dot gnu dot org  2006-01-28 20:08 -------
The problem is the ada version of main doesn't call __main, so the
EH objects linked into the executable are not registered.


-- 


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


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

* [Bug target/25926] A87B59A SIGABRT
  2006-01-23 15:56 [Bug target/25926] New: A87B59A SIGABRT danglin at gcc dot gnu dot org
  2006-01-28 20:08 ` [Bug target/25926] " danglin at gcc dot gnu dot org
@ 2006-01-28 20:42 ` pinskia at gcc dot gnu dot org
  2006-02-04  0:44 ` danglin at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-28 20:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-01-28 20:42 -------
Confirmed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
  GCC build triplet|hppa1.1-hp-hpux10.20        |
   GCC host triplet|hppa1.1-hp-hpux10.20        |
           Keywords|                            |wrong-code
   Last reconfirmed|0000-00-00 00:00:00         |2006-01-28 20:42:47
               date|                            |


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


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

* [Bug target/25926] A87B59A SIGABRT
  2006-01-23 15:56 [Bug target/25926] New: A87B59A SIGABRT danglin at gcc dot gnu dot org
  2006-01-28 20:08 ` [Bug target/25926] " danglin at gcc dot gnu dot org
  2006-01-28 20:42 ` pinskia at gcc dot gnu dot org
@ 2006-02-04  0:44 ` danglin at gcc dot gnu dot org
  2006-02-04  1:12 ` danglin at gcc dot gnu dot org
  2006-02-04  1:26 ` danglin at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: danglin at gcc dot gnu dot org @ 2006-02-04  0:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from danglin at gcc dot gnu dot org  2006-02-04 00:44 -------
Subject: Bug 25926

Author: danglin
Date: Sat Feb  4 00:44:53 2006
New Revision: 110580

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110580
Log:
        PR target/25926
        * ada/initialize.c (__gnat_initialize): Provide HP-UX 10 host and
target
        implementation that calls __main.
        * pa/x-ada (X_ADA_CFLAGS): Define _X_HPUX10 on HP-UX 10.
        * pa/t-pa (TARGET_LIBGCC2_CFLAGS): Define _T_HPUX10 on HP-UX 10.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/initialize.c
    trunk/gcc/config/pa/t-pa
    trunk/gcc/config/pa/x-ada


-- 


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


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

* [Bug target/25926] A87B59A SIGABRT
  2006-01-23 15:56 [Bug target/25926] New: A87B59A SIGABRT danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-02-04  0:44 ` danglin at gcc dot gnu dot org
@ 2006-02-04  1:12 ` danglin at gcc dot gnu dot org
  2006-02-04  1:26 ` danglin at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: danglin at gcc dot gnu dot org @ 2006-02-04  1:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from danglin at gcc dot gnu dot org  2006-02-04 01:12 -------
Subject: Bug 25926

Author: danglin
Date: Sat Feb  4 01:12:46 2006
New Revision: 110582

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110582
Log:
        PR target/25926
        * ada/initialize.c (__gnat_initialize): Provide HP-UX 10 host and
target
        implementation that calls __main.
        * pa/x-ada (X_ADA_CFLAGS): Define _X_HPUX10 on HP-UX 10.
        * pa/t-pa (TARGET_LIBGCC2_CFLAGS): Define _T_HPUX10 on HP-UX 10.


Modified:
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/ada/ChangeLog
    branches/gcc-4_1-branch/gcc/ada/initialize.c
    branches/gcc-4_1-branch/gcc/config/pa/t-pa
    branches/gcc-4_1-branch/gcc/config/pa/x-ada


-- 


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


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

* [Bug target/25926] A87B59A SIGABRT
  2006-01-23 15:56 [Bug target/25926] New: A87B59A SIGABRT danglin at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2006-02-04  1:12 ` danglin at gcc dot gnu dot org
@ 2006-02-04  1:26 ` danglin at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: danglin at gcc dot gnu dot org @ 2006-02-04  1:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from danglin at gcc dot gnu dot org  2006-02-04 01:26 -------
Fixed on 4.1 and trunk by patch.  Earlier versions of GCC don't have
DWARF2 EH support on this target.  HP-UX 11 is not affected by this
problem as it uses a different technique for initialization.

To obtain a complete Ada testrun, I patched norun.lst as follows:

norun.lst  run_acats     stackcheck.lst  tests
535 (hiauly1)dave> svn diff norun.lst
Index: norun.lst
===================================================================
--- norun.lst   (revision 110567)
+++ norun.lst   (working copy)
@@ -2,7 +2,9 @@
 c52103x
 c52104x
 c52104y
+c974013
 cdd2a03
+cxg2014
 templat
 # Tests must be sorted in alphabetical order
 # c380004: should be front-end compile time error, PR ada/18817

c974013 hangs on HP-UX 10.20.  I'm not sure about cxg2014 but it
hangs on HP-UX 11.11.


-- 

danglin at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2006-02-04  1:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-23 15:56 [Bug target/25926] New: A87B59A SIGABRT danglin at gcc dot gnu dot org
2006-01-28 20:08 ` [Bug target/25926] " danglin at gcc dot gnu dot org
2006-01-28 20:42 ` pinskia at gcc dot gnu dot org
2006-02-04  0:44 ` danglin at gcc dot gnu dot org
2006-02-04  1:12 ` danglin at gcc dot gnu dot org
2006-02-04  1:26 ` danglin 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).