I'm running a process with webrtc integrated in Ubuntu, and it occasionally crashes as shown below. What's the reason? Has anyone encountered the same problem?
Is the crash related to a weak or disconnected network?
The condition for recurrence is: repeatedly creating and destroying peer connections
The webrtc version used is M86. The running system is Ubuntu 20.04.
crash stack is :
*** Aborted at 1755779541 (unix time) try "date -d @1755779541" if you are using GNU date *** *** SIGABRT (@0x3e800006cbf) received by PID 27839 from PID 27839; stack trace: *** @ 0x7f60ed7ff9ab alog::(anonymous namespace)::FailureSignalHandler() from /home/user/carplay/lib/libalog.so @ 0x7f60eaf0c420 (unknown) @ 0x7f60ead4900b gsignal from /usr/lib/x86_64-linux-gnu/libc-2.31.so @ 0x7f60ead28859 abort from /usr/lib/x86_64-linux-gnu/libc-2.31.so @ 0x7f60d2f672f8 (anonymous namespace)::WriteFatalLogAndAbort() from /home/user/carplay/lib/libwebrtcclient.so @ 0x7f60d2f67822 rtc::webrtc_checks_impl::FatalLog() from /home/user/carplay/lib/libwebrtcclient.so @ 0x7f60d30b08ce webrtc::(anonymous namespace)::TaskQueueLibevent::Delete() from /home/user/carplay/lib/libwebrtcclient.so @ 0x7f60d3028021 webrtc::RtpTransportControllerSend::~RtpTransportControllerSend() from /home/user/carplay/lib/libwebrtcclient.so @ 0x7f60d30282a6 webrtc::RtpTransportControllerSend::~RtpTransportControllerSend() from /home/user/carplay/lib/libwebrtcclient.so @ 0x7f60d33bdb97 webrtc::internal::Call::~Call() from /home/user/carplay/lib/libwebrtcclient.so @ 0x7f60d33be026 webrtc::internal::Call::~Call() from /home/user/carplay/lib/libwebrtcclient.so @ 0x7f60d33f5f72 _ZN3rtc12FunctionViewIFvvEE11CallVoidPtrIZN6webrtc14PeerConnectionD4EvEUlvE0_EEvNS2_9VoidUnionE from /home/user/carplay/lib/libwebrtcclient.so @ 0x7f60d2f7a9e6 _ZN6webrtc23webrtc_new_closure_impl11ClosureTaskIZN3rtc6Thread4SendERKNS2_8LocationEPNS2_14MessageHandlerEjPNS2_11MessageDataEEUlvE_E3RunEv from /home/user/carplay/lib/libwebrtcclient.so @ 0x7f60d2f7a90e rtc::Thread::QueuedTaskHandler::OnMessage() from /home/user/carplay/lib/libwebrtcclient.so @ 0x7f60d2f7bd2f rtc::Thread::Dispatch() from /home/user/carplay/lib/libwebrtcclient.so @ 0x7f60d2f7bab6 rtc::Thread::ProcessMessages() from /home/user/carplay/lib/libwebrtcclient.so @ 0x7f60d2f7b8eb rtc::Thread::PreRun() from /home/user/carplay/lib/libwebrtcclient.so @ 0x7f60eaf00609 start_thread from /usr/lib/x86_64-linux-gnu/libpthread-2.31.so @ 0x7f60eae25133 clone from /usr/lib/x86_64-linux-gnu/libc-2.31.so