[valgrind] [Bug 386427] Valgrind unsupported clone on Android

2021-08-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=386427

yitu...@163.com changed:

   What|Removed |Added

 CC||yitu...@163.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 386427] Valgrind unsupported clone on Android

2017-11-14 Thread Tamara Vlahovic
https://bugs.kde.org/show_bug.cgi?id=386427

--- Comment #3 from Tamara Vlahovic  ---
Can somebody take a look at these patches?

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 386427] Valgrind unsupported clone on Android

2017-11-01 Thread Tamara Vlahovic
https://bugs.kde.org/show_bug.cgi?id=386427

Tamara Vlahovic  changed:

   What|Removed |Added

 CC||mips3...@gmail.com,
   ||n...@valgrind.org,
   ||philippe.waroquiers@skynet.
   ||be

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 386427] Valgrind unsupported clone on Android

2017-11-01 Thread Tamara Vlahovic
https://bugs.kde.org/show_bug.cgi?id=386427

--- Comment #2 from Tamara Vlahovic  ---
Created attachment 108667
  --> https://bugs.kde.org/attachment.cgi?id=108667=edit
fd_clone_test

This patch adds tests in none/tests/linux which check Valgrind behevior during
thread creation with different combination of CLONE_FS, and CLONE_FILES set
flags.

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 386427] Valgrind unsupported clone on Android

2017-11-01 Thread Tamara Vlahovic
https://bugs.kde.org/show_bug.cgi?id=386427

--- Comment #1 from Tamara Vlahovic  ---
Created attachment 108666
  --> https://bugs.kde.org/attachment.cgi?id=108666=edit
Clone thread without CLONE_FILES and CLONE_FS flags set

This patch adds support for cloning a thread without set CLONE_FS and
CLONE_FILES, and changing fds trackinng system to allow for Valgrind to run
programs which such clone calls with --track-fds=yes option.   
It was tested on x86, mips32, and mips64 linux.

-- 
You are receiving this mail because:
You are watching all bug changes.