[gnutls-devel] crash inside of wrap_nettle_rnd?

Jason A. Donenfeld Jason at zx2c4.com
Thu Feb 13 14:49:50 CET 2014


Fixed.

Turned out that weechat wasn't linking against pthreads, so gnutls was
using the stubbed out version in glibc. Then later, a plugin would
load the non-stubbed version, which would mean the mutexes initialized
prior by gnutls were uninitialized, but then put to use by libpthread.



More information about the Gnutls-devel mailing list