From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 106499] [regression, bisected] Several games crash on start Date: Sun, 13 May 2018 08:59:53 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0026718129==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 4FF1E6E4BD for ; Sun, 13 May 2018 08:59:53 +0000 (UTC) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0026718129== Content-Type: multipart/alternative; boundary="15262019930.D4C6CaB9.10981" Content-Transfer-Encoding: 7bit --15262019930.D4C6CaB9.10981 Date: Sun, 13 May 2018 08:59:53 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D106499 Bug ID: 106499 Summary: [regression, bisected] Several games crash on start Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/radeonsi Assignee: dri-devel@lists.freedesktop.org Reporter: gr.muench@gmail.com QA Contact: dri-devel@lists.freedesktop.org Lately multiple games crash on start just showing lines like this: ShadowOfMordor: addrlib/r800/siaddrlib.cpp:2972: virtual int Addr::V1::SiLib::HwlPostCheckTileIndex(const ADDR_TILEINFO*, AddrTileMode, AddrTileType, INT) const: Assertion `index < static_cast(m_noOfEntries= )' failed. DirtRally: addrlib/r800/siaddrlib.cpp:2972: virtual int Addr::V1::SiLib::HwlPostCheckTileIndex(const ADDR_TILEINFO*, AddrTileMode, AddrTileType, INT) const: Zusicherung =C2=BBindex < static_cast(m_noOf= Entries)=C2=AB nicht erf=C3=BCllt. Games affected: Dirt Rally, Dirt Showdown, Shadow of Mordor, Rocket League, Stellaris, Tomb Raider, The Witcher 2, Total War: Warhammer Bisected to: =EF=BB=BF19a91841c347107d877bc750371c5fa4e9b4de19 is the first bad commit commit 19a91841c347107d877bc750371c5fa4e9b4de19 Author: Mathias Fr=C3=B6hlich Date: Sun Apr 1 20:18:36 2018 +0200 st/mesa: Use Array._DrawVAO in st_atom_array.c. Finally make use of the binding information in the VAO when setting up arrays for draw. v2: Emit less relocations also for interleaved userspace arrays. Reviewed-by: Brian Paul Signed-off-by: Mathias Fr=C3=B6hlich :040000 040000 b8f485c5bbd0557a70f87d6c42d3cb45e5401c11 cb727cae44836da83b87239b8d716e4cec1f487f M src glxinfo: direct rendering: Yes Extended renderer info (GLX_MESA_query_renderer): Vendor: X.Org (0x1002) Device: AMD Radeon HD 7900 Series (TAHITI, DRM 3.26.0, 4.16.0-2-amd-staging-drm-next-git, LLVM 7.0.0) (0x6798) Version: 18.2.0 Accelerated: yes Video memory: 3053MB Unified memory: no Preferred profile: core (0x1) Max core profile version: 4.5 Max compat profile version: 3.1 Max GLES1 profile version: 1.1 Max GLES[23] profile version: 3.1 OpenGL vendor string: X.Org OpenGL renderer string: AMD Radeon HD 7900 Series (TAHITI, DRM 3.26.0, 4.16.0-2-amd-staging-drm-next-git, LLVM 7.0.0) OpenGL core profile version string: 4.5 (Core Profile) Mesa 18.2.0-devel (git-c879011c72) OpenGL core profile shading language version string: 4.50 OpenGL core profile context flags: (none) OpenGL core profile profile mask: core profile OpenGL version string: 3.1 Mesa 18.2.0-devel (git-c879011c72) OpenGL shading language version string: 1.40 OpenGL context flags: (none) OpenGL ES profile version string: OpenGL ES 3.1 Mesa 18.2.0-devel (git-c879011c72) OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10 --=20 You are receiving this mail because: You are the assignee for the bug.= --15262019930.D4C6CaB9.10981 Date: Sun, 13 May 2018 08:59:53 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated
Bug ID 106499
Summary [regression, bisected] Several games crash on start
Product Mesa
Version git
Hardware x86-64 (AMD64)
OS Linux (All)
Status NEW
Severity normal
Priority medium
Component Drivers/Gallium/radeonsi
Assignee dri-devel@lists.freedesktop.org
Reporter gr.muench@gmail.com
QA Contact dri-devel@lists.freedesktop.org

Lately multiple games crash on start just showing lines like t=
his:
ShadowOfMordor: addrlib/r800/siaddrlib.cpp:2972: virtual int
Addr::V1::SiLib::HwlPostCheckTileIndex(const ADDR_TILEINFO*, AddrTileMode,
AddrTileType, INT) const: Assertion `index < static_cast<int>(m_no=
OfEntries)'
failed.
DirtRally: addrlib/r800/siaddrlib.cpp:2972: virtual int
Addr::V1::SiLib::HwlPostCheckTileIndex(const ADDR_TILEINFO*, AddrTileMode,
AddrTileType, INT) const: Zusicherung =C2=BBindex < static_cast<int&g=
t;(m_noOfEntries)=C2=AB
nicht erf=C3=BCllt.

Games affected: Dirt Rally, Dirt Showdown, Shadow of Mordor, Rocket League,
Stellaris, Tomb Raider, The Witcher 2, Total War: Warhammer

Bisected to:
=EF=BB=BF19a91841c347107d877bc750371c5fa4e9b4de19 is the first bad commit
commit 19a91841c347107d877bc750371c5fa4e9b4de19
Author: Mathias Fr=C3=B6hlich <mathias.froehlich@web.de>
Date:   Sun Apr 1 20:18:36 2018 +0200

    st/mesa: Use Array._DrawVAO in st_atom_array.c.

    Finally make use of the binding information in the VAO when
    setting up arrays for draw.

    v2: Emit less relocations also for interleaved userspace arrays.

    Reviewed-by: Brian Paul <br=
ianp@vmware.com>
    Signed-off-by: Mathias Fr=C3=B6hlich <Mathias.Froehlich@web.de>

:040000 040000 b8f485c5bbd0557a70f87d6c42d3cb45e5401c11
cb727cae44836da83b87239b8d716e4cec1f487f M      src

glxinfo:
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: X.Org (0x1002)
    Device: AMD Radeon HD 7900 Series (TAHITI, DRM 3.26.0,
4.16.0-2-amd-staging-drm-next-git, LLVM 7.0.0) (0x6798)
    Version: 18.2.0
    Accelerated: yes
    Video memory: 3053MB
    Unified memory: no
    Preferred profile: core (0x1)
    Max core profile version: 4.5
    Max compat profile version: 3.1
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.1
OpenGL vendor string: X.Org
OpenGL renderer string: AMD Radeon HD 7900 Series (TAHITI, DRM 3.26.0,
4.16.0-2-amd-staging-drm-next-git, LLVM 7.0.0)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 18.2.0-devel
(git-c879011c72)
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 3.1 Mesa 18.2.0-devel (git-c879011c72)
OpenGL shading language version string: 1.40
OpenGL context flags: (none)

OpenGL ES profile version string: OpenGL ES 3.1 Mesa 18.2.0-devel
(git-c879011c72)
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
        


You are receiving this mail because:
  • You are the assignee for the bug.
= --15262019930.D4C6CaB9.10981-- --===============0026718129== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============0026718129==--