I tried given option , but not able to narrow down the issue. Used GDB to trace call stack. Didn't find gpu pocess in process list, so tried to attach with chrome and X/Xorg prcoess.
#0 0x00007f12b2c775f9 in ?? ()
#1 0x00007f12b2c78c5f in ?? ()
#2 0x00007f12b567c8fa in ?? ()
#3 0x00007f12b6223bca in ?? ()
#4 0x00007f12b6223e1b in ?? ()
#5 0x00007f12b6226d53 in ?? ()
#6 0x00007f12b6226f81 in ?? ()
#7 0x00007f12b58900ea in ?? ()
#8 0x00007f12b58901e1 in ?? ()
#9 0x00007f12b567a6db in ?? ()
#10 0x00007f12b5679a83 in ?? ()
#11 0x00007f12b2bd822a in ?? ()
#12 0x00007f12b2bd6ad9 in ?? ()
#13 0x00007f12b26b1d0f in ChromeMain ()
#14 0x00007f12b0078fb6 in __libc_start_main (main=0x7f12b26b1050, argc=25, argv=0x7ffd56042dd8, init=<optimized out>, fini=<optimized out>,
rtld_fini=<optimized out>, stack_end=0x7ffd56042dc8) at libc-start.c:292
#15 0x00007f12b26b1b80 in _start ()
Backtrace of Xorg:
0 0x0000000000000000 in ?? ()
No symbol table info available.
#1 0x00007efd91ecc792 in ?? () from /usr/lib64/dri/radeonsi_dri.so
No symbol table info available.
#2 0x0000000000000000 in ?? ()
No symbol table info available.
------------------------------------------------------
Not able to find correct sp to see where the crash it. I have build Mesa,X-server and ati-ddx driver with debug symbol using:
USE="debug" CFLAGS="-g -O0" FEATURES="nostrip noclean -splitdebug" emerge-amd64-generic -a x11-drivers/xf86-video-ati
By adding option in chrome_dev.conf, found some more error in log , not sure if this is due to --wait-for-debugger option ,as once I remove that option, error did not occur.
"session_manager[1012]: [ERROR:logging.h(779)] Failed to call method: org.chromium.LibCrosServiceInterface.CheckLiveness:"
attaching log with modified chrome_dev.conf option.
Any suggestion?
Thanks,
Deepak