[Mono-bugs] [Bug 52699][Maj] New - System.Data.OracleClient initializes OCI without OCI_THREADING flag

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 9 Jan 2004 04:53:53 -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=52699

--- shadow/52699	2004-01-09 04:53:53.000000000 -0500
+++ shadow/52699.tmp.5248	2004-01-09 04:53:53.000000000 -0500
@@ -0,0 +1,36 @@
+Bug#: 52699
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System.Data
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: JoergR@voelcker.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.Data.OracleClient initializes OCI without  OCI_THREADING flag
+
+Description of Problem:
+System.Data.OracleClient initializes OCI without OCI_THREADING flag. That's
+why the OCI lib is not thread safe which leads to hard to find crashes.
+
+Steps to reproduce the problem:
+1. I could not reproduce this with a small sample.
+
+Actual Results:
+Segmentation faults.
+
+Expected Results:
+No errors.
+
+How often does this happen? 
+Sometimes. Depends on application.
+
+Additional Information:
+I will send a patch soon.