[Kde-imaging] [Bug 161492] crash when converting nikon raw (nef) image to anything
Stefan Nordhausen
nordhaus at informatik.hu-berlin.de
Fri Jul 18 23:02:44 CEST 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=161492
------- Additional Comments From nordhaus informatik hu-berlin de 2008-07-18 23:02 -------
I had the same problem and tried to fix it by updating to the newest version of kipi. The result was that now even _opening_ the raw converter dialog crashes, even when there are no raws in the directory.
Just like Arnaud, I have a Suse system (openSuse 10.3)... I have the following versions installed:
$rpm -qa | grep kipi | sort
kipi-plugins-0.1.5-1.pm.1
kipi-plugins-debuginfo-0.1.5-1.pm.1
libkipi-0.1.6-0.pm.1
libkipi-debuginfo-0.1.6-0.pm.1
I have attached a trace produced by Kcrash. It indicates that something goes wrong while loading the settings. I get similar results when running strace on digikam:
open("/home/johndoe/.kde/share/config/kipirc", O_RDONLY|O_LARGEFILE) = 20
[...]
close(20) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
So it crashes right after closing the file. If I remove the kipirc file I get this:
stat64("/home/johndoe/.kde/share/config/kipirc", 0xbfa636c8) = -1 ENOENT (No such file or directory)
stat64("/etc/opt/kde3/share/config/kipirc", 0xbfa636c8) = -1 ENOENT (No such file or directory)
stat64("/opt/kde3/share/config/kipirc", 0xbfa636c8) = -1 ENOENT (No such file or directory)
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
More information about the Kde-imaging
mailing list