[Bug 237565] New: Digikam crash when unchecking KIPI external modules

classic Classic list List threaded Threaded
47 messages Options
123
Reply | Threaded
Open this post in threaded view
|

[Bug 237565] Digikam crash when unchecking KIPI external modules

Bugzilla from andi.clemens@gmx.net
https://bugs.kde.org/show_bug.cgi?id=237565





--- Comment #19 from Andi Clemens <andi clemens gmx net>  2010-05-25 21:13:08 ---
I will test this as soon as I'm alive again (I was jogging :-))

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 237565] Digikam crash when unchecking KIPI external modules

Bugzilla from andi.clemens@gmx.net
In reply to this post by Bugzilla from alexandreracine@gmail.com
https://bugs.kde.org/show_bug.cgi?id=237565


Andi Clemens <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #20 from Andi Clemens <andi clemens gmx net>  2010-05-25 21:31:42 ---
Yes seems to be fixed!

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 237565] Digikam crash when unchecking KIPI external modules

Bugzilla from bohacpetr@bohyn.cz
In reply to this post by Bugzilla from alexandreracine@gmail.com
https://bugs.kde.org/show_bug.cgi?id=237565


Petr Bohac <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]




--- Comment #21 from Petr Bohac <bohacpetr bohyn cz>  2010-06-11 04:02:53 ---
*** Bug 232792 has been marked as a duplicate of this bug. ***

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 237565] Digikam crash when unchecking KIPI external modules

Gilles Caulier-4
In reply to this post by Bugzilla from alexandreracine@gmail.com
https://bugs.kde.org/show_bug.cgi?id=237565


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]
                   |                            |t




--- Comment #22 from Gilles Caulier <caulier gilles gmail com>  2010-07-01 14:03:14 ---
*** Bug 243275 has been marked as a duplicate of this bug. ***

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 237565] Digikam crash when unchecking KIPI external modules

Gilles Caulier-4
In reply to this post by Bugzilla from alexandreracine@gmail.com
https://bugs.kde.org/show_bug.cgi?id=237565





--- Comment #23 from Gilles Caulier <caulier gilles gmail com>  2010-07-01 14:14:14 ---
SVN commit 1144959 by cgilles:

more check there


 M  +9 -2      pluginloader.cpp


--- trunk/KDE/kdegraphics/libs/libkipi/libkipi/pluginloader.cpp
#1144958:1144959
@@ -168,10 +168,17 @@
 QIcon PluginLoader::Info::icon() const
 {
    if(d->m_service->icon().isEmpty() && d->m_plugin)
-        return QIcon(d->m_plugin->actions()[0]->icon());
+    {
+        if (d->m_plugin->actions()[0])
+            return d->m_plugin->actions()[0]->icon();
    else
-        return KIcon(d->m_service->icon());
+            return QIcon();
 }
+    else
+    {
+        return QIcon(d->m_service->icon());
+    }
+}

 Plugin* PluginLoader::Info::plugin() const
 {

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 237565] Digikam crash when unchecking KIPI external modules

Bugzilla from endymion+kde@thetys-retz.net
In reply to this post by Bugzilla from alexandreracine@gmail.com
https://bugs.kde.org/show_bug.cgi?id=237565





--- Comment #24 from Vincent-Xavier JUMEL <endymion+kde thetys-retz net>  2010-07-07 22:55:49 ---
Created an attachment (id=48668)
 --> (http://bugs.kde.org/attachment.cgi?id=48668)
New crash information added by DrKonqi

digikam (1.3.0) on KDE Platform 4.4.92 (KDE 4.4.92 (KDE 4.5 RC2)) using Qt
4.6.3

I've compiled digikam 1.3.0 and it still crashes when calling configuration
through the Setting->Configuration.

-- Backtrace (Reduced):
#7  0x00007f020fcd4586 in KIPI::PluginLoader::Info::icon (this=0xa9bf18) at
/var/tmp/portage/kde-base/libkipi-4.5.9999/work/libkipi-4.5.9999/libs/libkipi/libkipi/pluginloader.cpp:171
#8  0x00007f020fcd63a9 in PluginCheckBox (this=0x4f5cfa0, parent=<value
optimized out>) at
/var/tmp/portage/kde-base/libkipi-4.5.9999/work/libkipi-4.5.9999/libs/libkipi/libkipi/pluginloader.cpp:357
#9  ConfigWidget (this=0x4f5cfa0, parent=<value optimized out>) at
/var/tmp/portage/kde-base/libkipi-4.5.9999/work/libkipi-4.5.9999/libs/libkipi/libkipi/pluginloader.cpp:382
#10 0x00007f020fcd6569 in KIPI::PluginLoader::configWidget (this=<value
optimized out>, parent=0x27b6a50)
    at
/var/tmp/portage/kde-base/libkipi-4.5.9999/work/libkipi-4.5.9999/libs/libkipi/libkipi/pluginloader.cpp:346
#11 0x00000000004dc00a in SetupPlugins (this=0x4ac6db0, parent=<value optimized
out>) at
/var/tmp/portage/media-gfx/digikam-1.3.0/work/digikam-1.3.0/utilities/setup/setupplugins.cpp:73

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 237565] Digikam crash when unchecking KIPI external modules

Gilles Caulier-4
In reply to this post by Bugzilla from alexandreracine@gmail.com
https://bugs.kde.org/show_bug.cgi?id=237565


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]




--- Comment #25 from Gilles Caulier <caulier gilles gmail com>  2010-07-26 13:39:52 ---
*** Bug 245628 has been marked as a duplicate of this bug. ***

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 237565] Digikam crash when unchecking KIPI external modules

Gilles Caulier-4
In reply to this post by Bugzilla from alexandreracine@gmail.com
https://bugs.kde.org/show_bug.cgi?id=237565





--- Comment #26 from Gilles Caulier <caulier gilles gmail com>  2010-07-26 14:12:38 ---
*** Bug 245775 has been marked as a duplicate of this bug. ***

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 237565] Digikam crash when unchecking KIPI external modules

Gilles Caulier-4
In reply to this post by Bugzilla from alexandreracine@gmail.com
https://bugs.kde.org/show_bug.cgi?id=237565





--- Comment #27 from Gilles Caulier <caulier gilles gmail com>  2010-07-26 14:15:41 ---
*** Bug 245776 has been marked as a duplicate of this bug. ***

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 237565] Digikam crash when unchecking KIPI external modules

Bugzilla from paulo.miguel.dias@gmail.com
In reply to this post by Bugzilla from alexandreracine@gmail.com
https://bugs.kde.org/show_bug.cgi?id=237565





--- Comment #28 from Paulo Dias <paulo miguel dias gmail com>  2010-11-19 17:29:09 ---
Created an attachment (id=53551)
 --> (http://bugs.kde.org/attachment.cgi?id=53551)
New crash information added by DrKonqi

digikam (1.5.0) on KDE Platform 4.5.3 (KDE 4.5.3) using Qt 4.7.0

- What I was doing when the application crashed:

as soon as i try to open the settings dialog, the application crashes, this bug
still appears in both 1.40 and 1.5.0. im using kde 4.5.3, and it  appears this
bug regressed somehow.

-- Backtrace (Reduced):
#6  QAction::icon (this=0x91) at kernel/qaction.cpp:736
#7  0x00007faf520e6a4e in KIPI::PluginLoader::Info::icon (this=0xab71f8) at
../../../../libs/libkipi/libkipi/pluginloader.cpp:171
#8  0x00007faf520e8861 in PluginCheckBox (this=0x5d32d50, parent=<value
optimized out>) at ../../../../libs/libkipi/libkipi/pluginloader.cpp:357
#9  KIPI::ConfigWidget::ConfigWidget (this=0x5d32d50, parent=<value optimized
out>) at ../../../../libs/libkipi/libkipi/pluginloader.cpp:382
#10 0x00007faf520e8a09 in KIPI::PluginLoader::configWidget (this=<value
optimized out>, parent=0x5d31920) at
../../../../libs/libkipi/libkipi/pluginloader.cpp:346

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 237565] Digikam crash when unchecking KIPI external modules

