Ticket Hash: | 5fbc159eeb092130c6f2de0d8cf9a97a80963f25 | |||
Title: | Debug assertion sqlite3VdbeExec: Assertion `memIsValid(pRec)' failed | |||
Status: | Fixed | Type: | Code_Defect | |
Severity: | Minor | Priority: | Low | |
Subsystem: | Unknown | Resolution: | Fixed | |
Last Modified: | 2019-12-28 00:37:19 | |||
Version Found In: | 3.30.0 | |||
User Comments: | ||||
mrigger added on 2019-12-27 20:51:04:
The following test case triggers a debug assertion error: CREATE TABLE t0(c0 NOT NULL DEFAULT 1, c1 AS(c0) UNIQUE); REPLACE INTO t0 VALUES(NULL); -- sqlite3.c:87334: sqlite3VdbeExec: Assertion `memIsValid(pRec)' failed. |