Closed
Bug 1309730
Opened 9 years ago
Closed 9 years ago
Crash in IPCError-content | (msgtype=0x8A0017,name=???) Route error: message sent to unknown actor ID
Categories
(Core :: IPC, defect)
Core
IPC
Tracking
()
RESOLVED
DUPLICATE
of bug 1294719
People
(Reporter: jchen, Unassigned)
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-ae176827-7089-4b28-9e0c-cfc092161012.
=============================================================
Low volume crash that seems to have started with the 10-11 Nightly. It's currently the #15 crash for that Nightly on Windows with 9 crashes.
Bill, do you know of good ways to diagnose these crashes that have cryptic messages?
Flags: needinfo?(wmccloskey)
Comment 1•9 years ago
|
||
I think "Route error: message sent to unknown actor ID" generally means somebody tried to send a message to an actor that was already shut down. As for mapping the msgtype to a protocol, bug 1290766 comment 1 has some info. (We should put that somewhere on the Uptime pages...)
Comment 2•9 years ago
|
||
We can link to
https://wiki.mozilla.org/Electrolysis/Debugging#Working_backwards_from_a_C.2B.2B_Message_to_its_IPDL_message
But the script is partially broken and inconvenient. We could write a script to parse the value from source or debug symbol directly.
Comment 3•9 years ago
|
||
The msgtype 0x8A0017 in the reported version is mozilla::net::PHttpChannel::Msg_Redirect1Begin so this is a duplicate of bug 1307029 and bug 1294719 that changed signature. IMO we should fix the name=??? problem otherwise the signature will keep changing.
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Updated•9 years ago
|
Flags: needinfo?(wmccloskey)
You need to log in
before you can comment on or make changes to this bug.
Description
•