https://bugs.kde.org/show_bug.cgi?id=395434

Tom Hughes <t...@compton.nu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t...@compton.nu

--- Comment #1 from Tom Hughes <t...@compton.nu> ---
Well I doubt it goes through stdio, as valgrind isn't linked against the C
library so it has to do everything directly.

Looking at it as far as I can see each call to VG_(printf_xml) winds up sending
the bytes to the logging sink when it is done (or before if the buffer fills)
and send_bytes_to_logging_sink just does a write to the file descriptor using
the write system call.

So I'm at a bit of a loss to understand where any buffering is happening...

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

Reply via email to