[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
Wed Aug 24 18:57:17 UTC 2016


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

--- Comment #5 from Mateusz Mikuła <mati865 at gmail.com> ---
Hi,
Kevin Funk maybe it's not related to KDE since I'm trying to "integrate" KDE
with MSYS2 (could bebug with Qt, MinGW or whateber else).
I'm getting deadlock at return in every app that calls "KIconLoader::global()".

Minimal test case:
//includes...
int main() {
  KIconLoader::global();
  return 0; //freeze at this point
}

I've tried to use gdb with QtCreator but it didn't provide anything usefull (at
least for me). How can I obtain more info about this deadlock?

Tools: CMake 3.6.1, MinGW-w64 6.1.0, Qt 5.6.1

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kde-windows mailing list