Using Nikon D40x
When using ufraw-batch on multiple files (ufraw-batch --out-type=jpeg *.NEF) a memory error occurs after the first picture is (sucessfully) converted.
Here is the dump:
systemd-coredump[3898]: Process 3886 (ufraw-batch) of user 1002 dumped core.
Stack trace of thread 3886:
#0 0x00007fa09cc7d6cf _ZN10lfModifierD1Ev (liblensfun.so.1)
#1 0x00007fa09cc7d809 _ZN10lfModifier7DestroyEv (liblensfun.so.1)
#2 0x000000000040e46a n/a (ufraw-batch)
#3 0x0000000000409080 n/a (ufraw-batch)
#4 0x00007fa09aa3b511 __libc_start_main (libc.so.6)
#5 0x000000000040b4ca n/a (ufraw-batch)
Stack trace of thread 3893:
#0 0x00007fa09afef57e futex_wait (libgomp.so.1)
#1 0x00007fa09afecd80 gomp_thread_start (libgomp.so.1)
#2 0x00007fa09c1ab2e7 start_thread (libpthread.so.0)
#3 0x00007fa09ab0754f __clone (libc.so.6)
Stack trace of thread 3894:
#0 0x00007fa09afef57e futex_wait (libgomp.so.1)
#1 0x00007fa09afecd80 gomp_thread_start (libgomp.so.1)
#2 0x00007fa09c1ab2e7 start_thread (libpthread.so.0)
#3 0x00007fa09ab0754f __clone (libc.so.6)
Stack trace of thread 3892:
#0 0x00007fa09afef57e futex_wait (libgomp.so.1)
#1 0x00007fa09afecd80 gomp_thread_start (libgomp.so.1)
#2 0x00007fa09c1ab2e7 start_thread (libpthread.so.0)
#3 0x00007fa09ab0754f __clone (libc.so.6)
Error still occurs with --lensfun=none option.
System is Linux 4.10.3-1-ARCH on x86_64.
Pentax K3
I have the same issue, developing DNG files. The segmantation fault happens even if you develope one file, not a serise. Using 4.10.13-1-ARCH, x86_64 too.