[Mono-bugs] [Bug 58458][Wis] New - different results with mono and mint
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 13 May 2004 15:36:06 -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 chayen@ccbcmd.edu.
http://bugzilla.ximian.com/show_bug.cgi?id=58458
--- shadow/58458 2004-05-13 15:36:06.000000000 -0400
+++ shadow/58458.tmp.28861 2004-05-13 15:36:06.000000000 -0400
@@ -0,0 +1,74 @@
+Bug#: 58458
+Product: Mono: Runtime
+Version: unspecified
+OS:
+OS Details: Gentoo Linux 2.6.6
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: chayen@ccbcmd.edu
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: different results with mono and mint
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+different results when running with mint versus mono
+
+
+Steps to reproduce the problem:
+1.
+
+using System;
+using Novell.Directory.Ldap;
+
+class LDAPTest
+{
+ static void Main(string[] args)
+ {
+ try {
+ LdapConnection conn= new LdapConnection();
+ Console.WriteLine("Connecting to linux.ccbcmd.edu" );
+ conn.Connect( "insert ldap server here", 389 );
+ conn.Bind( null, null );
+ Console.WriteLine( "Bind Successful" );
+ conn.Disconnect();
+ }
+ catch( Exception e ) {
+ Console.WriteLine( e.Message );
+ }
+ }
+}
+
+2. compile and run with mono serveral times. i get either this output:
+Connecting to linux.ccbcmd.edu
+Bind Successful
+
+or this:
+
+Connecting to linux.ccbcmd.edu
+Bind Successful
+
+** ERROR **: file critical-sections.c: line 89 (DeleteCriticalSection):
+assertion failed: (ret == 0)
+aborting...
+Aborted
+
+but with mint i always get this output :
+Connecting to linux.ccbcmd.edu
+Bind Successful
+
+Additional Information:
+
+Mono JIT compiler version 0.91, (C) 2002-2004 Novell, Inc and Contributors.
+www.go-mono.com
+ TLS: NPTL
+ GC: Included Boehm (with typed GC)
+ SIGSEGV : altstack
+ Globalization: ICU