Bug 322731 - App crashes when clicking "send to" button
Summary: App crashes when clicking "send to" button
Status: RESOLVED DUPLICATE of bug 322208
Alias: None
Product: ksnapshot
Classification: Applications
Component: send-to menu (show other bugs)
Version: 0.8.2
Platform: Mint (Ubuntu based) Linux
: NOR crash
Target Milestone: ---
Assignee: Richard Moore
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-23 11:20 UTC by Majki
Modified: 2013-08-11 14:18 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Majki 2013-07-23 11:20:09 UTC
App crashes if I want to use "send to" button.

Reproducible: Always

Steps to Reproduce:
1. Make screenshot.
2. Try to "send it" using a button.

Actual Results:  
Crash.

Expected Results:  
List of available actions.
Comment 1 Majki 2013-07-23 11:26:40 UTC
From error app:

Application: KSnapshot (ksnapshot), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[KCrash Handler]
#5  0x00007f70398bb97d in QString::operator=(QString const&) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#6  0x00007f702a625e49 in KIPI::Plugin::setUiBaseName(char const*) () from /usr/lib/libkipi.so.10
#7  0x00007f702aab6b9f in ?? () from /usr/lib/kde4/kipiplugin_ipodexport.so
#8  0x00007f702aab7097 in ?? () from /usr/lib/kde4/kipiplugin_ipodexport.so
#9  0x00007f703a146e55 in KPluginFactory::create(char const*, QWidget*, QObject*, QList<QVariant> const&, QString const&) () from /usr/lib/libkdecore.so.5
#10 0x00007f703b6ff586 in KIPI::PluginLoader::Info::plugin() const () from /usr/lib/libkipi.so.9
#11 0x00000000004177b8 in _start ()
Comment 2 Christoph Feck 2013-07-23 13:14:50 UTC
You are mixing KDE builds. Some components are compiled against libkipi.so.9, others against libkipi.so.10. This unfortunately is not supported, because pulling in two different dynamic libraries with the same symbols causes conflicts.

*** This bug has been marked as a duplicate of bug 322208 ***
Comment 3 Majki 2013-07-23 13:16:48 UTC
I have stable Linux Mint, no fanzy PPA repos plugged into my system. Something is wrong with packaging maybe?
Comment 4 Christoph Feck 2013-08-11 14:18:00 UTC
If you get this bug with the default repository, please report it to the bug tracker of your distribution. From comment #1 the issue is easily visible.