Summary: | Crashed when filling another open with command | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | julien.t43+kde |
Component: | Usability-OpenWith | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles, cfeck, julien.t43+kde |
Priority: | NOR | ||
Version: | 2.8.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.5.0 | |
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
julien.t43+kde
2012-10-14 22:32:15 UTC
Created attachment 74549 [details]
New crash information added by DrKonqi
digikam (2.8.0) on KDE Platform 4.8.5 (4.8.5) using Qt 4.8.1
- What I was doing when the application crashed:
2nd try. adding a script to open with command. this time checking "in terminal".
crash too.
-- Backtrace (Reduced):
#8 0x033681ef in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#9 0x0336b835 in __GI_abort () at abort.c:91
[...]
#11 0x0343e255 in __GI___fortify_fail (msg=0x349d788 "buffer overflow detected") at fortify_fail.c:32
#12 0x0343d02a in __GI___chk_fail () at chk_fail.c:29
#13 0x0343e1ea in __fdelt_chk (d=4294967295) at fdelt_chk.c:26
Created attachment 74553 [details]
New crash information added by DrKonqi
digikam (2.8.0) on KDE Platform 4.8.5 (4.8.5) using Qt 4.8.1
- What I was doing when the application crashed:
another try.
ok with imageviewer/feh
ok with googleearth, manually selected (but don't read anything, neither the images, neither gps coordinates)
crash when manually entering a script cmd like '/home/julien/script/photo/feh2.sh %f'
(which is needed if you want to execute a customized feh)
-- Backtrace (Reduced):
#8 0x01fa81ef in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#9 0x01fab835 in __GI_abort () at abort.c:91
[...]
#11 0x0207e255 in __GI___fortify_fail (msg=0x20dd788 "buffer overflow detected") at fortify_fail.c:32
#12 0x0207d02a in __GI___chk_fail () at chk_fail.c:29
#13 0x0207e1ea in __fdelt_chk (d=4294967295) at fdelt_chk.c:26
Similar than https://bugs.kde.org/show_bug.cgi?id=301977 ==> UPSTREAM, not digiKam Gilles Caulier Bug 301977 is completely unrelated. What happens here is that digiKam runs out of file descriptors. Don't know what is upstream. In the end, workaround or non-usable function ? Output on the console during the crash? Particularly the libc error message Retried today and working ... enter "/home/julien/script/photo/feh2.sh %f" with "run in terminal" and works ok this time. restarted digikam, try again with or without "run in terminal" and working ... |