After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 599598 - Segmentation fault in debian unstable
Segmentation fault in debian unstable
Status: RESOLVED FIXED
Product: almanah
Classification: Other
Component: Encryption
0.6.x
Other Linux
: Normal normal
: ---
Assigned To: diary-maint
diary-maint
Depends on:
Blocks:
 
 
Reported: 2009-10-25 23:34 UTC by Angel Abad
Modified: 2009-10-26 19:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Gdb trace (2.50 KB, text/plain)
2009-10-25 23:34 UTC, Angel Abad
Details

Description Angel Abad 2009-10-25 23:34:14 UTC
Created attachment 146231 [details]
Gdb trace

Please see the following bug:

- http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549559

The problem is for the libgpgme upgrade to 1.2.0, with 1.1.6 it works
correctly. I you deactivate the encryption, almanah works correctly.

I attach gdb trace.

Thanks!
Comment 1 Philip Withnall 2009-10-26 19:47:59 UTC
commit 79bfb759a57212d589201467581f30ec3a952d64
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Oct 26 19:46:37 2009 +0000

    Bug 599598 — Segmentation fault in debian unstable
    
    Fix a crash if initialisation of libgpgme fails, and also change GPGME
    initialisation so it works for GPGME 1.2.x. Closes: bgo#599598

 configure.ac          |    2 ++
 src/storage-manager.c |   15 +++++++++++++--
 src/storage-manager.h |    3 ++-
 3 files changed, 17 insertions(+), 3 deletions(-)