Okay, but the backtrace does not seem (to me), to be very informative.
```bash
$ gdb geany
(...)
[New Thread 0x7fffe37fe6c0 (LWP 2059528)]
[Thread 0x7ffff26306c0 (LWP 2059493) exited]
^C
Thread 1 "geany" received signal SIGINT, Interrupt.
0x00007ffff7b13c0f in __GI___poll (fds=0x555555df8320, nfds=6, timeout=500) at
../sysdeps/unix/sysv/linux/poll.c:29
Downloading source file
/usr/src/debug/glibc/glibc/io/../sysdeps/unix/sysv/linux/poll.c
29 return SYSCALL_CANCEL (poll, fds, nfds, timeout);
(gdb) bt
#0 0x00007ffff7b13c0f in __GI___poll (fds=0x555555df8320, nfds=6, timeout=500)
at ../sysdeps/unix/sysv/linux/poll.c:29
#1 0x00007ffff6d0b17f in () at /usr/lib/libglib-2.0.so.0
#2 0x00007ffff6cadc7f in g_main_loop_run () at /usr/lib/libglib-2.0.so.0
#3 0x00007ffff73d8e4f in gtk_main () at /usr/lib/libgtk-3.so.0
#4 0x00007ffff7c88293 in main_lib () at /usr/lib/libgeany.so.0
#5 0x00007ffff7a39850 in __libc_start_call_main
(main=main@entry=0x555555555020, argc=argc@entry=1,
argv=argv@entry=0x7fffffffd988) at ../sysdeps/nptl/libc_start_call_main.h:58
#6 0x00007ffff7a3990a in __libc_start_main_impl (main=0x555555555020, argc=1,
argv=0x7fffffffd988, init=<optimized out>, fini=<optimized out>,
rtld_fini=<optimized out>, stack_end=0x7fffffffd978)
at ../csu/libc-start.c:360
#7 0x0000555555555055 in ()
(gdb) q
```
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3447#issuecomment-1619733225
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3447/[email protected]>