public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/30847] New: gdbtypes.c:3355: internal-error causes gdb to abort when setting breakpoint
@ 2023-09-14  0:55 dbrumley at forallsecure dot com
  2023-09-14 12:51 ` [Bug gdb/30847] " tromey at sourceware dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: dbrumley at forallsecure dot com @ 2023-09-14  0:55 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30847

            Bug ID: 30847
           Summary: gdbtypes.c:3355: internal-error causes gdb to abort
                    when setting breakpoint
           Product: gdb
           Version: 13.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: dbrumley at forallsecure dot com
  Target Milestone: ---

Created attachment 15110
  --> https://sourceware.org/bugzilla/attachment.cgi?id=15110&action=edit
core file and program triggering problem.

Setting any breakpoint, even without running the program, seems to cause GDB to
crash.


GDB tells me it's a bug and to report it, so here I am :)  I didn't see any
signs it was a duplicate, but please be kind if I'm missing something obvious.



Tested on GDB version:
```
root@90f6f1dea939:/# gdb --version
GNU gdb (Debian 13.1-3) 13.1
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
```

GDB session.

```
root@90f6f1dea939:/# gdb /mnt/extract75-patched 
GNU gdb (Debian 13.1-3) 13.1
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "aarch64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /mnt/extract75-patched...
(gdb) break main
/build/gdb-IRllI9/gdb-13.1/gdb/gdbtypes.c:3570: internal-error:
init_complex_type: Assertion `can_create_complex_type (target_type)' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
----- Backtrace -----
0xaaaaab2c9c3b ???
0xaaaaab60bf9b ???
0xaaaaab60c183 ???
0xaaaaab7b2913 ???
0xaaaaab3f1a5f ???
0xaaaaab56a89b ???
0xaaaaab56dcef ???
0xaaaaab34491f ???
0xaaaaab34564b ???
0xaaaaab4cfdf7 ???
0xaaaaab3453e3 ???
0xaaaaab4cfdf7 ???
0xaaaaab3453e3 ???
0xaaaaab3442db ???
0xaaaaab4cd687 ???
0xaaaaab4d0bdf ???
0xaaaaab57fa23 ???
0xaaaaab596ad3 ???
0xaaaaab596d67 ???
0xaaaaab5561db ???
0xaaaaab591f9b ???
0xaaaaab596547 ???
0xaaaaab59848b ???
0xaaaaab5987bb ???
0xaaaaab33528f ???
0xaaaaab335bdf ???
0xaaaaab33520b ???
0xaaaaab43b44f ???
0xaaaaab43dd03 ???
0xaaaaab43e607 ???
0xaaaaab43e92f ???
0xaaaaab2c0f1b ???
0xaaaaab2c184b ???
0xaaaaab2f86f3 ???
0xaaaaab5cfefb ???
0xaaaaab3c3723 ???
0xaaaaab3c4bcb ???
0xaaaaab3c40b3 ???
0xffffbd9690bb ???
0xaaaaab3c41f3 ???
0xaaaaab3c4377 ???
0xaaaaab3c35f7 ???
0xaaaaab7b2da3 ???
0xaaaaab7b384b ???
0xaaaaab46adaf ???
0xaaaaab46c7d7 ???
0xaaaaab211183 ???
0xffffbc76777f __libc_start_call_main
        ../sysdeps/nptl/libc_start_call_main.h:58
0xffffbc767857 __libc_start_main_impl
        ../csu/libc-start.c:360
0xaaaaab2173af ???
0xffffffffffffffff ???
---------------------
/build/gdb-IRllI9/gdb-13.1/gdb/gdbtypes.c:3570: internal-error:
init_complex_type: Assertion `can_create_complex_type (target_type)' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n) y

This is a bug, please report it.  For instructions, see:
<https://www.gnu.org/software/gdb/bugs/>.

/build/gdb-IRllI9/gdb-13.1/gdb/gdbtypes.c:3570: internal-error:
init_complex_type: Assertion `can_create_complex_type (target_type)' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Create a core file of GDB? (y or n) y
Aborted (core dumped)

```

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

end of thread, other threads:[~2024-02-09 18:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-14  0:55 [Bug gdb/30847] New: gdbtypes.c:3355: internal-error causes gdb to abort when setting breakpoint dbrumley at forallsecure dot com
2023-09-14 12:51 ` [Bug gdb/30847] " tromey at sourceware dot org
2023-09-20 14:42 ` dbrumley at forallsecure dot com
2023-09-20 19:16 ` tromey at sourceware dot org
2023-09-20 23:07 ` tromey at sourceware dot org
2023-09-21 14:51 ` dbrumley at forallsecure dot com
2023-09-21 20:23 ` dbrumley at forallsecure dot com
2024-02-09 18:56 ` tromey at sourceware 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).