More gpgsm+gpgme problems
Werner Koch
wk at gnupg.org
Sun May 9 10:15:23 CEST 2004
On Sat, 8 May 2004 16:21:46 +0200, Albrecht Dreß said:
> Again, the logs are attached below (gzipped, this time...). The setup is
>From the logs I guess this is a segv in gpgsm. You should create a
core file and use gdb to look at it. There is a minor problem that
gpgsm inhibits the creation of core files: Look for
may_coredump = disable_core_dumps ();
in sm/gpgsm.c and replace it by
may_coredump = 0;
In gdb please do a "bt full".
Thanks,
Werner
More information about the Gnupg-devel
mailing list