[Mono-bugs] [Bug 60929][Wis] New - Some code executed differently on Linux and Mac OS X ports.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 30 Jun 2004 07:31:22 -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 ztashev@openlinksw.co.uk.

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

--- shadow/60929	2004-06-30 07:31:22.000000000 -0400
+++ shadow/60929.tmp.14890	2004-06-30 07:31:22.000000000 -0400
@@ -0,0 +1,67 @@
+Bug#: 60929
+Product: Mono: Runtime
+Version: unspecified
+OS: Mac OS X 10.3
+OS Details: 10.3.4
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: ztashev@openlinksw.co.uk               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Some code executed differently on Linux and Mac OS X ports.
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+
+Some code executed differently on Linux and Mac OS X ports.
+
+Steps to reproduce the problem:
+1. Compile and execute attached code. 
+
+Actual Results:
+** Message: : u_strToLower error: U_FILE_ACCESS_ERROR MySimpleWorkerRequest
+ProcessRequest_int
+Done
+
+Unhandled Exception: System.NullReferenceException: Object reference not 
+set to an instance of an object
+
+Unhandled Exception: System.NullReferenceException: Object reference not 
+set
+to an instance of an object 
+in (unmanaged) (wrapper managed-to-native) 
+System.Threading.Thread:Abort_internal (object)
+in <0x00088> (wrapper managed-to-native) 
+System.Threading.Thread:Abort_internal (object)
+in <0x00028> System.Threading.Thread:Abort () 
+in <0x00050> System.Threading.Timer:Dispose ()
+in <0x00088> (wrapper remoting-invoke-with-check) 
+System.Threading.Timer:Dispose ()
+in <0x00044> System.Runtime.Remoting.Lifetime.LeaseManager:StopManager ()
+in <0x001d4> System.Runtime.Remoting.Lifetime.LeaseManager:ManageLeases 
+(object)
+in <0x000a8> (wrapper delegate-invoke) 
+System.MulticastDelegate:invoke_void_object (object)
+in <0x000f4> Runner:Start ()
+in <0x00094> (wrapper delegate-invoke) 
+System.MulticastDelegate:invoke_void ()
+
+Expected Results:
+
+Console output:
+MySimpleWorkerRequest
+ProcessRequest_int
+Done
+
+How often does this happen? 
+Always
+
+Additional Information:
+Mono is compiled from CVS.