Ubuntu 12.04에서 Google 크롬이 충돌함

Ubuntu 12.04에서 Google 크롬이 충돌함

Xvfb 세션 내에서 크롬을 실행하고 있습니다.
Google Chrome 40.0.2214.91 버전을 사용하고 있습니다.
나는 그것을 실행하기 위해 다음 명령을 사용하고 있습니다 :

Xvfb $DISPLAY -screen 0 1920x1080x24 2> /tmp/xvfb.log &
google-chrome --disk-cache-dir=null -start-maximized $1 --enable-logging --v=1 2> /tmp/chrome.log &

크롬 로그에 다음과 같은 오류가 나타납니다.

Xlib:  extension "RANDR" missing on display ":17".
Xlib:  extension "RANDR" missing on display ":17".
ATTENTION: default value of option force_s3tc_enable overridden by environment.
[25037:25037:0311/075906:ERROR:sandbox_linux.cc(301)] InitializeSandbox() called with multiple threads in process gpu-process
[25037:25037:0311/075950:ERROR:x11_util.cc(82)] X IO error received (X server probably went away)

Xvfb 로그에는 오류가 표시되지 않습니다.

답변1

비슷한 문제가 발생했습니다. 다음 명령줄 플래그가 도움이 될 수 있습니다.

  • --disable-gpu-sandbox
  • --disable-gpu

GPU를 사용하는 크롬에 관심이 없다고 가정합니다.

관련 정보