darktable icon indicating copy to clipboard operation
darktable copied to clipboard

darktable crashes on Windows if the image folder is specified on the command line

Open victoryforce opened this issue 1 month ago • 0 comments

The crash described in the title occurs with both the current snapshot and the release version 5.2.1.

The backtrace is as follows, for both 5.2.1 and the current snapshot the source file lines are the same:

(gdb) bt
#0  0x00007ff97d3cf142 in ?? () from C:\Program Files\darktable\bin\libgdk-3-0.dll
#1  0x00007ff97d41f47e in ?? () from C:\Program Files\darktable\bin\libgdk-3-0.dll
#2  0x00007ff91b275ad2 in _global_progress_start (progress=0x7f090010, control=0xa5a4210) at C:/msys64/home/bill/src/darktable-5.2.1/src/control/progress.c:118
#3  dt_control_progress_create (has_progress_bar=has_progress_bar@entry=1, message=0x7ff91b636a02 <__FUNCTION__.19+754> "import images")
    at C:/msys64/home/bill/src/darktable-5.2.1/src/control/progress.c:317
#4  0x00007ff91b26a5fb in dt_control_job_add_progress (job=0x18cc33b0, message=<optimized out>, cancellable=1)
    at C:/msys64/home/bill/src/darktable-5.2.1/src/control/jobs.c:582
#5  0x00007ff91b2751b3 in dt_pathlist_import_create (argc=2, argv=0x74b5e0) at C:/msys64/home/bill/src/darktable-5.2.1/src/control/jobs/film_jobs.c:110
#6  0x00007ff91b199b57 in dt_init (argc=<optimized out>, argc@entry=2, argv=<optimized out>, argv@entry=0x74b5e0, init_gui=<optimized out>, init_gui@entry=1,
    load_data=load_data@entry=1, L=L@entry=0x0) at C:/msys64/home/bill/src/darktable-5.2.1/src/common/darktable.c:1901
#7  0x00007ff7bc002ae9 in main (argc=2, argv=0x74b5e0) at C:/msys64/home/bill/src/darktable-5.2.1/src/main.c:117

victoryforce avatar Dec 13 '25 21:12 victoryforce