Closed
Bug 926525
Opened 11 years ago
Closed 10 years ago
crash in nsLayoutUtils::ComputeWidthValue(nsRenderingContext*, nsIFrame*, int, int, int, nsStyleCoord const&)
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jbecerra, Unassigned)
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-de3e5ebb-9e27-466f-b9ec-721d72131011.
=============================================================
This in the list of top crashes for Aurora 26 (top 5). There are a couple of comments, with not much to go on, but the URLs are mostly facebook and google search related.
It seems to happen on Windows only, and it started happening last week (around 10/10) in larger numbers.
Almost all the hits are from a single user who appears to have a memory error (or meddling from some external source).
The crashing instruction is:
d105a4fd8902 rol dword ptr [xul!_real (0289fda4)],1
There is a single-bit error in the first byte. That instruction was supposed to be:
d905a4fd8902 fld dword ptr [xul!_real (0289fda4)]
Comment 2•10 years ago
|
||
Invalid per comment 1
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•