Open
Bug 1370836
Opened 9 years ago
Updated 3 years ago
Memory leak while sending jpeg-streams over websocket using FireFox with e10s
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
UNCONFIRMED
People
(Reporter: maxim.janzen, Unassigned)
References
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0
Build ID: 20170518000419
Steps to reproduce:
We are sending jpeg-streams over websocket to our Website, Sadly I cannot provide any source code or test-system for reproducing, but I found a similar bug (Bug 1280916) which seems to be the same issue, also I will attach some memory reports from about:memory. If the time distance they were created is to short for comparison, I will create new reports.
Actual results:
With e10s activated our memory is constantly increasing, with e10s deactivated the memory usage is stable.
Expected results:
The memory usage, using FireFox with e10s, should be stable.
| Reporter | ||
Comment 1•9 years ago
|
||
Updated•9 years ago
|
Component: Untriaged → Networking: WebSockets
Product: Firefox → Core
Updated•9 years ago
|
Component: Networking: WebSockets → DOM
Comment 3•8 years ago
|
||
Hi, sorry for the delay. Do you think it's possible for you to provide a testcase?
I know that firefox has a memory leak (and we are working on it) when websockets are used in workers in non-e10s. Maybe this is connected.
Flags: needinfo?(amarchesini) → needinfo?(maxim.janzen)
| Reporter | ||
Comment 4•8 years ago
|
||
Hi, I am also sorry for the delay, I will communicate this with my team leader and message you if I have more information.
Flags: needinfo?(maxim.janzen)
Updated•8 years ago
|
Priority: -- → P2
| Reporter | ||
Comment 5•8 years ago
|
||
I have the ok to provide an test-system for you, but it will take some days to set everything up.
| Reporter | ||
Comment 6•8 years ago
|
||
I have created a virtual machine in azure with our software installed. If its possible I would provide the login data to this machine privately to an responsible official.
Comment 7•7 years ago
|
||
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Priority: P2 → P3
| Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•