with 2.1.13 on debian testing/unstable (using 2.1.13-2 from experimental):
export GNUPGHOME=$(mktemp -d)
gpg --import tests/openpgp/tofu-keys.asc
gpg --tofu-db-format=split --trust-model=tofu list-keys
results in:
gpg: Ohhhh jeeee: Assertion "! db->batch_update" in tofu_closedbs failed
(../../g10/tofu.c:1083)
Aborted
and the return code is 143.