Bugzilla from gert.kello@gmail.com
In reply to this post by Bugzilla from alexandreracine@gmail.com
https://bugs.kde.org/show_bug.cgi?id=237565





--- Comment #29 from Gert Kello <gert kello gmail com>  2010-11-24 16:53:18 ---
Created an attachment (id=53694)
 --> (http://bugs.kde.org/attachment.cgi?id=53694)
New crash information added by DrKonqi

digikam (1.6.0) on KDE Platform 4.5.1 (KDE 4.5.1) using Qt 4.7.0

- What I was doing when the application crashed:
1. Open configuration
2. Uncheck some kipi plugin
3. close configuration
4. try to reopen configuration


Happend 3 times out of 4

-- Backtrace (Reduced):
#7  0x04aff161 in QIcon::QIcon(QIcon const&) () from /usr/lib/libQtGui.so.4
#10 0x0011e868 in KIPI::ConfigWidget::ConfigWidget(QWidget*) () from
/usr/lib/libkipi.so.7
#11 0x0011ea24 in KIPI::PluginLoader::configWidget(QWidget*) () from
/usr/lib/libkipi.so.7
#12 0x0810f060 in Digikam::SetupPlugins::SetupPlugins (this=0x126ff4,
parent=0x0) at
/home/piret/devel/digikam-1.6.0/utilities/setup/setupplugins.cpp:73
#13 0x080e8a42 in Digikam::Setup::Setup (this=0xad3f880, parent=0x8c060a0) at
/home/piret/devel/digikam-1.6.0/utilities/setup/setup.cpp:237

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 237565] Digikam crash when unchecking KIPI external modules

Gilles Caulier-4
In reply to this post by Bugzilla from alexandreracine@gmail.com
https://bugs.kde.org/show_bug.cgi?id=237565





--- Comment #30 from Gilles Caulier <caulier gilles gmail com>  2010-11-24 17:03:32 ---
Crash is in libkipi from KDE core (kdegraphics). With KDE 4.5.3, i fixed this
problem.

Update KDE4 and try again

Gilles Caulier

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 237565] Digikam crash when unchecking KIPI external modules

Bugzilla from gert.kello@gmail.com
In reply to this post by Bugzilla from alexandreracine@gmail.com
https://bugs.kde.org/show_bug.cgi?id=237565





--- Comment #31 from Gert Kello <gert kello gmail com>  2010-11-28 12:16:48 ---
(In reply to comment #30)
> Crash is in libkipi from KDE core (kdegraphics). With KDE 4.5.3, i fixed this
> problem.
>
> Update KDE4 and try again

Updated, still occurs.
Compiled lipkipi, digikam & kipi-plugins  from trunk, still crash.

But seems like my system is not complete: for some reason the "Themes" menu is
disabled in digikam. Might it be one of the causes?

Gert

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 237565] Digikam crash when unchecking KIPI external modules

Gilles Caulier-4
In reply to this post by Bugzilla from alexandreracine@gmail.com
https://bugs.kde.org/show_bug.cgi?id=237565


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]




--- Comment #32 from Gilles Caulier <caulier gilles gmail com>  2011-01-21 14:55:33 ---
*** Bug 263871 has been marked as a duplicate of this bug. ***

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 237565] Digikam crash when unchecking KIPI external modules

Bugzilla from gert.kello@gmail.com
In reply to this post by Bugzilla from alexandreracine@gmail.com
https://bugs.kde.org/show_bug.cgi?id=237565





--- Comment #33 from Gert Kello <gert kello gmail com>  2011-02-22 16:17:21 ---
I still have the crash.
Digikam 1.8.0  from tarball,  kdegraphics libs compiled from svn:


digiKam version 1.8.0
Exiv2 can write to Jp2: Yes
Exiv2 can write to Jpeg: Yes
Exiv2 can write to Pgf: No
Exiv2 can write to Png: Yes
Exiv2 can write to Tiff: Yes
Exiv2 supports XMP metadata: Yes
LibCImg: 130
LibClapack: internal library
LibExiv2: 0.19
LibJPEG: 62
LibJasper: 1.900.1
LibKDE: 4.5.5 (KDE 4.5.5)
LibKExiv2: 1.2.0
LibKdcraw: 1.3.0
LibLCMS: 118
LibLensFun: 0.2.5-1 - internal library
LibLqr: internal library
LibPGF: 6.09.44 - internal library
LibPNG: 1.2.44
LibQt: 4.7.0
LibRaw: 0.12.5
LibTIFF: LIBTIFF, Version 3.9.4 Copyright (c) 1988-1996 Sam Leffler Copyright
(c) 1991-1996 Silicon Graphics, Inc.
Marble widget: 0.10.3
Parallelised demosaicing: Yes
Database backend: QSQLITE
LibGphoto2: 2.4.8
LibKipi: 1.2.0

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 237565] Digikam crash when unchecking KIPI external modules

Gilles Caulier-4
In reply to this post by Bugzilla from alexandreracine@gmail.com
https://bugs.kde.org/show_bug.cgi?id=237565





--- Comment #34 from Gilles Caulier <caulier gilles gmail com>  2011-02-22 16:36:52 ---
Gert,

I fixed a problem with kipi-plugins actions management in digiKam core with
this commit in 2.0.0:

https://projects.kde.org/projects/extragear/graphics/digikam/repository/revisions/e395cd0b3d998e7dec5bf3551ce015da6def5eaf

I backported it to 1.9.0 :

https://projects.kde.org/projects/extragear/graphics/digikam/repository/revisions/97534ddb6558504bfada066deba5f5c322e1da86

Please checkout digiKam fro git (1.9.0) and try again.

Gilles Caulier

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 237565] Digikam crash when unchecking KIPI external modules

Gilles Caulier-4
In reply to this post by Bugzilla from alexandreracine@gmail.com
https://bugs.kde.org/show_bug.cgi?id=237565


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]




--- Comment #35 from Gilles Caulier <caulier gilles gmail com>  2011-09-03 08:41:52 ---
*** Bug 281250 has been marked as a duplicate of this bug. ***

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 237565] Digikam crash when unchecking KIPI external modules

Gilles Caulier-4
In reply to this post by Bugzilla from alexandreracine@gmail.com
https://bugs.kde.org/show_bug.cgi?id=237565





--- Comment #36 from Gilles Caulier <caulier gilles gmail com>  2011-09-26 07:50:33 ---
*** Bug 282781 has been marked as a duplicate of this bug. ***

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 237565] Digikam crash when unchecking KIPI external modules

Bugzilla from gert.kello@gmail.com
In reply to this post by Bugzilla from alexandreracine@gmail.com
https://bugs.kde.org/show_bug.cgi?id=237565





--- Comment #37 from Gert Kello <gert kello gmail com>  2011-09-26 08:38:31 ---
Are You going to re-open it? I still get the crash, digikam-sc compiled from
git master, with -DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS:BOOL=1

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 237565] Digikam crash when unchecking KIPI external modules

Gilles Caulier-4
In reply to this post by Bugzilla from alexandreracine@gmail.com
https://bugs.kde.org/show_bug.cgi?id=237565





--- Comment #38 from Gilles Caulier <caulier gilles gmail com>  2011-09-26 08:41:54 ---
no. it's a bug from libkipi, fixed since few months now. Your local version of
libkipi is too old. update it to solve the crash

Gilles Caulier

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
123