https://bugs.kde.org/show_bug.cgi?id=469562
Volker Krause <vkra...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/pim/ | |itinerary/commit/794f66aa3d | |469b10007f889e6c5e7f31abd20 | |c82 Version Fixed In| |23.04.2 Status|REPORTED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Volker Krause <vkra...@kde.org> --- Git commit 794f66aa3d469b10007f889e6c5e7f31abd20c82 by Volker Krause. Committed on 10/05/2023 at 15:30. Pushed by vkrause into branch 'release/23.04'. Work around KUnitConversion deadlocking when needing a currency update The download of the exchange rate data is supposed to be blocking, but that doesn't really work with QML apparently, and we can re-enter this method a second time, which then deadlocks on the call into KUnitConversion. This needs a proper fix in KUnitConversion in KF6. FIXED-IN: 23.04.2 (cherry picked from commit 5a2971fc4bacddc41a2fc895640aee61bebb3157) M +12 -1 src/app/locationinformationdelegatecontroller.cpp https://invent.kde.org/pim/itinerary/commit/794f66aa3d469b10007f889e6c5e7f31abd20c82 -- You are receiving this mail because: You are watching all bug changes.