Issue metadata
Sign in to add a comment
|
Null-dereference READ in base::WaitableEvent::Signal |
||||||||||||||||||||||
Issue descriptionDetailed 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.
,
Apr 10 2018
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!
,
Apr 10 2018
,
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
,
Apr 13 2018
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.
,
Apr 20 2018
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.
,
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 |
|||||||||||||||||||||||
Comment 1 by ClusterFuzz
, Apr 5 2018Labels: Test-Predator-Auto-Components