[Mono-bugs] [Bug 59459][Wis] Changed - Memory leaks in System.Data.OracleClient
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 23 Jul 2004 08:31:51 -0400 (EDT)
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 joergr@voelcker.com.
http://bugzilla.ximian.com/show_bug.cgi?id=59459
--- shadow/59459 2004-06-08 15:40:53.000000000 -0400
+++ shadow/59459.tmp.22914 2004-07-23 08:31:51.000000000 -0400
@@ -68,6 +68,13 @@
2. Run EXE
3. Use Linux command "top" to see that memory is leaking
How often does this happen?
Always
+
+------- Additional Comments From JoergR@voelcker.com 2004-07-23 08:31 -------
+I've researched this a little bit:
+The memory is leaking in the call to OCIStmtExecute. This leak
+disappears when I remove the flag OciEnvironmentMode.Threaded from
+environment initialization. But without this flag OCI isn't thread
+safe anymore :-(