jida...@jidanni.org writes:

> Say, there also was the
> segfault at 1ee45974 ip b7589e6c sp bf8f4654 error 4 in libgcrypt.so.1
> But that is from a different package than gnutls...

The library libgcrypt is one of the ones that are linked in when
gnutls is used:

$ ldd /usr/local/sbin/wwwoffled 
        linux-gate.so.1 =>  (0xffffe000)
        libz.so.1 => /usr/lib/libz.so.1 (0xb77b8000)
        libgnutls.so.26 => /usr/lib/i386-linux-gnu/libgnutls.so.26 (0xb76ef000)
        libgcrypt.so.11 => /lib/i386-linux-gnu/libgcrypt.so.11 (0xb766e000)
        libc.so.6 => /lib/i386-linux-gnu/i686/cmov/libc.so.6 (0xb7514000)
        libtasn1.so.3 => /usr/lib/i386-linux-gnu/libtasn1.so.3 (0xb7503000)
        libdl.so.2 => /lib/i386-linux-gnu/i686/cmov/libdl.so.2 (0xb74ff000)
        libpthread.so.0 => /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 
(0xb74e6000)
        libgpg-error.so.0 => /lib/libgpg-error.so.0 (0xb74e1000)
        /lib/ld-linux.so.2 (0xb77e0000)

When compiling without gnutls (configure option --without-gnutls)
there are a lot fewer libraries:

$ ldd ~/wwwoffle/src/wwwoffled
        linux-gate.so.1 =>  (0xffffe000)
        libz.so.1 => /usr/lib/libz.so.1 (0xb7761000)
        libc.so.6 => /lib/i386-linux-gnu/i686/cmov/libc.so.6 (0xb7607000)
        /lib/ld-linux.so.2 (0xb7789000)

I am having the problems as well now (I hadn't realised it until you
pointed it out) and I haven't changed my version of WWWOFFLE for a
long time but gnutls has changed recently.

Everything that I can see points to gnutls in Debian (Wheezy at least)
as being the cause of these problems with WWWOFFLE.

-- 
Andrew.
----------------------------------------------------------------------
Andrew M. Bishop                             a...@gedanken.demon.co.uk
                                      http://www.gedanken.demon.co.uk/

WWWOFFLE users page:
        http://www.gedanken.demon.co.uk/wwwoffle/version-2.9/user.html



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to