Closed sfc-gh-yiwu closed 1 year ago
I fixed a stack overflow bug yesterday in https://github.com/apple/foundationdb/pull/8773/commits/80e0810bcc52a15d91c7f752da4163c46061b022 for _parsePartitionedLogFileOnLoader()
. Maybe the failure was before the fix?
@jzhou77 indeed it is before your fix and the failure didn't reappear. Closing.
The test got segfault caused by infinite recursion in
Hash: b43779fdd57dab6f1c6c38da2744b2e6af19218a ASAN build Seed: bin/fdbserver -r simulation -f tests/slow/ParallelRestoreNewBackupCorrectnessAtomicOp.toml -s 1624312275 -b off --crash --trace_format json Another seed: bin/fdbserver -r simulation -f tests/slow/ParallelRestoreNewBackupCorrectnessMultiCycles.toml -s 805772227 -b on --crash --trace_format json
gdb output:
(and ~8k more lines)