cmd/evm patch for fuzz (#5175)

* save

* save
This commit is contained in:
Alex Sharov 2022-08-25 10:27:24 +07:00 committed by GitHub
parent 3b1d4d9c1b
commit 8a03572828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ func ListenSignals(stack io.Closer) {
Exit() // ensure trace and CPU profile data is flushed.
LoudPanic("boom")
case <-usr1:
pprof.Lookup("goroutine").WriteTo(os.Stdout, 2)
pprof.Lookup("goroutine").WriteTo(os.Stdout, 1)
}
}
}