dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[DotGNU] Exception core dump


From: Colin JN Breame
Subject: [DotGNU] Exception core dump
Date: Fri, 4 Feb 2005 19:38:42 +0000
User-agent: KMail/1.7.1

cscc and ilrun built from CVS head.

The following causes ilrun to core dump:

public class test {
        public static void Main() {
                try {
                        e();
                } catch {
                        e();
                }
        }
        static void e() {
                null.ToString();
        }
}

 -- Colin JN Breame


reply via email to

[Prev in Thread] Current Thread [Next in Thread]