Bug 128803 - Image Editor crashes if I want to use a tool
Summary: Image Editor crashes if I want to use a tool
Status: RESOLVED NOT A BUG
Alias: None
Product: digikam
Classification: Applications
Component: ImageEditor-Plugins (show other bugs)
Version: 0.9.0
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-08 01:27 UTC by Marcus Popp
Modified: 2022-02-03 03:48 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 7.6.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcus Popp 2006-06-08 01:27:18 UTC
Version:           0.9.0-svn (using KDE KDE 3.5.3)
Installed from:    Ubuntu Packages

If I want to use a plugin within ImageEditor it crashes immediately with the following trace (gdb), please not the limited count of plugins - but this is a differnt bug I think.
I am running on amd64 if it matter. I use this script to generate the images http://slave.paranoidbsd.org/photo/compile.digikam.unstable.sh.
 
digikam: ImagePlugin_Core plugin loaded
digikam: ImagePluginLoader: Loaded plugin ImagePlugin_Core
digikam: ImagePlugin_InsertText plugin loaded
digikam: ImagePluginLoader: Loaded plugin ImagePlugin_InsertText
digikam: ImagePlugin_AdjustLevels plugin loaded
digikam: ImagePluginLoader: Loaded plugin ImagePlugin_AdjustLevels
digikam: ImagePlugin_Solarize plugin loaded
digikam: ImagePluginLoader: Loaded plugin ImagePlugin_Solarize
digikam: ImagePlugin_SuperImpose plugin loaded
digikam: ImagePluginLoader: Loaded plugin ImagePlugin_SuperImpose
digikam: ImagePlugin_WhiteBalance plugin loaded
digikam: ImagePluginLoader: Loaded plugin ImagePlugin_WhiteBalance
digikam: ImagePlugin_AdjustCurves plugin loaded
digikam: ImagePluginLoader: Loaded plugin ImagePlugin_AdjustCurves
digikam: ImagePlugin_Perspective plugin loaded
digikam: ImagePluginLoader: Loaded plugin ImagePlugin_Perspective
digikam: ImagePlugin_ChannelMixer plugin loaded
digikam: ImagePluginLoader: Loaded plugin ImagePlugin_ChannelMixer
digikam: /data/photo/storage/export/20060525T1110-0008.2.png : Exif header found at position 0
digikam: /data/photo/storage/export/20060525T1110-0008.2.png : Exif header found at position 0
[New Thread 1090525536 (LWP 15862)]
digikam: Cannot parse EXIF metadata using Exiv2
digikam: /data/photo/storage/export/20060525T1110-0008.nef : RAW file identified
digikam: Running dcraw command (dcraw,-c,-4,-w,-a,-q,0,/data/photo/storage/export/20060525T1110-0008.nef)
digikam: Parsed PPM header: width 3904 height 2616 rgbmax 65535
digikam: intent: 0
[New Thread 1082132832 (LWP 15864)]
[Thread 1082132832 (LWP 15864) exited]
digikam: symbol lookup error: /usr/lib/kde3/digikamimageplugin_core.so: undefined symbol: _ZN7Digikam17ImagePannelWidgetC1Ejj7QStringP7QWidgetbi

Program exited with code 0177.
Comment 1 caulier.gilles 2006-06-08 07:21:09 UTC
You have mixed digiKam 0.9.0 with DigikamImagePlugins 0.8.x !

Gilles