https://bugs.freedesktop.org/show_bug.cgi?id=40767
Summary: [r600g] This commit is crashing World of Warcraft at start-up Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major Priority: medium Component: Drivers/Gallium/r600 AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: rankincj@googlemail.com
I've noticed that World of Warcraft has started crashing with my HD4890, although not with my RV350. (WoW complains about reading invalid memory). I've run several git bisects, and they have all indicated that the first bad commit is:
commit b94a926f396d366b6bb5d24b32dd93ffb7609205 Author: Brian Paul brianp@vmware.com Date: Fri Sep 9 08:06:29 2011 -0600
st/mesa: init program MaxLocalParams, MaxEnvParams limits
Use the same limit for all parameter classes.