lichti / containers4docker

GNU General Public License v3.0
35 stars 13 forks source link

X Window error #13

Open filipesaraiva opened 6 years ago

filipesaraiva commented 6 years ago

Faz uns meses que não consigo mais utilizar a imagem. Estou recebendo um erro do X, de repente alguém aqui já passou por isso e sabe como resolver. O erro é o abaixo:

(firefox-esr:144): Gdk-ERROR **: The program 'firefox-esr' received an X Window System error. This probably reflects a bug in the program. The error was 'BadValue (integer parameter out of range for operation)'. (Details: serial 365 error_code 2 request_code 130 (unknown) minor_code 3) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the GDK_SYNCHRONIZE environment variable to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) ExceptionHandler::GenerateDump cloned child 251 ExceptionHandler::SendContinueSignalToChild sent continue signal to child ExceptionHandler::WaitForContinueSignal waiting for continue signal... [Child 223] ###!!! ABORT: Aborting on channel error.: file /tmp/buildd/firefox-esr-52.2.0esr/ipc/glue/MessageChannel.cpp, line 2152 [Child 223] ###!!! ABORT: Aborting on channel error.: file /tmp/buildd/firefox-esr-52.2.0esr/ipc/glue/MessageChannel.cpp, line 2152 /usr/local/bin/start.sh: line 4: 144 Trace/breakpoint trap (core dumped) firefox --private-window $1

Alguma ideia?

filipesaraiva commented 6 years ago

Na vdd as vezes funciona as vezes não, sem fazer nada de diferente entre uma tentativa de execução e outra. :\

farribeiro commented 6 years ago

Na verdade é desaconselhável o uso do X sem alguma segurança como xauth

filipesaraiva commented 6 years ago

@farribeiro algum how-to então?

farribeiro commented 6 years ago

Tem que reformar praticamente todo o container, desde variável de ambiente e scripts de inicialização.

Vide: https://github.com/farribeiro/wscef-docker

@filipesaraiva ok?