[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 Biswapriyo Nath  ---
This may not be an issue in KDE. The issue was first reported here
https://bugreports.qt.io/browse/QTBUG-84498

Then this patch fixed the issue
https://invent.kde.org/packaging/craft-blueprints-kde/-/blob/06d9723560fbbf4b02a911206a1f4b077f82cd7f/libs/qt5/qtbase/qdbus-manager-quit-5.7.patch

Then msys2 imported that patch for qt5-base here
https://github.com/msys2/MINGW-packages/commit/f6eacbcdd74cc836294e8e7337c5d3cf772a3117

-- 
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 #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);
window.setWindowTitle("Close this window");
window.show();

return app.exec();
}
```

-- 
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

Hernan Martinez  changed:

   What|Removed |Added

Summary|Creating a KIconLoader  |Creating a KIconLoader
   |instance causes application |instance causes application
   |to wait at shutdown |to wait at application exit

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