https://bugs.kde.org/show_bug.cgi?id=449688

Martin Sandsmark <martin.sandsm...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|REPORTED                    |NEEDSINFO

--- Comment #1 from Martin Sandsmark <martin.sandsm...@kde.org> ---
That stacktrace is weird, but the crash is an assert that is removed in qt6:
https://code.qt.io/cgit/qt/qtbase.git/commit/?id=ecfda98d1f91c6a7da0d89826558d856cd88e670

It seems like filelight is attempting to quit at the same time (thread 1, we
got an ICE message about saving session), were you attempting to log out when
it happened?

If so I assume there is an issue with QThreadPool not being nice if the
application suddenly attempts to quit, which should be better in qt6.

If not, could you try running it with the glib event loop off (it's been buggy
before), like so: «QT_NO_GLIB=1 filelight».

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to