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

Issue 759241 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 758810
Owner:
Closed: Aug 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug



Sign in to add a comment

CHECK failure: (a > 0 ? a : -a) <= std::numeric_limits<int64_t>::max() / base::Time::kMicroseco

Project Member Reported by ClusterFuzz, Aug 25 2017

Issue description

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

Fuzzer: libFuzzer_mediasource_MP4_FLAC_pipeline_integration_fuzzer
Job Type: libfuzzer_chrome_asan_debug
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  (a > 0 ? a : -a) <= std::numeric_limits<int64_t>::max() / base::Time::kMicroseco
  base::debug::DebugBreak
  media::mp4::TimeDeltaFromRational
  
Sanitizer: address (ASAN)

Regressed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=497039:497107

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

Issue filed automatically.

See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reproducing.md for more information.
 

Comment 1 by mmoroz@chromium.org, Aug 29 2017

Cc: mmoroz@chromium.org wolenetz@chromium.org
Cc: msrchandra@chromium.org
Labels: Test-Predator-Wrong-CLs M-62
Owner: servolk@chromium.org
Status: Assigned (was: Untriaged)
Predator and CL could not provide any possible suspects.
Using Code Search for the file, "track_run_iterator.cc" assigning to the concern owner.

Suspecting Commit#
https://chromium.googlesource.com/chromium/src/+/15d1b34174529968cac05a8902c96368687a8fd4

@servolk -- Could you please look into the issue, kindly re-assign if this is not related to your changes.
Thank You.
Owner: wolenetz@chromium.org
I think this is either the same issue as 758810, or something related. Matt, PTAL
Components: Internals>Media>Source
Labels: -Pri-1 Pri-2
Mergedinto: 758810
Owner: sande...@chromium.org
Status: Duplicate (was: Assigned)
Yes, duplicate root cause as  bug 758810  (just hits the DCHECK first due to build type).

numer=0x900000002000000, denom=0xac44
0xa=d5febf02110
Check failed: (a > 0 ? a : -a) <= std::numeric_limits<int64_t>::max() / base::Time::kMicrosecondsPerSecond (14705631437072 vs. 9223372036854)

=>sandersd@ for fix
In #4, fixed edit of cut&paste line is:
a=0xd5febf02110
Project Member

Comment 6 by ClusterFuzz, Sep 6 2017

ClusterFuzz has detected this issue as fixed in range 499783:499873.

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

Fuzzer: libFuzzer_mediasource_MP4_FLAC_pipeline_integration_fuzzer
Job Type: libfuzzer_chrome_asan_debug
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  (a > 0 ? a : -a) <= std::numeric_limits<int64_t>::max() / base::Time::kMicroseco
  base::debug::DebugBreak
  media::mp4::TimeDeltaFromRational
  
Sanitizer: address (ASAN)

Regressed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=497039:497107
Fixed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=499783:499873

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

See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reproducing.md 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