[Bug 2047023] [NEW] Qt app crashed after upgrading Qt5 libraries to 5.15.10+dfsg-5build1 in noble-proposed

Launchpad Bug Tracker 2047023 at bugs.launchpad.net
Fri Dec 22 12:56:35 UTC 2023


You have been subscribed to a public bug by Rik Mills (rikmills):

After upgrading Qt5 libraries to 5.15.10+dfsg-5build1, several Qt5
applications (including lxqt-panel and goldendict) crashed, leaving a
"*** buffer overflow detected ***: terminated" message in console.

It seems that the crashed applications all used the QSettings. The
following sample code will crash with 5.15.10+dfsg-5build1, but not with
5.15.10+dfsg-5

#include <QSettings>
int main(int argc, char *argv[])
{
    QSettings s("/tmp/a.ini", QSettings::IniFormat);
    s.setValue("a", 123);
    s.sync();
    return 0;
}

** Affects: qtbase-opensource-src (Ubuntu)
     Importance: Medium
         Status: Confirmed

-- 
Qt app crashed after upgrading Qt5 libraries to 5.15.10+dfsg-5build1 in noble-proposed
https://bugs.launchpad.net/bugs/2047023
You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to the bug report.




More information about the kubuntu-bugs mailing list