Fix nsHttpActivityDistributor
Categories
(Core :: Networking: HTTP, defect, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | affected |
People
(Reporter: dragana, Assigned: kershaw)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 obsolete file)
nsHttpActivityDistributor is used by devTools. This works on the parent process. Look into whether it is possible to make devTools receive this info from the socket process. I am not sure if they are able to receive info from a child process.
I have seen a crash at:
netwerk/protocol/http/nsHttpActivityDistributor.cpp:37
| Assignee | ||
Comment 1•6 years ago
|
||
(In reply to Dragana Damjanovic [:dragana] from comment #0)
nsHttpActivityDistributor is used by devTools. This works on the parent process. Look into whether it is possible to make devTools receive this info from the socket process. I am not sure if they are able to receive info from a child process.
I have seen a crash at:
netwerk/protocol/http/nsHttpActivityDistributor.cpp:37
Do you have the stacktrace for the crash?
I think this might come from NullHttpTransaction.
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:kershaw, could you have a look please?
For more information, please visit auto_nag documentation.
| Assignee | ||
Comment 4•5 years ago
|
||
This one is landed in bug 1600254.
Updated•3 years ago
|
Description
•