Summary
sqlite3 test failure: (finalize!) unable to close due to unfinalised statements: #<sqlite3:database>
Metadata
- Id: c196f33d10625b21a41f67c08f419f5a59ccea9c
- Trac id: 851
- Type: defect
- Reporter: mario
- Owner: chust
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone:
- Version: 4.7.x
- Changetime: 2013-11-03 16:29:23 UTC
- Created: 2012-05-18 04:07:30 UTC
- Keywords: sqlite3
Attachments
- c196f33d10625b21a41f67c08f419f5a59ccea9c/attachments/sqlite3.patch
Description
See http://tests.call-cc.org/master/linux/x86/2012/05/17/salmonella-report/test/sqlite3.html for the full test report.
Changes and comments
[2013-05-25 15:37:39 UTC] chust wrote:
While this problem is known and still persists, I have no idea about its cause unfortunately :-(
[2013-11-03 13:29:06 UTC] sjamaan attached sqlite3.patch (description=Replace deprecated "noop" procedure with "void")
[2013-11-03 13:29:50 UTC] sjamaan wrote:
Found it! The "noop" procedure is deprecated and no longer exists in master. Replacing it with "void" fixes the issue.
[2013-11-03 13:41:36 UTC] sjamaan wrote:
Note that I get compilation warnings about the pointer to integer cast in the call to sqlite3_aggregate_context. Perhaps this could be changed to c-pointer as well?
[2013-11-03 16:29:23 UTC] sjamaan changed status from new to closed
[2013-11-03 16:29:23 UTC] sjamaan set resolution to fixed
[2013-11-03 16:29:23 UTC] sjamaan wrote:
Fixed in version 3.5.3