Summary: | [bisected] 32 bit tests (deqp, piglit, glcts, vulkancts) crashing on all platforms | ||
---|---|---|---|
Product: | Mesa | Reporter: | Clayton Craft <clayton.a.craft> |
Component: | Drivers/DRI/i965 | Assignee: | Jason Ekstrand <jason> |
Status: | RESOLVED FIXED | QA Contact: | Intel 3D Bugs Mailing List <intel-3d-bugs> |
Severity: | normal | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Clayton Craft
2018-06-05 21:19:09 UTC
This should be fixed by the following commit: commit 01ad2067bba17451c663983877ec85145de20f02 Author: Jason Ekstrand <jason.ekstrand@intel.com> Date: Tue Jun 5 14:33:12 2018 -0700 intel/eu: Use a struct copy instead of a memcpy The memcpy had the wrong size and this was causing crashes on 32-bit builds of the driver. Fixes: 6a9525bf6729a8 "intel/eu: Switch to a logical state stack" Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106830 Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> I've verified that it fixes the one obvious 32-bit thing but haven't had a chance to do a full CI run just yet. Please confirm once the daily run for tonight is complete. |
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.