Author Topic: Prog. Crash in Ubuntu (XInitThreads)  (Read 3765 times)

0 Members and 1 Guest are viewing this topic.

Offline SirCrow

  • Forum Regular
  • Posts: 144
    • View Profile
Prog. Crash in Ubuntu (XInitThreads)
« on: May 31, 2018, 03:13:14 am »
In the Ubuntu terminal, this appeared after my prog. suddenly quit:

Code: QB64: [Select]
  1. XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
  2.       after 13497 requests (13497 known processed) with 2 events remaining.
  3. AL lib: ReleaseALC: 1 device not closed
  4. Segmentation fault (core dumped)
  5. [xcb] Unknown sequence number while processing queue
  6. [xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
  7. [xcb] Aborting, sorry about that.
  8. StarBlast_03bb: ../../src/xcb_io.c:259: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.
  9. Aborted (core dumped)
  10. [xcb] Unknown sequence number while processing queue
  11. [xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
  12. [xcb] Aborting, sorry about that.
  13. StarBlast_03bb: ../../src/xcb_io.c:259: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.
  14. Aborted (core dumped)
  15. [xcb] Unknown sequence number while processing queue
  16. [xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
  17. [xcb] Aborting, sorry about that.
  18. StarBlast_03bb: ../../src/xcb_io.c:259: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.
  19. Aborted (core dumped)
  20.  

Is the solution obvious just from the above?  If it involves doing stuff with C++ code, then I'm lost!
Thanks.
I may not always finish what I've started....

Offline johnno56

  • Forum Resident
  • Posts: 1270
  • Live long and prosper.
    • View Profile
Re: Prog. Crash in Ubuntu (XInitThreads)
« Reply #1 on: May 31, 2018, 04:02:57 am »
I remember seeing an error something like this earlier this week. Unfortunately, I din't give it much mind, as it was late at night and figured I must have done something wrong. I'm using Linux Mint 18.1 (64 bit). I cannot remember which program I had loaded into QB64  or even if it was QB64 itself. I'm sorry I cannot be of more help. Which program caused the crash?

J
Logic is the beginning of wisdom.