[Mono-bugs] [Bug 695752] sqlite breaking on building a datareader after many calls (randomly)
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Aug 29 14:03:21 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=695752
https://bugzilla.novell.com/show_bug.cgi?id=695752#c4
Sebastien Pouliot <sebastien.pouliot at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |RESOLVED
CC| |sebastien.pouliot at gmail.com
InfoProvider|j_scheibel at hotmail.com |
Resolution| |NORESPONSE
--- Comment #4 from Sebastien Pouliot <sebastien.pouliot at gmail.com> 2011-08-29 18:03:20 UTC ---
This sounds like a out of memory issue. SQLite objects can hold quite a bit of
unmanaged memory and you could running out of memory in unmanaged code. It's
hard to be sure without the exception, crash report and/or device logs.
But if this the case then manually disposing the objects (most of them
implement IDisposable for that purpose) would likely fix your issue. Read the
following question/answer/link in stackoverflow:
http://stackoverflow.com/questions/7178477/monotouch-sqlite-insert-error-unable-to-open-the-database-file/7179724#7179724
If the above does not fix your issue then please re-open a bug at
bugzilla.xamarin.com and be sure to attach some test cases and/or the crash and
device logs showing us what's happening.
--
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