[Mono-bugs] [Bug 34268][Wis] New - Exception handling differs with ms runtime
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
19 Nov 2002 15:21:38 -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 dick@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=34268
--- shadow/34268 Tue Nov 19 10:21:38 2002
+++ shadow/34268.tmp.22810 Tue Nov 19 10:21:38 2002
@@ -0,0 +1,24 @@
+Bug#: 34268
+Product: Mono/Runtime
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: dick@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Exception handling differs with ms runtime
+
+If an uncaught exception is thrown in the Main thread, the ms runtime exits
+the app even if subthreads are still running. Mono allows the subthreads
+to continue.
+
+Test code will be attached. Comment/uncomment the throw lines to see the
+behaviour when exceptions happen in Main or subthread.