syzkaller icon indicating copy to clipboard operation
syzkaller copied to clipboard

syzkaller regression "failed to run executor"

Open cpaasch opened this issue 1 year ago • 3 comments

Hello,

I updated to latest master and found that with commit a38fb99b3fbff0c988e64bf4bf277071e18b18a a regression was introduced causing continuous error-messages à la:

2024/05/24 15:42:10 vm-2: crash: SYZFATAL: failed to run executor version: failed to run executor version: failed to run ["/syz-executor" "version"]: exi

Please let me know if I can be of any help to debug this.

cpaasch avatar May 24 '24 15:05 cpaasch

Was there anything after "exi"? Could you please build "make executor" and run "bin/linux-amd64/syz-executor version" on your target machine? Does it fail? How?

dvyukov avatar May 24 '24 16:05 dvyukov

Was there anything after "exi"?

Nope, nothing!

Could you please build "make executor" and run "bin/linux-amd64/syz-executor version" on your target machine? Does it fail? How?

It works:

$ bin/linux_amd64/syz-executor version
linux amd64 3efdd6dbffe8a6c3c20a04e835fd00c973fcb9a2 a10a183e260f0ea1a0c37e84ca5c60f28c13e3fd

cpaasch avatar May 24 '24 17:05 cpaasch

Humm... This is strange. I don't have any ideas at the moment. syz-fuzzer just executes "syz-executor version" in the VM...

dvyukov avatar May 25 '24 15:05 dvyukov

syz-fuzzer does not exist anymore, and there were whole lot of changes since then.

dvyukov avatar Apr 11 '25 11:04 dvyukov