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

Issue 829204 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Apr 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug-Regression



Sign in to add a comment

Null-dereference READ in base::WaitableEvent::Signal

Project Member Reported by ClusterFuzz, Apr 5 2018

Issue description

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

Fuzzer: inferno_layout_test_unmodified
Job Type: linux_tsan_chrome_mp
Platform Id: linux

Crash Type: Null-dereference READ
Crash Address: 0x000000000000
Crash State:
  base::WaitableEvent::Signal
  base::internal::SchedulerWorker::WakeUp
  base::internal::SchedulerWorkerPoolImpl::WakeUpOneWorkerLockRequired
  
Sanitizer: thread (TSAN)

Regressed: https://clusterfuzz.com/revisions?job=linux_tsan_chrome_mp&range=546649:546656

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

Issue filed automatically.

See https://github.com/google/clusterfuzz-tools for more information.
 
Project Member

Comment 1 by ClusterFuzz, Apr 5 2018

Components: Internals>Core Internals>TaskScheduler
Labels: Test-Predator-Auto-Components
Automatically applying components based on crash stacktrace and information from OWNERS files.

If this is incorrect, please apply the Test-Predator-Wrong-Components label.
Cc: fdoray@chromium.org brajkumar@chromium.org
Labels: -Type-Bug Test-Predator-Wrong-CLs M-67 Type-Bug-Regression
Owner: fdoray@chromium.org
Status: Assigned (was: Untriaged)
Predator and CL could not provide any possible suspects.

Using Code Search for the file, "scheduler_worker_pool_impl.cc" suspecting the below Cl might have caused this issue

Suspect CL: https://chromium.googlesource.com/chromium/src/+/858c0ce43fc61f9bc7b2dab867293430e853ebb1%5E%21/base/task_scheduler/scheduler_worker_pool_impl.cc

robliao/fdoray@ -- Could you please check whether this is caused with respect to your change, if not please help us in assigning it to the right owner.

Thanks!

Cc: -fdoray@chromium.org robliao@chromium.org

Comment 4 by fdoray@chromium.org, Apr 10 2018

I wasn't able to reproduce locally.

Latest run shows an unrelated error:

LAST TESTED STACKTRACE ON REVISION 549440

#0 0x556e6570f383 in strncmp third_party/llvm/compiler-rt/lib/tsan/../sanitizer_common/sanitizer_common_interceptors.inc:448:3
#1 0x556e6983ad50 in google_breakpad::NonAllocatingMap<40ul, 128ul, 200ul>::SetKeyValue(char const*, char const*) third_party/breakpad/breakpad/src/common/simple_string_dictionary.h:263:11
#2 0x556e6983a7b6 in crash_reporter::internal::CrashKeyStringImpl::Set(base::BasicStringPiece<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >) components/crash/core/common/crash_key_breakpad.cc:82:34

Comment 5 by fdoray@chromium.org, Apr 13 2018

Status: WontFix (was: Assigned)
Clusterfuzz is not really able to reproduce this race. The output of new runs is different and has nothing to do with the original error.
Project Member

Comment 6 by ClusterFuzz, Apr 20 2018

Labels: Needs-Feedback
ClusterFuzz testcase 5907527741734912 is still reproducing on tip-of-tree build (trunk).

If this testcase was not reproducible locally or unworkable, ignore this notification and we will file another bug soon with hopefully a better and workable testcase.

Otherwise, if this is not intended to be fixed (e.g. this is an intentional crash), please add ClusterFuzz-Ignore label to prevent future bug filing with similar crash stacktrace.
Project Member

Comment 7 by ClusterFuzz, Apr 25 2018

ClusterFuzz has detected this issue as fixed in range 553139:553151.

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

Fuzzer: inferno_layout_test_unmodified
Job Type: linux_tsan_chrome_mp
Platform Id: linux

Crash Type: Null-dereference READ
Crash Address: 0x000000000000
Crash State:
  base::WaitableEvent::Signal
  base::internal::SchedulerWorker::WakeUp
  base::internal::SchedulerWorkerPoolImpl::WakeUpOneWorkerLockRequired
  
Sanitizer: thread (TSAN)

Regressed: https://clusterfuzz.com/revisions?job=linux_tsan_chrome_mp&range=546649:546656
Fixed: https://clusterfuzz.com/revisions?job=linux_tsan_chrome_mp&range=553139:553151

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

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