https://bugs.kde.org/show_bug.cgi?id=384791
--- Comment #5 from Jaka Kranjc <s...@lynxlynx.info> --- Ok, finally took the time to investigate. Our logging does some string construction, but everything ends up being printed by fprintf. It's all in this file: https://github.com/gemrb/gemrb/blob/master/gemrb/core/System/Logger/Stdio.cpp Even if I cut out all the prettifying stuff, always explicitly print a newline in the fprintf call and print only a few characters of the passed message, there is still buffering in play. So basically no matter how trivial is what we try to print, kdevelop still buffers the output. It doesn't appear to be time-based at all either; with shorter messages I have to generate many more before they get dumped to the window. -- You are receiving this mail because: You are watching all bug changes.