https://bugs.freedesktop.org/show_bug.cgi?id=91646

--- Comment #3 from Francisco Jerez <curroje...@riseup.net> ---
(In reply to Tobias Jakobi from comment #2)
> Created attachment 117708 [details] [review]
> hack fix
> 
> Untested hack/fix that is also not thread-safe.

That's unlikely to work, static local variables are no different to globals
regarding initialization order, and, yeah, it seems like a hack because
pipe_loader_probe() shouldn't be doing anything that could corrupt the TLS
state when called at initialization time.

It looks like this might be a regression from the series
de5c2b6f2b53924bceab6f4b8255d8e9dcad21b4..cc32d25454c382a971e81ae584a4296fdf492e70(which
are indeed not part of any released version yet), you may want to bisect which
change introduced the problem.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to