We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
telegram 2.3.1 crashed on audio call after other side has answered.
Operating system: Linux
Version of Telegram Desktop: 2.3.1
Installation source (Linux Only) - distribution package
Used theme: regular
...
Thread 50 "telegram-deskto" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fff13669700 (LWP 2631811)] 0x00007ffff7e58e97 in webrtc::AudioProcessingImpl::noise_suppression (this=0x7fff13667e50) at /usr/include/c++/8/bits/unique_ptr.h:345 345 get() const noexcept (gdb) bt #0 0x00007ffff7e58e97 in webrtc::AudioProcessingImpl::noise_suppression (this=0x7fff13667e50) at /usr/include/c++/8/bits/unique_ptr.h:345 #1 0x0000000001a243cf in cricket::WebRtcVoiceEngine::ApplyOptions(cricket::AudioOptions const&) () #2 0x0000000001a24895 in cricket::WebRtcVoiceMediaChannel::SetOptions(cricket::AudioOptions const&) () #3 0x0000000001a252bc in cricket::WebRtcVoiceMediaChannel::SetSendParameters(cricket::AudioSendParameters const&) () #4 0x00000000018188a6 in tgcalls::MediaManager::MediaManager(rtc::Thread*, bool, tgcalls::MediaDevicesConfig const&, std::shared_ptrtgcalls::VideoCaptureInterface, std::function<void (tgcalls::Message&&)>, std::function<void (tgcalls::Message&&)>, std::function<void (int)>, float, bool) (this=0x7ffee8000b80, thread=, isOutgoing=, devicesConfig=..., videoCapture=..., sendSignalingMessage=..., sendTransportMessage=..., signalBarsUpdated=..., localPreferredVideoAspectRatio=, enableHighBitrateVideo=false) at /usr/include/c++/8/bits/unique_ptr.h:345 #5 0x00000000018123f0 in tgcalls::Manager::<lambda()>::operator() (__closure=) at /usr/include/c++/8/bits/std_function.h:87 #6 tgcalls::ThreadLocalObjecttgcalls::MediaManager::<lambda()>::operator() (this=) at /usr/src/debug/telegram-desktop-2.3.1/Telegram/ThirdParty/tgcalls/tgcalls/ThreadLocalObject.h:23 #7 rtc::rtc_thread_internal::MessageWithFunctor<tgcalls::ThreadLocalObject::ThreadLocalObject(rtc::Thread*, Generator&&) [with Generator = tgcalls::Manager::start()::<lambda()>; = void; T = tgcalls::MediaManager]::<lambda()> >::Run(void) (this=) at /usr/src/libowt-tg/rtc_base/thread.h:62 #8 0x00000000019aa34e in rtc::(anonymous namespace)::MessageHandlerWithTask::OnMessage(rtc::Message*) () #9 0x00000000019aab2e in rtc::Thread::Dispatch(rtc::Message*) () #10 0x00000000019abaf7 in rtc::Thread::ProcessMessages(int) () #11 0x00000000019ab05b in rtc::Thread::PreRun(void*) () #12 0x00007ffff7d1fed3 in start_thread (arg=) at pthread_create.c:463 #13 0x00007ffff326085f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 (gdb) l 340 return get(); 341 } 342 343 /// Return the stored pointer. 344 pointer 345 get() const noexcept 346 { return _M_t._M_ptr(); } 347 348 /// Return a reference to the stored deleter. 349 deleter_type&
The text was updated successfully, but these errors were encountered:
#8472
Sorry, something went wrong.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
telegram 2.3.1 crashed on audio call after other side has answered.
Operating system: Linux
Version of Telegram Desktop: 2.3.1
Installation source (Linux Only) - distribution package
Used theme: regular
Logs:
... D/tgvoip: === Updating voip config === D/tgvoip: {"enable_vp8_encoder":true,"enable_vp8_decoder":true,"enable_vp9_encoder":true,"enable_vp9_decoder":true,"enable_h265_encoder":true,"enable_h265_decoder":true,"enable_h264_encoder":true,"enable_h264_decoder":true,"audio_frame_size":60,"jitter_min_delay_60":2,"jitter_max_delay_60":10,"jitter_max_slots_60":20,"jitter_losses_to_reset":20,"jitter_resync_threshold":0.5,"audio_congestion_window":1024,"audio_max_bitrate":20000,"audio_max_bitrate_edge":16000,"audio_max_bitrate_gprs":8000,"audio_max_bitrate_saving":8000,"audio_init_bitrate":16000,"audio_init_bitrate_edge":8000,"audio_init_bitrate_gprs":8000,"audio_init_bitrate_saving":8000,"audio_bitrate_step_incr":1000,"audio_bitrate_step_decr":1000,"use_system_ns":true,"use_system_aec":true,"force_tcp":false,"jitter_initial_delay_60":2,"adsp_good_impls":"(Qualcomm Fluence)","bad_call_rating":true,"use_ios_vpio_agc":false,"use_tcp":false,"audio_medium_fec_bitrate":20000,"audio_medium_fec_multiplier":0.1,"audio_strong_fec_bitrate":7000}...
Thread 50 "telegram-deskto" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fff13669700 (LWP 2631811)]
0x00007ffff7e58e97 in webrtc::AudioProcessingImpl::noise_suppression (this=0x7fff13667e50) at /usr/include/c++/8/bits/unique_ptr.h:345
345 get() const noexcept
(gdb) bt
#0 0x00007ffff7e58e97 in webrtc::AudioProcessingImpl::noise_suppression (this=0x7fff13667e50) at /usr/include/c++/8/bits/unique_ptr.h:345
#1 0x0000000001a243cf in cricket::WebRtcVoiceEngine::ApplyOptions(cricket::AudioOptions const&) ()
#2 0x0000000001a24895 in cricket::WebRtcVoiceMediaChannel::SetOptions(cricket::AudioOptions const&) ()
#3 0x0000000001a252bc in cricket::WebRtcVoiceMediaChannel::SetSendParameters(cricket::AudioSendParameters const&) ()
#4 0x00000000018188a6 in tgcalls::MediaManager::MediaManager(rtc::Thread*, bool, tgcalls::MediaDevicesConfig const&, std::shared_ptrtgcalls::VideoCaptureInterface, std::function<void (tgcalls::Message&&)>, std::function<void (tgcalls::Message&&)>, std::function<void (int)>, float, bool) (this=0x7ffee8000b80, thread=, isOutgoing=, devicesConfig=..., videoCapture=..., sendSignalingMessage=..., sendTransportMessage=..., signalBarsUpdated=...,
localPreferredVideoAspectRatio=, enableHighBitrateVideo=false) at /usr/include/c++/8/bits/unique_ptr.h:345
#5 0x00000000018123f0 in tgcalls::Manager::<lambda()>::operator() (__closure=) at /usr/include/c++/8/bits/std_function.h:87
#6 tgcalls::ThreadLocalObjecttgcalls::MediaManager::<lambda()>::operator() (this=) at /usr/src/debug/telegram-desktop-2.3.1/Telegram/ThirdParty/tgcalls/tgcalls/ThreadLocalObject.h:23
#7 rtc::rtc_thread_internal::MessageWithFunctor<tgcalls::ThreadLocalObject::ThreadLocalObject(rtc::Thread*, Generator&&) [with Generator = tgcalls::Manager::start()::<lambda()>; = void; T = tgcalls::MediaManager]::<lambda()> >::Run(void) (this=) at /usr/src/libowt-tg/rtc_base/thread.h:62
#8 0x00000000019aa34e in rtc::(anonymous namespace)::MessageHandlerWithTask::OnMessage(rtc::Message*) ()
#9 0x00000000019aab2e in rtc::Thread::Dispatch(rtc::Message*) ()
#10 0x00000000019abaf7 in rtc::Thread::ProcessMessages(int) ()
#11 0x00000000019ab05b in rtc::Thread::PreRun(void*) ()
#12 0x00007ffff7d1fed3 in start_thread (arg=) at pthread_create.c:463
#13 0x00007ffff326085f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
(gdb) l
340 return get();
341 }
342
343 /// Return the stored pointer.
344 pointer
345 get() const noexcept
346 { return _M_t._M_ptr(); }
347
348 /// Return a reference to the stored deleter.
349 deleter_type&
The text was updated successfully, but these errors were encountered: