Closed
Bug 1348708
Opened 8 years ago
Closed 6 years ago
Crash in mozalloc_abort | NS_DebugBreak | mozilla::ipc::SentinelReadError
Categories
(Core :: IPC, defect, P3)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: mccr8, Unassigned)
References
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-1471b1c4-7b0b-4b2a-a5cb-95d792170319.
=============================================================
This is the new signature for sentinel mismatches, but it looks like a different issue than bug 1345872. It looks like it is happening in HttpChannel::Msg_OnTransportAndData__ID:
// Sentinel = 'data'
if ((!(((&(msg__)))->ReadSentinel((&(iter__)), 843352540)))) {
mozilla::ipc::SentinelReadError("Error deserializing 'nsCString'");
return MsgValueError;
}
Updated•7 years ago
|
Priority: -- → P3
Comment 1•6 years ago
|
||
Closing because no crash reported since 12 weeks.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•