http://bugs.freedesktop.org/show_bug.cgi?id=10224





------- Comment #8 from [EMAIL PROTECTED]  2007-10-24 04:45 PST -------
I tried several time to get a trace but I failed (maybe only the app/mesa is
freezing, not the server itself).
Anyway, the problem seems to go away once mesa is compiled with -O1

We are compililing mesa with gcc-4.2.2 (but the bug already
existed when compiled with prior gcc releases) at -O2 level with:
- -fno-strict-aliasing
    strict aliasing is known to break some Mesa code
    https://bugs.freedesktop.org/show_bug.cgi?id=6046
    https://bugs.freedesktop.org/show_bug.cgi?id=9456
- -fno-tree-vrp
    tree VRP in gcc-4.2.1 triggers misrendering in Blender,
          and hard lock with compiz (in r300_state.c)
    https://bugs.freedesktop.org/show_bug.cgi?id=11380
    http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32544

But it looks like it's not enough for r200 cards...


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to