cpp_client_telemetry icon indicating copy to clipboard operation
cpp_client_telemetry copied to clipboard

Crash on iOS [ODWLogManager flushAndTeardown]

Open denny-msft opened this issue 4 months ago • 1 comments

iOS ODWReachability::stopNotifier is missing a return causing a crash on tear down.

Module Function / Method File Line
libsystem_pthread.dylib pthread_mutex_lock$VARIANT$armv81
SystemConfiguration SCNetworkReachabilitySetCallback
Telemetry -[ODWReachability stopNotifier] ODWReachability.m 367
Telemetry -[ODWReachability dealloc] ODWReachability.m 265
Telemetry Microsoft::Applications::Events::PlatformAbstraction::NetworkInformation::~NetworkInformation() NetworkInformationImpl.mm 102
Telemetry _ZNSt3__110shared_ptrIN9Microsoft12Applications6Events15ITaskDispatcherEEaSB8ne180100EOS5_ shared_ptr.h 157
Telemetry Microsoft::Applications::Events::PlatformAbstraction::PlatformAbstractionLayer::shutdown() PAL.cpp 626
Telemetry Microsoft::Applications::Events::LogManagerImpl::FlushAndTeardown() PAL.hpp 215
Telemetry Microsoft::Applications::Events::LogManagerBase<Microsoft::Applications::Events::ModuleLogConfiguration>::FlushAndTeardown() LogManagerBase.hpp 290
Telemetry +[ODWLogManager flushAndTeardown] ODWLogManager.mm 267

Introduced in #1323 with v3.9.163.1

denny-msft avatar Aug 12 '25 19:08 denny-msft