On Thu, Mar 1, 2012 at 7:23 PM, Jose Fonseca <[email protected]> wrote:
>
>
> ----- Original Message -----
>> On Thu, Mar 1, 2012 at 5:28 PM, Eric Anholt <[email protected]> wrote:
>> > On Thu, 1 Mar 2012 16:50:40 +0100, Marek Olšák <[email protected]>
>> > 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.
>
> If so, please try disabling the segfault handler:
>
> $ git diff common/os_posix.cpp
> diff --git a/common/os_posix.cpp b/common/os_posix.cpp
> index 261fe88..a408e6d 100644
> --- a/common/os_posix.cpp
> +++ b/common/os_posix.cpp
> @@ -242,6 +242,7 @@ signalHandler(int sig, siginfo_t *info, void *context)
> void
> setExceptionCallback(void (*callback)(void))
> {
> + return;
> assert(!gCallback);
> if (!gCallback) {
> gCallback = callback;
That doesn't help.
Marek
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev