You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
seems to be caused from RegisterOptions("", &bucket_count_, &hash_spd_factory_info);
since hash_spd_factory_info also contains use_seek_parralel_threshold which is of OptionType::kBoolean
already pushed to the branch where the fixes need to happen
The text was updated successfully, but these errors were encountered:
when running
COMPILE_WITH_UBSAN=1 make -j16 narrow_crash_test
On speedb/v2.5.0
error:
options/options_helper.cc:1128:43: runtime error: load of value 64, which is not a valid value for type 'bool'
cmd to reproduce on empty db:
seems to be caused from
RegisterOptions("", &bucket_count_, &hash_spd_factory_info);
since hash_spd_factory_info also contains use_seek_parralel_threshold which is of
OptionType::kBoolean
already pushed to the branch where the fixes need to happen
The text was updated successfully, but these errors were encountered: