I don't have all that much time to research whether this is a known issue.
The following query crashes 2.6.10 every time, on linux and windows:

create table crash(a,b); insert into crash select
1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 union all select
1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26 union
select 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26
order by 1

If people are interested, I'm happy to build a debug version of sqlite and
get a stacktrace. I'm also looking for advice on the proper way to report a
bug like this - and how to check whether similar things have been reported
already.

Cheers,
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to