[Mesa-dev] [PATCH 1/6] glx: Convert to automake.

Jose Fonseca jfonseca at vmware.com
Thu Mar 1 12:11:57 PST 2012



----- Original Message -----
> On Thu, Mar 1, 2012 at 7:23 PM, Jose Fonseca <jfonseca at vmware.com>
> wrote:
> >
> >
> > ----- Original Message -----
> >> On Thu, Mar 1, 2012 at 5:28 PM, Eric Anholt <eric at anholt.net>
> >> wrote:
> >> > On Thu, 1 Mar 2012 16:50:40 +0100, Marek Olšák
> >> > <maraeo at gmail.com>
> >> > wrote:
> >> >> Hi Eric,
> >> >>
> >> >> this commit breaks StarCraft II running on Wine traced by
> >> >> apitrace
> >> >> on r600g. Wine is most probably stuck in a deadlock.
> >
> > Does this only happens when tracing with apitrace?
> 
> Yes.

Odd.

Apitrace explicitly links against libpthread.so, due to pthread_key_create & friends(). You could also try to modify apitrace so that it doesn not link against pthreads, nor uses it in any. It might help.

Another issue could be libstdc++.

Other than that, I don't know that help in apitrace could affect any of this.

Jose


More information about the mesa-dev mailing list