Closed
Bug 1331566
Opened 8 years ago
Closed 8 years ago
Crash [@InvalidArrayIndex_CRASH nsTArray_Impl<mozilla::gfx::Point4DTyped<mozilla::gfx::UnknownUnits, float>, nsTArrayInfallibleAllocator>::ElementAt mozilla::layers::BuildPathFromPolygon]
Categories
(Core :: Graphics, defect, P3)
Core
Graphics
Tracking
()
RESOLVED
DUPLICATE
of bug 1331894
People
(Reporter: cbook, Unassigned)
References
()
Details
(Keywords: crash, Whiteboard: [gfx-noted])
Attachments
(1 file)
163.62 KB,
text/plain
|
Details |
Found by bughunter and reproduced on latest m-c tinderbox debug build on windows.
Steps to reproduce:
-> Load http://www.simulationcurriculum.com
--> Crash
debug trunk windows only it seems so far.
xidorn could you take a look or do you know who could take a look ?
Reporter | ||
Updated•8 years ago
|
Flags: needinfo?(xidorn+moz)
Comment 1•8 years ago
|
||
This seems to be in gfx code, no? I'm not familiar with that part. Probably as milan?
Flags: needinfo?(xidorn+moz)
Reporter | ||
Comment 2•8 years ago
|
||
https://crash-stats.mozilla.com/report/index/84c7781a-6a37-43b5-9b9c-b08c22170117 seems to crash opt builds too
Reporter | ||
Updated•8 years ago
|
Component: Layout → Graphics
Updated•8 years ago
|
Priority: -- → P3
Whiteboard: [gfx-noted]
Comment 3•8 years ago
|
||
I tried in my windows machine and I cannot reproduce this issue. :Tomcat, could you post your about:support information? Thanks.
Flags: needinfo?(cbook)
Comment 4•8 years ago
|
||
This crash was caused by BasicCompositor change introduced in Bug 1323797. Reproducing it requires that layers hardware acceleration is turned off: layers.acceleration.disabled=true.
I have a fix for this crash in a duplicate Bug 1331894.
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: needinfo?(cbook)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•