[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnutls-3.0.14: failed testsuite
From: |
Guido Trentalancia |
Subject: |
Re: gnutls-3.0.14: failed testsuite |
Date: |
Mon, 27 Feb 2012 15:56:26 +0100 |
On Mon, 2012-02-27 at 13:56 +0100, Nikos Mavrogiannopoulos wrote:
> On Sun, Feb 26, 2012 at 11:53 PM, Guido Trentalancia
> <address@hidden> wrote:
> > ==11469== at 0x4C27CB3: calloc (vg_replace_malloc.c:566)
> > ==11469== by 0x6BDFDB2: ???
> > ==11469== by 0x6BE66D7: ???
> > ==11469== by 0x63CAFB2: initialize_module_unlocked_reentrant
> > (modules.c:512)
> > ==11469== by 0x63CB2C2:
> > _p11_kit_initialize_registered_unlocked_reentrant (modules.c:680)
> > ==11469== by 0x63CBB5B: p11_kit_initialize_registered (modules.c:725)
> > ==11469== by 0x4E81984: gnutls_pkcs11_init
> > (in /usr/src/gnutls-3.0.14/lib/.libs/libgnutls.so.28.6.1)
>
> Hello,
> It seems that in your system a pkcs11 module is causing a memory leak
> which prevents the test from succeeding. A work-around would be to
> run the test by temporarily disabling all pkcs11 modules loaded by p11-kit
> by removing /etc/pkcs11/modules. In the next release I'll remove the
> memory leak check completely to avoid such issues.
For your information, I confirm the tests run fine when
the /etc/pkcs11/modules is temporarily moved out of place.
The module which is causing problems is gnome-keyring, so I'll drop a
note on its bugzilla.
> regards,
> Nikos
Regards,
Guido