Comment 2 for bug 1559842

Revision history for this message
Steve Langasek (vorlon) wrote :

The pthread_barrier_init manpage specifies that count must be > 0. indeed, pthread_barrier_init() is returning EINVAL, and swrast_dri is ignoring this return value. So this is a latent bug in mesa.