Closed
Bug 1111315
Opened 11 years ago
Closed 11 years ago
crash in mozalloc_abort(char const*) | NS_DebugBreak | mozilla::ipc::MessageChannel::DebugAbort(char const*, int, char const*, char const*, bool) const | mozilla::ipc::MessageChannel::Send(IPC::Message*, IPC::Message*)
Categories
(Core :: IPC, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1086684
| Tracking | Status | |
|---|---|---|
| e10s | ? | --- |
People
(Reporter: nigelb, Unassigned)
References
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-d4e62459-123e-4f4a-88b7-bee9d2141214.
=============================================================
I ran into this crash twice today when uploading a file via the Request Tracker interface. For what it's worth, I have e10s enabled. Not sure if it's not normal for e10s crashes, but it caused all my tabs to crash. I tried twice and I could reproduce it consistently both times.
Comment 1•11 years ago
|
||
Looks like an intentional abort from this IPC_ASSERT:
wmccloskey@209270 702 IPC_ASSERT(aMsg->priority() >= DispatchingSyncMessagePriority(),
wmccloskey@209270 703 "can't send sync message of a lesser priority than what's being dispatched");
Component: General → IPC
Product: Firefox → Core
Updated•11 years ago
|
Blocks: e10s
tracking-e10s:
--- → ?
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 3•11 years ago
|
||
This crash is triggered by LastPass 3.1.54 for me as opposed to Lazarus in the bug this has been duped to.
That's fine. It's the same bug.
You need to log in
before you can comment on or make changes to this bug.
Description
•