On Thu, Mar 1, 2012 at 10:11 AM, dead beef <[email protected]> wrote:
> The following query causes a crash (null-pointer dereference): > > $ sqlite3 > SQLite version 3.7.4 > Enter ".help" for instructions > Enter SQL statements terminated with a ";" > sqlite> SELECT 1 FROM ( SELECT 1 ) INNER JOIN ( SELECT * ) USING ( c ); > Segmentation fault > I suspect that this is the same bug that was fixed here: http://www.sqlite.org/src/info/c8c7846fb9 > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

