Closed
Bug 912678
Opened 11 years ago
Closed 11 years ago
Crash on fishie-fast (ABORT: not reached: file ../../../../gfx/layers/ipc/ImageBridgeChild.cpp, line 452)
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 912173
People
(Reporter: megabyte, Unassigned)
References
()
Details
(Keywords: crash, regression)
Crash Data
I am getting a crash on the fishie-fast benchmark. The page initially loads, but all of the fish show up as black rectangles. Then, before they have a chance to animate, the whole browser goes down without a crash report.
User Agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:26.0) Gecko/20100101 Firefox/26.0
Graphics
Device ID 0x fd5
GPU Accelerated Windows 2/2 OpenGL (OMTC)
Vendor ID 0x10de
WebGL Renderer NVIDIA Corporation -- NVIDIA GeForce GT 650M OpenGL Engine
windowLayerManagerRemote true
AzureCanvasBackend quartz
AzureContentBackend quartz
AzureFallbackCanvasBackend none
AzureSkiaAccelerated 0
Comment 1•11 years ago
|
||
Flags: needinfo?(matt.woodrow)
Updated•11 years ago
|
Keywords: regression,
regressionwindow-wanted
Updated•11 years ago
|
Crash Signature: [@ mozalloc_abort(char const*) | NS_DebugBreak | HexEncode(void const*, unsigned long)::kHexChars ]
Summary: Crash on fishie-fast → Crash on fishie-fast (ABORT: not reached: file ../../../../gfx/layers/ipc/ImageBridgeChild.cpp, line 452)
Comment 3•11 years ago
|
||
I can only reproduce bug 912173 on this page, nothing that looks like this stack.
Flags: needinfo?(matt.woodrow)
Comment 4•11 years ago
|
||
Maybe this was related to Nical' ImageBridge changes.
Reporter | ||
Comment 5•11 years ago
|
||
Well, at least I got a crash report this time: https://crash-stats.mozilla.com/report/index/90f306e4-4873-4900-9f00-9f6c22130909
Comment 6•11 years ago
|
||
I *think* that is the same as bug 912173, although with an entirely different stack. It appears that the GLContext is invalid when we're trying to make it current, which fits with the other bug.
It should be fixed in the next nightly.
Reporter | ||
Comment 7•11 years ago
|
||
Looks like it. Fixed in today's nightly.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•9 years ago
|
Keywords: regressionwindow-wanted
You need to log in
before you can comment on or make changes to this bug.
Description
•