BestImageViewer / geeqie

claiming to be the best image viewer / photo collection browser
http://www.geeqie.org/
GNU General Public License v2.0
471 stars 78 forks source link

Segfault when recursive deduplicating a large amount of images. #807

Open zachjord opened 4 years ago

zachjord commented 4 years ago

ISSUE TYPE

GEEQIE VERSION

amdgpu_device_initialize: amdgpu_query_info(ACCEL_WORKING) failed (-13)
amdgpu: amdgpu_device_initialize failed.

(geeqie:64639): Cogl-WARNING **: 02:04:50.690: winsys/cogl-winsys-egl-kms.c:771: Error restoring saved CRTC
Geeqie 1.5.1+git20200911-87c09755
gtk3

OS / DISTRIBUTION

Arch, using geeqie-git from the AUR or the precompiled version from the official repos.

SUMMARY

When I try to recursively deduplicate a folder, geeqie crashes. Doesn't seem to have issues on folders with around 1000 files, but I'm not sure where the limit is at. I've tried the stable and git versions of geeqie. I am only given the following from the terminal:

amdgpu_device_initialize: amdgpu_query_info(ACCEL_WORKING) failed (-13)
amdgpu: amdgpu_device_initialize failed.

(geeqie:63716): Cogl-WARNING **: 01:58:28.437: winsys/cogl-winsys-egl-kms.c:771: Error 
Segmentation fault (core dumped)

STEPS TO REPRODUCE

Exactly as I said in the summary

caclark commented 4 years ago

I can do a recursive find dupes. on 35,000 files and do not get a problem. Could you go to /Edit/Preferences/Image, and if "GPU accel" is selected, deselect it, restart Geeqie and try again.

zachjord commented 4 years ago

@caclark The option is grayed out for me and not selected.