Bug 183406

Summary: Please support more variants of clone()
Product: [Developer tools] valgrind Reporter: Konstantin Serebryany <konstantin.s.serebryany>
Component: generalAssignee: Julian Seward <jseward>
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: 3.4 SVN   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: test case

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