[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/m_d

[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;" ".popsection;"); int main(int argc, char **a

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

2017-05-05 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=353192 Ivo Raisr changed: What|Removed |Added CC||iv...@ivosh.net Status|UNCONFIRMED

[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 Fredri

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

2016-01-08 Thread Patrick Collins via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353192 --- Comment #5 from Patrick Collins --- And if it's useful, I can put together a compileable example that displays this behavior. Please let me know. -- You are receiving this mail because: You are watching all bug changes.

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

2016-01-08 Thread Patrick Collins via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353192 Patrick Collins changed: What|Removed |Added CC||pscoll...@google.com --- Comment #4 from Patr