giuspen left a comment (geany/geany#4575) @eht16 Using some AI (Gemini) I am getting:
The crash log shows GTK version 3.24.49. There have been recent upstream commits in GTK3 and Pango specifically addressing Windows memory leaks and access violations. The bug is almost certainly a regression introduced in the specific MSYS2 GTK/Pango/Glib stack shipped with 2.1.0, which wasn't present in the older MSYS2 stack shipped with 2.0. The first thing I would do is ask the user to try one of the latest builds of the continuous integration which has the latest and greatest libraries to see if it still happens. This if Geany master is reasonably stable, otherwise a build from the branch of 2.1.0 but with the latest and greatest of libraries. I remember at the time we had to peg pango and cairo libraries because Geany was resulting very slow, that was unpegged in this commit: https://github.com/geany/geany/commit/47327b2906ac2495a1ab80eee6e80273de851b96 -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/4575#issuecomment-4952000798 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/4575/[email protected]>
