[kde-windows] [Bug 366596] Some KDE applications processes remain as background (zombie) processes after closing

Mateusz Mikuła via KDE Bugzilla bugzilla_noreply at kde.org
Sat Aug 20 19:45:18 UTC 2016


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

Mateusz Mikuła <mati865 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mati865 at gmail.com

--- Comment #1 from Mateusz Mikuła <mati865 at 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 the assignee for the bug.


More information about the Kde-windows mailing list