The same error when executing UIO tests in eclipse under docker
environment
[xcb] Unknown sequence number while processing reply
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been
called
[xcb] Aborting, sorry about that.
java: ../../src/xcb_io.c:702: _XReply: Assertio
I still see this issue even after the suggested change
[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.
java: ../../src/xcb_io.c:260: poll_for_event: Assertion
`!xcb_xlib_
I am not installing all updates my docker file is as follows
RUN echo 'deb http://archive.ubuntu.com/ubuntu/ focal-proposed main restricted'
>> /etc/apt/sources.list && \
apt-get update -q -y && \
apt-get install -y --fix-missing --no-install-recommends \
libx11-6 \
//more
My DockerFile looks like
RUN echo 'deb http://archive.ubuntu.com/ubuntu/ focal-proposed main restricted'
>> /etc/apt/sources.list && \
apt-get update -q -y && \
apt-get install -y --fix-missing --no-install-recommends \
--
You received this bug notification because you are a member of U
So I added the lines from comment 132 in my docker file and I now I am
not able to build my docker image I get the following error
10:23:39 xg++: fatal error: Killed signal terminated program cc1plus
10:23:39 compilation terminated.
10:23:39 make[3]: *** [Makefile:1117: insn-emit.o] Error 1
10:
I am using docker file to get ubuntu 20.04 and install packages. How can
I enable focal-proposed insider docker?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libx11 in Ubuntu.
https://bugs.launchpad.net/bugs/1782984
Title:
I have updated my docker image to use ubuntu 20.04 and I still see this
error with eclipse when running UI SWTBot tests. I get the following
error
[xcb] Unknown sequence number while processing queue
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been
called
[xcb] Abor
I am updating my ubuntu docker file to use ubuntu 20.04 will it resolve
this issue ? any idea how can I achieve logging into ubuntu on wayland
in docker environment?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libx11 in Ub
I am using ubuntu 18.04 in docker environment and running swtbot tests using
eclipse. I get the same error.
I updated my docker file to install libx11-6 but the problem still exists. The
tests execution is aborted with the following error message
[xcb] Unknown sequence number while processing qu
9 matches
Mail list logo