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
It seems that the GError passed to, for example, j_db_schema_delete is passed all the way through to j_backend_db_schema_delete. If the original GError is freed in the meantime (which happens for the DB benchmarks due to _benchmark_db_prepare_scheme), the following assertion can be triggered:
This can be reproduced using ./scripts/benchmark.sh -p /db with a client-side mysql backend. (It also happens with the sqlite backend if it is first modified so it can be loaded on the client.)
The text was updated successfully, but these errors were encountered:
It seems that the
GError
passed to, for example,j_db_schema_delete
is passed all the way through toj_backend_db_schema_delete
. If the originalGError
is freed in the meantime (which happens for the DB benchmarks due to_benchmark_db_prepare_scheme
), the following assertion can be triggered:This can be reproduced using
./scripts/benchmark.sh -p /db
with a client-sidemysql
backend. (It also happens with thesqlite
backend if it is first modified so it can be loaded on the client.)The text was updated successfully, but these errors were encountered: