[Mono-bugs] [Bug 78508][Nor] New - [ARM] Catch block for non specific exceptions does not work.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri May 26 05:16:44 EDT 2006


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 office at schwaiger.at.

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

--- shadow/78508	2006-05-26 05:16:44.000000000 -0400
+++ shadow/78508.tmp.15000	2006-05-26 05:16:44.000000000 -0400
@@ -0,0 +1,70 @@
+Bug#: 78508
+Product: Mono: Runtime
+Version: 1.0
+OS: other
+OS Details: Linux 2.6.15 on armv4tl
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: JIT
+AssignedTo: lupus at ximian.com                            
+ReportedBy: office at schwaiger.at               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [ARM] Catch block for non specific exceptions does not work. 
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Build console application with following code.
+
+using System;
+
+namespace Project.X
+{
+	class Program
+	{
+		[STAThread]
+		static void Main(string[] args)
+		{
+			try
+			{
+				throw new Exception("Please, catch me!");
+			}
+			catch
+			{
+				Console.WriteLine("Catched you.");
+			}				
+		}
+	}
+}
+2. Run program
+
+
+Actual Results:
+Programm terminates.
+
+
+Expected Results:
+The exception should be catched.
+
+
+How often does this happen?
+Always
+
+
+Additional Information:
+BusyBox v1.1.0 (2006.03.13-14:12+0000) multi-call binary
+
+Mono JIT compiler version 1.1.14, (C) 2002-2005 Novell, Inc and 
+Contributors. www.mono-project.com
+        TLS:           normal
+        GC:            Included Boehm (with typed GC)
+        SIGSEGV:       normal
+        Disabled:      none


More information about the mono-bugs mailing list