Closed
Bug 1173108
Opened 9 years ago
Closed 9 years ago
Assertion failure with APZ enabled on desktop builds
Categories
(Core :: Panning and Zooming, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: kats, Assigned: kats)
References
Details
Attachments
(1 file)
(deleted),
text/plain
|
Details |
I'm hitting the assertion at [1] frequently in Linux desktop debug build with e10s and APZ enabled. I have some local patches applied but they shouldn't affect this code path.
[1] https://hg.mozilla.org/mozilla-central/rev/1f0fdd3b4007#l1.14
Assignee | ||
Comment 1•9 years ago
|
||
In the attached output there is no root APZC for layersId=2 and so when the mouse event hits one of the nodes in the child process it crashes.
Comment 2•9 years ago
|
||
This is on any page? So based on the hittree I'm guessing no layer gets metrics in the child process layer tree? Do you know why the code at
http://mxr.mozilla.org/mozilla-central/source/layout/base/nsDisplayList.cpp?rev=a509c974aa1f#1577
is not setting metrics?
Assignee | ||
Comment 3•9 years ago
|
||
I'm rebuilding without my patches to make sure it's not caused by that. The STR are pretty much "start the browser with APZ enabled, ctrl+l to put focus in the URL bar, start typing a URL". Sometimes I have to load the url too.
Assignee | ||
Comment 4•9 years ago
|
||
Hm, it might be from my patches after all. I'll investigate.
Assignee: nobody → bugmail.mozilla
Assignee | ||
Comment 5•9 years ago
|
||
Yeah it was an issue from my patches. Minor pre-existing bug that got exposed.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•