[valgrind] [Bug 353192] Debug info/data section not detected on AMD64

2018-02-24 Thread Fredrik Tolf
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

[valgrind] [Bug 353192] Debug info/data section not detected on AMD64

2018-02-24 Thread Fredrik Tolf
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

[valgrind] [Bug 353192] Debug info/data section not detected on AMD64

2025-06-16 Thread Fredrik Tolf
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

[valgrind] [Bug 353192] Debug info/data section not detected on AMD64

2025-06-15 Thread Fredrik Tolf
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.

[valgrind] [Bug 353192] Debug info/data section not detected on AMD64

2016-03-27 Thread Fredrik Tolf via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353192 Fredrik Tolf changed: What|Removed |Added CC||fred...@dolda2000.com --- Comment #6 from