Bug 370498 - KMail crashes when pressing SPACE while displaying a message
Summary: KMail crashes when pressing SPACE while displaying a message
Status: RESOLVED FIXED
Alias: None
Product: neon
Classification: KDE Neon
Component: Packages User Edition (show other bugs)
Version: unspecified
Platform: Neon Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-11 19:48 UTC by Alex Sidorenko
Modified: 2016-10-16 15:41 UTC (History)
5 users (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 Alex Sidorenko 2016-10-11 19:48:31 UTC
After selecting a message from the message list, pressing space leads to crash, with

kmail: symbol lookup error: /usr/lib/x86_64-linux-gnu/libkmailprivate.so.5: undefined symbol: _ZNK13MessageViewer6Viewer8atBottomEv

This bug has been reported to upstream KDE, https://bugs.kde.org/show_bug.cgi?id=370275

but the reply was that this is binary incompatibility issue due to the CVE-2016-7967 patch and should be fixed by distro maintainer/packager

Reproducible: Always

Steps to Reproduce:
1. stat kmail from the command-line
2. in emails list, press 'space' button
3.

Actual Results:  
kmail crashes reporting

kmail: symbol lookup error: /usr/lib/x86_64-linux-gnu/libkmailprivate.so.5: undefined symbol: _ZNK13MessageViewer6Viewer8atBottomEv


Expected Results:  
kmail should not crashkmail: symbol lookup error: /usr/lib/x86_64-linux-gnu/libkmailprivate.so.5: undefined symbol: _ZNK13MessageViewer6Viewer8atBottomEv


I see this is on fully patched Neon/User (based on Ubuntu 16.04)
Comment 1 Alex Sidorenko 2016-10-11 19:54:49 UTC
Moved the bug to 'Neon' product as this seems to be a better match
Comment 2 Bernhard Scheirle 2016-10-12 09:43:21 UTC
I can confirm this bug.

KDE Neon User Edition
Comment 3 Alex Sidorenko 2016-10-15 22:00:18 UTC
This was not really a bug in KDE but rather mismatched  shared libraries... So Neon/User update of 15 Oct 2016 has fixed the problem as it provides KDE applications 16.08.2 and the new build obviously fixes the issue.

Anyway, it is FIXED now