You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note the time jump in the 3rd entry (when the machine was asleep) and the crasher reported in the 4th.
$ cat fuzz/crashers/1f5181fc9f7d217a15d78c5d439500aa64a5447f.output program hanged (timeout 10 seconds)signal: killed
I renamed fuzz/crashers, copied the crasher input to the corpus, and restarted. This input does not cause crashes after the restart. I suspect there's a timer somewhere that doesn't compensate for lost time such as when the computer is asleep.
$ ls -l `which go-fuzz`-rwxr-xr-x 1 mark mark 14M Apr 14 10:48 /home/mark/go/bin/go-fuzz
$ cd~/go/src/github.com/dvyukov/go-fuzz
$ git log -n1 | catcommit be3528f3a81351d8a438aed216130e1e7da39f7cAuthor: Dmitry Vyukov <[email protected]>Date: Wed Mar 18 10:02:43 2020 +0100 .travis.yml: fix osx setup There seems to be some change in osx machine setup on travis.
$ git pullAlready up to date.
The text was updated successfully, but these errors were encountered:
Note the time jump in the 3rd entry (when the machine was asleep) and the crasher reported in the 4th.
I renamed fuzz/crashers, copied the crasher input to the corpus, and restarted. This input does not cause crashes after the restart. I suspect there's a timer somewhere that doesn't compensate for lost time such as when the computer is asleep.
command used:
go-fuzz appears to be the latest version:
The text was updated successfully, but these errors were encountered: