Closed Bug 726465 Opened 12 years ago Closed 12 years ago

eCSSUnit_Turn is missing from nsCSSValue::SizeOfExcludingThis

Categories

(Core :: CSS Parsing and Computation, defect)

x86_64
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla13

People

(Reporter: jruderman, Assigned: jruderman)

References

Details

(Keywords: assertion, testcase)

Attachments

(3 files)

###!!! ABORT: bad nsCSSUnit: 'false', file layout/style/nsCSSValue.cpp, line 1247

History:
* The memory reporter was added in bug 671299 part 3
* The turn unit was added in bug 716628
Attachment #596512 - Attachment is patch: false
Attachment #596512 - Attachment mime type: text/plain → text/html
Attached file stack trace
Attached patch patchSplinter Review
Assignee: nobody → jruderman
Status: NEW → ASSIGNED
Attachment #596514 - Flags: review?(dbaron)
Looks like the fuzzer just used the value from

https://hg.mozilla.org/mozilla-central/file/a096800c8f6b/layout/style/test/property_database.js#l1173

and then loaded about:memory.
Comment on attachment 596514 [details] [diff] [review]
patch

Yeah, looks like this code appeared after I wrote the patch but before I landed it...  and we had no automated tests that would catch this.  :(

r=me
Attachment #596514 - Flags: review?(dbaron) → review+
> Yeah, looks like this code appeared after I wrote the patch but before I
> landed it...  and we had no automated tests that would catch this.  :(

Bug 699307 is open for improving testing of memory reporters.  It has an r- patch that runs all the memory reporters on a blank tab, but I guess it would be much better to load some page that does a ton of stuff first.  Any suggestions for such a page?  I assume accessing random internet sites is not good in tests, i.e. the pages should be local?
The test machines black-hole external IPs, as I recal.  So if you check in a test that touches random stuff on the internet, it should always go orange with a test timeout.  So yes, test pages should be local....
Could you run all the memory reporters after each mochitest?
(In reply to Jesse Ruderman from comment #8)
> Could you run all the memory reporters after each mochitest?

I don't know how to do that... it sounds expensive -- it'd probably add a second or so to every mochitest.
https://hg.mozilla.org/mozilla-central/rev/46c00abe05a4
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla13
You need to log in before you can comment on or make changes to this bug.