On Fri Mar 24, 2017 at 08:31:13AM +0100, no...@null.net wrote:
> On Thu Mar 23, 2017 at 07:50:34PM -0400, Richard Hipp wrote:
> > The second beta release for SQLite 3.18.0 is now available on the website:
> 
> I see the following issue:
> 
>     Program terminated with signal SIGSEGV, Segmentation fault.
>     #0  sqlite3VdbeExec (p=p@entry=0x9ca2558) at sqlite3.c:83010
>     83010     pCrsr = pC->uc.pCursor;

If I turn on SQLITE_DEBUG the assert on line 83090 fails:

    perl: sqlite3.c:83008: sqlite3VdbeExec: Assertion `pC!=0' failed.

-- 
Mark Lawrence
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to