Pino Toscano, le Wed 02 Nov 2011 18:03:04 +0100, a écrit :
> Attached there is a patch fixing this behaviour by cleaning up all the
> values of the key being deleted. It includes also a small test case.
Reviewed and applied, thanks!
Samuel
Hi!
On Wed, 2 Nov 2011 18:03:04 +0100, Pino Toscano wrote:
> as I found few months ago[1], when calling pthread_key_delete() all its
> values in threads are not removed; this, plus the the fact that deleted
> keys can be reused in pthread_key_create(), causes that in some
> occasions (i.e. when a
Hi,
as I found few months ago[1], when calling pthread_key_delete() all its
values in threads are not removed; this, plus the the fact that deleted
keys can be reused in pthread_key_create(), causes that in some
occasions (i.e. when a new key is actually a reused one) there are the
old thread spec