Bug 370498

Summary: KMail crashes when pressing SPACE while displaying a message
Product: [KDE Neon] neon Reporter: Alex Sidorenko <alexandre.sidorenko>
Component: Packages User EditionAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: crash CC: bernhard+kde, jr, neon-bugs, sitter, winter
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Neon   
OS: Linux   
Latest Commit: Version Fixed In:

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