Summary: | Opengl Gallium driver for r500 crashes after "Loading Area" in NWN | ||
---|---|---|---|
Product: | Mesa | Reporter: | Krzysztof A. Sobiecki <sobkas> |
Component: | Other | Assignee: | mesa-dev |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Backtrace
Small patch Possible fix |
Created attachment 33621 [details] [review] Small patch It's only a workaround solution. Created attachment 33625 [details] [review] Possible fix Please let me know if the attached patch helps you. After applying your patch, I was unable to reproduce this bug any more. I didn't saw any regressions so far. Thanks for testing, I pushed the patch to master. Closing... |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 33620 [details] Backtrace Commit e6632b4bf7cba5fe8a77d54635a3b617fa67185f causes gallium driver to catch assert in *__GI___assert_fail (assertion=0xf6c26f34 "boi->space_accounted", file=0xf6c26f24 "radeon_cs_gem.c", line=129, function=0xf6c27039 "cs_gem_write_reloc#4 0xf6c258eb in cs_gem_write_reloc () from /usr/lib32/libdrm_radeon.so.1 Removing assert from radeon_cs_gem.c:129 in drm "fixes" this problem.