Parent process hang on macOS
Categories
(Core :: Networking, defect)
Tracking
()
People
(Reporter: emilio, Unassigned)
References
Details
Attachments
(1 file)
202.74 KB,
text/plain
|
Details |
After updating to the latest macOS nightly the parent process is hung up and doesn't respond at all.
Filing under networking due to the stack from activity monitor for now.
Comment hidden (obsolete) |
Comment 2•3 years ago
|
||
Nevermind, wrong address. The actual inline stack is:
mozilla::OffTheBooksCondVar::Wait() at /builds/worker/workspace/obj-build/dist/include/mozilla/CondVar.h:58
(inlined by) mozilla::Monitor::Wait() at /builds/worker/workspace/obj-build/dist/include/mozilla/Monitor.h:35
(inlined by) mozilla::detail::BaseMonitorAutoLock<mozilla::Monitor>::Wait() at /builds/worker/workspace/obj-build/dist/include/mozilla/Monitor.h:134
(inlined by) (anonymous namespace)::BufferWriter::WriteAsync() at /builds/worker/checkouts/gecko/netwerk/base/nsNetUtil.cpp:1533
(inlined by) (anonymous namespace)::BufferWriter::Write() at /builds/worker/checkouts/gecko/netwerk/base/nsNetUtil.cpp:1412
(inlined by) NS_ReadInputStreamToBuffer(nsIInputStream*, void**, long long, unsigned long long*) at /builds/worker/checkouts/gecko/netwerk/base/nsNetUtil.cpp:1650
Reporter | ||
Comment 3•3 years ago
|
||
Reporter | ||
Comment 4•3 years ago
|
||
(That crash was forced via kill -SIGABRT <pid>
)
After restarting, I got another extremely similar crash (not hang!): https://crash-stats.mozilla.org/report/index/7d812641-c946-476e-9111-5e8050220504
And now nightly seems to work fine again, so far
Reporter | ||
Comment 5•3 years ago
|
||
So that's https://searchfox.org/mozilla-central/rev/d989c65584ded72c2de85cb40bede7ac2f176387/netwerk/base/nsNetUtil.cpp#1533, but that code hasn't changed in a while...
Comment 6•3 years ago
|
||
I've seen this kind of thing as well
Comment 7•3 years ago
|
||
It's being called from DataPipeReceiver::AsyncWait
, and that code is fairly new (from bug 1346446), so maybe Nika has an idea what might be going on?
Updated•3 years ago
|
Updated•3 years ago
|
Description
•