Comment 20 for bug 6867

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Tue, 1 Jun 2004 02:55:48 -0700
From: Sven Riedel <email address hidden>
To: Torsten Landschoff <email address hidden>
Cc: <email address hidden>
Subject: Re: Bug#244827: Coredump

On Mon, May 31, 2004 at 10:47:55PM +0200, Torsten Landschoff wrote:
> On Mon, May 31, 2004 at 08:20:18PM +0200, Sven Riedel wrote:
> > I don't know how libgcrypt and libgnutls interact regarding version
> > numbers, but this could be another symptom of the gnutls7 vs. gnutls10
> > problem thats' rearing it's head elsewhere in debian (e.g. cups a week
> > ago).
> >
> > I'll install libgcrypt11 and see if the problems go away.
>
> Okay. I am curious about the result...
Unfortunately, not much better. I ln -s'ed /usr/lib/libgcrypt.so.7 to
libgcrypt.so.11.1.1, ran ldconfig and fired up slapd. Unfortunately slap
died almost straight away. The Backtrace looks identical:
#0 0x4026c960 in gcry_mpi_get_opaque () from /usr/lib/libgcrypt.so.7
(no debugging symbols found)...(gdb) where
#0 0x4026c960 in gcry_mpi_get_opaque () from /usr/lib/libgcrypt.so.7
#1 0x4026ccef in gcry_mpi_copy () from /usr/lib/libgcrypt.so.7
#2 0x401f12dc in _gnutls_get_dh_params () from /usr/lib/libgnutls.so.10
#3 0x401f1172 in _gnutls_verify_sig_params () from /usr/lib/libgnutls.so.10
#4 0x401e14c8 in _gnutls_recv_client_kx_message ()
   from /usr/lib/libgnutls.so.10
#5 0x401dc410 in _gnutls_handshake_server () from /usr/lib/libgnutls.so.10
#6 0x401dba26 in gnutls_handshake () from /usr/lib/libgnutls.so.10
#7 0x4004ba8a in gnutls_SSL_free () from /usr/lib/libldap_r.so.2
#8 0x4004bc7a in gnutls_SSL_accept () from /usr/lib/libldap_r.so.2
#9 0x00000001 in ?? ()
#10 0x40b8b3f8 in ?? ()
#11 0x40049823 in ldap_pvt_tls_accept () from /usr/lib/libldap_r.so.2
#12 0x00000007 in ?? ()
#13 0x40b8b3e8 in ?? ()
#14 0x00000000 in ?? ()
#15 0x00000000 in ?? ()
#16 0x400536e0 in ?? () from /usr/lib/libldap_r.so.2
#17 0x081224b0 in ?? ()
#18 0x00000012 in ?? ()
#19 0x4073e6d0 in ?? ()
#20 0x00000012 in ?? ()
#21 0x40b8b438 in ?? ()
#22 0x08057a6d in connection_read ()

Regs,
Sven