https://bugs.kde.org/show_bug.cgi?id=474431
Alvin Wong <al...@alvinhc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/-/commit/8f0c4e7 |hics/krita/-/commit/db3abf3 |f2da10b3063e3a74f300fc53a3c |d03f211d4cb5628e77aba7dbfb5 |11f949 |844ab0 --- Comment #2 from Alvin Wong <al...@alvinhc.com> --- Git commit db3abf3d03f211d4cb5628e77aba7dbfb5844ab0 by Alvin Wong. Committed on 12/09/2023 at 09:42. Pushed by alvinwong into branch 'krita/5.2'. 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 (cherry picked from commit 8f0c4e7f2da10b3063e3a74f300fc53a3c11f949) M +4 -1 plugins/dockers/logdocker/LogDockerDock.cpp https://invent.kde.org/graphics/krita/-/commit/db3abf3d03f211d4cb5628e77aba7dbfb5844ab0 -- You are receiving this mail because: You are watching all bug changes.