Summary: | invalid reads from brw::vec4_visitor | ||
---|---|---|---|
Product: | Mesa | Reporter: | Tapani Pälli <lemody> |
Component: | Drivers/DRI/i965 | Assignee: | Matt Turner <mattst88> |
Status: | RESOLVED FIXED | QA Contact: | Intel 3D Bugs Mailing List <intel-3d-bugs> |
Severity: | critical | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Tapani Pälli
2014-07-15 10:02:38 UTC
this is easy to reprocude with any app, it looks like cfg_t's destructor is releasing memory that is supposed to be usable later on. If I leave out 'opt_cse()' valgrind is happy. Invalid reads are gone, bug got fixed by following commit: --- 8< --- commit 680fe0acb3e6569f7b9aab1913e9181d5a7eee2f Author: Matt Turner <mattst88@gmail.com> Date: Fri Jul 11 20:54:52 2014 -0700 i965: Add cfg to backend_visitor. Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com> |
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.