Closed
Bug 1382442
Opened 7 years ago
Closed 7 years ago
GConf / ORBit calls bind() in content processes
Categories
(Core :: Security: Process Sandboxing, enhancement, P3)
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: jld, Assigned: jld)
References
Details
(Whiteboard: sb+)
Crash Data
Attachments
(1 file)
I'm seeing some Nightly crash reports where GConf/ORBit is trying to call bind(). I don't understand why it would be acting as a server when it's just trying to read a preference value (this seems to be, once again, nsProtocolProxyService), but maybe that's just how ORBit works.
Maybe it's time to just deal with nsProtocolProxyService and then make nsGConfService fail to start in content processes.
Updated•7 years ago
|
Whiteboard: sb+
Updated•7 years ago
|
Priority: -- → P3
Comment hidden (mozreview-request) |
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8900952 [details]
Bug 1382442 - Don't try to use GConf in content processes.
https://reviewboard.mozilla.org/r/172404/#review177776
As the WebRTC proxy support is probably mostly used in corporate environments I would be surprised if disabling this feature will result in problems (I'm assuming that not many corporate users are using Linux).
Attachment #8900952 -
Flags: review?(drno) → review+
Comment 4•7 years ago
|
||
mozreview-review |
Comment on attachment 8900952 [details]
Bug 1382442 - Don't try to use GConf in content processes.
https://reviewboard.mozilla.org/r/172404/#review179530
Attachment #8900952 -
Flags: review?(gpascutto) → review+
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → jld
Pushed by jedavis@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7cec07add03a
Don't try to use GConf in content processes. r=drno,gcp
Comment 6•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
You need to log in
before you can comment on or make changes to this bug.
Description
•