Summary: | kmail crash due to gpg/libgpgme glibc corruption error | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Heiko Nardmann <heiko.nardmann> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Heiko Nardmann
2005-05-18 15:33:28 UTC
valgrind does an even better job than malloc_check, for debugging memory errors. Can you try it? valgrind --tool=addrcheck --num-callers=50 kmail --nofork 2>&1 | tee log ("skin" instead of "tool" if you have an old valgrind, and memcheck instead of addrcheck or no tool option at all if it's even older) Please also specify your gpgme version (it can either be a standalone lib/package, or installed as gpgme-copy together with kdepim) Thanks. |