I'm trying to fix a problem with Chrome crashing. I checked the syslog and found that a segfault caused this:
kernel: [27188.655825] chrome[1950]: segfault at 8 ip 000055e90851b3b0 sp 00007ffc7082dfe0 error 4 in chrome[55e90747a000+686c000]
This seems to continue to happen and I'm trying to find a way to get this fixed.
I'm using Ubuntu 18.04 LTS and google-chrome-stable
's version is 48.0.2564.109-1. I'm unable to upgrade Chrome due to other dependencies.
strace -f google-chrome-stable > strace.log 2>&1
, but the output may be hard to read. And the third advice is to get the .deb file for that exact version of chrome, and reinstall it.