weechat-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Weechat-dev] [gnutls-devel] crash inside of wrap_nettle_rnd?


From: Jason A. Donenfeld
Subject: Re: [Weechat-dev] [gnutls-devel] crash inside of wrap_nettle_rnd?
Date: Thu, 13 Feb 2014 14:49:50 +0100

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]