[Mono-bugs] [Bug 71772][Nor] New - object not initialized in Globalization.CompareInfo.Compare

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 26 Jan 2005 05:22:27 -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 nathan.van.overloop@tac.be.

http://bugzilla.ximian.com/show_bug.cgi?id=71772

--- shadow/71772	2005-01-26 05:22:27.000000000 -0500
+++ shadow/71772.tmp.17198	2005-01-26 05:22:27.000000000 -0500
@@ -0,0 +1,48 @@
+Bug#: 71772
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: WINXP SP2
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: nathan.van.overloop@tac.be               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: object not initialized in Globalization.CompareInfo.Compare 
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+When using
+System.Globalization.CompareInfo.Compare(string,string,System.Globalization.CompareOptions)
+you get an exception that the object was not initialized. See Actual
+Results for full exception text.
+
+The exeption can be reproduced with 1.0.5 and 1.1.3 versions of mono.
+
+Steps to reproduce the problem:
+1. open a PgSqlConnection 
+2. create a PgSqlCommand with CommandType.StoredProcedure
+3. invoke ExecuteScalar with a stored procedure
+
+Actual Results:
+Object reference not set to an instance of an object in <0x00028>
+System.Globalization.CompareInfo:Compare(string,string,System.Globalization.CompareOptions)
+in <0x00033> CoreLab.Common.CoreLab1PostgreSqlp:a (string,string)
+
+Expected Results:
+a scalar value
+
+How often does this happen? 
+every time
+
+Additional Information:
+since I do not have access to the corelab pgsql .net data provider so I
+can't give detailed information on what is happening, sorry for that.  The
+corelab pgsql team can be reached at pgsqlnet@crlab.com .