* [Bug 99292] GPU hang in High Fidelity
@ 2017-01-05 23:47 bugzilla-daemon
2017-01-06 4:39 ` bugzilla-daemon
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: bugzilla-daemon @ 2017-01-05 23:47 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 948 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=99292
Bug ID: 99292
Summary: GPU hang in High Fidelity
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: haagch@frickel.club
QA Contact: dri-devel@lists.freedesktop.org
Created attachment 128789
--> https://bugs.freedesktop.org/attachment.cgi?id=128789&action=edit
dmesg
RX 480 with llvm 4.0.0svn_r291124, mesa git, Linux 4.10-rc2
It works for some time, but randomly clicking through the UI with the address
bar hangs the GPU.
Here is an apitrace (18 Megabyte):
https://haagch.frickel.club/files/interface.trace.xz
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2467 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 99292] GPU hang in High Fidelity
2017-01-05 23:47 [Bug 99292] GPU hang in High Fidelity bugzilla-daemon
@ 2017-01-06 4:39 ` bugzilla-daemon
2017-01-06 8:54 ` bugzilla-daemon
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2017-01-06 4:39 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 268 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=99292
--- Comment #1 from smoki <smoki00790@gmail.com> ---
This is same trace like in closed bug 99191 that no driver could run normaly.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1177 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 99292] GPU hang in High Fidelity
2017-01-05 23:47 [Bug 99292] GPU hang in High Fidelity bugzilla-daemon
2017-01-06 4:39 ` bugzilla-daemon
@ 2017-01-06 8:54 ` bugzilla-daemon
2017-01-13 16:28 ` bugzilla-daemon
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2017-01-06 8:54 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 294 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=99292
--- Comment #2 from Christoph Haag <haagch@frickel.club> ---
Oops, it has the same name, so I overwrote the other one. It really should be a
new trace though.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1029 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 99292] GPU hang in High Fidelity
2017-01-05 23:47 [Bug 99292] GPU hang in High Fidelity bugzilla-daemon
2017-01-06 4:39 ` bugzilla-daemon
2017-01-06 8:54 ` bugzilla-daemon
@ 2017-01-13 16:28 ` bugzilla-daemon
2017-01-17 13:03 ` bugzilla-daemon
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2017-01-13 16:28 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 360 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=99292
--- Comment #3 from Samuel Pitoiset <samuel.pitoiset@gmail.com> ---
Confirmed, I can reproduce the hang on my rx 480 with latest mesa/llvm.
It hangs at draw call 680247, looks like an infinite loop in the fragment
shader.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1102 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 99292] GPU hang in High Fidelity
2017-01-05 23:47 [Bug 99292] GPU hang in High Fidelity bugzilla-daemon
` (2 preceding siblings ...)
2017-01-13 16:28 ` bugzilla-daemon
@ 2017-01-17 13:03 ` bugzilla-daemon
2017-07-06 17:11 ` bugzilla-daemon
2017-08-19 0:50 ` bugzilla-daemon
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2017-01-17 13:03 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 597 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=99292
--- Comment #4 from Christoph Haag <haagch@frickel.club> ---
Someone said that with mesa with --enable-debug it runs in an assert before the
gpu hang happens, so I tried it to add it to the bug report, but this did not
happen for me. I get no assert and the GPU still hangs with --enable-debug.
Just an idea, since High Fidelity has had the other known application side
rendering bug, it's possible there is a buggy shader that the compiler doesn't
catch.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1332 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 99292] GPU hang in High Fidelity
2017-01-05 23:47 [Bug 99292] GPU hang in High Fidelity bugzilla-daemon
` (3 preceding siblings ...)
2017-01-17 13:03 ` bugzilla-daemon
@ 2017-07-06 17:11 ` bugzilla-daemon
2017-08-19 0:50 ` bugzilla-daemon
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2017-07-06 17:11 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 387 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=99292
--- Comment #5 from Christoph Haag <haagch@frickel.club> ---
I don't know if it's still the same problem but now it always happens *very*
quickly after starting the app. Here's a fresh api trace:
https://haagch.frickel.club/files/interface-2.trace.xz
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1191 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 99292] GPU hang in High Fidelity
2017-01-05 23:47 [Bug 99292] GPU hang in High Fidelity bugzilla-daemon
` (4 preceding siblings ...)
2017-07-06 17:11 ` bugzilla-daemon
@ 2017-08-19 0:50 ` bugzilla-daemon
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2017-08-19 0:50 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 695 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=99292
Christoph Haag <haagch@frickel.club> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #6 from Christoph Haag <haagch@frickel.club> ---
Just tried it again and it does not hang the GPU now.
They changed the starting environment to another one and had many commits since
I last tried, so could be the driver or the app who fixed it.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2123 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:[~2017-08-19 0:50 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-05 23:47 [Bug 99292] GPU hang in High Fidelity bugzilla-daemon
2017-01-06 4:39 ` bugzilla-daemon
2017-01-06 8:54 ` bugzilla-daemon
2017-01-13 16:28 ` bugzilla-daemon
2017-01-17 13:03 ` bugzilla-daemon
2017-07-06 17:11 ` bugzilla-daemon
2017-08-19 0:50 ` 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.