Issue metadata
Sign in to add a comment
|
Data race in webrtc::XErrorTrap::XErrorTrap |
||||||||||||||||||||||||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=6170238956863488 Fuzzer: phoglund_webrtc_peerconnection Job Type: linux_tsan_chrome_mp Platform Id: linux Crash Type: Data race WRITE 4 Crash Address: 0x7ff537464f90 Crash State: webrtc::XErrorTrap::XErrorTrap webrtc::XServerPixelBuffer::Init webrtc::WindowCapturerLinux::SelectSource Sanitizer: thread (TSAN) Regressed: https://clusterfuzz.com/revisions?job=linux_tsan_chrome_mp&range=475858:475860 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=6170238956863488 Additional requirements: Requires HTTP Issue filed automatically. See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
,
Jun 1 2017
TaskTracker is running a task. At first sight, the error seems to be in that task rather than in TaskTracker. Assigning to Webrtc owner. Reassign to me if you think this is incorrect.
,
Jun 1 2017
This bug was reported because of a race when writing |g_last_xserver_error_code| in XErrorTrap::XErrorTrap. Is XErrorTrap::XErrorTrap supposed to be called from different threads/sequences? If so, synchronization would be required to access |g_last_xserver_error_code|.
,
Jun 1 2017
,
Jun 2 2017
ClusterFuzz has detected this issue as fixed in range 476532:476536. Detailed report: https://clusterfuzz.com/testcase?key=6170238956863488 Fuzzer: phoglund_webrtc_peerconnection Job Type: linux_tsan_chrome_mp Platform Id: linux Crash Type: Data race WRITE 4 Crash Address: 0x7ff537464f90 Crash State: webrtc::XErrorTrap::XErrorTrap webrtc::XServerPixelBuffer::Init webrtc::WindowCapturerLinux::SelectSource Sanitizer: thread (TSAN) Regressed: https://clusterfuzz.com/revisions?job=linux_tsan_chrome_mp&range=475858:475860 Fixed: https://clusterfuzz.com/revisions?job=linux_tsan_chrome_mp&range=476532:476536 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=6170238956863488 Additional requirements: Requires HTTP See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information. If you suspect that the result above is incorrect, try re-doing that job on the test case report page. |
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by ranjitkan@chromium.org
, Jun 1 2017Labels: M-61 Test-Predator-Correct-CLs
Owner: fdoray@chromium.org
Status: Assigned (was: Untriaged)