Related to VirtualBox modules? Kernel version is 3.17.4 gentoo hardened, with linux ZFS (current git) and virtualbox guest additions 4.3.20 added.
PaX Team wrote:this looks like a use after free bug caught by SANITIZE (do you have it enabled?), probably in vboxguest, but i can tell more if you reproduce this with frame pointers enabled.
curiousity wrote:I did have PAX_MEMORY_SANITIZE enabled but I think the culprit is actually CONFIG_PAX_KERNEXEC. I am currently verifying this by recompiling without it... will post an update in a minute.
curiousity wrote:curiousity wrote:I did have PAX_MEMORY_SANITIZE enabled but I think the culprit is actually CONFIG_PAX_KERNEXEC. I am currently verifying this by recompiling without it... will post an update in a minute.
No, that wasn't it. I will try disabling PAX_MEMORY_SANITIZE and re-enabling CONFIG_PAX_KERNEXEC, recompile all the modules again and see what happens.
curiousity wrote:Actually I will leave PAX_MEMORY_SANITIZE on, but try disabling PAX_MEMORY_STACKLEAK. Also still re-enabling CONFIG_PAX_KERNEXEC.
curiousity wrote:Still fails. Time to try PAX_MEMORY_SANITIZE off, PAX_MEMORY_STACKLEAK on, CONFIG_PAX_KERNEXEC on...