Opened 11 years ago
Closed 9 years ago
#1108 closed defect (fixed)
sql-de-lite: test failure on Linux x86-64 (GCC, DEBUGBUILD)
Reported by: | Mario Domenech Goulart | Owned by: | Jim Ursetto |
---|---|---|---|
Priority: | major | Milestone: | someday |
Component: | extensions | Version: | 4.8.x |
Keywords: | sql-de-lite | Cc: | |
Estimated difficulty: |
Description (last modified by )
That test doesn't fail on the other platform combinations. It works on Linux x86 (clang), Linux x86 (GCC), FreeBSD x86-64 (clang), Linux x86-64 (clang) and on Linux x86-64 (GCC). It seems that the test only fails on the system where chicken has been built with DEBUGBUILD=1.
Also note (probably not related) that there are some warnings like
Warning: leaked open database handle: #<sqlite-database #<pointer 0x9595618> on ":memory:">
on all platforms.
Change History (2)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Summary: | sql-de-lite: test failure on x86-64 → sql-de-lite: test failure on Linux x86-64 (GCC, DEBUGBUILD) |
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Seems to have been fixed in changeset [32049]