Your message dated Mon, 15 Jun 2015 08:49:48 +0200 (CEST)
with message-id
<1857173932.907902324.1434350988855.javamail.r...@zimbra39-e7.priv.proxad.net>
and subject line Re: git-remote-https segfault involving libgnutls
has caused the Debian Bug report #788525,
regarding git-remote-https segfault involving libgnutls
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
788525: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788525
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libgnutls-deb0-28
Version: 3.3.15-5
Severity: grave
Justification: breaks other package
In my setup, a simple "git ls-remote https://github.com/irmen/Pyro4.git" (or
any https repo
I had) would silently die, with only strace revealing git-remote-https
segfaulting.
gdb shows:
Reading symbols from /usr/lib/git-core/git-remote-https...(no debugging symbols
found)...done.
[New LWP 26284]
[Thread debugging using libthread_db enabled]
Using host libthread_db library
"/lib/i386-linux-gnu/i686/cmov/libthread_db.so.1".
Core was generated by `git-remote-https origin
https://github.com/irmen/Pyro4.git'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0xb73e2788 in nettle_yarrow256_update () from
/usr/lib/i386-linux-gnu/libnettle.so.4
(gdb) bt
#0 0xb73e2788 in nettle_yarrow256_update () from
/usr/lib/i386-linux-gnu/libnettle.so.4
#1 0xb7356641 in do_device_source (init=<optimized out>, event=0xbfadc770,
ctx=0xb73becc0 <rnd_ctx>) at rnd.c:147
#2 0xb7356804 in wrap_nettle_rnd_init (ctx=0xb73beedc <gnutls_rnd_ctx>) at
rnd.c:241
#3 0xb72bf3e6 in _gnutls_rnd_init () at random.c:49
#4 0xb72b2d6d in gnutls_global_init () at gnutls_global.c:272
#5 0xb7293534 in lib_init () at gnutls_global.c:434
#6 0xb77d086e in call_init (l=<optimized out>, argc=argc@entry=3,
argv=argv@entry=0xbfadc8e4, env=env@entry=0xbfadc8f4) at dl-init.c:78
#7 0xb77d0964 in call_init (env=0xbfadc8f4, argv=0xbfadc8e4, argc=3,
l=<optimized out>) at dl-init.c:36
#8 _dl_init (main_map=0xb77e2930, argc=3, argv=0xbfadc8e4, env=0xbfadc8f4) at
dl-init.c:126
#9 0xb77c2d3f in _dl_start_user () from /lib/ld-linux.so.2
(gdb) info threads
Id Target Id Frame
* 1 Thread 0xb6e2c700 (LWP 26284) 0xb73e2788 in nettle_yarrow256_update ()
from /usr/lib/i386-linux-gnu/libnettle.so.4
(gdb)
... and when I downgrade to 3.3.8-6+deb8u1 from stable, the segfault does away.
Anything to do with that nettle transition that should only affect unstable ?
My testing install doesn't seem to have any stuff from unstable related to
that...
--- End Message ---
--- Begin Message ---
>> Anything to do with that nettle transition that should only affect unstable ?
>
>If you have both libnettle4 and libnettle6 installed, likely yes.
Looks like that was the problem: with the removal of libnettle4 this morning the
problem goes away.
--- End Message ---