crytic / slither

Static Analyzer for Solidity and Vyper
https://blog.trailofbits.com/2018/10/19/slither-a-solidity-static-analysis-framework/
GNU Affero General Public License v3.0
5.33k stars 967 forks source link

slither idling for an undetermined time. #843

Closed ccolorado closed 7 months ago

ccolorado commented 3 years ago

Hi, I have been experiencing slither just hanging for close to an hour ( haven't waited for longer) I get no output to figure out what is going on other than the following truffle message.
I haven't figured out a way to further troubleshoot this.

$ slither . 
'npx truffle@5.1.49 compile --all' running (use --truffle-version truffle@x.x.x to use specific version)

Versions:

$ slither  --version
0.7.0

$ solc --version
solc, the solidity compiler commandline interface
Version: 0.8.4+commit.c7e474f2.Linux.g++

$ python --version
Python 3.9.4
rupansh commented 2 years ago

Facing same issue

zachwax101 commented 2 years ago

Facing same issue

0xalpharush commented 2 years ago

It may be related to one of these two issues https://github.com/crytic/slither/issues?q=is%3Aissue+hang+is%3Aclosed, so I'd start there. If the issue persists, it'd be helpful to share the codebase so we can debug and fix.

zachwax101 commented 2 years ago

@0xalpharush

https://github.com/zachwax101/something

0xalpharush commented 2 years ago

What version of slither are you using? This works on 0.8.3. Note, truffle needs to be installed for before running slither.