https://bugs.kde.org/show_bug.cgi?id=474431
Alvin Wong <al...@alvinhc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/grap | |hics/krita/-/commit/8f0c4e7 | |f2da10b3063e3a74f300fc53a3c | |11f949 Status|ASSIGNED |RESOLVED --- Comment #1 from Alvin Wong <al...@alvinhc.com> --- Git commit 8f0c4e7f2da10b3063e3a74f300fc53a3c11f949 by Alvin Wong. Committed on 12/09/2023 at 09:41. Pushed by alvinwong into branch 'master'. logdocker: Fix infinite tail recursion with multiple windows Only store the previous message handler returned from the first time calling qInstallMessageHandler. Calls to qInstallMessageHandler from the second window will return the same message handler that we set ourself, which makes an infinite recursion. Amends 17ab9bae5c78ab7742c41a0776287098b7495170 M +4 -1 plugins/dockers/logdocker/LogDockerDock.cpp https://invent.kde.org/graphics/krita/-/commit/8f0c4e7f2da10b3063e3a74f300fc53a3c11f949 -- You are receiving this mail because: You are watching all bug changes.