[frameworks-kiconthemes] [Bug 483626] Creating a KIconLoader instance causes application to wait at application exit

2024-03-16 Thread Hernan Martinez
https://bugs.kde.org/show_bug.cgi?id=483626 --- Comment #4 from Hernan Martinez --- Understood At least now, with the repro code, one can reproduce the issue 100% of the time. -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kiconthemes] [Bug 483626] Creating a KIconLoader instance causes application to wait at application exit

2024-03-16 Thread Biswapriyo Nath
https://bugs.kde.org/show_bug.cgi?id=483626 Biswapriyo Nath changed: What|Removed |Added CC||nathbap...@gmail.com --- Comment #3 from

[frameworks-kiconthemes] [Bug 483626] Creating a KIconLoader instance causes application to wait at application exit

2024-03-15 Thread Hernan Martinez
https://bugs.kde.org/show_bug.cgi?id=483626 --- Comment #2 from Hernan Martinez --- I just build all deps and KIconThemes with MINGW64 instead of UCRT64, the issue with the same stack trace persists. -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kiconthemes] [Bug 483626] Creating a KIconLoader instance causes application to wait at application exit

2024-03-15 Thread Hernan Martinez
https://bugs.kde.org/show_bug.cgi?id=483626 --- Comment #1 from Hernan Martinez --- Code to reproduce: ``` #include #include #include int main(int arc, char *argv[]) { QApplication app(arc, argv); KIconLoader loader; QWidget window; window.resize(250, 150);

[frameworks-kiconthemes] [Bug 483626] Creating a KIconLoader instance causes application to wait at application exit

2024-03-15 Thread Hernan Martinez
https://bugs.kde.org/show_bug.cgi?id=483626 Hernan Martinez changed: What|Removed |Added Summary|Creating a KIconLoader |Creating a KIconLoader