Crash in [@ PR_Poll | mozilla::net::nsSocketTransport::ReleaseFD_Locked]
Categories
(Core :: Networking, defect, P2)
Tracking
()
People
(Reporter: marcia, Assigned: kershaw)
Details
(Keywords: crash, regression, Whiteboard: [necko-triaged][adv-main67-])
Crash Data
This bug is for crash report bp-ce3c2f4b-e713-4367-b308-541090190205.
Small volume Mac regression which may have started in 67 nightly, Build 20190204092937: https://bit.ly/2URuaa9. There is one crash with this signature in 66.0b7. 4 crashes recently between nightly 67/68.
Possible nightly regression range based on Build ID: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=1b713c9f40d5817de78f88ac3414cc90bf7531f4&tochange=a27965fa737496e7516e3f60becf093c548de585
Top 10 frames of crashing thread:
0 libnss3.dylib PR_Poll nsprpub/pr/src/pthreads/ptio.c
1 XUL mozilla::net::nsSocketTransport::ReleaseFD_Locked netwerk/base/nsSocketTransport2.cpp:3450
2 XUL non-virtual thunk to mozilla::net::nsSocketTransportService::OnDispatchedEvent netwerk/base/nsSocketTransportService2.cpp
3 libsystem_kernel.dylib libsystem_kernel.dylib@0x15405
4 libmozglue.dylib arena_t::MallocSmall memory/build/Mutex.h:73
5 XUL base::Histogram::BucketIndex const ipc/chromium/src/base/histogram.cc:269
6 XUL ipc/chromium/src/base/histogram.cc:116
7 XUL non-virtual thunk to mozilla::net::nsSocketTransportService::OnDispatchedEvent netwerk/base/nsSocketTransportService2.cpp
8 XUL mozilla::ThreadEventQueue<mozilla::EventQueue>::PutEventInternal xpcom/base/nsCOMPtr.h:331
9 XUL <name omitted> xpcom/threads/ThreadEventTarget.cpp:159
Assignee | ||
Comment 1•6 years ago
|
||
Assign to myself, since my patches are in the possible regression range.
Updated•6 years ago
|
Assignee | ||
Comment 2•6 years ago
|
||
The crash all happens on osx and somehow related to pr_poll.
Dragana, from my vague memory, it seems you mentioned that there is a problem related to pr_poll on osx.
Could you remind me again what it is about? Thanks.
Comment 3•6 years ago
|
||
(In reply to Kershaw Chang [:kershaw] from comment #2)
The crash all happens on osx and somehow related to pr_poll.
Dragana, from my vague memory, it seems you mentioned that there is a problem related to pr_poll on osx.
Could you remind me again what it is about? Thanks.
that is bug 1516325 and this is probably be the same issue
Comment 4•6 years ago
|
||
Fixed in 67/68 in bug 1516325.
Updated•6 years ago
|
Updated•2 years ago
|
Description
•