Closed
Bug 1151848
Opened 10 years ago
Closed 10 years ago
Child abort on send signature @ mozilla::hal_sandbox::PHalChild::SendGetCurrentScreenConfiguration(mozilla::hal::ScreenConfiguration *)
Categories
(Core :: DOM: Content Processes, defect)
Tracking
()
RESOLVED
FIXED
mozilla42
People
(Reporter: tracy, Assigned: mrbkap)
References
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
|
3.17 KB,
patch
|
billm
:
review+
ritu
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Broken out per bug 1092216 comment 9
Bug 1092216 Child abort on send signature breakdown:
----------------------------------------------------
21 9.8% mozilla::hal_sandbox::PHalChild::SendGetCurrentScreenConfiguration(mozilla::hal::ScreenConfiguration *)
| Reporter | ||
Updated•10 years ago
|
Component: IPC → DOM: Content Processes
Updated•10 years ago
|
Comment 1•10 years ago
|
||
Video DownloadHelper add-on is at least one culprit.
Just having it and flash enabled crashed a page for me. (i.e. just viewing page, not explicitly using add-on)
Restarted, tried on windows, no crash and crash no longer happened when back to linux.
Comment 3•10 years ago
|
||
(Continuing discussion from bug 1160748)
I would try to find the regression range, but I haven't been able to reproduce the issue on a clean profile so far. However, I just had another site [1] crash on me (same bug), and Video DownloadHelper wasn't enabled this time.
[1] http://www.imagemagick.org/Usage/resize/
Comment 4•10 years ago
|
||
Bug 1092216 Child abort on send signature breakdown:
----------------------------------------------------
275 95.5% mozilla::hal_sandbox::PHalChild::SendGetCurrentScreenConfiguration(mozilla::hal::ScreenConfiguration *)
8 2.8% mozilla::dom::TabChild::DoSendBlockingMessage(JSContext *,nsAString_internal const &,mozilla::dom::StructuredCloneData const &,JS::Handle<JSObject *>,nsIPrincipal *,nsTArray<nsString> *,bool)
2 0.7% mozilla::dom::PStorageChild::SendPreload(nsCString const &,unsigned int const &,nsTArray<nsString> *,nsTArray<nsString> *,nsresult *)
1 0.3% mozilla::dom::PContentChild::SendKeywordToURI(nsCString const &,nsString *,mozilla::ipc::OptionalInputStreamParams *,mozilla::ipc::OptionalURIParams *)
1 0.3% mozilla::dom::PBrowserChild::SendGetDPI(float *)
1 0.3% mozilla::dom::PContentChild::SendFindPlugins(unsigned int const &,nsTArray<mozilla::plugins::PluginTag> *,unsigned int *)
Updated•10 years ago
|
Assignee: nobody → mrbkap
Updated•10 years ago
|
Crash Signature: [@ mozalloc_abort(char const* const) | NS_DebugBreak | mozilla::ipc::MessageChannel::DebugAbort(char const*, int, char const*, char const*, bool) | mozilla::ipc::MessageChannel::Send(IPC::Message*, IPC::Message*) | mozilla::hal_sandbox::PHalChild::SendGet…
| Assignee | ||
Comment 5•10 years ago
|
||
Attachment #8625592 -
Flags: review?(wmccloskey)
Attachment #8625592 -
Flags: review?(wmccloskey) → review+
| Assignee | ||
Comment 6•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
| Assignee | ||
Comment 9•10 years ago
|
||
Comment on attachment 8625592 [details] [diff] [review]
patch v1
This is a topcrasher on Aurora, we should probably uplift it. The patch applies cleanly.
Approval Request Comment
[Feature/regressing bug #]: n/a
[User impact if declined]: More crashes using extensions.
[Describe test coverage new/current, TreeHerder]: The code has a mochitest (a crashtest, really) checked into trunk.
[Risks and why]: Low risk, uses mechanisms already in use elsewhere to solve a well-understood problem.
[String/UUID change made/needed]: n/a
Attachment #8625592 -
Flags: approval-mozilla-aurora?
Comment 10•10 years ago
|
||
Comment on attachment 8625592 [details] [diff] [review]
patch v1
This fix seems stable as it has been in m-c for a few days now without any negative impact. Let's uplift to Aurora.
Attachment #8625592 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 11•10 years ago
|
||
status-firefox41:
--- → fixed
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•