Open
Bug 1328220
Opened 8 years ago
Updated 3 years ago
Hit MOZ_CRASH(Unexpected error with MOZ_GL_DEBUG_ABORT_ON_ERROR. (Run with MOZ_GL_DEBUG_ABORT_ON_ERROR=0 to disable)) at c:\builds\moz2_slave\m-cen-w32-d-000000000000000000\build\src\gfx\gl\GLContext.h:771
Categories
(Core :: Graphics: CanvasWebGL, defect, P3)
Core
Graphics: CanvasWebGL
Tracking
()
NEW
People
(Reporter: cbook, Unassigned)
References
()
Details
(Keywords: crash, Whiteboard: [gfx-noted])
found during the topsite tests and reproduced with latest m-c tinderbox trunk debug build on windows 7 - so its not bug 1290831
Steps to reproduce:
Load https://fab.com/
--> Crash
Hit MOZ_CRASH(Unexpected error with MOZ_GL_DEBUG_ABORT_ON_ERROR. (Run with MOZ_GL_DEBUG_ABORT_ON_ERROR=0 to disable)) at c:\builds\moz2_slave\m-cen-w32-d-000000000000000000\build\src\gfx\gl\GLContext.h:771
#01: PrintJSStack[c:\bughunter\firefox-53.0a1.en-US.win32\firefox\xul.dll +0xab272e]
#02: mozilla_dump_image[c:\bughunter\firefox-53.0a1.en-US.win32\firefox\xul.dll +0x15bb687]
#03: mozilla_dump_image[c:\bughunter\firefox-53.0a1.en-US.win32\firefox\xul.dll +0x12ce275]
#04: mozilla_dump_image[c:\bughunter\firefox-53.0a1.en-US.win32\firefox\xul.dll +0x154582b]
#05: XRE_ParseAppData[c:\bughunter\firefox-53.0a1.en-US.win32\firefox\xul.dll +0x32d405b]
Reporter | ||
Comment 1•8 years ago
|
||
Michael, this was reproducible on windows 7 fusion Version 8.5.3 (4696910)
Flags: needinfo?(cleu)
Comment 2•8 years ago
|
||
It does crash with several attempts of refresh, but my stack dump seems to be different.
The error message is:
Assertion failure: [GFX1]: Failed to create DrawTarget,Type: 3 Size: Size(8192,8192)......
It seems to be relevant to bug1290831 since both allocates a 256MB memory for graphics use.
Comment 3•8 years ago
|
||
I think it is another malloc failure case just like bug1290831.
The page requires a 8192x8192 DrawTargert which is a whopping 256MB chunk of buffer, leading to a memory allocation failure and hit the assertion.
Maybe we should do something about this kind of memory failure since it may happen frequently if the running environment is a low-end PC.
Flags: needinfo?(cleu)
Updated•8 years ago
|
Priority: -- → P3
Whiteboard: [gfx-noted]
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•