On 29 May 2015, at 09:37, Emmanuel Dreyfus <[email protected]> wrote:
> Module Name: src
> Committed By: manu
> Date: Fri May 29 07:37:32 UTC 2015
>
> Modified Files:
> src/include: limits.h
> src/lib/libpthread: pthread.c pthread_int.h pthread_key_create.3
> pthread_tsd.c
> src/lib/libpthread_dbg: pthread_dbg.c
>
> Log Message:
> Make PTHREAD_KEYS_MAX dynamically adjustable
<snip>
With this change some programs fail with
assertion "pthread__tsd_destructors[key] != NULL" failed
file src/lib/libpthread/pthread_tsd.c", line 169,
function "pthread__add_specific"
Machine is amd64, 16 cores, KVM host. Among others "gunzip" fails.
Reverting this commit removes the failure.
--
J. Hannken-Illjes - [email protected] - TU Braunschweig (Germany)