derf / feh

a fast and light image viewer
https://feh.finalrewind.org
Other
1.51k stars 159 forks source link

feh crash: double free or corruption (fasttop) #535

Open DasExperimentator opened 4 years ago

DasExperimentator commented 4 years ago

I have a Raspberry Pi 3 connected to an HDMI TV displaying a slideshow with feh. The pictures are taken from a samba share mounted at Raspberry. I run feh as follows:

[code]/usr/bin/feh --quiet --recursive --randomize --full-screen --hide-pointer --reload 600 --caption-path captions/ --slideshow-delay 15 --fontpath /slideshow/captions/ --font Caveat-Bold.ttf/110 /slideshow/[/code]

It works great! But every now and then (a few minutes to a few hours) feh crashes with the following message:

[code]double free or corruption (fasttop) Aborted[/code]

Unfortunately, adding --verbose option doesn't provide any more information...

tom-chan commented 4 years ago

In feh 3.4 a memory leak was fixed, what version are you using? @DasExperimentator

DasExperimentator commented 4 years ago

Looks like Raspbian repo only offers feh 3.1.7 at the moment. That's what I have installed. I'll need to look into compiling a fresh feh instance from source.