[Mono-bugs] [Bug 47528][Maj] New - Null reference exception using pointers

bugzilla-daemon@indri.ximian.com bugzilla-daemon@indri.ximian.com
Mon, 11 Aug 2003 16:05:03 -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 lluis@ximian.com.

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

--- shadow/47528	2003-08-11 16:05:03.000000000 -0400
+++ shadow/47528.tmp.31639	2003-08-11 16:05:03.000000000 -0400
@@ -0,0 +1,35 @@
+Bug#: 47528
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: lluis@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Null reference exception using pointers
+
+Description of Problem:
+Code that use pointers crashes when using +=, ++ or similar together with
+the deference operator.
+
+Steps to reproduce the problem:
+Run the test case.
+
+Actual Results:
+Unhandled Exception: System.NullReferenceException: A null value was found
+where an object instance was required
+in <0x00082> 00 .A:Main ()
+
+Expected Results:
+The message "This call shouldn't crash" in the console
+
+How often does this happen? 
+Allways