Bugzilla – Bug 321241
[ARM] Catch block for non specific exceptions does not work.
Last modified: 2007-09-15 21:24:46 UTC
---- Reported by office@schwaiger.at 2006-05-26 05:16:44 MST ---- 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 ---- Additional Comments From lupus@ximian.com 2006-11-07 15:01:17 MST ---- Fixed in svn. Unknown bug field "cf_op_sys_details" encountered while moving bug <cf_op_sys_details>Linux 2.6.15 on armv4tl</cf_op_sys_details> Unknown operating system other. Setting to default OS "Other".