New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 766040 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 764265
Owner: ----
Closed: Sep 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 1
Type: Bug



Sign in to add a comment

CHECK failure: 0 == pthread_create(&thread_, &attr, &StartThread, this) in platform_thread.cc

Project Member Reported by ClusterFuzz, Sep 18 2017

Issue description

Detailed report: https://clusterfuzz.com/testcase?key=5818808479776768

Fuzzer: inferno_layout_test_unmodified
Job Type: mac_asan_chrome
Platform Id: mac

Crash Type: CHECK failure
Crash Address: 
Crash State:
  0 == pthread_create(&thread_, &attr, &StartThread, this) in platform_thread.cc
  rtc::FatalMessage::~FatalMessage
  rtc::FatalMessage::~FatalMessage
  
Sanitizer: address (ASAN)

Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5818808479776768

Issue filed automatically.

See https://github.com/google/clusterfuzz-tools for more information.
 
Cc: msrchandra@chromium.org pnangunoori@chromium.org
Labels: Test-Predator-Wrong-CLs M-63
Owner: kjellander@chromium.org
Status: Assigned (was: Untriaged)
Predator and CL could not provide any possible suspects.
Using the code search for the file, “checks.cc” assigning to concern owner from GIT blame.
Suspecting Commit#
https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+/eac9d2aff9b97d1de43cebb0fcaee90f6dd49240
@kjellander -- Could you please look into this issue, kindly reassign if it has nothing to do with your changes.
Thank You.

Owner: pbos@chromium.org
Assigning to pbos@ who added the check

Comment 3 by pbos@chromium.org, Sep 18 2017

Owner: kjellander@chromium.org
Please retriage, this just means that a thread couldn't be created, and as webrtc has no way to mitigate that (global worker thread etc), we do a check, panic and quit.

AI would probably be to figure out why the thread creation failed (maybe this test creates 10k PeerConnections, etc.
Components: Blink>WebRTC>PeerConnection
Owner: ----
Status: Untriaged (was: Assigned)
The testcase is really simple:

<script>
        var __v_30 = function () {
            pc = new webkitRTCPeerConnection();
        };
        for (var __v_40 = 0; __v_40 < 1000; __v_40++)
            __v_30();
</script>


Comment 5 by guidou@chromium.org, Sep 18 2017

Components: -Blink>WebRTC>PeerConnection Blink>WebRTC
Mergedinto: 764265
Status: Duplicate (was: Untriaged)
Project Member

Comment 6 by ClusterFuzz, Dec 22 2017

ClusterFuzz has detected this issue as fixed in range 525690:525711.

Detailed report: https://clusterfuzz.com/testcase?key=5818808479776768

Fuzzer: inferno_layout_test_unmodified
Job Type: mac_asan_chrome
Platform Id: mac

Crash Type: CHECK failure
Crash Address: 
Crash State:
  0 == pthread_create(&thread_, &attr, &StartThread, this) in platform_thread.cc
  rtc::FatalMessage::~FatalMessage
  rtc::FatalMessage::~FatalMessage
  
Sanitizer: address (ASAN)

Fixed: https://clusterfuzz.com/revisions?job=mac_asan_chrome&range=525690:525711

Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5818808479776768

See https://github.com/google/clusterfuzz-tools 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