llebout / ungoogled-chromium

Google Chromium, sans integration with Google - PPC64LE FORK
BSD 3-Clause "New" or "Revised" License
18 stars 5 forks source link

Can't start chrome executable: Segmentation Fault #10

Closed promethial closed 4 years ago

promethial commented 4 years ago

I'm unable to run the Chrome executable, running it results in a Segmentation fault. This is leveraging a pre-built executable from the CI/CD pipeline (pipeline #90422547). Not a very descriptive error, but it's pasted below.

[1] 12665 segmentation fault ./chrome

OS: Debian Buster Platform: IBM Power9

llebout commented 4 years ago

Please try compiling on your own, CI/CD binaries are NOT static linked and are likely to work only on the system version they were built on (Ubuntu Bionic) with the build dependencies installed, but do note that in the current state of things, these binaries also work on Fedora 30.

promethial commented 4 years ago

Didn't realize that was the case. Will try that, thanks!