gdb
GNU gdb (Gentoo 14.2 vanilla) 14.2
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 "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://bugs.gentoo.org/>.
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".
(gdb) exec-file /usr/bin/geany
(gdb) r
Starting program: /usr/bin/geany 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib64/libthread_db.so.1".
[New Thread 0x7ffff54006c0 (LWP 41390)]
[New Thread 0x7ffff4a006c0 (LWP 41391)]
[New Thread 0x7fffefe006c0 (LWP 41392)]
[New Thread 0x7fffef4006c0 (LWP 41393)]
[New Thread 0x7fffee2006c0 (LWP 41394)]
[New Thread 0x7fffed8006c0 (LWP 41395)]
[New Thread 0x7fffece006c0 (LWP 41396)]
[Detaching after fork from child process 41398]
[Thread 0x7fffed8006c0 (LWP 41395) exited]
[Thread 0x7fffee2006c0 (LWP 41394) exited]

Thread 1 "geany" received signal SIGSEGV, Segmentation fault.
0x00007ffff7e6d14e in free () from /usr/lib64/libc.so.6
(gdb) 


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/issues/2736/2075890157@github.com>