mint.exe doesn't seem to report unhandled exceptions. The attached patch seemed to work for me, although i imagine there is probably some reason for the current behaviour.
sam -- sam clegg :: [EMAIL PROTECTED] :: http://superduper.net/ :: PGP : D91EE369 $superduper: .signature,v 1.13 2003/06/17 10:29:24 sam Exp $
Index: interp.c
===================================================================
RCS file: /mono/mono/mono/interpreter/interp.c,v
retrieving revision 1.238
diff -u -r1.238 interp.c
--- interp.c 27 Jun 2003 07:52:01 -0000 1.238
+++ interp.c 6 Jul 2003 16:36:20 -0000
@@ -4353,6 +4353,8 @@
g_error ("No entry point method found in %s", image->name);
rval = mono_runtime_run_main (method, argc, argv, &exc);
+ if (exc)
+ mono_unhandled_exception (exc);
return rval;
}
pgp00000.pgp
Description: PGP signature
