manticore
manticore copied to clipboard
Still getting the issue of "AttributeError: Can't pickle local object 'ManticoreEVM.finalize.<locals>.worker_finalize'"
Summary of the problem
getting below error when running on a optimism contract
manticore contracts/echidna/FuzzBurn.sol --solc-remaps '@openzeppelin/contracts/=node_modules/@openzeppelin/contracts/ @openzeppelin/contracts-upgradeable/=node_modules/@openzeppelin/contracts-upgradeable/ @rari-capital/solmate/=node_modules/@rari-capital/solmate/ forge-std/=node_modules/forge-std/src/ ds-test/=node_modules/ds-test/src/' --exclude naming-convention
WARNING:manticore.core.manticore:Manticore is only supported on Linux. Proceed at your own risk!
2023-06-08 14:27:01,657: [74758] m.main:INFO: Registered plugins: IntrospectionAPIPlugin, <class 'manticore.ethereum.plugins.SkipRevertBasicBlocks'>, <class 'manticore.ethereum.plugins.FilterFunctions'>
2023-06-08 14:27:01,657: [74758] m.main:INFO: Beginning analysis
2023-06-08 14:27:01,659: [74758] m.e.manticore:INFO: Starting symbolic create contract
Traceback (most recent call last):
File "/Users/upalc/opt/anaconda3/bin/manticore", line 8, in
Manticore version
Python version
3.8
OS / Environment
macOs ventura 13.0.1
Dependencies
Step to reproduce the behavior
Expected behavior
Actual behavior
Any relevant logs
ANother issue i am running into is while running the examples given in manticore repo,
python constraint.py > results.txt
WARNING:manticore.core.manticore:Manticore is only supported on Linux. Proceed at your own risk!
Traceback (most recent call last):
File "constraint.py", line 10, in
I have tried with latest version as well but no luck.