https://bugs.kde.org/show_bug.cgi?id=516289
--- Comment #3 from Paul Floyd <[email protected]> --- The corrupted -d output was a different issue, fixed with commit e840a594a9b4df8f32f52e257e5f7e0eed1d9292 (HEAD -> master, origin/master, origin/HEAD) Author: Paul Floyd <[email protected]> Date: Fri Feb 20 22:26:40 2026 +0100 Solaris debuglog: fix clobber list for local_sys_write_stderr There were no registers in the clobber list. RDI is clobbered by the value 2 for stderr. So back in 'add_to_buf' the next character to be added to the VG_(debugLog) buffer was getting clobbered with a 2. Also clobber RCX and R11 (syscall scratch registers). -- You are receiving this mail because: You are watching all bug changes.
