Alex Sharov
Alex Sharov
I don’t know. try: go clean -cache -modcache if will not help: remove and install golang again (when clan already installed). I guess it miss-configured a bit.
i don't know. something miss-configured on server. cc -v ? OS? do you change to clang for fun? I usually install gcc on linux next way: ``` sudo apt install...
and in `./cmd/integration` (like https://github.com/ledgerwatch/erigon/pull/10990 )
grep -v `Writing block bodies` | grep -v `p2p` | grep -v `txpool`
try `integration stage_headers --reset`
@taratorio i think it’s borevent.seg file. Can try remove recent ones and “stage_bor_heimdall —reset”
> Thanks for letting us know. I've been meaning to upgrade, so this will be impetus. Question for you though, first: I'm certain moving to 3.x requires a full re-sync,...
FYI: seems i trying something similar: https://github.com/erigontech/erigon/pull/12380
I don’t understand how it can be called from multiple goroutines. In my head 2parts 1: // recalcVisibleFiles do skip CanDelete==true // means new RoTx can’t see it 2: newValue...