-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
double free when using --randomize with unloadable image file #750
Comments
Was able to reproduce. The following seems to fix it.
What causes the bug is I believe as follows: |
Applying pull request #414 is probably a better way to fix this. |
Still looks like a problem. Using valgrind:
|
Setup
feh version 3.10.2-2-g2d8f9e1
compile time switches: verscmp xinerama
create two files
normal.png a normal loadable image file
empty.file an empty file
Run
feh --randomize normal.png empty.file
then move through the filelist with arrow keys.
feh wont always crash depending on the order of the filelist and perhaps other factors.
but when it does crash it reports
free(): double free detected in tcache 2
and the shell reports the process is terminated by signal SIGABRT.
may be the same bug as #535
The text was updated successfully, but these errors were encountered: