Bug 488960 - Elisa crashed in QFFmpeg::AudioRenderer::updateOutput() while browsing playlist
Summary: Elisa crashed in QFFmpeg::AudioRenderer::updateOutput() while browsing playlist
Status: RESOLVED DUPLICATE of bug 486630
Alias: None
Product: Elisa
Classification: Applications
Component: general (show other bugs)
Version: 24.05.0
Platform: Other Linux
: NOR crash
Target Milestone: ---
Assignee: Matthieu Gallien
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-22 09:32 UTC by Germano Massullo
Modified: 2025-04-05 11:26 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
gdb (103.14 KB, text/plain)
2024-06-22 09:32 UTC, Germano Massullo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Germano Massullo 2024-06-22 09:32:12 UTC
Created attachment 170804 [details]
gdb

Elisa crashed while browsing playlist
Qt 6.7.1

See attached gdb
Comment 1 daniel 2024-06-24 09:14:53 UTC
Hello, 
thanks for reporting but according to stacktrace,it looks like as upstream or downstream bug, because I cannot find pthred_kill.c in KDE codebase
Comment 2 Nate Graham 2024-06-25 22:53:43 UTC
Thread 1 (Thread 0x7fe3b56006c0 (LWP 613278)):
#0  __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=11, no_tid=no_tid@entry=0) at pthread_kill.c:44
#1  0x00007fe4754ab1b3 in __pthread_kill_internal (threadid=<optimized out>, signo=11) at pthread_kill.c:78
#2  0x00007fe47545365e in __GI_raise (sig=11) at ../sysdeps/posix/raise.c:26
#3  0x00007fe476d6b6c5 in KCrash::defaultCrashHandler (sig=11) at /usr/src/debug/kf6-kcrash-6.3.0-1.fc40.x86_64/src/kcrash.cpp:597
#4  <signal handler called>
#5  0x0000000000001661 in ?? ()
#6  0x00007fe44cd31965 in std::default_delete<QFFmpegResampler>::operator() (this=<optimized out>, __ptr=<optimized out>, this=<optimized out>, __ptr=<optimized out>) at /usr/include/c++/14/bits/unique_ptr.h:93
#7  std::__uniq_ptr_impl<QFFmpegResampler, std::default_delete<QFFmpegResampler> >::reset (this=<optimized out>, __p=<optimized out>, this=<optimized out>, __p=<optimized out>) at /usr/include/c++/14/bits/unique_ptr.h:205
#8  std::unique_ptr<QFFmpegResampler, std::default_delete<QFFmpegResampler> >::reset (this=0x5563ce182cb0, __p=0x0) at /usr/include/c++/14/bits/unique_ptr.h:503
#9  QFFmpeg::AudioRenderer::updateOutput (this=0x5563ce182ba0, codec=0x7fe338015b18) at /usr/src/debug/qt6-qtmultimedia-6.7.1-2.fc40.x86_64/src/plugins/multimedia/ffmpeg/playbackengine/qffmpegaudiorenderer.cpp:215
#10 QFFmpeg::AudioRenderer::renderInternal (this=0x5563ce182ba0, frame={d = {d = 0x7fe338015b00}}) at /usr/src/debug/qt6-qtmultimedia-6.7.1-2.fc40.x86_64/src/plugins/multimedia/ffmpeg/playbackengine/qffmpegaudiorenderer.cpp:96
#11 0x00007fe44cd2bf4f in QFFmpeg::Renderer::doNextStep (this=0x5563ce182ba0) at /usr/src/debug/qt6-qtmultimedia-6.7.1-2.fc40.x86_64/src/plugins/multimedia/ffmpeg/playbackengine/qffmpegrenderer.cpp:166
#12 0x00007fe473dfa752 in QtPrivate::QSlotObjectBase::call (this=0x7fe350012b70, r=<optimized out>, a=0x7fe3b55ff5f0) at /usr/src/debug/qt6-qtbase-6.7.1-2.fc40.x86_64/src/corelib/kernel/qobjectdefs_impl.h:469
#13 doActivate<false> (sender=0x7fe350012ab0, signal_index=3, argv=0x7fe3b55ff5f0) at /usr/src/debug/qt6-qtbase-6.7.1-2.fc40.x86_64/src/corelib/kernel/qobject.cpp:4086
#14 0x00007fe473df0b47 in QMetaObject::activate (sender=<optimized out>, m=m@entry=0x7fe474282100 <QTimer::staticMetaObject>, local_signal_index=local_signal_index@entry=0, argv=argv@entry=0x7fe3b55ff5f0) at /usr/src/debug/qt6-qtbase-6.7.1-2.fc40.x86_64/src/corelib/kernel/qobject.cpp:4146
#15 0x00007fe473e0979d in QTimer::timeout (this=<optimized out>, _t1={<No data fields>}) at /usr/src/debug/qt6-qtbase-6.7.1-2.fc40.x86_64/redhat-linux-build/src/corelib/Core_autogen/include/moc_qtimer.cpp:224
#16 0x00007fe473debd7f in QObject::event (this=0x7fe350012ab0, e=0x7fe3b55ff7a0) at /usr/src/debug/qt6-qtbase-6.7.1-2.fc40.x86_64/src/corelib/kernel/qobject.cpp:1482
#17 0x00007fe475f8b168 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib64/libQt6Widgets.so.6
#18 0x00007fe473d95b18 in QCoreApplication::notifyInternal2 (receiver=0x7fe350012ab0, event=0x7fe3b55ff7a0) at /usr/src/debug/qt6-qtbase-6.7.1-2.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1134
#19 0x00007fe473d95d7d in QCoreApplication::sendEvent (receiver=<optimized out>, event=<optimized out>) at /usr/src/debug/qt6-qtbase-6.7.1-2.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1575
#20 0x00007fe473f4e097 in QTimerInfoList::activateTimers (this=0x7fe350012780) at /usr/src/debug/qt6-qtbase-6.7.1-2.fc40.x86_64/src/corelib/kernel/qtimerinfo_unix.cpp:434
#21 0x00007fe47407c9c1 in timerSourceDispatch (source=<optimized out>) at /usr/src/debug/qt6-qtbase-6.7.1-2.fc40.x86_64/src/corelib/kernel/qeventdispatcher_glib.cpp:150
#22 idleTimerSourceDispatch (source=<optimized out>) at /usr/src/debug/qt6-qtbase-6.7.1-2.fc40.x86_64/src/corelib/kernel/qeventdispatcher_glib.cpp:197
#23 0x00007fe471b0ee8c in g_main_dispatch (context=0x7fe350012200) at ../glib/gmain.c:3344
#24 g_main_context_dispatch_unlocked (context=0x7fe350012200) at ../glib/gmain.c:4152
#25 0x00007fe471b70c98 in g_main_context_iterate_unlocked.isra.0 (context=context@entry=0x7fe350012200, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/gmain.c:4217
#26 0x00007fe471b10383 in g_main_context_iteration (context=0x7fe350012200, may_block=1) at ../glib/gmain.c:4282
#27 0x00007fe47407cb53 in QEventDispatcherGlib::processEvents (this=0x7fe350012110, flags=<optimized out>) at /usr/src/debug/qt6-qtbase-6.7.1-2.fc40.x86_64/src/corelib/kernel/qeventdispatcher_glib.cpp:394
#28 0x00007fe473da2713 in QEventLoop::exec (this=this@entry=0x7fe3b55ffa70, flags={i = 36}, flags@entry={i = 0}) at /usr/src/debug/qt6-qtbase-6.7.1-2.fc40.x86_64/src/corelib/global/qflags.h:34
#29 0x00007fe473eb414f in QThread::exec (this=<optimized out>) at /usr/src/debug/qt6-qtbase-6.7.1-2.fc40.x86_64/src/corelib/global/qflags.h:74
#30 0x00007fe473f4fc5c in operator() (__closure=<optimized out>) at /usr/src/debug/qt6-qtbase-6.7.1-2.fc40.x86_64/src/corelib/thread/qthread_unix.cpp:326
#31 (anonymous namespace)::terminate_on_exception<QThreadPrivate::start(void*)::<lambda()> > (t=<optimized out>) at /usr/src/debug/qt6-qtbase-6.7.1-2.fc40.x86_64/src/corelib/thread/qthread_unix.cpp:262
#32 QThreadPrivate::start (arg=0x5563cc1dab80) at /usr/src/debug/qt6-qtbase-6.7.1-2.fc40.x86_64/src/corelib/thread/qthread_unix.cpp:285
#33 0x00007fe4754a91b7 in start_thread (arg=<optimized out>) at pthread_create.c:447
#34 0x00007fe47552b3cc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
Comment 3 Jack Hill 2024-06-26 06:16:49 UTC
What OS are you running? Were you changing tracks, or did a track finish playing when the crash happened?

I expect this is the same issue as https://bugs.kde.org/show_bug.cgi?id=486630
Comment 4 Germano Massullo 2024-06-26 09:59:11 UTC
(In reply to Jack Hill from comment #3)
> What OS are you running? Were you changing tracks, or did a track finish
> playing when the crash happened?
> 
> I expect this is the same issue as
> https://bugs.kde.org/show_bug.cgi?id=486630

Fedora 40 KDE. I was probably changing tracks or just browsing the list, I don't remember
Comment 5 Jack Hill 2025-04-05 11:26:07 UTC
*** This bug has been marked as a duplicate of bug 486630 ***