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

Mateusz Mikuła <mati...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mati...@gmail.com

--- Comment #1 from Mateusz Mikuła <mati...@gmail.com> ---
I'm porting KDE using MSYS2 (native building using mingw-w64).
Instead of Emerge I've created PKGBUILD's (just like on Arch Linux) to build
the stuff. KDE Framework apps are also affected.

For an example kiconfinder5 from the KIconThemes is a small app (easier to work
with) that is affected by this issue. It only hangs when arguments are
provided, I did a small debugging and found out that it freezes when "return 0"
or "return 1" is called. That led me to think it must be problem with resource
freeing.
More specifically if "const QString icon = KIconLoader::global()" is called the
process will hang on return.
kiconfinder5 code
https://github.com/KDE/kiconthemes/blob/master/src/tools/kiconfinder/kiconfinder.cpp

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

Reply via email to