public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "lancethepants at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libstdc++/106581] [Aarch64] libstdc++ segfault at end of execution
Date: Wed, 10 Aug 2022 22:11:35 +0000	[thread overview]
Message-ID: <bug-106581-4-AJeovyKiFT@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-106581-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106581

--- Comment #4 from Lance Fredrickson <lancethepants at gmail dot com> ---
Here you go.

(gdb) info registers
x0             0xff6fea06f0        1097094268656
x1             0x7fb7ffa6c0        548547831488
x2             0x0                 0
x3             0x0                 0
x4             0x5555555a9f        366503877279
x5             0x7fb7dc2d5f        548545506655
x6             0x57202c6f6c6c6548  6278066737626506568
x7             0x6f726620646c726f  8030593374864831087
x8             0x40                64
x9             0x7fb7ffccb0        548547841200
x10            0x7fb7e13090        548545835152
x11            0x1                 1
x12            0x18                24
x13            0x7fb7ffccc0        548547841216
x14            0x7fb7ffc2d0        548547838672
x15            0x1                 1
x16            0x7fb7eae3f4        548546470900
x17            0x7fb7fe26a8        548547733160
x18            0x0                 0
x19            0x7fb7fe4f50        548547743568
x20            0x7ffffff330        549755810608
x21            0x5555555890        366503876752
x22            0x0                 0
x23            0x0                 0
x24            0x0                 0
x25            0x0                 0
x26            0x0                 0
x27            0x0                 0
x28            0x0                 0
x29            0x7ffffff2e0        549755810528
x30            0x7fb7eae2b4        548546470580
sp             0x7ffffff2e0        0x7ffffff2e0
pc             0x7fb7eae2b4        0x7fb7eae2b4 <std::uncaught_exception()+12>
cpsr           0x80000000          [ EL=0 N ]
fpsr           0x0                 [ ]
fpcr           0x0                 [ RMode=0 ]


(gdb) disassemble __cxa_get_globals
Dump of assembler code for function __cxxabiv1::__cxa_get_globals():
   0x0000007fb7eae3f4 <+0>:     stp     x29, x30, [sp, #-16]!
   0x0000007fb7eae3f8 <+4>:     mov     x29, sp
   0x0000007fb7eae3fc <+8>:     bl      0x7fb7eae3b8 <(anonymous
namespace)::get_global()>
   0x0000007fb7eae400 <+12>:    ldp     x29, x30, [sp], #16
   0x0000007fb7eae404 <+16>:    ret
End of assembler dump.

  parent reply	other threads:[~2022-08-10 22:11 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-10 21:18 [Bug libstdc++/106581] New: " lancethepants at gmail dot com
2022-08-10 21:47 ` [Bug libstdc++/106581] " pinskia at gcc dot gnu.org
2022-08-10 22:03 ` lancethepants at gmail dot com
2022-08-10 22:05 ` pinskia at gcc dot gnu.org
2022-08-10 22:11 ` lancethepants at gmail dot com [this message]
2022-08-10 22:14 ` pinskia at gcc dot gnu.org
2022-08-10 22:15 ` lancethepants at gmail dot com
2022-08-10 22:17 ` pinskia at gcc dot gnu.org
2022-08-10 22:27 ` lancethepants at gmail dot com
2022-08-10 22:33 ` pinskia at gcc dot gnu.org
2022-08-10 22:35 ` lancethepants at gmail dot com
2022-08-10 22:41 ` [Bug target/106581] " pinskia at gcc dot gnu.org
2022-08-10 22:49 ` lancethepants at gmail dot com
2022-11-30 21:53 ` pinskia at gcc dot gnu.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=bug-106581-4-AJeovyKiFT@http.gcc.gnu.org/bugzilla/ \
    --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).