All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 105042] [LLVM Regression] Shadow of Mordor stucks at intro video
@ 2018-02-11 10:55 bugzilla-daemon
  2018-02-11 19:27 ` bugzilla-daemon
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bugzilla-daemon @ 2018-02-11 10:55 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1205 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=105042

            Bug ID: 105042
           Summary: [LLVM Regression] Shadow of Mordor stucks at intro
                    video
           Product: Mesa
           Version: git
          Hardware: Other
                OS: 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

Created attachment 137268
  --> https://bugs.freedesktop.org/attachment.cgi?id=137268&action=edit
game crash dump

The last thing you see is the WB Games logo. The music still plays but it
doesnt get any further, so you cant see the main menu. The CPU is getting 100%
load, seems to be stuck in an endless loop. 
In the console you only see this:
Game crashed, if possible email [support@feralinteractive.com] with the crash
file.
A dmp file is created and attached here.

The problem seems to be with LLVM, last good for me is 324167 first bad 324807.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2745 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 105042] [LLVM Regression] Shadow of Mordor stucks at intro video
  2018-02-11 10:55 [Bug 105042] [LLVM Regression] Shadow of Mordor stucks at intro video bugzilla-daemon
@ 2018-02-11 19:27 ` bugzilla-daemon
  2018-02-12 17:32 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2018-02-11 19:27 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 403 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=105042

--- Comment #1 from Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> ---
What happens with the range in between? There are quite a few commits ot the
AMDGPU backend in there so would be good if we can reduce that range and
pinpoint the exact revision that is causing it.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1209 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 105042] [LLVM Regression] Shadow of Mordor stucks at intro video
  2018-02-11 10:55 [Bug 105042] [LLVM Regression] Shadow of Mordor stucks at intro video bugzilla-daemon
  2018-02-11 19:27 ` bugzilla-daemon
@ 2018-02-12 17:32 ` bugzilla-daemon
  2018-02-12 23:28 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2018-02-12 17:32 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1462 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=105042

--- Comment #2 from Gregor Münch <gr.muench@gmail.com> ---
Im using pre-compiled llvm binaries- thus I have no packages to try in between.
I know how to do a bisect with git but I somehow fail to do the same with svn.
Maybe solution is actually easy -if someone could guide me here I think I
provide a bisect result during this week.

I tried today with nir backend and here it is crashing right away on game start
(and even gives some output):
Unknown intrinsic: intrinsic store_shared (ssa_45, ssa_46) () (0, 1) /* base=0
*/ /* wrmask=x */
Unknown intrinsic: intrinsic store_shared (ssa_73, ssa_74) () (0, 1) /* base=0
*/ /* wrmask=x */
Unknown intrinsic: vec1 32 ssa_75 = intrinsic load_shared (ssa_46) () (0) /*
base=0 */
Unknown intrinsic: vec1 32 ssa_76 = intrinsic load_shared (ssa_74) () (0) /*
base=0 */
/run/media/greg/Steam_Linux/steamapps/common/ShadowOfMordor/ShadowOfMordor.sh:
Zeile 167:  6992 Speicherzugriffsfehler  (Speicherabzug geschrieben)
${GAME_LAUNCH_PREFIX} "${GAMEROOT}/bin/${FERAL_GAME_NAME}" "$@"

It was previously working great with nir before.

Forgot to add:
OpenGL renderer string: AMD Radeon HD 7900 Series (TAHITI / DRM 3.25.0 /
4.15.0-2-amd-staging-drm-next-git, LLVM 7.0.0)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 18.1.0-devel
(git-9b9a89cd79)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2284 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 105042] [LLVM Regression] Shadow of Mordor stucks at intro video
  2018-02-11 10:55 [Bug 105042] [LLVM Regression] Shadow of Mordor stucks at intro video bugzilla-daemon
  2018-02-11 19:27 ` bugzilla-daemon
  2018-02-12 17:32 ` bugzilla-daemon
@ 2018-02-12 23:28 ` bugzilla-daemon
  2018-02-13  0:11 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2018-02-12 23:28 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 401 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=105042

--- Comment #3 from Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> ---
There is a git mirror for LLVM:

https://github.com/llvm-mirror/llvm

wrt the nir crash I doubt that is due to LLVM, might be because we only enabled
compute shaders for nir somewhat recently.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1257 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 105042] [LLVM Regression] Shadow of Mordor stucks at intro video
  2018-02-11 10:55 [Bug 105042] [LLVM Regression] Shadow of Mordor stucks at intro video bugzilla-daemon
                   ` (2 preceding siblings ...)
  2018-02-12 23:28 ` bugzilla-daemon
@ 2018-02-13  0:11 ` bugzilla-daemon
  2018-02-20 20:53 ` bugzilla-daemon
  2018-02-23 16:20 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2018-02-13  0:11 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 540 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=105042

Andy Furniss <adf.lists@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adf.lists@gmail.com

--- Comment #4 from Andy Furniss <adf.lists@gmail.com> ---
I filed a "game hangs" llvm regression here -

https://bugs.llvm.org/show_bug.cgi?id=36332

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1958 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 105042] [LLVM Regression] Shadow of Mordor stucks at intro video
  2018-02-11 10:55 [Bug 105042] [LLVM Regression] Shadow of Mordor stucks at intro video bugzilla-daemon
                   ` (3 preceding siblings ...)
  2018-02-13  0:11 ` bugzilla-daemon
@ 2018-02-20 20:53 ` bugzilla-daemon
  2018-02-23 16:20 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2018-02-20 20:53 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 670 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=105042

Gregor Münch <gr.muench@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.c.searles@gmail.com
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Gregor Münch <gr.muench@gmail.com> ---
Probably fixed by:
https://github.com/llvm-mirror/llvm/commit/04c7451aa8dfdee17307231fecd29b6d5e989e4b

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2420 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 105042] [LLVM Regression] Shadow of Mordor stucks at intro video
  2018-02-11 10:55 [Bug 105042] [LLVM Regression] Shadow of Mordor stucks at intro video bugzilla-daemon
                   ` (4 preceding siblings ...)
  2018-02-20 20:53 ` bugzilla-daemon
@ 2018-02-23 16:20 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2018-02-23 16:20 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 517 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=105042

Gregor Münch <gr.muench@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |0xe2.0x9a.0x9b@gmail.com

--- Comment #7 from Gregor Münch <gr.muench@gmail.com> ---
*** Bug 105228 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2137 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-02-23 16:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-11 10:55 [Bug 105042] [LLVM Regression] Shadow of Mordor stucks at intro video bugzilla-daemon
2018-02-11 19:27 ` bugzilla-daemon
2018-02-12 17:32 ` bugzilla-daemon
2018-02-12 23:28 ` bugzilla-daemon
2018-02-13  0:11 ` bugzilla-daemon
2018-02-20 20:53 ` bugzilla-daemon
2018-02-23 16:20 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.