Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Select7.test fails in x64 mode #35

Closed
GoogleCodeExporter opened this issue Jul 11, 2015 · 1 comment
Closed

Test Select7.test fails in x64 mode #35

GoogleCodeExporter opened this issue Jul 11, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Open testfixture project, set to the DEBUG build
2. In test/^testscripts.txt setup the following test:
source $testdir/select7.test
3. Start running in DEBUG mode

Expected:
select7-6.1... Ok
Got:
app crash.

This is because each stack element is larger and the hardcoded limit of
SQLITE_MAX_COMPOUND_SELECT set to 500 is too high.
Suggested fix: set the limit to 250 (I verified that up to 300 the test
passes, while setting to 400 causes a crash).




Original issue reported on code.google.com by enzinol@gmail.com on 9 Sep 2009 at 4:37

@GoogleCodeExporter
Copy link
Author

Fixed with 9/13 checkin
Thank you enzinol

Original comment by noah.hart@gmail.com on 13 Sep 2009 at 2:18

  • Changed state: Verified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant