Closed
Bug 653675
Opened 15 years ago
Closed 8 years ago
crash at nsIFrame::InvalidateTransformLayer
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: aki.helin, Unassigned)
Details
(Keywords: crash, testcase)
Crash Data
Attachments
(1 file)
|
117 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
Build Identifier: Mozilla/5.0 (X11; Linux x86_64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
Browser crashes with a null deref at nsIFrame::InvalidateTransformLayer when a page is viewed.
Reproducible: Always
Steps to Reproduce:
1. $ echo '<body style="-moz-transform: rotate(520327040619807469187028288680706778649deg); position:fixed;"> <body text=black>' > crash.html
2. ...
3. $ firefox crash.html
Actual Results:
Crashreporter is necessary.
Expected Results:
Crashreported should not be necessary.
I don't have a debug build at hand to test with, but I only got a null deref out of this in initial tests.
Bumped up priority to get this noticed and marked platform to all/all after seeing this on 32- and 64-bit Linux, 64-bit Win7 and 32-bit WinNT (@ Bug 668579). Still crashes Aurora, Beta and has been crashing stable for a long time over here.
Updated•14 years ago
|
Crash Signature: [@ nsIFrame::InvalidateTransformLayer ]
Updated•12 years ago
|
Attachment #545058 -
Attachment mime type: text/plain → text/html
Comment 4•12 years ago
|
||
Testcase doesn't crash anymore in Firefox27 on MacOS X.
Aki, can you confirm?
Pushed by mpalmgren@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/0943ce386625
Add a crashtest. r=mats
Updated•8 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Flags: in-testsuite+
Resolution: --- → WORKSFORME
Comment 6•8 years ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•