Hi, sorry for the delay...
here is the result of the BT after pressing ctrl-c in gdb

When developing software, my wife used to tell me 'what is that abracadabra on 
your screen...'
Now I know what she meant :)

```
[xcb] Unknown sequence number while processing queue
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been 
called
[xcb] Aborting, sorry about that.
geany: ../../src/xcb_io.c:259: poll_for_event: Assertion 
`!xcb_xlib_threads_sequence_lost' failed.

Thread 1 "geany" received signal SIGABRT, Aborted.
__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
51      ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) Quit
(gdb) bt
#0  0x00007ffff734ce97 in __GI_raise (sig=sig@entry=6) at 
../sysdeps/unix/sysv/linux/raise.c:51
#1  0x00007ffff734e801 in __GI_abort () at abort.c:79
#2  0x00007ffff733e39a in __assert_fail_base (fmt=0x7ffff74c57d8 "%s%s%s:%u: 
%s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0x7ffff4780ea8 
"!xcb_xlib_threads_sequence_lost", file=file@entry=0x7ffff4780d13 
"../../src/xcb_io.c", line=line@entry=259, 
function=function@entry=0x7ffff4781158 "poll_for_event") at assert.c:92
#3  0x00007ffff733e412 in __GI___assert_fail (assertion=0x7ffff4780ea8 
"!xcb_xlib_threads_sequence_lost", file=0x7ffff4780d13 "../../src/xcb_io.c", 
line=259, function=0x7ffff4781158 "poll_for_event") at assert.c:101
#4  0x00007ffff470fe3a in  () at /usr/lib/x86_64-linux-gnu/libX11.so.6
#5  0x00007ffff470fede in  () at /usr/lib/x86_64-linux-gnu/libX11.so.6
#6  0x00007ffff47101cd in _XEventsQueued () at 
/usr/lib/x86_64-linux-gnu/libX11.so.6
#7  0x00007ffff4701d3d in XPending () at /usr/lib/x86_64-linux-gnu/libX11.so.6
#8  0x00007ffff6a6f085 in  () at /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0
#9  0x00007ffff5394e51 in g_main_context_check () at 
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#10 0x00007ffff53953e0 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#11 0x00007ffff53957d2 in g_main_loop_run () at 
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#12 0x00007ffff6dfba37 in gtk_main () at 
/usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#13 0x00007ffff799371a in main_lib (argc=<optimized out>, argv=<optimized out>) 
at libmain.c:1250
#14 0x00007ffff732fb97 in __libc_start_main (main=0x555555554610 <main>, 
argc=2, argv=0x7fffffffdeb8, init=<optimized out>, fini=<optimized out>, 
rtld_fini=<optimized out>, stack_end=0x7fffffffdea8) at ../csu/libc-start.c:310
#15 0x000055555555464a in _start ()
(gdb) 
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1962#issuecomment-427641414

Reply via email to