← Back to team overview

desktop-packages team mailing list archive

Re: [Bug 1463875] Re: Crash in libnettle6 on armhf and powerpc archs

 

gnutls is a core part of the system, so the version in the release
pocket that is already built against libnettle4 is already installed in
the base image, along with libnettle4, yes. Because there isn't a newer
version of libnettle4 available, it is not being upgraded at the start.


On Wed, 2015-06-10 at 18:26 +0000, Magnus Holmgren wrote:
> There's nothing to fix i nettle. but other packages depending on it need to be rebuilt in order. 
> I don't know how Ubuntu manages library transitions like this, but you can have a look at https://release.debian.org/transitions/html/auto-nettle.html (check the "good" box).
> 
> What I find strange is that libnettle 6 is installed but not libnettle4;
> at least libgnutls-deb0-28 should depend on the latter. Is it already
> installed before the build starts?
>

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nettle in Ubuntu.
https://bugs.launchpad.net/bugs/1463875

Title:
  Crash in libnettle6 on armhf and powerpc archs

Status in nettle package in Ubuntu:
  Confirmed
Status in nettle package in Debian:
  New

Bug description:
  Currently, in wily, some landing silos are blocked now, due to a
  segfault occurring when attempting to run certain test binaries, which
  depend on the gnutls stack. Most notably so far, I've hit this issue
  in projects which are using QtNetwork or libcurl for network access.
  The issue is a crash in libnettle6, with the following stack trace:

  Program received signal SIGSEGV, Segmentation fault.
  0xb6c20b00 in nettle_yarrow256_update ()
     from /usr/lib/arm-linux-gnueabihf/libnettle.so.6
  (gdb) bt
  #0  0xb6c20b00 in nettle_yarrow256_update ()
     from /usr/lib/arm-linux-gnueabihf/libnettle.so.6
  #1  0xb6bd6406 in ?? () from /usr/lib/arm-linux-gnueabihf/libgnutls-deb0.so.28
  Backtrace stopped: previous frame identical to this frame (corrupt stack?)

  There seems to also be no dbgsym package available yet on
  ddebs.ubuntu.com for this package, so I've not been able to get a more
  complete trace.

  This is happening with nettle 3.1.1-3 in wily-proposed.

  Link to build failure in a PPA: https://launchpad.net/~ci-train-ppa-
  service/+archive/ubuntu/landing-022/+build/7526566

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nettle/+bug/1463875/+subscriptions


References