Summary

sqlite3 test failure: (finalize!) unable to close due to unfinalised statements: #<sqlite3:database>

Metadata

Attachments

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