gnutls-devel
[Top][All Lists]
Advanced

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

Re: gnutls_handshake crash on multithreading


From: Nikos Mavrogiannopoulos
Subject: Re: gnutls_handshake crash on multithreading
Date: Mon, 15 Feb 2010 19:54:40 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Vasiliy Ivanov wrote:
> No effect!
> This is last variant:
> 
>               gcry_check_version (GCRYPT_VERSION);
>               gcry_control( GCRYCTL_SET_THREAD_CBS, &gcry_threads_boost );
>               gcry_control (GCRYCTL_SUSPEND_SECMEM_WARN);
>               gcry_control (GCRYCTL_INIT_SECMEM, 16384, 0);
>               gcry_control (GCRYCTL_RESUME_SECMEM_WARN);
>               gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0);
>               gcry_control (GCRYCTL_INITIALIZATION_FINISHED_P); 
>               
>               gnutls_global_init();

Did you try the example in the documentation?
http://www.gnu.org/software/gnutls/manual/html_node/Multi_002dthreaded-applications.html






reply via email to

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