https://bugs.kde.org/show_bug.cgi?id=499381
--- Comment #4 from Peterson Silva <peterson....@gmail.com> --- Hi Daniel, thanks for the pointers! So I expected the crash to be with plasma or wayland or something but the only thing in the coredumpctl list around the time of the most recent break was "/usr/bin/plasma-browser-integration-host". Which makes sense seeing as I was using the browser every time something like this happened. Then again the browser is never closed when I'm using the computer, but I think I was *actively* using the browser. (sorry if pasting the backtrace here is going to be annoying but I couldn't find any markdown help regarding how to wrap this as code) #0 __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44 #1 0x00007f15c069a1c3 in __pthread_kill_internal (threadid=<optimized out>, signo=6) at pthread_kill.c:78 #2 0x00007f15c0641436 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26 #3 0x00007f15c062891a in __GI_abort () at abort.c:79 #4 0x00007f15c0ef3cd1 in qAbort () at /usr/src/debug/qtbase-everywhere-src-6.8.1/src/corelib/global/qassert.cpp:49 #5 qt_message_fatal<QString&> (context=..., message=...) at /usr/src/debug/qtbase-everywhere-src-6.8.1/src/corelib/global/qlogging.cpp:2116 #6 qt_message(QtMsgType, const QMessageLogContext &, const char *, typedef __va_list_tag __va_list_tag *) (msgType=msgType@entry=QtFatalMsg, context=..., msg=msg@entry=0x7f15c1dc2744 "%s", ap=ap@entry=0x7ffd19734ee8) at /usr/src/debug/qtbase-everywhere-src-6.8.1/src/corelib/global/qlogging.cpp:382 #7 0x00007f15c0ef4be8 in QMessageLogger::fatal (this=this@entry=0x7ffd197353e0, msg=msg@entry=0x7f15c1dc2744 "%s") at /usr/src/debug/qtbase-everywhere-src-6.8.1/src/corelib/global/qlogging.cpp:884 #8 0x00007f15c1773e01 in init_platform (pluginNamesWithArguments=..., platformPluginPath=..., platformThemeName=..., argc=@0x7ffd1973579c: 3, argv=<optimized out>) at /usr/src/debug/qtbase-everywhere-src-6.8.1/src/gui/kernel/qguiapplication.cpp:1327 #9 QGuiApplicationPrivate::createPlatformIntegration (this=0x556b07b27450) at /usr/src/debug/qtbase-everywhere-src-6.8.1/src/gui/kernel/qguiapplication.cpp:1580 #10 0x00007f15c1811e78 in QGuiApplicationPrivate::createEventDispatcher (this=<optimized out>) at /usr/src/debug/qtbase-everywhere-src-6.8.1/src/gui/kernel/qguiapplication.cpp:1599 #11 0x00007f15c0faf80d in QCoreApplicationPrivate::init (this=this@entry=0x556b07b27450) at /usr/src/debug/qtbase-everywhere-src-6.8.1/src/corelib/kernel/qcoreapplication.cpp:928 #12 0x00007f15c1811efe in QGuiApplicationPrivate::init (this=this@entry=0x556b07b27450) at /usr/src/debug/qtbase-everywhere-src-6.8.1/src/gui/kernel/qguiapplication.cpp:1627 #13 0x00007f15c25dae7d in QApplicationPrivate::init (this=0x556b07b27450) at /usr/src/debug/qtbase-everywhere-src-6.8.1/src/widgets/kernel/qapplication.cpp:474 #14 0x00007f15c25daf7e in QApplication::QApplication (this=<optimized out>, argc=<optimized out>, argv=<optimized out>, this=<optimized out>, argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/qtbase-everywhere-src-6.8.1/src/widgets/kernel/qapplication.cpp:462 #15 0x0000556ae80497d0 in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/plasma-browser-integration-6.2.5/host/main.cpp:82 -- You are receiving this mail because: You are watching all bug changes.