[Mono-bugs] [Bug 22864] New - mono does not report NullReferenceException

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
31 Mar 2002 23:52:59 -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 pt99par@student.bth.se.

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

--- shadow/22864	Sun Mar 31 18:52:59 2002
+++ shadow/22864.tmp.2662	Sun Mar 31 18:52:59 2002
@@ -0,0 +1,45 @@
+Bug#: 22864
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: Mandrake 8.2
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: pt99par@student.bth.se               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mono does not report NullReferenceException
+
+Please fill in this template when reporting a bug, unless you know what you are doing.
+Description of Problem:
+
+mono ignores a NullReferenceException where when it should be reported.
+mint does report it. I have not been able to reproduce the bug but i
+have the code and the binary that it happens on. it is available
+here:
+ http://hus11.rsn.bth.se/~pure/linecounter_with_mono_bug.tar.gz
+ file size: 2.7K
+
+Steps to reproduce the problem:
+1. Download the tar.gz file and open it
+2. enter the linecointer/bin directory
+3. type 'mono linecount.exe'
+(4. then type 'mint linecount.exe' just to compare)
+
+
+Actual Results:
+mono terminates with RESULT: 0
+
+Expected Results:
+mono should report NullReferenceException as mint does
+
+How often does this happen? 
+Everytime i i try to run this binary
+
+Additional Information: