Matthew Dumbleton wrote:
>
> Just in case it's of any use I have attached a text file with the end
> of the logging from the HD2 crash.
>

Yes, it is useful.

I've noticed something interesting; however, I'm not 100% sure what it means
given that the output appears to be incomplete.

sqlite3_finalize_interop(): sqlite3_finalize(1713588) returned 0.
<... snip ...>
sqlite3_close_interop(): calling sqlite3_close_v2(1713588)...
sqlite3_close_interop(): sqlite3_close_v2(1713588) returned 0.

It appears that a memory block is first used as a statement and then as a
connection.  This should work fine; however, it does seem to stand out in
the
output.

I've enhanced the diagnostics for the interop assembly to give more detailed
information, here:

        http://system.data.sqlite.org/index.html/ci/c826898164

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to