Score:1

Segfault causes chrome to crash randomly ubuntu 18.04

in flag

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.

David avatar
cn flag
In computing, a segmentation fault (often shortened to segfault) or access violation is a fault, or failure condition, raised by hardware with memory protection, notifying an operating system (OS) the software has attempted to access a restricted area of memory (a memory access violation). In simple terms a memory or sometimes a hard disk problem.
N0rbert avatar
zw flag
"Unable to upgrade chrome due to other dependencies." sounds strange. Latest Chrome version is about 92.0.4515.159-1 . Do you have correct repositories? What is your CPU architecture? How much RAM do you have? Have tested it using memtest86?
angisl avatar
in flag
@N0rbert I am unable to upgrade it as there is an application running that has been particularly set up for chrome 48.0.2564.109-1 and as such I am trying to find a way to resolve this problem using a different approach. CPU Celeron J1900 & 4GB DDR3. Also I am unable to do a memtest as I am testing this remotely.
us flag
@angisl there is a package memtester in apt, that can be run in the terminal, but the downside is that it cannot test the entire RAM. To diagnose what chrome is doing before it segfaults, try strace: `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.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.