Closed
Bug 1187736
Opened 10 years ago
Closed 5 years ago
KillHard failures in SendGetCookieString
Categories
(Core :: Networking: Cookies, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 1562868
People
(Reporter: jimm, Unassigned)
References
Details
(Whiteboard: KillHard[necko-backlog])
This api still seems to be a problem on nightly -
mozilla::net::PCookieServiceChild::SendGetCookieString(..):
1 - '(msgtype=0x3C0002,name=???) Route error: message sent to unknown actor ID'
2 - 'HangMonitor'
22 - '(msgtype=0x3E0003,name=PCookieService::Msg_SetCookieString) Processing error: message was deserialized, but the handler returned false (indicating failure)'
1 - '(msgtype=0x4A0008,name=PDocAccessible::Msg_BindChildDoc) Processing error: message was deserialized, but the handler returned false (indicating failure)'
Oddly aurora builds don't seem to fail as much here.
Updated•10 years ago
|
Updated•10 years ago
|
Severity: normal → critical
status-firefox41:
--- → ?
status-firefox43:
--- → ?
status-firefox44:
--- → ?
Whiteboard: KillHard
Version: Trunk → 42 Branch
Updated•10 years ago
|
OS: Unspecified → Windows
Hardware: Unspecified → All
Updated•9 years ago
|
Whiteboard: KillHard → KillHard[necko-backlog]
![]() |
Reporter | |
Updated•9 years ago
|
Flags: needinfo?(jmathies)
![]() |
Reporter | |
Comment 1•9 years ago
|
||
Still shows up at the top of a short list. It'd be good if we could figure out why this particular call fails more often that others.
Bug 1116884 KillHard child signature breakdown:
----------------------------------------------------
4 28.6% mozilla::net::PCookieServiceChild::SendGetCookieString(..)
3 21.4% mozilla::dom::PScreenManagerChild::SendScreenForBrowser(mozilla::dom::IdType<mozilla::dom::TabParent> const &,mozilla::dom::ScreenDetails *,bool *)
3 21.4% mozilla::dom::PBrowserChild::SendGetInputContext(..)
1 7.1% SendSyncMessage(..)
1 7.1% SendRpcMessage(..)
1 7.1% mozilla::layers::PLayerTransactionChild::SendUpdate(nsTArray<mozilla::layers::Edit> const &,nsTArray<mozilla::layers::OpDestroy> const &,unsigned __int64 const &,mozilla::layers::TargetConfig const &,nsTArray<mozilla::layers
::PluginWindowData> const &,bool const &,bool const &,unsigned int const &,bool const &,mozilla::TimeStamp const &,int const &,nsTArray<mozilla::layers::EditReply> *)
1 7.1% mozilla::plugins::PPluginWidgetChild::SendGetNativePluginPort(..)
IPC error breakdown per KillHard signature:
----------------------------------------------------
mozilla::net::PCookieServiceChild::SendGetCookieString(..):
5 - '(msgtype=0x7,name=???) Route error: message sent to unknown actor ID'
mozilla::dom::PScreenManagerChild::SendScreenForBrowser(mozilla::dom::IdType<mozilla::dom::TabParent> const &,mozilla::dom::ScreenDetails *,bool *):
4 - '(msgtype=0x7,name=???) Route error: message sent to unknown actor ID'
mozilla::dom::PBrowserChild::SendGetInputContext(..):
2 - '(msgtype=0x7,name=???) Route error: message sent to unknown actor ID'
2 - '(msgtype=0x4800F9,name=???) Unknown message: not processed'
SendSyncMessage(..):
2 - '(msgtype=0x7,name=???) Route error: message sent to unknown actor ID'
SendRpcMessage(..):
2 - '(msgtype=0x7,name=???) Route error: message sent to unknown actor ID'
mozilla::layers::PLayerTransactionChild::SendUpdate(nsTArray<mozilla::layers::Edit> const &,nsTArray<mozilla::layers::OpDestroy> const &,unsigned __int64 const &,mozilla::layers::TargetConfig const &,nsTArray<mozilla::layers::PluginWindowDa
ta> const &,bool const &,bool const &,unsigned int const &,bool const &,mozilla::TimeStamp const &,int const &,nsTArray<mozilla::layers::EditReply> *):
2 - '(msgtype=0x7,name=???) Route error: message sent to unknown actor ID'
mozilla::plugins::PPluginWidgetChild::SendGetNativePluginPort(..):
2 - '(msgtype=0x7,name=???) Route error: message sent to unknown actor ID'
Flags: needinfo?(jmathies)
Priority: -- → P2
Comment 2•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: P2 → P1
Comment 3•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: P1 → P3
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•