[Mono-bugs] [Bug 25040] New - inlining/share-code bug

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
21 May 2002 13:36:37 -0000


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 dietmar@ximian.com.

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

--- shadow/25040	Tue May 21 09:36:37 2002
+++ shadow/25040.tmp.16260	Tue May 21 09:36:37 2002
@@ -0,0 +1,43 @@
+Bug#: 25040
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: dietmar@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: inlining/share-code bug
+
+Steps to reproduce the problem:
+
+mono/mono/tests/delegate.exe does not work:
+
+> mono delegate.exe
+
+Actual Results:
+
+Test.F from delegate
+
+** (process:2991): WARNING **: unhandled exception
+System.NullReferenceException: "A null value was found where an object
+instance was required"
+in 0x000b5 System.IO.StreamWriter:Write (char[],uint,uint)
+in 0x00095 System.IO.StreamWriter:Write (string)
+in 0x00015 Bah.Test:VF ()
+in 0x00158 Bah.Test:Main ()
+
+How often does this happen? 
+
+Always.
+
+Additional Information:
+
+It works when I use --noinlining or --share-code option.