On Saturday 19 November 2016 12:23 AM, Adhemerval Zanella wrote: > I think it might be an issue depending of whether errno is accessible > on tunables initialization (it might be the case where is not yet That is correct. Tunables initialization happens very early, earlier than TLS setup and errno is a TLS variable. Siddhesh