Re: [sqlite] Please test prior to version 3.1.5. Was: Delete crashes with Version 3.2.4 in Windows XP

2005-08-26 Thread Glen Nakamura
On Wed, Aug 24, 2005 at 04:19:09PM -0400, D. Richard Hipp wrote: > On Wed, 2005-08-24 at 10:08 -1000, Glen Nakamura wrote: > > The problem could be the following lines in Makefile.in: > > > > # In LIBOBJ but not TESTSRC > > COMMONOBJ = $(foreach obj,$(LIBOBJ),\ > > $(if $(findstring $(patsubst

Re: [sqlite] Please test prior to version 3.1.5. Was: Delete crashes with Version 3.2.4 in Windows XP

2005-08-25 Thread Jolan Luff
On Wed, Aug 24, 2005 at 10:08:21AM -1000, Glen Nakamura wrote: > On Wed, Aug 24, 2005 at 02:50:04PM -0500, Jolan Luff wrote: > > OpenBSD/amd64 with gcc 3.3.5. I noticed that with 3.2.2 it was possible > > to run "make test" without having done "make" first and this is no > > longer the case with C

Re: [sqlite] Please test prior to version 3.1.5. Was: Delete crashes with Version 3.2.4 in Windows XP

2005-08-24 Thread D. Richard Hipp
On Wed, 2005-08-24 at 10:08 -1000, Glen Nakamura wrote: > On Wed, Aug 24, 2005 at 02:50:04PM -0500, Jolan Luff wrote: > > OpenBSD/amd64 with gcc 3.3.5. I noticed that with 3.2.2 it was possible > > to run "make test" without having done "make" first and this is no > > longer the case with CVS HEAD

Re: [sqlite] Please test prior to version 3.1.5. Was: Delete crashes with Version 3.2.4 in Windows XP

2005-08-24 Thread D. Richard Hipp
On Wed, 2005-08-24 at 14:50 -0500, Jolan Luff wrote: > > > > What is your environment? The build scripts have hardly changed > > since 3.2.2 so it is hard to imagine what might have broken... > > OpenBSD/amd64 with gcc 3.3.5. I noticed that with 3.2.2 it was possible > to run "make test" withou

Re: [sqlite] Please test prior to version 3.1.5. Was: Delete crashes with Version 3.2.4 in Windows XP

2005-08-24 Thread Glen Nakamura
On Wed, Aug 24, 2005 at 02:50:04PM -0500, Jolan Luff wrote: > OpenBSD/amd64 with gcc 3.3.5. I noticed that with 3.2.2 it was possible > to run "make test" without having done "make" first and this is no > longer the case with CVS HEAD. The problem could be the following lines in Makefile.in: # I

Re: [sqlite] Please test prior to version 3.1.5. Was: Delete crashes with Version 3.2.4 in Windows XP

2005-08-24 Thread Jolan Luff
On Wed, Aug 24, 2005 at 02:23:22PM -0400, D. Richard Hipp wrote: > On Wed, 2005-08-24 at 13:08 -0500, Jolan Luff wrote: > > I am trying to test this in my environment but it looks like the > > build scripts were subtly broken as I can no longer run 'make test': > > > > What is your environment?

Re: [sqlite] Please test prior to version 3.1.5. Was: Delete crashes with Version 3.2.4 in Windows XP

2005-08-24 Thread D. Richard Hipp
On Wed, 2005-08-24 at 14:41 -0400, G. Roderick Singleton wrote: > I recall that running make test as root gives very strange results. > You have a good memory. But that problem has been addressed: See http://www.sqlite.org/cvstrac/chngview?cn=740 and http://www.sqlite.org/cvstrac/chngview?cn=236

Re: [sqlite] Please test prior to version 3.1.5. Was: Delete crashes with Version 3.2.4 in Windows XP

2005-08-24 Thread G. Roderick Singleton
On Wed, 2005-08-24 at 14:23 -0400, D. Richard Hipp wrote: > On Wed, 2005-08-24 at 13:08 -0500, Jolan Luff wrote: > > I am trying to test this in my environment but it looks like the > > build scripts were subtly broken as I can no longer run 'make test': > > > > What is your environment? The bui

Re: [sqlite] Please test prior to version 3.1.5. Was: Delete crashes with Version 3.2.4 in Windows XP

2005-08-24 Thread D. Richard Hipp
On Wed, 2005-08-24 at 13:08 -0500, Jolan Luff wrote: > I am trying to test this in my environment but it looks like the > build scripts were subtly broken as I can no longer run 'make test': > What is your environment? The build scripts have hardly changed since 3.2.2 so it is hard to imagine wh

Re: [sqlite] Please test prior to version 3.1.5. Was: Delete crashes with Version 3.2.4 in Windows XP

2005-08-24 Thread Jolan Luff
On Wed, Aug 24, 2005 at 12:58:46PM -0400, D. Richard Hipp wrote: > A bug introduced into the CVS tree on July 8 was causing > malfunctions and segfaults when you attempt to DELETE or > UPDATE more than 40960 rows in a single statement. This > bug has now been fixed and a test case has been added t

[sqlite] Please test prior to version 3.1.5. Was: Delete crashes with Version 3.2.4 in Windows XP

2005-08-24 Thread D. Richard Hipp
A bug introduced into the CVS tree on July 8 was causing malfunctions and segfaults when you attempt to DELETE or UPDATE more than 40960 rows in a single statement. This bug has now been fixed and a test case has been added to the regression suite so that it will not go undetected again. Version