Closed
Bug 706397
Opened 13 years ago
Closed 10 years ago
crash in WebGL u_double_list.h:69
Categories
(Core :: Graphics: CanvasWebGL, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: kdevel, Unassigned)
Details
Attachments
(1 file)
9.67 KB,
text/plain
|
Details |
User Agent:
Steps to reproduce:
1. Open Help/Troubleshooting Information
2. Press and Hold Ctrl-R
Actual results:
2. After some time
Program received signal SIGSEGV, Segmentation fault.
r600_fence_reference (pscreen=<value optimized out>, ptr=0x7fffdc33dd48,
fence=0x0) at ../../../../src/gallium/auxiliary/util/u_double_list.h:69
69 list->prev->next = item;
Expected results:
2. No crash.
Updated•13 years ago
|
Component: General → Canvas: WebGL
Product: Firefox → Core
QA Contact: general → canvas.webgl
“Fixed in commit 7dd2d29a560a53d42d15f9ac06ba2ee7cd312ed9 ('r600g: Manage fences
per screen rather than per context.').”
https://bugs.freedesktop.org/show_bug.cgi?id=44007#c4
Appearently not a bug in Firefox.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•