Chrome Kioskmode on Linux - SIGTRAP

Hello,

We use Khadas Vim3 on Linux 4.9 (ubuntu) as Kiosk computer. We run chrome from autostart scripts.

/usr/bin/chromium-browser --window-size=1280,720 --kiosk --incognito--disable-translate --no-first-run --fast --fast-start --disable-infobars --disable-features=TranslateUI --disk-cache-dir=/dev/null --disable-pinch --overscroll-history-navigation=0 --password-store=basic --window-position=0,0 http://localhost:81 &

One month later (from deployment) we have a problem with chrome. Chrome show “white page of death”:

“Can’t open this page
Error code: SIGTRAP”

Anybody has the same problem?

Kamil

you can get TRAP signal from any chrome bug :wink: u must start chrome in foreground and check output logs (maybe with --enable-logging --v=1 and tail -F chrome_debug.log)

BTW:

–disk-cache-dir=/dev/null

sorry but its must be dir