Summary: | [regression bisected] Segfault failure in piglit test copyteximage | ||
---|---|---|---|
Product: | Mesa | Reporter: | Ian Romanick <idr> |
Component: | Drivers/DRI/i965 | Assignee: | Eric Anholt <eric> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | major | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Ian Romanick
2011-08-29 16:21:59 UTC
It's worth pointing out that the test runs perfectly on SNB, so this appears to be specific to ILK (and earlier?). Also hitting this segfault. Ironlake (Core i5) here. (In reply to comment #2) > Also hitting this segfault. Ironlake (Core i5) here. "Me Too" on 965GM. In my case, this happens when starting gnome-shell. (In reply to comment #3) > (In reply to comment #2) > > Also hitting this segfault. Ironlake (Core i5) here. > > "Me Too" on 965GM. In my case, this happens when starting gnome-shell. Fixed by applying this patchset: http://thread.gmane.org/gmane.comp.video.mesa3d.devel/30043 Thanks, David. commit 0b96b3ffa92285d281de82442743402cf374973a Author: Eric Anholt <eric@anholt.net> Date: Tue Aug 30 10:31:41 2011 -0700 intel: Restructure TexSubImage as just the 2D implementation and blit func. Fixes a segfault in piglit copyteximage where I accidentally removed the dst_bo setup in the previous cleanup. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=40474 Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Tested-by: Sean McNamara <gm.potato.ul@gmail.com> Tested-by: Ian Romanick <ian.d.romanick@intel.com> This regression appeared on our yesterday testing. It works fine with today's mesa master commit 93d59637446ba98802fa349afc1f365d71a66c9d. |
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.