Bug 170447 - kmail crash on insert text from clipboard.
Summary: kmail crash on insert text from clipboard.
Status: RESOLVED NOT A BUG
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: 1.10.1
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
: 170707 171217 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-09-05 12:14 UTC by Alexander Opachev
Modified: 2008-09-17 21:12 UTC (History)
1 user (show)

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 Alexander Opachev 2008-09-05 12:14:20 UTC
Version:           1.10.1 (using 4.1.1 (KDE 4.1.1), Debian packages)
Compiler:          cc
OS:                Linux (i686) release 2.6.25-2-686

When i create new message and insert any text (for example "kde4") from clipboard by ctrl+v of menu->paste, kmail crash. Dont any error message or bugreport master.

Debian Sid/Experimental, i386, KDE 4.1.1
Comment 1 Thomas McGuire 2008-09-05 15:53:37 UTC
Does Konqueror crash as well when you do this?
Please paste a backtrace here, see http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports.
Comment 2 Alexander Opachev 2008-09-05 18:10:19 UTC
kmail in konsole write:

kmail --nofork
kmail(9797) KWallet::Wallet::openWallet: Pass a valid window to KWallet::Wallet::openWallet().
kmail(9797) KWallet::Wallet::openWallet: Pass a valid window to KWallet::Wallet::openWallet().
kmail(9797) <unnamed>::UrlHandler::UrlHandler: UrlHandler() (iCalendar)
kmail(9797) Sonnet::Loader::loadPlugin: Successfully loaded plugin: "kspell_aspell.desktop"
kmail(9797) Sonnet::Loader::loadPlugin: Successfully loaded plugin: "kspell_hspell.desktop"
kmail(9797) Sonnet::Loader::loadPlugin: Successfully loaded plugin: "kspell_enchant.desktop"
Enchant dict for "ru_RU" 0xa078e98
Enchant dict for "ru" 0xa9105e8
Enchant dict for "ru" 0xa9105e8
Enchant dict for "ru_RU" 0xa078e98
kmail(9797) Sonnet::Highlighter::slotRehighlight: Highlighter::slotRehighlight()
kmail: symbol lookup error: /usr/lib/libkmailprivate.so.4: undefined symbol: _ZN4KPIM8KMeditor18insertFromMimeDataEPK9QMimeData

gdb write on crash:
(gdb) continue
Continuing.

Program exited with code 0177.
(gdb) thread apply all backtrace
No registers.
(gdb)
No registers.

valgrind:
valgrind --log-file=/home/alexs/sdf kmail --nofork
or 
valgrind --log-file=/home/alexs/sdf kmail

kmail window not shown 

:(
Comment 3 Thomas McGuire 2008-09-05 18:22:42 UTC
> kmail: symbol lookup error: /usr/lib/libkmailprivate.so.4: undefined symbol: _ZN4KPIM8KMeditor18insertFromMimeDataEPK9QMimeData

This is a problem with your distribution, report the bug there. You seem to be mixing invalid combinations of KMail and libkdepim packages.
Comment 4 Thomas McGuire 2008-09-09 02:02:59 UTC
*** Bug 170707 has been marked as a duplicate of this bug. ***
Comment 5 Thomas McGuire 2008-09-17 18:05:30 UTC
*** Bug 171217 has been marked as a duplicate of this bug. ***
Comment 6 Tyson Whitehead 2008-09-17 21:12:41 UTC
Thanks.  I've submitted a Debian bug report about this.