lwindolf/liferea

crash on startup

mokraemer opened this issue · 3 comments

the latest release 14.3 crashes directly on startup:

strace shows it is endless iterating over the same directories:
....
[pid 48694] newfstatat(AT_FDCWD, "/home/marc/.cache/liferea/feeds", {st_mode=S_IFDIR|0700, st_size=1, ...}, 0) = 0
[pid 48694] newfstatat(AT_FDCWD, "/home/marc/.cache/liferea/favicons", {st_mode=S_IFDIR|0700, st_size=4096, ...}, 0) = 0
[pid 48694] newfstatat(AT_FDCWD, "/home/marc/.cache/liferea/plugins", {st_mode=S_IFDIR|0700, st_size=1, ...}, 0) = 0
[pid 48694] newfstatat(AT_FDCWD, "/home/marc/.config/liferea", {st_mode=S_IFDIR|0700, st_size=172032, ...}, 0) = 0
[pid 48694] newfstatat(AT_FDCWD, "/home/marc/.local/share/liferea", {st_mode=S_IFDIR|0700, st_size=4096, ...}, 0) = 0
[pid 48694] newfstatat(AT_FDCWD, "/home/marc/.cache/liferea", {st_mode=S_IFDIR|0700, st_size=4096, ...}, 0) = 0
[pid 48694] newfstatat(AT_FDCWD, "/home/marc/.cache/liferea/feeds", {st_mode=S_IFDIR|0700, st_size=1, ...}, 0) = 0
[pid 48694] newfstatat(AT_FDCWD, "/home/marc/.cache/liferea/favicons", {st_mode=S_IFDIR|0700, st_size=4096, ...}, 0) = 0
[pid 48694] newfstatat(AT_FDCWD, "/home/marc/.cache/liferea/plugins", {st_mode=S_IFDIR|0700, st_size=1, ...}, 0) = 0
[pid 48694] newfstatat(AT_FDCWD, "/home/marc/.config/liferea", {st_mode=S_IFDIR|0700, st_size=172032, ...}, 0) = 0
[pid 48694] newfstatat(AT_FDCWD, "/home/marc/.local/share/liferea", {st_mode=S_IFDIR|0700, st_size=4096, ...}, 0) = 0
[pid 48694] newfstatat(AT_FDCWD, "/home/marc/.cache/liferea", {st_mode=S_IFDIR|0700, st_size=4096, ...}, 0) = 0
...

bbhtt commented

Possibly #1217, it's fixed but unreleased.

Yes. Fixed the problem.

Closing as fixed. Will be released with 1.14.4