When it stops at "(gdb)" type "backtrace" and return.

Thanks...

l33tlinuxh4x0r@Ryzen ~ $ 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 75924)]
[New Thread 0x7fffefe006c0 (LWP 75925)]
[New Thread 0x7ffff4a006c0 (LWP 75926)]
[New Thread 0x7fffef4006c0 (LWP 75927)]
[New Thread 0x7fffee2006c0 (LWP 75928)]
[New Thread 0x7fffed8006c0 (LWP 75929)]
[New Thread 0x7fffece006c0 (LWP 75931)]
[Detaching after fork from child process 75932]
[Thread 0x7fffed8006c0 (LWP 75929) exited]
[Thread 0x7fffee2006c0 (LWP 75928) exited]

Thread 1 "geany" received signal SIGSEGV, Segmentation fault.
0x00007ffff7e6c14e in free () from /usr/lib64/libc.so.6
(gdb) backtrace
#0  0x00007ffff7e6c14e in free () at /usr/lib64/libc.so.6
#1  0x00007ffff550048a in ??? ()
    at /usr/lib64/gtk-3.0/3.0.0/immodules/im-ibus.so
#2  0x00007ffff5501249 in ??? ()
    at /usr/lib64/gtk-3.0/3.0.0/immodules/im-ibus.so
#3  0x00007ffff7290d56 in ??? () at /usr/lib64/libgtk-3.so.0
#4  0x00007ffff6b86660 in g_closure_invoke () at /usr/lib64/libgobject-2.0.so.0
#5  0x00007ffff6b99bef in ??? () at /usr/lib64/libgobject-2.0.so.0
#6  0x00007ffff6b9afd9 in ??? () at /usr/lib64/libgobject-2.0.so.0
#7  0x00007ffff6ba1272 in g_signal_emit_valist ()
    at /usr/lib64/libgobject-2.0.so.0
#8  0x00007ffff6ba1327 in g_signal_emit () at /usr/lib64/libgobject-2.0.so.0
#9  0x00007ffff754bd1c in ??? () at /usr/lib64/libgtk-3.so.0
#10 0x00007ffff73fc93e in ??? () at /usr/lib64/libgtk-3.so.0
#11 0x00007ffff73fe536 in gtk_main_do_event () at /usr/lib64/libgtk-3.so.0
#12 0x00007ffff713f675 in ??? () at /usr/lib64/libgdk-3.so.0
#13 0x00007ffff718d802 in ??? () at /usr/lib64/libgdk-3.so.0
#14 0x00007ffff6a79168 in ??? () at /usr/lib64/libglib-2.0.so.0
#15 0x00007ffff6a7b297 in ??? () at /usr/lib64/libglib-2.0.so.0
#16 0x00007ffff6a7bb7f in g_main_loop_run () at /usr/lib64/libglib-2.0.so.0
#17 0x00007ffff73fd71d in gtk_main () at /usr/lib64/libgtk-3.so.0
#18 0x00007ffff7a6f8fe in main_lib () at /usr/lib64/libgeany.so.0
#19 0x00007ffff7df52e0 in ??? () at /usr/lib64/libc.so.6
--Type <RET> for more, q to quit, c to continue without paging--
#20 0x00007ffff7df5399 in __libc_start_main () at /usr/lib64/libc.so.6
#21 0x0000555555555095 in ??? ()
#22 0x00007fffffffdb18 in ??? ()
#23 0x000000000000003c in ??? ()
#24 0x0000000000000001 in ??? ()
#25 0x00007fffffffdeab in ??? ()
#26 0x0000000000000000 in ??? ()
(gdb) 
(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/2075918439@github.com>