https://bugs.kde.org/show_bug.cgi?id=353192
--- Comment #8 from Fredrik Tolf ---
This is my reproducible testcase:
#include
asm(".pushsection .foo,\"awx\",@progbits;"
".type writeablefunction, @function;"
"writeablefunction:"
"ret;&q
https://bugs.kde.org/show_bug.cgi?id=353192
--- Comment #9 from Fredrik Tolf ---
Also, this is a patch that fixes the issue for me. It does also include the fix
I mentioned above.
--- valgrind-3.12.0~svn20160714.orig/coregrind/m_debuginfo/debuginfo.c
+++ valgrind-3.12.0~svn20160714/coregrind
https://bugs.kde.org/show_bug.cgi?id=353192
--- Comment #12 from Fredrik Tolf ---
Seems either clang or lld does something different, then. The problem for me on
Debian is that ld apparently merges the .data section with my .foo section
into one RWX segment, and Valgrind (without patching
https://bugs.kde.org/show_bug.cgi?id=353192
--- Comment #10 from Fredrik Tolf ---
This is still an issue, by the way.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=353192
Fredrik Tolf changed:
What|Removed |Added
CC||fred...@dolda2000.com
--- Comment #6 from