Bug 183406 - Please support more variants of clone()
Summary: Please support more variants of clone()
Status: REPORTED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (other bugs)
Version First Reported In: 3.4 SVN
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-06 11:02 UTC by Konstantin Serebryany
Modified: 2009-02-06 11:05 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
test case (678 bytes, text/x-csrc)
2009-02-06 11:05 UTC, Konstantin Serebryany
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin Serebryany 2009-02-06 11:02:03 UTC
If possible, please support more variants of clone(). 
The attached .c program runs ok natively and under PIN. 
Under valgrind it crashes because valgrind does not support the clone flags used in the test (SIGCHLD and CLONE_UNTRACED|SIGCHLD|CLONE_VM).
Comment 1 Konstantin Serebryany 2009-02-06 11:05:04 UTC
Created attachment 31019 [details]
test case