Open
Bug 1901072
Opened 1 year ago
Updated 10 months ago
shutdownhang crashes in lambdas invoked by mozilla::detail::RunnableFunction
Categories
(Core :: Networking, defect, P2)
Core
Networking
Tracking
()
NEW
People
(Reporter: bwc, Unassigned)
Details
(Whiteboard: [necko-triaged])
I'm seeing a few different versions of this that are fairly common (you have to search for these manually due to bug 1652969):
mozilla::detail::RunnableFunction<`lambda at /builds/worker/checkouts/gecko/netwerk/socket/nsSocketProviderService.cpp:37:11'>::Run()
mozilla::detail::RunnableFunction<`lambda at /builds/worker/checkouts/gecko/netwerk/system/win32/nsNotifyAddrListener.cpp:423:19'>::Run()
mozilla::detail::RunnableFunction<`lambda at /builds/worker/checkouts/gecko/netwerk/dns/nsDNSService2.cpp:681:19'>::Run()
mozilla::detail::RunnableFunction<`lambda at /builds/worker/checkouts/gecko/netwerk/base/nsNetUtil.cpp:3071:19'>::Run()
Updated•1 year ago
|
Severity: -- → S3
Priority: -- → P2
Whiteboard: [necko-triaged]
Reporter | ||
Updated•10 months ago
|
Assignee: docfaraday → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•