Summary: | Crash happens when drawArrays after calling continuously glTexImage3D many times | ||
---|---|---|---|
Product: | Mesa | Reporter: | xinghua <xinghua.cao> |
Component: | Drivers/DRI/i965 | Assignee: | Intel 3D Bugs Mailing List <intel-3d-bugs> |
Status: | RESOLVED DUPLICATE | QA Contact: | Intel 3D Bugs Mailing List <intel-3d-bugs> |
Severity: | major | ||
Priority: | medium | ||
Version: | 19.0 | ||
Hardware: | x86-64 (AMD64) | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
xinghua
2019-07-08 06:07:59 UTC
Please bisect this. Hi Xinghua, Mark I've tried to reproduce the issue on my KBL (Intel® UHD Graphics 620) with ubuntu 18.04 and Kubuntu 19.04 with mesa 19.0.2 and mesa 19.2.0 - the issue isn't actual for both versions. Could you please provide your version of the kernel, your configure command for the mesa and also would be helpful to know what version of the GPU you have? (In reply to Paul from comment #2) > Hi Xinghua, Mark > I've tried to reproduce the issue on my KBL (Intel® UHD Graphics 620) with > ubuntu 18.04 and Kubuntu 19.04 with mesa 19.0.2 and mesa 19.2.0 - the issue > isn't actual for both versions. > Could you please provide your version of the kernel, your configure command > for the mesa and also would be helpful to know what version of the GPU you > have? Did drop the skip in the test? : ANGLE_SKIP_TEST_IF(IsLinux() && IsIntel() && IsDesktopOpenGL()); (In reply to Lionel Landwerlin from comment #3) > (In reply to Paul from comment #2) > > Hi Xinghua, Mark > > I've tried to reproduce the issue on my KBL (Intel® UHD Graphics 620) with > > ubuntu 18.04 and Kubuntu 19.04 with mesa 19.0.2 and mesa 19.2.0 - the issue > > isn't actual for both versions. > > Could you please provide your version of the kernel, your configure command > > for the mesa and also would be helpful to know what version of the GPU you > > have? > > Did drop the skip in the test? : > > > ANGLE_SKIP_TEST_IF(IsLinux() && IsIntel() && IsDesktopOpenGL()); exactly 1 GPUs: 0 - Intel device id: 0x5917 Active GPU: 0 Optimus: false AMD Switchable: false Skipping tests using configuration ES3_OpenGLES because it is not available. Skipping tests using configuration ES3_1_OpenGLES because it is not available. Skipping tests using configuration ES2_OpenGLES because it is not available. Skipping tests using configuration ES1_OpenGLES because it is not available. Skipping tests using configuration ES2_OpenGLES_NoFixture because it is not available. Skipping tests using configuration ES3_OpenGLES_NoFixture because it is not available. Skipping tests using configuration ES3_1_OpenGLES_NoFixture because it is not available. Skipping tests using configuration ES2_OpenGLES_NoVirtual because it is not available. Skipping tests using configuration ES3_OpenGLES_NoVirtual because it is not available. Note: Google Test filter = Texture3DTestES3.DrawWithLevelsOutsideRangeWithInconsistentDimensions/ES3_OpenGL [==========] Running 1 test from 1 test suite. [----------] Global test environment set-up. [----------] 1 test from Texture3DTestES3 [ RUN ] Texture3DTestES3.DrawWithLevelsOutsideRangeWithInconsistentDimensions/ES3_OpenGL Test skipped: IsLinux() && IsIntel() && IsDesktopOpenGL(). [ OK ] Texture3DTestES3.DrawWithLevelsOutsideRangeWithInconsistentDimensions/ES3_OpenGL (67 ms) [----------] 1 test from Texture3DTestES3 (67 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test suite ran. (68 ms total) [ PASSED ] 1 test. Ok, bisected to : commit 2b7d5c32178d93695a8a7a9bf6509933ab7c1002 Author: Andrii Simiklit <andrii.simiklit@globallogic.com> Date: Tue Oct 2 19:16:01 2018 +0300 i965: consider a 'base level' when calculating width0, height0, depth0 We didn't backport this to 19.0, I'm opening an MR. Marking as duplicate, MR opened : https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1281 It seems we recommended users to switch to 19.1.1 as of 2 weeks ago. Let's see what Dylan says on doing one more 19.0.x. *** This bug has been marked as a duplicate of bug 107987 *** Lionel, just to confirm. I did not immediately understand what you mean... Sorry. When I commented this in sources - ANGLE_SKIP_TEST_IF(IsLinux() && IsIntel() && IsDesktopOpenGL()); - the issue became relevant. So, the issue is also actual on my side. (In reply to Lionel Landwerlin from comment #3) > (In reply to Paul from comment #2) > > Hi Xinghua, Mark > > I've tried to reproduce the issue on my KBL (Intel® UHD Graphics 620) with > > ubuntu 18.04 and Kubuntu 19.04 with mesa 19.0.2 and mesa 19.2.0 - the issue > > isn't actual for both versions. > > Could you please provide your version of the kernel, your configure command > > for the mesa and also would be helpful to know what version of the GPU you > > have? > > Did drop the skip in the test? : > > > ANGLE_SKIP_TEST_IF(IsLinux() && IsIntel() && IsDesktopOpenGL()); Sorry, I had forgotten to tell you that the case had been currently skipped in project. You should drop this skip in the test. (In reply to Lionel Landwerlin from comment #6) > Marking as duplicate, MR opened : > https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1281 > > It seems we recommended users to switch to 19.1.1 as of 2 weeks ago. > Let's see what Dylan says on doing one more 19.0.x. > > *** This bug has been marked as a duplicate of bug 107987 *** Does It mean that 19.0.x is not very stable? I think this bug is very critical, many paths could run to crash situation. (In reply to xinghua from comment #9) > Does It mean that 19.0.x is not very stable? I think this bug is very > critical, many paths could run to crash situation. One issue in a pathological test case is hardly an indicator of driver quality. Backporting bug fixes for unit tests isn't critical - fixing bugs hit by actual end user applications is critical. Unless there's some real application running into trouble here, I wouldn't bother making an extra point release for an EOL'd release series. We had this bug for probably 10 years and nobody noticed until this new unit test suite came along, so I'm not really convinced that it's critical. ChromeOS also usually tracks master (and certainly wouldn't be staying on an old 19.0.x release), so it shouldn't matter much for them. |
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.