lwindolf / liferea

Liferea (Linux Feed Reader), a news reader for GTK/GNOME
https://lzone.de/liferea
GNU General Public License v2.0
825 stars 128 forks source link

crash on startup #1224

Closed mokraemer closed 1 year ago

mokraemer commented 1 year ago

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 1 year ago

Possibly https://github.com/lwindolf/liferea/issues/1217, it's fixed but unreleased.

mokraemer commented 1 year ago

Yes. Fixed the problem.

lwindolf commented 1 year ago

Closing as fixed. Will be released with 1.14.4