https://bugs.kde.org/show_bug.cgi?id=470469
--- Comment #5 from clichema...@gmail.com --- (In reply to Bug Janitor Service from comment #3) > Dear Bug Submitter, > > This bug has been in NEEDSINFO status with no change for at least > 15 days. Please provide the requested information as soon as > possible and set the bug status as REPORTED. Due to regular bug > tracker maintenance, if the bug is still in NEEDSINFO status with > no change in 30 days the bug will be closed as RESOLVED > WORKSFORME > due to lack of needed information. > > For more information about our bug triaging procedures please read the > wiki located here: > https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging > > If you have already provided the requested information, please > mark the bug as REPORTED so that the KDE team knows that the bug is > ready to be confirmed. > > Thank you for helping us make KDE software even better for everyone! I finally found the wall blocking me from a kwin_wayland coredump. entering c yields "The program is not being run." But what I have now from gdb is ``` #0 0x00007faecea9f26c in () at /usr/lib/libc.so.6 #1 0x00007faecea4fa08 in raise () at /usr/lib/libc.so.6 #2 0x00007faecea38538 in abort () at /usr/lib/libc.so.6 #3 0x00007faed0b8afee in () at /usr/lib/libepoxy.so.0 #4 0x00007faed0b8b02e in () at /usr/lib/libepoxy.so.0 #5 0x00007faed0b8c46f in () at /usr/lib/libepoxy.so.0 #6 0x00007faed0b8eee7 in () at /usr/lib/libepoxy.so.0 #7 0x00007faed0b8f8a8 in () at /usr/lib/libepoxy.so.0 #8 0x00007faed0b346a5 in () at /usr/lib/libepoxy.so.0 #9 0x00007faed0b57b2f in () at /usr/lib/libepoxy.so.0 #10 0x00007faed18d0864 in KWin::GLPlatform::detect(KWin::OpenGLPlatformInterface) () at /usr/lib/libkwinglutils.so.14 #11 0x00007faed16338ae in KWin::AbstractEglBackend::initKWinGL() () at /usr/lib/libkwin.so.5 #12 0x00007faed1576d8f in () at /usr/lib/libkwin.so.5 #13 0x00007faed13beff6 in KWin::Compositor::attemptOpenGLCompositing() () at /usr/lib/libkwin.so.5 #14 0x00007faed13bfb64 in () at /usr/lib/libkwin.so.5 #15 0x00007faed13c14c5 in KWin::WaylandCompositor::start() () at /usr/lib/libkwin.so.5 #16 0x00007faecfac31e4 in QObject::event(QEvent*) () at /usr/lib/libQt5Core.so.5 #17 0x00007faecf17893f in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib/libQt5Widgets.so.5 #18 0x00007faecfa9b778 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /usr/lib/libQt5Core.so.5 #19 0x00007faecfaa06db in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () at /usr/lib/libQt5Core.so.5 #20 0x00007faecfae9ee7 in QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5 #21 0x000056432eede502 in () #22 0x00007faecfa9a484 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5 #23 0x00007faecfa9b923 in QCoreApplication::exec() () at /usr/lib/libQt5Core.so.5 #24 0x000056432edfa2fb in () #25 0x00007faecea39850 in () at /usr/lib/libc.so.6 #26 0x00007faecea3990a in __libc_start_main () at /usr/lib/libc.so.6 #27 0x000056432edfbed5 in () ``` And I will attach my new log file from journalctl with the date in the filename. -- You are receiving this mail because: You are watching all bug changes.