https://bugs.kde.org/show_bug.cgi?id=377376
Bug ID: 377376
Summary: memcheck/tests/linux/getregset fails with glibc2.24
Product: valgrind
Version: unspecified
Platform: unspecified
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: memcheck
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 104448
--> https://bugs.kde.org/attachment.cgi?id=104448&action=edit
Fix ptrace(traceme)
In glibc2.24 implementation of function raise() is changed, so this test
crashes when it is run under Valgrind.
Signal SIGUSR1 should stop the process, but when it is called with
ptrace(traceme), expected behaviour is to stop process. In Valgrind there is no
valid support for ptrace(traceme) syscall.
I propose fix for this problem.
--
You are receiving this mail because:
You are watching all bug changes.