[Mono-bugs] [Bug 696025] App crash in sqlite dll on performing an Update statement
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Aug 3 15:08:29 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=696025
https://bugzilla.novell.com/show_bug.cgi?id=696025#c3
Rodrigo Kumpera <kumpera at xamarin.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |kumpera at xamarin.com
Resolution| |INVALID
--- Comment #3 from Rodrigo Kumpera <kumpera at xamarin.com> 2011-08-03 19:08:28 UTC ---
sqlite doesn't not support multi-threaded access to the same connection.
Use a connection per thread or have a lock around access to the single one.
This should fix it.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list