Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

[Ubuntu 18.10][AppImage] Segmentation fault (core dumped) #229

Open
homersimpsons opened this issue Nov 20, 2018 · 2 comments
Open

[Ubuntu 18.10][AppImage] Segmentation fault (core dumped) #229

homersimpsons opened this issue Nov 20, 2018 · 2 comments

Comments

@homersimpsons
Copy link

homersimpsons commented Nov 20, 2018

When I start the AppImage, I've got a Segmentation fault (core dumped) just after being asked for a shortcut.

I tried with versions 2.2.1, 2.2.0, 2.1.0, none of those work (I didn't tried with older versions)

(This is not the same issue as #172 as I already have libnss3)

@axelsimon
Copy link

Same issue with 2.2.1 on Fedora 29, both with the RPM and with the appimage.

An strace finishes on, for the rpm:

access("/etc/system-fips", F_OK)        = -1 ENOENT (No such file or directory)
getrandom("\x06", 1, GRND_NONBLOCK)     = 1
stat("/etc/crypto-policies/back-ends/gnutls.config", {st_mode=S_IFREG|0644, st_size=394, ...}) = 0
openat(AT_FDCWD, "/etc/crypto-policies/back-ends/gnutls.config", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=394, ...}) = 0
lseek(3, 0, SEEK_CUR)                   = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=394, ...}) = 0
read(3, "SYSTEM=NONE:+MAC-ALL:-MD5:+GROUP"..., 4096) = 394
read(3, "", 4096)                       = 0
close(3)                                = 0
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_ACCERR, si_addr=0xb87650} ---
+++ killed by SIGSEGV (core dumped) +++
Segmentation fault (core dumped)

Are these packages even tested on the target OSes?

@negamaxi
Copy link
Member

It seems like you have faced this electron/electron#13972.

@axelsimon 2.2.1 was developed and tested on Fedora 28.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants