This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/36638] New: c34008: Program received signal SIGILL, Illegal instruction


Starting program:
/xxx/gnu/gcc/objdir/gcc/testsuite/ada/acats/tests/c3/c34008a/c34008a 

,.,. C34008A ACATS 2.5 08-06-25 20:53:12
---- C34008A CHECK THAT THE REQUIRED PREDEFINED OPERATIONS ARE DECLARED 
                (IMPLICITLY) FOR DERIVED TASK TYPES.
==== C34008A PASSED ============================.

Program received signal SIGILL, Illegal instruction.
0x7b037054 in ?? ()
(gdb) bt
#0  0x7b037054 in ?? ()
#1  0x0003c71c in _Unwind_SjLj_RaiseException (exc=0x40036d70)
    at ../../../gcc/libgcc/../gcc/unwind.inc:118

Breakpoint 1, 0x0003c714 in _Unwind_SjLj_RaiseException (exc=0x40036d70)
    at ../../../gcc/libgcc/../gcc/unwind.inc:118
118               code = (*fs.personality) (1, _UA_SEARCH_PHASE,
exc->exception_class,
(gdb) bt
#0  0x0003c714 in _Unwind_SjLj_RaiseException (exc=0x40036d70)
    at ../../../gcc/libgcc/../gcc/unwind.inc:118
#1  0x00039b60 in __gnat_Unwind_RaiseException (e=0x1) at raise-gcc.c:1158
#2  0x00025978 in ada__exceptions__exception_propagation__propagate_exceptionXn
    (e=0x1, from_signal_handler=true) at a-exexpr.adb:589
#3  0x00026734 in __gnat_raise_nodefer_with_msg (e=0x400334b0)
    at a-except.adb:829
#4  0x000267b0 in __gnat_raise_exception (e=0x40001a1c) at a-except.adb:868
#5  0x00018e50 in system__tasking__initialization__do_pending_action (
    self_id=0x40033380) at s-tasini.adb:271
#6  0x00018ea4 in system__tasking__initialization__undefer_abort_nestable (
    self_id=0x0) at s-tasini.adb:660
#7  0x00031984 in system__tasking__rendezvous__selective_wait (
    select_mode=system__tasking__terminate_mode) at s-tasren.adb:944
#8  0x000361a8 in c34008a__pkg__parentB.2206 ()
#9  0x000339f0 in system__tasking__stages__task_wrapper (self_id=0x40033380)
    at s-tassta.adb:1151
#10 0x7ae76d28 in cma__thread_base () from /usr/lib/libcma.1
#11 0x7ae7b8e8 in cma__thread_start1 () from /usr/lib/libcma.1

fs.personality seems wrong causing a jump to random data.


-- 
           Summary: c34008: Program received signal SIGILL, Illegal
                    instruction
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
        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=36638


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]