Bug 364279

Summary: False "Uninitialized" on atomic_compare_exchange
Product: [Developer tools] valgrind Reporter: Cedric <manday>
Component: memcheckAssignee: Julian Seward <jseward>
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: 3.10.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Code
Output

Description Cedric 2016-06-13 20:00:40 UTC
Created attachment 99482 [details]
Code

The attached source, compiled with gcc-5.3 -g -ggdb -O0 reliably produces a false positive, as attached 2nd.
Comment 1 Cedric 2016-06-13 20:01:03 UTC
Created attachment 99483 [details]
Output