[Bug 269808] Kontact crashes when viewing a signed E-Mail (Kmail standalone does not)

Andre Heinecke aheinecke at intevation.de
Mon Sep 5 17:16:59 BST 2011


https://bugs.kde.org/show_bug.cgi?id=269808





--- Comment #10 from Andre Heinecke <aheinecke intevation de>  2011-09-05 16:16:59 ---
Patrick Spendrin wrote the following test to produce a crash:

#include <gpg-error.h>
#include <gpgme++/context.h>
int main(int argc, char** argv) {
        GpgME::Context* ctx;
        GpgME::initializeLibrary();
    ctx = GpgME::Context::createForProtocol(GpgME::OpenPGP);
        return 0;
}

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list