From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 177523858023; Fri, 3 Nov 2023 15:40:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 177523858023 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1699026042; bh=MPFxA97UPpReyJYa7gng8bIp+ttNXE8CWOSNknDhdss=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jXJgvZZBHq2rusFmq9MQLQ+jm/F3Mw6GzLNc4sRkmCpbfN5j1QRCTHUcTtfUDZjmA JCitHybz8ghz1d5Z2vvLpLJyF43Zkdv8qiiVudU4gfT4hYXNNVNS6e3nXv8cFeSvEb jIPvaEx705Ac/sKnJ59GEjQkpTkqgzSx7BW01Qq8= From: "zbigniew2011 at gmail dot com" To: gdb-prs@sourceware.org Subject: =?UTF-8?B?W0J1ZyBnZGIvMzEwMDhdIOKAnkxheW91dOKAnSBjcmFzaGVzIGdk?= =?UTF-8?B?YiAxMy4y?= Date: Fri, 03 Nov 2023 15:40:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: 13.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: zbigniew2011 at gmail dot com X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31008 --- Comment #10 from Zbigniew --- OK, I recompiled and I did everything like before =E2=80=94 here's the outp= ut: 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 23373 [New LWP 23375] [New LWP 23376] [New LWP 23377] [New LWP 23378] [New LWP 23379] --Type for more, q to quit, c to continue without paging-- [New LWP 23380] [New LWP 23381] [New LWP 23382] [New LWP 23383] [New LWP 23384] [New LWP 23385] [New LWP 23386] [New LWP 23387] [New LWP 23388] [New LWP 23389] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". 0x00007f81589217cf 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 she= ll: info "(gdb)Auto-loading safe path" (gdb) cont Continuing. Thread 1 "gdb" received signal SIGSEGV, Segmentation fault. 0x00007f81596fc318 in delwin () from /lib64/libncursesw.so.6 (gdb) cont Continuing. 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 she= ll: info "(gdb)Auto-loading safe path" (gdb) cont Continuing. Thread 1 "gdb" received signal SIGSEGV, Segmentation fault. 0x00007f81596fc318 in delwin () from /lib64/libncursesw.so.6 (gdb) cont Continuing. Thread 1 "gdb" received signal SIGSEGV, Segmentation fault. 0x00007f8159516258 in raise () from /lib64/libpthread.so.0 (gdb) cont Continuing. Couldn't get registers: Nie ma takiego procesu. (gdb) [Thread 0x7f8137fff640 (LWP 23389) exited] [Thread 0x7f814c815640 (LWP 23388) exited] [Thread 0x7f814d016640 (LWP 23387) exited] [Thread 0x7f814d817640 (LWP 23386) exited] [Thread 0x7f814e018640 (LWP 23385) exited] [Thread 0x7f814e819640 (LWP 23384) exited] [Thread 0x7f814ffff640 (LWP 23383) exited] [Thread 0x7f8155016640 (LWP 23382) exited] [Thread 0x7f8155817640 (LWP 23381) exited] [Thread 0x7f8156018640 (LWP 23380) exited] [Thread 0x7f8156819640 (LWP 23379) exited] [Thread 0x7f815701a640 (LWP 23378) exited] [Thread 0x7f814f01a640 (LWP 23377) exited] [Thread 0x7f815781b640 (LWP 23376) exited] [Thread 0x7f815801c640 (LWP 23375) exited] Program terminated with signal SIGSEGV, Segmentation fault. The program no longer exists. Regarding my ncurses installation: I admit I use patched ncurses =E2=80=94 the patch has been provided by Mr. = T. Dickey, ncurses maintainer, after I reported a bug. Here it is: ; ------------ quote ----------------- It's a one-line fix, which can easily be back-ported: --- ncurses/curses.priv.h 2023/06/03 12:33:07 1.668 +++ ncurses/curses.priv.h 2023/06/06 22:31:04 1.669 @@ -1498,7 +1498,7 @@ #define isWidecExt(ch) (0) #define if_WIDEC(code) /* nothing */ -#define Charable(ch) ((ch) >=3D ' ' && (ch) <=3D '~') +#define Charable(ch) (CharOf(ch) >=3D ' ' && CharOf(ch) <=3D '~') #define L(ch) ch #endif /* } */ ; ----------- end of quote ----------- Please, note: of course most probably this patch will be included into next =E2=80=9Eofficial=E2=80=9D release of ncurses, therefore gdb should tolerat= e it =E2=80=94 you'll get many more bug reports otherwise. --=20 You are receiving this mail because: You are on the CC list for the bug.=