While freon porting AMDGPU we are facing "gpu_watchdog_thread.cc(315)] The GPU process hung" and it reboots the system in sometime. Is there any way to stop it? I am already doing chrome_dev.conf following settings
--disable-hang-monitor
--no-sandbox # disables all sandboxes
--disable-gpu-sandbox # disables gpu sandbox only, creates only one GPU process
--disable-gpu-watchdog # disables 10 second watchdog thread for GL calls, needed to debug GL driver
--enable-gpu-debugging
--disable-glsl-translator # stop translating shaders
--disable-shader-name-hashing
--disable-gpu-shader-disk-cache
--disable-gpu-program-cache
--disable-gpu-driver-bug-workarounds
--allow-sandbox-debugging
--disable-gpu-process-prelaunch
--enable-gpu-client-logging
--enable-gpu-client-tracing
--enable-gpu-command-logging
--enable-gpu-service-logging
--enable-gpu-service-tracing
--wait-for-debugger-children
--ignore-gpu-blacklist
--ui-disable-partial-swap
Still it reboots. Please suggest the correct settings