Closed
Bug 1440204
Opened 7 years ago
Closed 7 years ago
Intermittent GECKO(1049) | Assertion failure: mRawPtr != nullptr (You can't dereference a NULL RefPtr with operator->().), at /builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/RefPtr.h:318
Categories
(Core :: Audio/Video: Playback, defect, P5)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: intermittent-bug-filer, Unassigned)
References
Details
(Keywords: intermittent-failure)
Filed by: ncsoregi [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=163606684&repo=mozilla-inbound
https://queue.taskcluster.net/v1/task/DEEzFcbRQMKBQCjngQWG0w/runs/0/artifacts/public/logs/live_backing.log
[task 2018-02-22T03:04:34.062Z] 03:04:34 INFO - TEST-START | dom/media/test/test_streams_autoplay.html
[task 2018-02-22T03:04:34.203Z] 03:04:34 INFO - GECKO(1049) | ++DOMWINDOW == 34 (0xdd0f3800) [pid = 1096] [serial = 237] [outer = 0xf70480c0]
[task 2018-02-22T03:04:34.340Z] 03:04:34 INFO - GECKO(1049) | ++DOCSHELL 0xdb816800 == 12 [pid = 1096] [id = {2c7f8e3e-50e9-4f33-8bc0-a90a01a10f5f}]
[task 2018-02-22T03:04:34.342Z] 03:04:34 INFO - GECKO(1049) | ++DOMWINDOW == 35 (0xddae25c0) [pid = 1096] [serial = 238] [outer = (nil)]
[task 2018-02-22T03:04:34.399Z] 03:04:34 INFO - GECKO(1049) | ++DOMWINDOW == 36 (0xdd0f0000) [pid = 1096] [serial = 239] [outer = 0xddae25c0]
[task 2018-02-22T03:04:34.579Z] 03:04:34 INFO - GECKO(1049) | MEMORY STAT | vsize 985MB | residentFast 187MB | heapAllocated 29MB
[task 2018-02-22T03:04:34.759Z] 03:04:34 INFO - TEST-OK | dom/media/test/test_streams_autoplay.html | took 692ms
[task 2018-02-22T03:04:34.816Z] 03:04:34 INFO - GECKO(1049) | ++DOMWINDOW == 37 (0xdca6bc00) [pid = 1096] [serial = 240] [outer = 0xf70480c0]
[task 2018-02-22T03:04:34.894Z] 03:04:34 INFO - GECKO(1049) | Assertion failure: mRawPtr != nullptr (You can't dereference a NULL RefPtr with operator->().), at /builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/RefPtr.h:318
[task 2018-02-22T03:05:08.998Z] 03:05:08 INFO - GECKO(1049) | #01: RefPtr<mozilla::layers::Layer>::operator-> [mfbt/RefPtr.h:317]
[task 2018-02-22T03:05:08.999Z] 03:05:08 INFO -
[task 2018-02-22T03:05:09.000Z] 03:05:09 INFO - GECKO(1049) | #02: mozilla::FrameLayerBuilder::GetOldLayerForFrame [layout/painting/FrameLayerBuilder.cpp:2092]
This happened during a media test, but the stack trace is inside nsDisplayList::BuildLayers, so maybe it's more to do with painting.
WDYT Matt?
Flags: needinfo?(matt.woodrow)
Comment 2•7 years ago
|
||
Crash is here: https://searchfox.org/mozilla-central/source/layout/painting/FrameLayerBuilder.cpp#2092
Disconnected() implies that mLayer is nullptr, which is why we're crashing. Probably should check that first.
Flags: needinfo?(matt.woodrow)
See Also: → 1440298
Comment hidden (Intermittent Failures Robot) |
Comment 4•7 years ago
|
||
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•