<p>Hi, sorry for the delay...<br>
here is the result of the BT after pressing ctrl-c in gdb</p>
<p>When developing software, my wife used to tell me 'what is that abracadabra on your screen...'<br>
Now I know what she meant :)</p>
<pre><code>[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) 
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/1962#issuecomment-427641414">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ_G-btk4uoA6JlPZ-xHRETWYA86Tks5uidPbgaJpZM4W23x4">mute the thread</a>.<img src="https://github.com/notifications/beacon/ABDrJx-WW1_f8FhDni6vnSeO18ACc_feks5uidPbgaJpZM4W23x4.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/geany/geany","title":"geany/geany","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/geany/geany"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Ruud68 in #1962: Hi, sorry for the delay...\r\nhere is the result of the BT after pressing ctrl-c in gdb\r\n\r\nWhen developing software, my wife used to tell me 'what is that abracadabra on your screen...'\r\nNow I know what she meant :)\r\n\r\n```\r\n[xcb] Unknown sequence number while processing queue\r\n[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called\r\n[xcb] Aborting, sorry about that.\r\ngeany: ../../src/xcb_io.c:259: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.\r\n\r\nThread 1 \"geany\" received signal SIGABRT, Aborted.\r\n__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51\r\n51\t../sysdeps/unix/sysv/linux/raise.c: No such file or directory.\r\n(gdb) Quit\r\n(gdb) bt\r\n#0  0x00007ffff734ce97 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51\r\n#1  0x00007ffff734e801 in __GI_abort () at abort.c:79\r\n#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\r\n#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\r\n#4  0x00007ffff470fe3a in  () at /usr/lib/x86_64-linux-gnu/libX11.so.6\r\n#5  0x00007ffff470fede in  () at /usr/lib/x86_64-linux-gnu/libX11.so.6\r\n#6  0x00007ffff47101cd in _XEventsQueued () at /usr/lib/x86_64-linux-gnu/libX11.so.6\r\n#7  0x00007ffff4701d3d in XPending () at /usr/lib/x86_64-linux-gnu/libX11.so.6\r\n#8  0x00007ffff6a6f085 in  () at /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0\r\n#9  0x00007ffff5394e51 in g_main_context_check () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0\r\n#10 0x00007ffff53953e0 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0\r\n#11 0x00007ffff53957d2 in g_main_loop_run () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0\r\n#12 0x00007ffff6dfba37 in gtk_main () at /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0\r\n#13 0x00007ffff799371a in main_lib (argc=\u003coptimized out\u003e, argv=\u003coptimized out\u003e) at libmain.c:1250\r\n#14 0x00007ffff732fb97 in __libc_start_main (main=0x555555554610 \u003cmain\u003e, argc=2, argv=0x7fffffffdeb8, init=\u003coptimized out\u003e, fini=\u003coptimized out\u003e, rtld_fini=\u003coptimized out\u003e, stack_end=0x7fffffffdea8) at ../csu/libc-start.c:310\r\n#15 0x000055555555464a in _start ()\r\n(gdb) \r\n```"}],"action":{"name":"View Issue","url":"https://github.com/geany/geany/issues/1962#issuecomment-427641414"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/issues/1962#issuecomment-427641414",
"url": "https://github.com/geany/geany/issues/1962#issuecomment-427641414",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [geany/geany] Geany stops responding and force closes (#1962)",
"sections": [
{
"text": "",
"activityTitle": "**Ruud**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@Ruud68",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"geany/geany\",\n\"issueId\": 1962,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"geany/geany\",\n\"issueId\": 1962\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/geany/geany/issues/1962#issuecomment-427641414"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 383483000\n}"
}
],
"themeColor": "26292E"
}
]</script>