Main thread hangs in SendFlushRendering. Maybe draw_perspective_spans loops?
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
People
(Reporter: valentin, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: testcase-wanted)
(In reply to Valentin Gosu [:valentin] (he/him) from bug 1688959 comment #2)
Created attachment 9217667 [details]
ipc_stuck_bug.txtThis just happened to me.
It started when I clicked on an embedded youtube video on chat.google.com. The audio started playing but the entire browser froze up.
You can see a backtrace of all threads in the attachment. I hope it helps.
(In reply to Markus Stange [:mstange] from bug 1688959 comment #3)
Interesting - The renderer is inside
draw_perspective_spans
, maybe there's a bug with an infinite loop in it?
Comment 1•4 years ago
|
||
Lee, who would be the best candidate to look at this? Infinite loops are not welcome here:)
Comment 2•4 years ago
|
||
There's no line number information in the stack trace, and we don't have a test-case. So this is unfortunately not very actionable right now.
It would help if we could find some way to reproduce this.
Updated•4 years ago
|
Updated•4 years ago
|
Reporter | ||
Comment 3•4 years ago
|
||
Unfortunately it only happened once and I managed to open it in gdb.
If it happens again I'll try to provide more info.
Updated•3 years ago
|
Description
•