public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "danglin at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug rtl-optimization/32296] [4.3 Regression] Bootstrap failure in stage1 on hppa*-*-*
Date: Tue, 19 Jun 2007 23:32:00 -0000	[thread overview]
Message-ID: <20070619233203.29793.qmail@sourceware.org> (raw)
In-Reply-To: <bug-32296-276@http.gcc.gnu.org/bugzilla/>



------- Comment #18 from danglin at gcc dot gnu dot org  2007-06-19 23:32 -------
The stack overflow takes some time and I was able to attach gdb:

0x402a6c58 in read_encoded_value_with_base (encoding=11 '\v', base=0,
    p=0x60384 "", val=0xc019ea8c) at ../../../gcc/libgcc/../gcc/unwind-pe.h:200
200     ../../../gcc/libgcc/../gcc/unwind-pe.h: No such file or directory.
        in ../../../gcc/libgcc/../gcc/unwind-pe.h
(gdb) bt
#0  0x402a6c58 in read_encoded_value_with_base (encoding=11 '\v', base=0,
    p=0x60384 "", val=0xc019ea8c) at ../../../gcc/libgcc/../gcc/unwind-pe.h:200
#1  0x402a70ac in linear_search_fdes (ob=0xc019ea14, this_fde=0x60378,
    pc=0x2546b) at ../../../gcc/libgcc/../gcc/unwind-dw2-fde.c:812
#2  0x402a79b4 in _Unwind_IteratePhdrCallback (info=<value optimized out>,
    size=<value optimized out>, ptr=0xc019e8cc)
    at ../../../gcc/libgcc/../gcc/unwind-dw2-fde-glibc.c:389
#3  0x4025b3c8 in dl_iterate_phdr () from /lib/libc.so.6
#4  0x402a8f70 in _Unwind_Find_FDE (pc=0x2546b, bases=0xc019e3a4)
    at ../../../gcc/libgcc/../gcc/unwind-dw2-fde-glibc.c:420
#5  0x402a42b0 in uw_frame_state_for (context=0xc019e230, fs=0xc019e418)
    at ../../../gcc/libgcc/../gcc/unwind-dw2.c:1121
#6  0x402a611c in _Unwind_RaiseException (exc=0x42ac3a88)
    at ../../../gcc/libgcc/../gcc/unwind.inc:103
#7  0x0001da88 in ada.exceptions.exception_propagation.propagate_exception (
    from_signal_handler=<value optimized out>) at a-exexpr.adb:584
#8  0x0001dac8 in ada.exceptions.process_raise_exception (
    e=<value optimized out>, from_signal_handler=false) at a-except.adb:776
#9  0x0001db28 in <__gnat_raise_nodefer_with_msg> (e=0xb) at a-except.adb:829
#10 0x0001e208 in <__gnat_raise_exception> (e=0x0,
    message=<value optimized out>) at a-except.adb:859
#11 0x00027fec in ada.text_io.get_line (file=0x74e20, item=
      {P_ARRAY = 0x0, P_BOUNDS = 0x0}) at a-textio.adb:630
---Type <return> to continue, or q <return> to quit---
#12 0x0002546c in ada.strings.unbounded.text_io.get_line (file=0x74e20)
    at a-suteio.adb:72
#13 0x0001b540 in xsinfo__getline___832 ()
#14 0x0001ad7c in _ada_xsinfo ()


-- 


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


  parent reply	other threads:[~2007-06-19 23:32 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-12  0:33 [Bug regression/32296] New: " danglin at gcc dot gnu dot org
2007-06-12  0:40 ` [Bug regression/32296] " pinskia at gcc dot gnu dot org
2007-06-12  0:44 ` [Bug rtl-optimization/32296] [4.3 Regression] " pinskia at gcc dot gnu dot org
2007-06-12  1:01 ` spark at gcc dot gnu dot org
2007-06-12  1:14 ` spark at gcc dot gnu dot org
2007-06-12  1:38 ` dave at hiauly1 dot hia dot nrc dot ca
2007-06-12 21:43 ` spark at gcc dot gnu dot org
2007-06-12 23:00 ` dave at hiauly1 dot hia dot nrc dot ca
2007-06-12 23:07 ` spark at gcc dot gnu dot org
2007-06-12 23:31 ` dave at hiauly1 dot hia dot nrc dot ca
2007-06-13  3:45 ` dave at hiauly1 dot hia dot nrc dot ca
2007-06-13  3:48 ` spark at gcc dot gnu dot org
2007-06-13 13:28 ` dave at hiauly1 dot hia dot nrc dot ca
2007-06-14  3:54 ` spark at gcc dot gnu dot org
2007-06-14 21:05 ` dave at hiauly1 dot hia dot nrc dot ca
2007-06-15 20:05 ` dave at hiauly1 dot hia dot nrc dot ca
2007-06-19 19:57 ` dave at hiauly1 dot hia dot nrc dot ca
2007-06-19 20:10 ` hjl at lucon dot org
2007-06-19 20:40 ` dave at hiauly1 dot hia dot nrc dot ca
2007-06-19 23:30 ` danglin at gcc dot gnu dot org
2007-06-19 23:32 ` danglin at gcc dot gnu dot org [this message]
2007-06-21  2:56 ` dave at hiauly1 dot hia dot nrc dot ca
2007-06-21  8:53 ` tbm at cyrius dot com
2007-06-29 18:44 ` mmitchel at gcc dot gnu dot org
2007-06-30 15:20 ` danglin at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070619233203.29793.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).