On Wed, 15 Apr 2009 21:38:04 +0100, Tom Sillence
<t...@sillence.co.uk> wrote:

>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

2.6.10 is out of date.
Ok, it crashes 3.6.11 and 3.6.13 too, but to be honest, I
don't mind any embedded database to crash when it is thrown
nonsensical code like this; in the same way I don't mind any
kernel to panic when the plug is pulled on the root disk.


>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.

Timeline of tickets and checkins:
http://www.sqlite.org/cvstrac/timeline

Report a bug:
http://www.sqlite.org/cvstrac/tktnew 

If your looking for anything else, start with:
http://www.sqlite.org/sitemap.html


>Cheers,
-- 
  (  Kees Nuyt
  )
c[_]
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to