careteditor / releases-beta

Caret Beta releases
40 stars 4 forks source link

RPM of the beta doesn't work on Fedora 29 #10

Open ezonno opened 5 years ago

ezonno commented 5 years ago

Unfortunately the provided RPM doesn't work on the just released fedora 29.

madvise(0x1b4ed8e06000, 839680, MADV_DONTNEED) = 0 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=0xa4e5b0} --- +++ killed by SIGSEGV (core dumped) +++

astoilkov commented 5 years ago

Hi,

We will investigate this. Thanks for reporting.

ezonno commented 5 years ago

Any news on this bug, latest release is also not running on Fedora 29.

astoilkov commented 5 years ago

We will upgrade our external dependencies for the next major release which we hope will fix the issue.

gibranlp commented 5 years ago

Do you have any idea when this issue is going to be resolved?, i have just moved to Fedora 29 and caret is a Vital part of my work, please =(

astoilkov commented 5 years ago

Hi,

The comment here explains the problem and gives a link to the issue in Electron which is still not resolved. We can make a release when this issue gets fixed and gets included in an Electron release.

You can also see in the comment and in the issue ways to try and fix the issue. Hope that helps.