Open Bug 1334907 Opened 7 years ago Updated 28 days ago

Crash in [@ IPC::ParamTraits<mozilla::net::NetAddr>::Write ]

Categories

(Core :: Networking, defect, P3)

51 Branch
All
Windows
defect

Tracking

()

Tracking Status
firefox51 --- wontfix
firefox52 --- wontfix
firefox53 --- wontfix
firefox54 --- wontfix

People

(Reporter: philipp, Unassigned)

References

Details

(Keywords: crash, stalled, Whiteboard: [necko-triaged], qa-not-actionable)

Crash Data

This bug was filed from the Socorro interface and is 
report bp-d927c577-d763-4af7-b524-dc61c2170129.
=============================================================
Crashing Thread (0)
Frame 	Module 	Signature 	Source
0 	mozglue.dll 	mozalloc_abort(char const* const) 	memory/mozalloc/mozalloc_abort.cpp:33
1 	xul.dll 	NS_DebugBreak 	xpcom/base/nsDebugImpl.cpp:436
2 	xul.dll 	IPC::ParamTraits<mozilla::net::NetAddr>::Write(IPC::Message*, mozilla::net::NetAddr const&) 	obj-firefox/dist/include/mozilla/net/NeckoMessageUtils.h:111
3 	xul.dll 	mozilla::net::PHttpChannelParent::SendOnStartRequest(nsresult const&, mozilla::net::nsHttpResponseHead const&, bool const&, mozilla::net::nsHttpHeaderArray const&, bool const&, bool const&, unsigned int const&, nsCString const&, nsCString const&, mozilla::net::NetAddr const&, mozilla::net::NetAddr const&, short const&, unsigned int const&) 	obj-firefox/ipc/ipdl/PHttpChannelParent.cpp:93
4 	xul.dll 	mozilla::net::HttpChannelParent::OnStartRequest(nsIRequest*, nsISupports*) 	netwerk/protocol/http/HttpChannelParent.cpp:1185
5 	xul.dll 	mozilla::net::HttpChannelParentListener::OnStartRequest(nsIRequest*, nsISupports*) 	netwerk/protocol/http/HttpChannelParentListener.cpp:72
6 	xul.dll 	mozilla::net::nsHttpChannel::CallOnStartRequest() 	netwerk/protocol/http/nsHttpChannel.cpp:1313
7 	xul.dll 	mozilla::net::nsHttpChannel::InitCacheEntry() 	netwerk/protocol/http/nsHttpChannel.cpp:4839
8 	xul.dll 	mozilla::net::nsHttpChannel::ContinueProcessNormal(nsresult) 	netwerk/protocol/http/nsHttpChannel.cpp:2364

this is a crash across all versions of windows and the signature is accounting for 0.5% of browser crashes on 51.0.1 at the moment.

Correlations for Firefox Release
(88.96% in signature vs 00.21% overall) Module "AM32-32562.dll" = true [96.83% vs 00.37% if platform_pretty_version = Windows 7]
(94.48% in signature vs 00.22% overall) abort_message = ###!!! ABORT: Unknown socket family: file c:\builds\moz2_slave\m-rel-w32-00000000000000000000\build\src\obj-firefox\dist\include\mozilla/net/NeckoMessageUtils.h, line 111

AM32-32562.dll is part of the external admuncher software which apparently scans all network traffic for the purpose of blocking ads, so it might be related to bug 1222933 where we saw a similar correlation...
Based on the metadata, aParam.raw.family = 58853 in all the crashes I've seen.
58853 = 0xe5e5
Whiteboard: [necko-next]
Mass wontfix for bugs affecting firefox 52.
Crash Signature: [@ Abort | Unknown socket family | mozalloc_abort | NS_DebugBreak | IPC::ParamTraits<mozilla::net::NetAddr>::Write] → [@ Abort | Unknown socket family | mozalloc_abort | NS_DebugBreak | IPC::ParamTraits<mozilla::net::NetAddr>::Write] [@ IPC::ParamTraits<mozilla::net::NetAddr>::Write ]
Mark 54 won't fix as the volume of crashes is low.
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P2
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Priority: P2 → P3
Whiteboard: [necko-next] → [necko-next], qa-not-actionable
Severity: critical → S2

Since the crash volume is low (less than 5 per week), the severity is downgraded to S3. Feel free to change it back if you think the bug is still critical.

For more information, please visit auto_nag documentation.

Severity: S2 → S3

About one crash per release.
The family is no longer e5e5 :) - Instead it's AF_LOCAL or UnknownNetAddrSocketFamily 22

Keywords: stalled
Whiteboard: [necko-next], qa-not-actionable → [necko-triaged], qa-not-actionable
Crash Signature: [@ Abort | Unknown socket family | mozalloc_abort | NS_DebugBreak | IPC::ParamTraits<mozilla::net::NetAddr>::Write] [@ IPC::ParamTraits<mozilla::net::NetAddr>::Write ] → [@ IPC::ParamTraits<mozilla::net::NetAddr>::Write ]
Summary: Crash in Abort | Unknown socket family | mozalloc_abort | NS_DebugBreak | IPC::ParamTraits<mozilla::net::NetAddr>::Write → Crash in [@ IPC::ParamTraits<mozilla::net::NetAddr>::Write ]
You need to log in before you can comment on or make changes to this bug.