Ticket Hash: | 82094de055286e8011fc22c0666bedc0ba4230a5 | |||
Title: | Sqlite src/backup.c assert looks up internal BTree mutex | |||
Status: | Open | Type: | Code_Defect | |
Severity: | Critical | Priority: | ||
Subsystem: | Resolution: | |||
Last Modified: | 2020-11-09 08:02:01 | |||
Version Found In: | ||||
User Comments: | ||||
danshearer added on 2020-11-09 08:02:01:
in backup.c: assert( sqlite3_mutex_held(p->pSrc->pBt->mutex) ); This mutex is private to BTree and doesn't apply to other backends. Unsure yet whether the generic API will need an equivalent |