Closed
Bug 1269854
Opened 9 years ago
Closed 6 years ago
Crash in mozalloc_abort | NS_DebugBreak | mozilla::ipc::LogicError | mozilla::net::PTCPSocket::Transition from ABORT: __delete__()d actor, on chatous.com
Categories
(Core :: Networking, defect, P1)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: dbaron, Assigned: jduell.mcbugs)
References
()
Details
(Keywords: crash, Whiteboard: [necko-active])
Crash Data
This bug was filed from the Socorro interface and is
report bp-e728ca27-8b46-44e2-ad6b-fef572160503.
=============================================================
There have been a few crash reports on aurora with this signature. Note that the crash signature would have changed in bug 1269033 and a few weeks before in bug 1262463.
In 2 of the 3 crash reports the URL was https://chatous.com/# , so it might be possible to find steps to reproduce the bug.
In all cases, they're an abort from:
###!!! ABORT: __delete__()d actor: file c:/builds/moz2_slave/m-aurora-w32-ntly-000000000000/build/src/ipc/glue/ProtocolUtils.cpp, line 465
Comment 1•9 years ago
|
||
Looks like TCPSocketParent should be guarding all IPC calls with the mIPCOpen boolean.
Comment 2•9 years ago
|
||
(In reply to Josh Matthews [:jdm] from comment #1)
> Looks like TCPSocketParent should be guarding all IPC calls with the
> mIPCOpen boolean.
Yes, looks like it. I will try to get to it soon.
Updated•9 years ago
|
Whiteboard: [necko-backlog]
Updated•9 years ago
|
Assignee: nobody → jduell.mcbugs
Whiteboard: [necko-backlog] → [necko-active]
Comment 3•8 years ago
|
||
Crash volume for signature 'mozalloc_abort | NS_DebugBreak | mozilla::ipc::LogicError | mozilla::net::PTCPSocket::Transition':
- nightly (version 50): 2 crashes from 2016-06-06.
- aurora (version 49): 13 crashes from 2016-06-07.
- beta (version 48): 36 crashes from 2016-06-06.
- release (version 47): 0 crash from 2016-05-31.
- esr (version 45): 0 crash from 2016-04-07.
Crash volume on the last weeks:
Week N-1 Week N-2 Week N-3 Week N-4 Week N-5 Week N-6 Week N-7
- nightly 0 0 0 0 0 2 0
- aurora 0 0 0 0 7 5 1
- beta 0 0 0 0 5 20 11
- release 0 0 0 0 0 0 0
- esr 0 0 0 0 0 0 0
Affected platform: Windows
status-firefox48:
--- → affected
status-firefox50:
--- → affected
Comment 4•7 years ago
|
||
Bulk priority update: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P1
Comment 5•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
•