Opened 13 years ago
Closed 11 years ago
#851 closed defect (fixed)
sqlite3 test failure: (finalize!) unable to close due to unfinalised statements: #<sqlite3:database>
Reported by: | Mario Domenech Goulart | Owned by: | Thomas Chust |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | extensions | Version: | 4.7.x |
Keywords: | sqlite3 | Cc: | |
Estimated difficulty: |
Description
See http://tests.call-cc.org/master/linux/x86/2012/05/17/salmonella-report/test/sqlite3.html for the full test report.
Attachments (1)
Change History (5)
comment:1 Changed 12 years ago by
Changed 11 years ago by
Attachment: | sqlite3.patch added |
---|
Replace deprecated "noop" procedure with "void"
comment:2 Changed 11 years ago by
Found it! The "noop" procedure is deprecated and no longer exists in master. Replacing it with "void" fixes the issue.
comment:3 Changed 11 years ago by
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?
Note: See
TracTickets for help on using
tickets.
While this problem is known and still persists, I have no idea about its cause unfortunately :-(