On 03/02/2007 12:15 AM, Peter Boncz wrote:
Update of /cvsroot/monetdb/MonetDB/src/gdk In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv19416
Modified Files: Tag: MonetDB_1-16 gdk_posix.mx gdk_utils.mx Log Message: stress MXQ testing under windows.. - upgrade max vm size on win32 to 1.5GB - ignore uncaught exceptions (avoids popup window on crash)
Index: gdk_posix.mx =================================================================== RCS file: /cvsroot/monetdb/MonetDB/src/gdk/gdk_posix.mx,v retrieving revision 1.127.2.10 retrieving revision 1.127.2.11 diff -u -d -r1.127.2.10 -r1.127.2.11 --- gdk_posix.mx 1 Mar 2007 09:03:06 -0000 1.127.2.10 +++ gdk_posix.mx 1 Mar 2007 23:15:16 -0000 1.127.2.11 @@ -1143,6 +1143,7 @@ (void)alloc_map; #endif MT_mmap_init(); + (void) SetUnhandledExceptionFilter((LPTOP_LEVEL_EXCEPTION_FILTER) 1); }
I'm not sure I agree with this change. It's nice to be able to debug the system when you get a crash, and you can turn off those pop-ups by disabling the just-in-time debugger in the registry. -- Sjoerd Mullender