I have faced the same issue with latest 18.04.1 version of ubuntu.
I understand that even if it says that "core is dumped" the file is converted correctly so i decided to just iterate over my files and even if status for command is 1 all files will be converted according to the for statement. ``` for d in ./* ; do ( ufraw-batch $d --out-type=jpeg ); done; ``` -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to lensfun in Ubuntu. https://bugs.launchpad.net/bugs/1768855 Title: ufraw-batch in bionic segfault To manage notifications about this bug go to: https://bugs.launchpad.net/ufraw/+bug/1768855/+subscriptions -- kubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
