https://bugs.kde.org/show_bug.cgi?id=516289
Paul Floyd <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REPORTED |RESOLVED --- Comment #6 from Paul Floyd <[email protected]> --- Took a while to find this. syscall getsetcontext with flag SETUSTACK calls set_stack even for the main thread/stack. The stack start/end come from Solaris (probably based on the stack that was created for the tool which we don't use). This doesn't match the stack that we created. VG_(stack_register) doesn't check for overlaps, so this new flag takes precedence. With this new stack memcheck produces invalid read/write errors. commit 6b58a3426a259a74366573afb83bf41fe5901659 (HEAD -> master, origin/master, origin/HEAD) Author: Paul Floyd <[email protected]> Date: Thu Mar 5 15:05:29 2026 +0100 Bug 516289 - illumos lsframe2 regtest fails -- You are receiving this mail because: You are watching all bug changes.
