Closed
Bug 1625830
Opened 5 years ago
Closed 2 years ago
Crash in [@ mozilla::WebGLContext::CheckForContextLoss]
Categories
(Core :: Graphics: CanvasWebGL, defect, P2)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: gsvelto, Unassigned)
Details
(Keywords: crash)
Crash Data
This bug is for crash report bp-1e99aa18-abb7-4975-8d43-f60090200319.
Top 10 frames of crashing thread:
0 libxul.so mozilla::WebGLContext::CheckForContextLoss dom/canvas/WebGLContext.cpp:1208
1 libxul.so mozilla::WebGLContext::GetError dom/canvas/WebGLContextGL.cpp:595
2 libxul.so mozilla::WebGLContext::GetError dom/canvas/WebGLContextGL.cpp:596
3 libxul.so mozilla::WebGLContext::GetError dom/canvas/WebGLContextGL.cpp:596
4 libxul.so mozilla::WebGLContext::GetError dom/canvas/WebGLContextGL.cpp:596
5 libxul.so mozilla::WebGLContext::GetError dom/canvas/WebGLContextGL.cpp:596
6 libxul.so mozilla::WebGLContext::GetError dom/canvas/WebGLContextGL.cpp:596
7 libxul.so mozilla::WebGLContext::GetError dom/canvas/WebGLContextGL.cpp:596
8 libxul.so mozilla::WebGLContext::GetError dom/canvas/WebGLContextGL.cpp:596
9 libxul.so mozilla::WebGLContext::GetError dom/canvas/WebGLContextGL.cpp:596
From the looks of it we're stuck in an infinite recursion loop. One thing to note is that this is happening only on Linux using nVidia closed-source graphics drivers. None of the crashes we recorded happened with FOSS drivers.
Comment 1•5 years ago
|
||
The priority flag is not set for this bug.
:jgilbert, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(jgilbert)
Updated•5 years ago
|
Flags: needinfo?(jgilbert)
Priority: -- → P2
Updated•3 years ago
|
Severity: normal → S3
Comment 2•2 years ago
|
||
Closing because no crashes reported for 12 weeks.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•