Bug 281341

Summary: opening encryption dialog crashes kmymoney
Product: kde-windows Reporter: Patrick Spendrin <ps_ml>
Component: generalAssignee: KDE-Windows <kde-windows>
Status: RESOLVED DUPLICATE    
Severity: crash CC: aheinecke
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:

Description Patrick Spendrin 2011-09-04 20:06:47 UTC
Version:           unspecified (using KDE 4.7.0) 
OS:                MS Windows

when opening the encryption dialog in kmymoney, the app crashes.

Reproducible: Always

Steps to Reproduce:
open dialog

Actual Results:  
crashes

Expected Results:  
shouldn't

kmymoney might still crash even when using 4.6.0-1, the problem is very likely due to our gnupg stack. Also our kmymoney packages are hit by that bug.
Comment 1 Andre Heinecke 2011-09-05 07:36:45 UTC
Just adding a link here to https://bugs.kde.org/show_bug.cgi?id=269808
Kontact shows the same behavior when opening the configuration dialog. As a workaround i've disabled the first call into gpgme and just return that there are no crypto backends available.
In Kontact it's the kmail config security kcm that crashes but basically as soon as you do something over gpgme you get a corrupted heap which causes the windows heap monitoring to close your application.

If you turn of heap monitoring you get a corrupted stack and just crash a bit later.
Comment 2 Patrick Spendrin 2012-01-01 17:57:14 UTC

*** This bug has been marked as a duplicate of bug 269808 ***