Closed
Bug 1420879
Opened 7 years ago
Closed 1 year ago
Scrolling gets janky after a few days of the browser running
Categories
(Core :: Performance: General, defect)
Core
Performance: General
Tracking
()
RESOLVED
INACTIVE
Tracking | Status | |
---|---|---|
firefox59 | --- | affected |
People
(Reporter: asa, Unassigned, NeedInfo)
Details
This is a profile of janky scrolling on Twitter. I don't notice it until the browser's been running for a few days. https://perfht.ml/2n8v9pS Tested on a 57 release build on windows 10
Comment 1•7 years ago
|
||
Parent main thread is super busy doing:
NtUserPeekMessage
Which calls into stuff like:
[thunk]:CWmTouchContext::`vector deleting destructor'`adjustor{24}'
See:
https://perfht.ml/2k3mkMX
Aaron, is this a11y hook stuff?
Flags: needinfo?(aklotz)
Comment 2•7 years ago
|
||
That code lives in ninput.dll, which according to MSDN is for gesture detection and such.
https://msdn.microsoft.com/en-us/library/windows/desktop/hh448840(v=vs.85).aspx
Flags: needinfo?(aklotz)
Comment 3•7 years ago
|
||
Hmm, ok. Not sure where to put that then.
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Severity: S3 → --
Component: General → Performance
Comment 4•2 years ago
|
||
This bug was moved into the Performance component.
:asa, could you make sure the following information is on this bug?
- For slowness or high CPU usage, capture a profile with http://profiler.firefox.com/, upload it and share the link here.
- For memory usage issues, capture a memory dump from
about:memory
and attach it to this bug. - Troubleshooting information: Go to
about:support
, click "Copy raw data to clipboard", paste it into a file, save it, and attach the file here.
If the requested information is already in the bug, please confirm it is recent.
Thank you.
Flags: needinfo?(asa)
Comment 5•1 year ago
|
||
With no answer from the reporter, we don’t have enough data to reproduce and/or fix this issue. Please reopen or file a new bug with more information if you see it again.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•