Issue metadata
Sign in to add a comment
|
Crash in std::__1::basic_stringbuf<char, std::__1::char_traits<char>, std::__1::allocator |
||||||||||||||||||||||||
Issue descriptionDetailed report: https://cluster-fuzz.appspot.com/testcase?key=4749635575087104 Fuzzer: sugoi_filter_fuzzer Job Type: linux_asan_filter_fuzz_stub_32bit Platform Id: linux Crash Type: UNKNOWN WRITE Crash Address: 0x00000000 Crash State: std::__1::basic_stringbuf<char, std::__1::char_traits<char>, std::__1::allocator main _dl_find_dso_for_object Regressed: https://cluster-fuzz.appspot.com/revisions?job=linux_asan_filter_fuzz_stub_32bit&range=344473:344607 Minimized Testcase (0.20 Kb): https://cluster-fuzz.appspot.com/download/AMIfv970Td8D-eubRg1_UOBYGOQy2SoStUNcNBVXZgPsZIYsnU2pS-e8OHed1imfxDu0NSOaiBjQTMtpHNGFbFm4YmJ6XsmymhoeM4R4L6YZfIpTuget4do_KI307BFqfXGsRBepTphtZj0M_-lJMoX_GWJWO4o5ew?testcase_id=4749635575087104 Filer: mummareddy See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
,
Jul 8 2016
Looks like memory allocation in std::ostringstream is failing while constructing the log message. I'm wondering whether something is managing to use up a ton of memory and this just happens to be the thing that finally fails. Given that, I'd look at the Skia revision range: https://chromium.googlesource.com/skia/+log/d1c6b7c5007b5c609b44a9cdfe95ef64a5a8f29f..499ababa52f3ac4fccf957979713abe58be1584a?pretty=fuller There is stuff in there that seems to touch the flattening/unflattening of SkImageFilters, which is what filter_fuzz_stub tests.
,
Jul 16 2016
,
Aug 5 2016
Detailed report: https://cluster-fuzz.appspot.com/testcase?key=6712858899644416 Fuzzer: sugoi_filter_fuzzer Job Type: linux_asan_filter_fuzz_stub_32bit Platform Id: linux Crash Type: UNKNOWN WRITE Crash Address: 0x00000000 Crash State: std::__1::basic_stringbuf<char, std::__1::char_traits<char>, std::__1::allocator _dl_find_dso_for_object Regressed: https://cluster-fuzz.appspot.com/revisions?job=linux_asan_filter_fuzz_stub_32bit&range=344473:344607 Minimized Testcase (0.20 Kb): https://cluster-fuzz.appspot.com/download/AMIfv94rsINxbHUoR0e4A5bN37xZLbFA-toq1ElLDNFltn4bl7WxrjkFHzLCOMNUq1zGFu4IGrdGFRjsrszYbaoLl5pQ22JyDDY2pgbnilC9rLZ0BXTyRso_2Nbq56YZiFhfNDOIYNiP_ZDUVdb3aAbc6SVF2PYk1w?testcase_id=6712858899644416 Issue manually filed by: ranjitkan See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
,
Sep 19 2016
Detailed report: https://cluster-fuzz.appspot.com/testcase?key=5816110685618176 Fuzzer: sugoi_filter_fuzzer Job Type: linux_asan_filter_fuzz_stub_32bit Platform Id: linux Crash Type: UNKNOWN WRITE Crash Address: 0x00000000 Crash State: _dl_find_dso_for_object Regressed: https://cluster-fuzz.appspot.com/revisions?job=linux_asan_filter_fuzz_stub_32bit&range=386879:387080 Minimized Testcase (0.84 Kb): https://cluster-fuzz.appspot.com/download/AMIfv9440t9itfQoTXYbjKoi-IALK_apIDorKTfH7dbzI8Mn1JTsN7tDL8F6qbJMqb_9y-vlgzFQ1WkTvQXJNCRElQ8B1VK0RKWPrqeWtSvoOu-uSq-Cx7rhLxgCLwPkuQrkM8GZNHyZfboBJXC_5ClefNkxtWblKg?testcase_id=5816110685618176 See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
,
Sep 19 2016
Detailed report: https://cluster-fuzz.appspot.com/testcase?key=5816110685618176 Fuzzer: sugoi_filter_fuzzer Job Type: linux_asan_filter_fuzz_stub_32bit Platform Id: linux Crash Type: UNKNOWN WRITE Crash Address: 0x00000000 Crash State: _dl_find_dso_for_object Regressed: https://cluster-fuzz.appspot.com/revisions?job=linux_asan_filter_fuzz_stub_32bit&range=386879:387080 Minimized Testcase (0.84 Kb): https://cluster-fuzz.appspot.com/download/AMIfv9440t9itfQoTXYbjKoi-IALK_apIDorKTfH7dbzI8Mn1JTsN7tDL8F6qbJMqb_9y-vlgzFQ1WkTvQXJNCRElQ8B1VK0RKWPrqeWtSvoOu-uSq-Cx7rhLxgCLwPkuQrkM8GZNHyZfboBJXC_5ClefNkxtWblKg?testcase_id=5816110685618176 See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
,
Nov 22 2016
Removing EditIssue view restrictions from ClusterFuzz filed bugs. If you believe that this issue should still be restricted, please reapply the label. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Mar 29 2017
This issue is not fixed, could someone please take a look?. [2017-03-29 07:25:36 UTC] clusterfuzz-linux-0465: Progression task started: r460282. [2017-03-29 07:28:31 UTC] clusterfuzz-linux-0465: Progression task finished. Thank you.
,
Mar 30 2017
AFAICT this is a duplicate of crbug.com/628222 In two cases I checked we have: REVISION 404340 soft rss limit exhausted (512Mb vs 629Mb) allocator_may_return_null=1 REVISION 460664 soft rss limit exhausted (512Mb vs 560Mb) allocator_may_return_null=1 failing allocation: new SkMallocPixelRef
,
Jun 16 2017
ClusterFuzz has detected this issue as fixed in range 479756:479771. Detailed report: https://clusterfuzz.com/testcase?key=4749635575087104 Fuzzer: sugoi_filter_fuzzer Job Type: linux_asan_filter_fuzz_stub_32bit Platform Id: linux Crash Type: Null-dereference WRITE Crash Address: 0x00000004 Crash State: SkPixelRef::SkPixelRef SkMallocPixelRef::MakeZeroed SkBitmap::tryAllocPixels Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=linux_asan_filter_fuzz_stub_32bit&range=344473:344607 Fixed: https://clusterfuzz.com/revisions?job=linux_asan_filter_fuzz_stub_32bit&range=479756:479771 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=4749635575087104 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.
,
Jan 22 2018
|
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by mummare...@chromium.org
, Jul 8 2016Labels: Needs-triage Te-Logged M-52