[digikam] [Bug 354468] New: Digikam crashing when try to open color effects. No crash info

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

[digikam] [Bug 354468] New: Digikam crashing when try to open color effects. No crash info

bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=354468

            Bug ID: 354468
           Summary: Digikam crashing when try to open color effects. No
                    crash info
           Product: digikam
           Version: unspecified
          Platform: Ubuntu Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: crash
          Priority: NOR
         Component: Image Editor
          Assignee: [hidden email]
          Reporter: [hidden email]

- Open edition of any image
- Select tools -> Effects -> Color effects
- Digikam is closing, no error are reporting

Sometimes it works, but 8 of 10 times it doesn't

Reproducible: Always

Steps to Reproduce:
1. Open edition of any image
2. Select tools -> Effects -> Color effects

Actual Results:  
Digikam is closing with no error message or crash report

--
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
|

[digikam] [Bug 354468] Digikam crashing when try to open color effects. No crash info

bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=354468

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]
         Resolution|---                         |WAITINGFORINFO
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #1 from Gilles Caulier <[hidden email]> ---
1/ Which digiKam version you use ?

2/ Install digiKam debug package and run digiKam from a console into GDB to get
a suitable backtrace.

https://www.digikam.org/contrib

Gilles Caulier

--
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
|

[digikam] [Bug 354468] Digikam crashing when try to open color effects. No crash info

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=354468

--- Comment #2 from [hidden email] ---
1. Version 2.5.0
2. Log:

(gdb) run
Starting program: /usr/bin/digikam
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
[New Thread 0xadaabb40 (LWP 6838)]
[New Thread 0xad0ffb40 (LWP 6839)]
[New Thread 0xac6ffb40 (LWP 6840)]
[New Thread 0xab270b40 (LWP 6841)]
[New Thread 0xaa8ffb40 (LWP 6842)]
[New Thread 0xa9effb40 (LWP 6843)]
QSqlDatabasePrivate::removeDatabase: connection 'ConnectionTest' is still in
use, all queries will cease to work.
[Thread 0xa9effb40 (LWP 6843) exited]
[New Thread 0xa9effb40 (LWP 6844)]
[New Thread 0xa44d0b40 (LWP 6847)]
[Thread 0xa44d0b40 (LWP 6847) exited]
[New Thread 0xa44d0b40 (LWP 6848)]
[New Thread 0x9fafeb40 (LWP 6849)]
[Thread 0xa44d0b40 (LWP 6848) exited]
[Thread 0x9fafeb40 (LWP 6849) exited]
[New Thread 0x9fafeb40 (LWP 6860)]
[Thread 0xac6ffb40 (LWP 6840) exited]
[New Thread 0xac6ffb40 (LWP 6867)]
[New Thread 0xa44d0b40 (LWP 6868)]
[New Thread 0xa2459b40 (LWP 6870)]
[New Thread 0xa1affb40 (LWP 6871)]
[New Thread 0xa12feb40 (LWP 6872)]
[New Thread 0xa0afdb40 (LWP 6873)]
void DBusMenuExporterPrivate::fillLayoutItem(DBusMenuLayoutItem*, QMenu*, int,
int, const QStringList&): No id for action
void DBusMenuExporterPrivate::fillLayoutItem(DBusMenuLayoutItem*, QMenu*, int,
int, const QStringList&): No id for action
void DBusMenuExporterPrivate::fillLayoutItem(DBusMenuLayoutItem*, QMenu*, int,
int, const QStringList&): No id for action
void DBusMenuExporterPrivate::fillLayoutItem(DBusMenuLayoutItem*, QMenu*, int,
int, const QStringList&): No id for action
void DBusMenuExporterPrivate::fillLayoutItem(DBusMenuLayoutItem*, QMenu*, int,
int, const QStringList&): No id for action
void DBusMenuExporterPrivate::fillLayoutItem(DBusMenuLayoutItem*, QMenu*, int,
int, const QStringList&): No id for action
[New Thread 0x9e98bb40 (LWP 6878)]
[New Thread 0x9e18ab40 (LWP 6879)]
[New Thread 0x9d989b40 (LWP 6880)]
void DBusMenuExporterPrivate::fillLayoutItem(DBusMenuLayoutItem*, QMenu*, int,
int, const QStringList&): No id for action
void DBusMenuExporterPrivate::fillLayoutItem(DBusMenuLayoutItem*, QMenu*, int,
int, const QStringList&): No id for action
void DBusMenuExporterPrivate::fillLayoutItem(DBusMenuLayoutItem*, QMenu*, int,
int, const QStringList&): No id for action

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xac6ffb40 (LWP 6867)]
Digikam::ImageHistogram::calculate (this=0x9971c98)
    at
/build/buildd/digikam-2.5.0/core/libs/dimg/filters/levels/imagehistogram.cpp:247
247  
/build/buildd/digikam-2.5.0/core/libs/dimg/filters/levels/imagehistogram.cpp:
No such file or directory.

--
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
|

[digikam] [Bug 354468] Digikam crashing when try to open color effects. No crash info

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=354468

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WAITINGFORINFO              |UNMAINTAINED

--- Comment #3 from Gilles Caulier <[hidden email]> ---
digiKam 2.5.0 is too old and unmaintained.

Please update to last stable 4.14.0.

Gilles Caulier

--
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
|

[digikam] [Bug 354468] Digikam crashing when try to open color effects. No crash info

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=354468

--- Comment #4 from [hidden email] ---
Run:
sudo add-apt-repository ppa:philip5/extra
sudo apt-get update
sudo apt-get install digikam

Result:

digikam is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 62 not upgraded.

digikam -v
Qt: 4.8.1
KDE Development Platform: 4.8.5 (4.8.5)
digiKam: 2.5.0

--
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