[gnutls-devel] crash inside of wrap_nettle_rnd?

Nikos Mavrogiannopoulos nmav at gnutls.org
Wed Feb 12 22:33:43 CET 2014


On 02/12/2014 07:23 PM, Jason A. Donenfeld wrote:
> Hi folks,
> 
> I'm getting a crash in weechat, and after some debugging, the
> maintainer of weechat told me to complain here. I've put all the info
> in this gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=501078 .
> 
> Here are various backtraces: 
> #0  0x0000744315fa2e8e in raise () from /lib64/libc.so.6
> #1  0x0000744315fa45df in abort () from /lib64/libc.so.6
> #2  0x0000744316de2324 in wrap_nettle_rnd () from /usr/lib64/libgnutls.so.28

Hello Jason,
 Unfortunately these backtraces don't provide much information. You'll
need debugging symbols (most probably included in your distribution as a
separate package). Also the version of gnutls being used is important.
It would be best to try with the latest released version.

However, the only reason for a mutex call to fail is if the mutex isn't
initialized. Is gnutls_global_init() executed successful in the program
you use?

regards,
Nikos




More information about the Gnutls-devel mailing list