[Mono-bugs] [Bug 76494][Min] Changed - Mono.Data.SqliteClient Memory corruption when reusing connection after DELETE with named parameters

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Oct 20 22:09:57 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by tekhedd at byteheaven.net.

http://bugzilla.ximian.com/show_bug.cgi?id=76494

--- shadow/76494	2005-10-20 20:26:46.000000000 -0400
+++ shadow/76494.tmp.27046	2005-10-20 22:09:57.000000000 -0400
@@ -105,6 +105,11 @@
 You can work around the problem by not calling Dispose on the previous
 SqliteCommand object. Whether this will work outside of this minimal
 example, I do not know.
 
 I don't understand at all why this should result in memory problems.
 Perhaps related to nptl?
+
+------- Additional Comments From tekhedd at byteheaven.net  2005-10-20 22:09 -------
+Created an attachment (id=15954)
+Changes the parameter to sqlite3_bind_text so that sqlite won't free the string parameter
+


More information about the mono-bugs mailing list