2009/4/16 D. Richard Hipp <[email protected]>

>
> On Apr 15, 2009, at 4:38 PM, Tom Sillence 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
> >
> > 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.
>
>
> Whenever somebody gives us a simple, reproducible test case, as you
> have done above, that is a "good" bug report.  No further work
> required on your part.  Thanks.
>
> D. Richard Hipp
> [email protected]
>
>
>
> _______________________________________________
> sqlite-users mailing list
> [email protected]
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>

I see from cvstrack that you've fixed this already, just three hours after I
reported it. I'm very impressed.

Tom Sillence
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to