leveldb icon indicating copy to clipboard operation
leveldb copied to clipboard

Check return value of TableBuilder::Add() in compaction routine.

Open evanstade opened this issue 10 months ago • 1 comments

This is a prospective fix for the crash described in crbug.com/326566884. Inspection of the crash dump suggests that Add() is failing, but the compaction routine is continuing to run. While it's not entirely clear how precisely this leads to the observed failure mode, it seems safer to check the status of the TableBuilder and abort early as needed.

evanstade avatar Apr 09 '24 21:04 evanstade