public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
From: "zbigniew2011 at gmail dot com" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug gdb/31008] „Layout” crashes gdb 13.2
Date: Sun, 05 Nov 2023 17:00:45 +0000	[thread overview]
Message-ID: <bug-31008-4717-KJxxmBvqzs@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-31008-4717@http.sourceware.org/bugzilla/>

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

--- Comment #12 from Zbigniew <zbigniew2011 at gmail dot com> ---
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/gdb...
(No debugging symbols found in /usr/bin/gdb)
Attaching to program: /usr/bin/gdb, process 3390
[New LWP 3392]
[New LWP 3393]
[New LWP 3394]
[New LWP 3395]
[New LWP 3396]
[New LWP 3397]
[New LWP 3398]
[New LWP 3399]
[New LWP 3400]
[New LWP 3401]
[New LWP 3402]
[New LWP 3403]
[New LWP 3404]
[New LWP 3405]
[New LWP 3406]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
0x00007f7d533217cf in poll () from /lib64/libc.so.6
warning: File "/home/zb/.gdbinit" auto-loading has been declined by your
`auto-load safe-path' set to "$debugdir:$datadir/auto-load".
To enable execution of this file add
        add-auto-load-safe-path /home/zb/.gdbinit
line to your configuration file "/root/.config/gdb/gdbinit".
To completely disable this security protection add
        set auto-load safe-path /
line to your configuration file "/root/.config/gdb/gdbinit".
For more information about this security protection see the
"Auto-loading safe path" section in the GDB manual.  E.g., run from the shell:
        info "(gdb)Auto-loading safe path"
(gdb)  cont
Continuing.

Thread 1 "gdb" received signal SIGSEGV, Segmentation fault.
0x00007f7d540a5318 in delwin () from /lib64/libncursesw.so.6
(gdb) bt
#0  0x00007f7d540a5318 in delwin () from /lib64/libncursesw.so.6
#1  0x00000000008fba3c in ?? ()
#2  0x00000000008fc44e in ?? ()
#3  0x00000000008fc131 in ?? ()
#4  0x0000000000a7debb in ?? ()
#5  0x0000000000a696a0 in ?? ()
#6  0x0000000000a69b44 in ?? ()
#7  0x0000000000a69e89 in ?? ()
#8  0x0000000000a69ea7 in ?? ()
#9  0x0000000000568eee in ?? ()
#10 0x000000000056dc44 in ?? ()
#11 0x0000000000a3beb5 in ?? ()
#12 0x00000000006df846 in ?? ()
#13 0x00000000006dfd16 in ?? ()
#14 0x0000000000a641b4 in ?? ()
#15 0x00000000006df021 in ?? ()
#16 0x00007f7d541def9e in rl_callback_read_char ()
   from /usr/lib64/libreadline.so.8
#17 0x00000000006dee70 in ?? ()
#18 0x00000000006def26 in ?? ()
#19 0x00000000006df679 in ?? ()
#20 0x0000000000bbbe93 in ?? ()
#21 0x0000000000bbc432 in ?? ()
#22 0x0000000000bbb3a5 in ?? ()
#23 0x0000000000815979 in ?? ()
#24 0x0000000000815a9e in ?? ()
#25 0x00000000008172a6 in ?? ()
#26 0x000000000081730c in ?? ()
#27 0x0000000000418a2d in ?? ()
#28 0x00007f7d5324503d in __libc_start_main () from /lib64/libc.so.6
#29 0x000000000041893a in ?? ()
(gdb) cont
Continuing.

Thread 1 "gdb" received signal SIGSEGV, Segmentation fault.
0x00007f7d53ebf258 in raise () from /lib64/libpthread.so.0
(gdb) bt
#0  0x00007f7d53ebf258 in raise () from /lib64/libpthread.so.0
#1  0x00000000006e0114 in ?? ()
#2  0x00000000006e019c in ?? ()
#3  <signal handler called>
#4  0x00007f7d540a5318 in delwin () from /lib64/libncursesw.so.6
#5  0x00000000008fba3c in ?? ()
#6  0x00000000008fc44e in ?? ()
#7  0x00000000008fc131 in ?? ()
#8  0x0000000000a7debb in ?? ()
#9  0x0000000000a696a0 in ?? ()
#10 0x0000000000a69b44 in ?? ()
#11 0x0000000000a69e89 in ?? ()
#12 0x0000000000a69ea7 in ?? ()
#13 0x0000000000568eee in ?? ()
#14 0x000000000056dc44 in ?? ()
#15 0x0000000000a3beb5 in ?? ()
#16 0x00000000006df846 in ?? ()
#17 0x00000000006dfd16 in ?? ()
#18 0x0000000000a641b4 in ?? ()
#19 0x00000000006df021 in ?? ()
#20 0x00007f7d541def9e in rl_callback_read_char ()
   from /usr/lib64/libreadline.so.8
#21 0x00000000006dee70 in ?? ()
#22 0x00000000006def26 in ?? ()
#23 0x00000000006df679 in ?? ()
#24 0x0000000000bbbe93 in ?? ()
#25 0x0000000000bbc432 in ?? ()
#26 0x0000000000bbb3a5 in ?? ()
#27 0x0000000000815979 in ?? ()
#28 0x0000000000815a9e in ?? ()
#29 0x00000000008172a6 in ?? ()
#30 0x000000000081730c in ?? ()
#31 0x0000000000418a2d in ?? ()
#32 0x00007f7d5324503d in __libc_start_main () from /lib64/libc.so.6
#33 0x000000000041893a in ?? ()
(gdb) cont
Continuing.
Couldn't get registers: Nie ma takiego procesu.
(gdb) [Thread 0x7f7d36ffd640 (LWP 3406) exited]
[Thread 0x7f7d377fe640 (LWP 3405) exited]
[Thread 0x7f7d37fff640 (LWP 3404) exited]
[Thread 0x7f7d3ccf9640 (LWP 3403) exited]
[Thread 0x7f7d3d4fa640 (LWP 3402) exited]
[Thread 0x7f7d3dcfb640 (LWP 3401) exited]
[Thread 0x7f7d3e4fc640 (LWP 3400) exited]
[Thread 0x7f7d3effd640 (LWP 3399) exited]
[Thread 0x7f7d3f7fe640 (LWP 3398) exited]
[Thread 0x7f7d3ffff640 (LWP 3397) exited]
[Thread 0x7f7d509bb640 (LWP 3396) exited]
[Thread 0x7f7d511bc640 (LWP 3395) exited]
[Thread 0x7f7d519bd640 (LWP 3394) exited]
[Thread 0x7f7d521be640 (LWP 3393) exited]
[Thread 0x7f7d529bf640 (LWP 3392) exited]

Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.

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

  parent reply	other threads:[~2023-11-05 17:00 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-30 12:03 [Bug gdb/31008] New: " zbigniew2011 at gmail dot com
2023-10-30 13:06 ` [Bug gdb/31008] " zbigniew2011 at gmail dot com
2023-10-30 14:20 ` tromey at sourceware dot org
2023-10-30 15:49 ` zbigniew2011 at gmail dot com
2023-10-30 19:46 ` tromey at sourceware dot org
2023-10-30 20:22 ` zbigniew2011 at gmail dot com
2023-10-31 17:20 ` tromey at sourceware dot org
2023-10-31 17:25 ` zbigniew2011 at gmail dot com
2023-11-02  8:47 ` zbigniew2011 at gmail dot com
2023-11-02 12:19 ` tromey at sourceware dot org
2023-11-03 15:40 ` zbigniew2011 at gmail dot com
2023-11-05 16:09 ` tromey at sourceware dot org
2023-11-05 17:00 ` zbigniew2011 at gmail dot com [this message]
2023-11-05 18:10 ` tromey at sourceware dot org
2023-11-05 18:18 ` zbigniew2011 at gmail dot com
2023-11-05 19:26 ` tromey at sourceware dot org
2023-11-05 19:45 ` zbigniew2011 at gmail dot com
2023-11-05 22:49 ` tromey at sourceware dot org
2023-11-06  8:48 ` zbigniew2011 at gmail dot com
2023-11-08  9:18 ` zbigniew2011 at gmail dot com
2023-11-10 22:04 ` tromey at sourceware 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=bug-31008-4717-KJxxmBvqzs@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=gdb-prs@sourceware.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).