[Mono-bugs] [Bug 28000][Nor] New - wrong exit code
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
19 Jul 2002 13:09:17 -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=28000
--- shadow/28000 Fri Jul 19 09:09:17 2002
+++ shadow/28000.tmp.27526 Fri Jul 19 09:09:17 2002
@@ -0,0 +1,35 @@
+Bug#: 28000
+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: wrong exit code
+
+Description of Problem:
+
+programs return exit code 0 on unhandled exceptions
+
+
+Steps to reproduce the problem:
+1.) compile the example mono/mono/tests/example9.cs
+2.) mono exception9.exe; echo $?
+
+Actual Results:
+0
+
+Expected Results:
+1
+
+How often does this happen?
+allways