[Mono-bugs] [Bug 59459][Nor] Changed - Memory leaks in System.Data.OracleClient

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 14 Dec 2004 12:51:46 -0500 (EST)


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-09-20 13:47:17.000000000 -0400
+++ shadow/59459.tmp.27872	2004-12-14 12:51:46.000000000 -0500
@@ -74,6 +74,12 @@
 ------- 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 :-(
+
+------- Additional Comments From JoergR@voelcker.com  2004-12-14 12:51 -------
+This is definitely an OCI problem. See following thread which
+describes exactly the same symptoms:
+http://forums.oracle.com/forums/thread.jsp?forum=67&thread=28962&message=28962#28962
+