This following code causes ilrun to die with a segmentation
violation on my Linux 2.6.17 i386 machine. I am trying to
fix it now. In the mean time, if anybody has an Ah Ha!
moment that can save me some time, please let me know.
Jabber: [EMAIL PROTECTED]
MSN: [EMAIL PROTECTED]
yahoo: rstuart4133
ICQ: 159665522
or email ...
class X {
public static void Main()
{
try {}
finally {
try {
throw new Exception();
}
catch (Exception e) {}
}
}
}
_______________________________________________
Developers mailing list
[email protected]
http://dotgnu.org/mailman/listinfo/developers