crytic / crytic/echidna

race condition for writing to `crytic-export/combined_solc.json`

Open
#1,471 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Haskell
Stars
3.2k
Forks
432
Avg merge
1d 20h
Merged PRs (30d)
5

Description

## Setup

run multiple echidna instances in parallel

## Expected behavior

it works, there is no shared state

## Actual behavior

All instances write and read from `crytic-export/combined_solc.json`.
To avoid the hard to debug race condition, it could instead write to `crytic-export-{UNIQID}/combined_solc.json`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.