Summary: | KMail crashes with an infinite recursion in KMComposeWin::slotPaste() | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Jonathan Thomas <echidnaman> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | kollix |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jonathan Thomas
2009-09-27 14:22:52 UTC
I can reproduce it: - put something into the clipboard - open a mail composer window - click on the "Select..." button to the right of the "To" address - close the address selection window with the X - CTRL-V - crash This is due to void KMComposeWin::slotPaste() calls qApp->notify() when the composer editor does not have the focus. I'm checking how to solve this. SVN commit 1028579 by mkoller: BUG: 208691 avoid recursion when handling copy/paste actions M +16 -4 kmcomposewin.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1028579 |