On Tue, May 5, 2020 at 10:41 AM Zheng Zhang <
zzha...@ucr.edu> wrote:
>
> Hi Dmitry:
> Thanks for replying!
> It seems that syzkaller doesn't find new bug in pixel4. I set "enable_syscalls" option to limit fuzz in several syscalls ( clock_gettime, for example), this error still exists. Thus it seems that syzkaller doesn't work well. I checked the log and report, it seems that the fuzzer runs normally but immediately the connection is closed.
> Here are some details of my installation:
> wget
https://dl.google.com/go/go1.14.2.linux-amd64.tar.gz
> tar -xf go1.14.2.linux-amd64.tar.gz
> mv go goroot; mkdir gopath; export GOPATH=`pwd`/gopath; export GOROOT=`pwd`/goroot; export PATH=$GOPATH/bin:$PATH; export PATH=$GOROOT/bin:$PATH
> go get -u -d
github.com/google/syzkaller/prog
> cd gopath/src/
github.com/google/syzkaller/
> make TARGETOS=linux TARGETARCH=arm64
> ./bin/syz-manager -config=my.cfg
>
> I think I followed the instructions strictly, thus I'm a little confused. In the workdir/crashes/subdir/description, it shows "panic:LINE, dump:LINE", but I get little information by searching it via google.
Sometimes it's enough to just boot a kernel to find bugs. If it's that
bad, it's pointless to fuzz to find more bugs. I would suggest fixing
all bugs that happen without fuzzing and then switch to fuzzing to
find more.
> On Monday, May 4, 2020 at 11:35:24 PM UTC-7, Dmitry Vyukov wrote:
>>
>> On Tue, May 5, 2020 at 7:35 AM Zheng Zhang <
zzha...@ucr.edu> wrote:
>> >
>> > Hi all:
>> > I tried to run syzkaller to fuzz the pixel4 phone, there is a crash at the very beginning: "panic: LINE, dump: LINE". I could not find useful information via google. Could you give me any suggestions? I believe that I strictly follow the instructions in
https://github.com/google/syzkaller/blob/master/docs/linux/setup_linux-host_android-device_arm64-kernel.md.
>> > Thanks very much!
>>
>> Hi Zheng,
>>
>> syzkaller seems to be working as intended as found a bug. You need to
>> fix found bugs to find more bugs with fuzzing.
>
> --
> You received this message because you are subscribed to the Google Groups "syzkaller" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
syzkaller+...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/syzkaller/6b24ea3a-f091-4213-acc9-33460dcdbb61%40googlegroups.com.