Advertisement
HeroCC

MacOS Docker X11 XInitThreads has not been called

Apr 22nd, 2020
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. $ xhost + 10.0.0.132 && docker run --rm -it --network=moos -e DISPLAY="10.0.0.132:0" --volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" herocc/moos-ivp-cc:latest bash ; xhost - 10.0.0.132
  2.  
  3. ...
  4.  
  5. Checking for: [MIT_SP.tif]
  6. Checking for: [/home/moos/moos-ivp/ivp/data/MIT_SP.tif]
  7. Found file: /home/moos/moos-ivp/ivp/data/MIT_SP.tif
  8. Trying to TiffOpen: /home/moos/moos-ivp/ivp/data/MIT_SP.tif
  9. Success: /home/moos/moos-ivp/ivp/data/MIT_SP.tif
  10. Successfully found info file:/home/moos/moos-ivp/ivp/data/MIT_SP.info
  11. set_pan_x:-90
  12. set_pan_y:-280
  13. zoom:0.65
  14. contacting a MOOS server localhost:9005 - try 00007 XRequest.149: GLXBadContext 0x60003a
  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. pMarineViewer: ../../src/xcb_io.c:259: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.
  19.  
  20. Thread 1 "pMarineViewer" received signal SIGABRT, Aborted.
  21. __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
  22. 51 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
  23. (gdb) bt
  24. #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
  25. #1 0x00007ffff6276801 in __GI_abort () at abort.c:79
  26. #2 0x00007ffff626639a in __assert_fail_base (fmt=0x7ffff63ed7d8 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n",
  27. assertion=assertion@entry=0x7ffff4a39048 "!xcb_xlib_threads_sequence_lost",
  28. file=file@entry=0x7ffff4a38eb3 "../../src/xcb_io.c", line=line@entry=259,
  29. function=function@entry=0x7ffff4a392f8 "poll_for_event") at assert.c:92
  30. #3 0x00007ffff6266412 in __GI___assert_fail (assertion=0x7ffff4a39048 "!xcb_xlib_threads_sequence_lost",
  31. file=0x7ffff4a38eb3 "../../src/xcb_io.c", line=259, function=0x7ffff4a392f8 "poll_for_event") at assert.c:101
  32. #4 0x00007ffff49c7e7a in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
  33. #5 0x00007ffff49c7f1e in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
  34. #6 0x00007ffff49c820d in _XEventsQueued () from /usr/lib/x86_64-linux-gnu/libX11.so.6
  35. #7 0x00007ffff49a974a in XFlush () from /usr/lib/x86_64-linux-gnu/libX11.so.6
  36. #8 0x00007ffff765e94d in Fl::wait(double) () from /usr/lib/x86_64-linux-gnu/libfltk.so.1.3
  37. #9 0x00007ffff765ea1d in Fl::wait() () from /usr/lib/x86_64-linux-gnu/libfltk.so.1.3
  38. #10 0x00005555555b0c8d in main (argc=2, argv=<optimized out>)
  39. at /home/moos/moos-ivp/ivp/src/pMarineViewer/main.cpp:128
  40. (gdb) q
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement