Closed
Bug 1315464
Opened 9 years ago
Closed 9 years ago
Intermittent gtest | application crashed [@ RegionBitmap::set]
Categories
(Core :: Graphics, defect, P5)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla54
| Tracking | Status | |
|---|---|---|
| firefox51 | --- | unaffected |
| firefox52 | --- | fixed |
| firefox53 | --- | fixed |
| firefox54 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: erahm)
References
Details
(Keywords: intermittent-failure, Whiteboard: [gfx-noted])
Attachments
(1 file)
|
1.49 KB,
patch
|
jrmuizel
:
review+
|
Details | Diff | Splinter Review |
Filed by: philringnalda [at] gmail.com
https://treeherder.mozilla.org/logviewer.html#?job_id=38721759&repo=mozilla-inbound
https://archive.mozilla.org/pub/firefox/tinderbox-builds/mozilla-inbound-linux-debug/1478332941/mozilla-inbound_ubuntu32_vm-debug_test-gtest-bm06-tests1-linux32-build1059.txt.gz
Priority: -- → P5
Whiteboard: [gfx-noted]
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Comment 4•9 years ago
|
||
Regression from bug 1249710 maybe?
status-firefox51:
--- → unaffected
status-firefox52:
--- → affected
status-firefox53:
--- → affected
Flags: needinfo?(kevin.m.wern)
Comment 6•9 years ago
|
||
Retriggers say this was caused by bug 1313481.
https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&filter-searchStr=gtest&tochange=2f27c76cb23119d2924dd8ccd8fe827ec9de06ed&fromchange=51d34a672785d377376a9f277fab1fd37fd3ac6a&filter-resultStatus=success&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=retry&filter-resultStatus=running&filter-resultStatus=pending&filter-resultStatus=runnable
Blocks: 1313481
Flags: needinfo?(erahm)
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Comment 11•9 years ago
|
||
Not sure how TestTArray is involved here. I imagine putting 720K on the stack [1] might have something to do with it.
[1] http://searchfox.org/mozilla-central/rev/8fa84ca6444e2e01fb405e078f6d2c8da0e55723/gfx/tests/gtest/TestRegion.cpp#455-456
Flags: needinfo?(erahm)
| Assignee | ||
Comment 12•9 years ago
|
||
Avoid allocating 720K on the stack.
Attachment #8831221 -
Flags: review?(jmuizelaar)
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → erahm
Status: NEW → ASSIGNED
Updated•9 years ago
|
Attachment #8831221 -
Flags: review?(jmuizelaar) → review+
| Assignee | ||
Comment 13•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/14eaca39290b368c31c959c4646ea7aed836f817
Bug 1315464 - Dynamically allocate test regions. r=jrmuizel
Comment 14•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox54:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
Comment 15•9 years ago
|
||
| bugherder uplift | ||
Flags: in-testsuite+
Comment 16•9 years ago
|
||
| bugherder uplift | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•