https://bugs.kde.org/show_bug.cgi?id=466442
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Searching terms like |Searching terms like |"video", "audio", "game", |"video", "audio", "game", |"torrent", etc crashes |"torrent", etc crashes |discover. |discover in | |AggregatedResultsStream::em | |itResults() Resolution|BACKTRACE |--- Status|NEEDSINFO |REPORTED --- Comment #8 from Nate Graham <n...@kde.org> --- Ok, we're getting somewhere now! Thanks. #0 __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44 #1 0x00007ffff54afec3 in __pthread_kill_internal (signo=6, threadid=<optimized out>) at pthread_kill.c:78 #2 0x00007ffff545fa76 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26 #3 0x00007ffff54497fc in __GI_abort () at abort.c:79 #4 0x00007ffff7e90d3c in std::__throw_bad_variant_access (__what=<synthetic pointer>) at /usr/include/c++/12/variant:1324 #5 std::__throw_bad_variant_access (__valueless=<optimized out>) at /usr/include/c++/12/variant:1330 #6 0x00007ffff7e90dc9 in std::get<0ul, QString, QVector<CategoryFilter> > (__v=..., __v=...) at /usr/include/c++/12/variant:1711 #7 std::get<QString, QString, QVector<CategoryFilter> > (__v=..., __v=...) at /usr/include/c++/12/variant:1149 #8 shouldFilter (res=0x7fffffffd150, filter=...) at /usr/src/debug/plasma-discover-5.27.1-2.fc37.x86_64/libdiscover/resources/AbstractResource.cpp:159 #9 0x00005555587e2140 in ?? () #10 0x000055555ac00640 in ?? () #11 0x00007ffff5cedf05 in qt_clock_gettime (ts=0x7fffffffd160, clock=1) at kernel/qelapsedtimer_unix.cpp:111 #12 do_gettime (frac=<synthetic pointer>, sec=<synthetic pointer>) at kernel/qelapsedtimer_unix.cpp:166 #13 qt_gettime () at kernel/qelapsedtimer_unix.cpp:175 #14 0x00007ffff7ede70f in ?? () from /usr/lib64/plasma-discover/libDiscoverCommon.so #15 0x0000000000000064 in ?? () #16 0x17df1a1b0518aa00 in ?? () #17 0x0000555559d3efa0 in ?? () #18 0x00007fffffffd208 in ?? () #19 0x0000555556585d60 in ?? () #20 0x0000000000000003 in ?? () #21 0x000055555946f970 in ?? () #22 0x00007fffffffd280 in ?? () #23 0x000055555946f940 in ?? () #24 0x00007ffff7eb831b in ResourcesProxyModel::sortedInsertion (this=0x555555a2d650, this@entry=0x555556585d60, _res=...) at /usr/src/debug/plasma-discover-5.27.1-2.fc37.x86_64/libdiscover/resources/ResourcesProxyModel.cpp:572 #25 0x00007ffff7eba213 in ResourcesProxyModel::addResources (this=0x555556585d60, _res=...) at /usr/src/debug/plasma-discover-5.27.1-2.fc37.x86_64/libdiscover/resources/ResourcesProxyModel.cpp:233 #26 0x00007ffff5cd0e96 in QtPrivate::QSlotObjectBase::call (a=0x7fffffffd3a0, r=<optimized out>, this=0x55555946f940) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398 #27 doActivate<false> (sender=0x555559d3ef80, signal_index=3, argv=0x7fffffffd3a0) at kernel/qobject.cpp:3923 #28 0x00007ffff5ccbe27 in QMetaObject::activate (sender=<optimized out>, m=m@entry=0x7ffff7ef2b60 <ResultsStream::staticMetaObject>, local_signal_index=local_signal_index@entry=0, argv=argv@entry=0x7fffffffd3a0) at kernel/qobject.cpp:3983 #29 0x00007ffff7e92806 in ResultsStream::resourcesFound (this=<optimized out>, _t1=...) at /usr/src/debug/plasma-discover-5.27.1-2.fc37.x86_64/redhat-linux-build/libdiscover/DiscoverCommon_autogen/3YJK5W5UP7/moc_AbstractResourcesBackend.cpp:159 #30 0x00007ffff7eb1bbc in AggregatedResultsStream::emitResults (this=0x555559d3ef80) at /usr/src/debug/plasma-discover-5.27.1-2.fc37.x86_64/libdiscover/resources/ResourcesModel.cpp:339 #31 0x00007ffff5cd0e96 in QtPrivate::QSlotObjectBase::call (a=0x7fffffffd4d0, r=<optimized out>, this=0x55555946f4c0) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398 #32 doActivate<false> (sender=0x555559d3efa0, signal_index=3, argv=0x7fffffffd4d0) at kernel/qobject.cpp:3923 Unfortunately it's still missing a lot for some reason, but we can work with this for a start. -- You are receiving this mail because: You are watching all bug changes.