Summary: | Digikam crashes while beginning correcting perspective | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Detlef <Detlef.Duerr> |
Component: | Plugin-Editor-Perspective | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles, Detlef.Duerr |
Priority: | NOR | Keywords: | drkonqi |
Version: | 4.8.0 | ||
Target Milestone: | --- | ||
Platform: | MacPorts | ||
OS: | macOS | ||
Latest Commit: | Version Fixed In: | 4.12.0 | |
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
signature.asc |
Description
Detlef
2015-05-06 09:53:09 UTC
Created attachment 92490 [details]
New crash information added by DrKonqi
digikam (4.9.0) on KDE Platform 4.14.3 using Qt 4.8.6
- What I was doing when the application crashed:
1. Startin digikam from terminal. There come the following messages:
Start-comand: /Applications/MacPorts/KDE4/digikam.app/Contents/MacOS/digikam
WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
digikam(27488)/phonon (KDE plugin): QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name org.kde.kded was not provided by any .service files")
digikam(27488)/phonon (KDE plugin): QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name org.kde.kded was not provided by any .service files")
WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
WARNING: Phonon::createPath: Cannot connect Phonon::MediaObject ( no objectName ) to Phonon::AudioOutput ( no objectName ).
WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
WARNING: Phonon::createPath: Cannot connect Phonon::MediaObject ( no objectName ) to Phonon::VideoWidget ( no objectName ).
WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
digikam(27488)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "The name org.kde.kded was not provided by any .service files"
digikam(27488)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
2. Selecting 1 picture, starting editing-window with this picture
3. Starting perspective-plugin in editor-window. Digikam crashes:
KCrash: Application 'digikam' crashing...
KCrash: Attempting to start /opt/local/lib/kde4/libexec/drkonqi.app/Contents/MacOS/drkonqi directly
drkonqi(27596)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "The name org.kde.kded was not provided by any .service files"
drkonqi(27596)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
- Unusual behavior I noticed:
The KDE-System tells: "The name org.kde.kded was not provided by any .servic files"
-- Backtrace (Reduced):
*** This bug has been marked as a duplicate of bug 317689 *** --- Comment #12 from Maik Qualmann <metzpinguin@gmail.com> --- Git commit a8b7a0713609fc752bbd71830f72ae01bd8dbb67 by Maik Qualmann. Committed on 22/06/2015 at 17:23. Pushed by mqualmann into branch 'master'. corrects the values for width and height of the preview image from the image data interface Related: bug 269682, bug 317689, bug 340389 FIXED-IN: 4.12.0 M +5 -1 NEWS M +2 -1 utilities/imageeditor/plugin/imageiface.cpp http://commits.kde.org/digikam/a8b7a0713609fc752bbd71830f72ae01bd8dbb67 Created attachment 93333 [details] signature.asc While Updating my MacPort-System the s<stem installs opencv @3.0.0_0. After this update digikam has to update the system says, but the compiling from version 4.9.0 crashes. The test, of loading die packages 10.0 or 11.0 build by the digikam organization fails also. After rebuilding the OpenCV to the earlier version gives a a compiled version of digikam. Please correct the using of OpenCV in digikam. Sincerly Detlef Dürr Detlef Dürr Ringstr. 87 78465 Konstanz Tel.: +49 (0)7533 2097 Mobil: +49 (0)170 313 8670 EMail: Detlef.Duerr@t-online.de Fingerprint: 971D BE20 D168 F253 8C77 DB09 5CCD 6F47 8312 E7DF > Am 22.06.2015 um 23:34 schrieb Gilles Caulier <caulier.gilles@gmail.com>: > > https://bugs.kde.org/show_bug.cgi?id=347289 > > Gilles Caulier <caulier.gilles@gmail.com> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > Version Fixed In| |4.12.0 > Resolution|DUPLICATE |FIXED > > --- Comment #3 from Gilles Caulier <caulier.gilles@gmail.com> --- > --- Comment #12 from Maik Qualmann <metzpinguin@gmail.com> --- > Git commit a8b7a0713609fc752bbd71830f72ae01bd8dbb67 by Maik Qualmann. > Committed on 22/06/2015 at 17:23. > Pushed by mqualmann into branch 'master'. > > corrects the values for width and height of the preview image from the image > data interface > Related: bug 269682, bug 317689, bug 340389 > FIXED-IN: 4.12.0 > > M +5 -1 NEWS > M +2 -1 utilities/imageeditor/plugin/imageiface.cpp > > http://commits.kde.org/digikam/a8b7a0713609fc752bbd71830f72ae01bd8dbb67 > > -- > You are receiving this mail because: > You are on the CC list for the bug. > You reported the bug. As you can seen, the original problem with perspective is fixed in future 4.12.0 release. About openCV 3.x support please open a new file in bugzilla. Gilles Caulier |