Open holiman opened 11 months ago
Possibly related: https://github.com/cockroachdb/pebble/issues/2507
I tried to dig into it a bit. Looks like something smashed our stack, the only real possibility (other than the runtime) that I see when stepping through the code is the compression. We're using the default compression algorithm snappy which is implemented in ASM, maybe theres an issue there?
This was
bench06
, runningmaster
onGeth/v1.13.5-unstable-58297e33/linux-amd64/go1.21.4
, i.e. commit 58297e33.Fuller dump: stackdump.txt