Summary: | Segmentation fault when running shader on Intel Mesa | ||
---|---|---|---|
Product: | Mesa | Reporter: | jiradet.jd |
Component: | Drivers/DRI/i965 | Assignee: | Intel 3D Bugs Mailing List <intel-3d-bugs> |
Status: | RESOLVED FIXED | QA Contact: | Intel 3D Bugs Mailing List <intel-3d-bugs> |
Severity: | normal | ||
Priority: | medium | CC: | currojerez |
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | The shader containing code that produces an error and the stack trace by catchsegv. |
Description
jiradet.jd
2019-06-26 22:58:54 UTC
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/pavel/mesa_versions_64/19.1.0/lib/x86_64-linux-gnu export LIBGL_DRIVERS_PATH="/home/pavel/mesa_versions_64/19.1.0/lib/x86_64-linux-gnu/dri" Hi Jiradet I've also reproduced the issue on my KBL (Intel® UHD Graphics 620) on Ubuntu 18.04 and 5.1.2 version of Kernel. Also, I've checked that the issue isn't actual on 18.3.5 version of the mesa and I bisected the issue: 9dcf90d7ba966cba904266209087a87ea9c018b9 is the first bad commit commit 9dcf90d7ba966cba904266209087a87ea9c018b9 Author: Kenneth Graunke <kenneth@whitecape.org> Date: Wed Apr 3 14:24:31 2019 -0700 intel/fs: Don't emit empty ELSE blocks. While we can clean this up later, it's trivial to not generate the stupid code in the first place, which saves some optimization work. Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Matt Turner <mattst88@gmail.com> :040000 040000 6b7fc44def2bb5b72b9470ed3fea74d276c9845f 23d3807532dd2c5c3316807a11996e77bab207f4 M src will try to look on that Hi all I've tested the issue and it was fixed by this patch - https://patchwork.freedesktop.org/patch/319488/ My configuration is KBL (Intel® UHD Graphics 620) on Ubuntu 18.04, kernel 4.18, patch was applied to the latest master version of the mesa. Since the patch hasn't merged to the master for now - I reopen the issue until patch merges. My mistake, I saw that the merge request was closed, and thought it had been merged. Paul, can you try Curro's new patch? https://lists.freedesktop.org/archives/mesa-dev/2019-July/221634.html Should be fixed in master now. Closing. I've checked the issue on current master version - fixed. |
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.