Changeset: d63ca35d0d02 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d63ca35d0d02
Modified Files:
        MonetDB/src/gdk/gdk_utils.mx
Branch: Oct2010
Log Message:

We can't clean up after killing threads.
When killing threads, they may or may not die quickly, and we have no
idea in what state they left behind their messes, so we can't clean up
cleanly.  So don't even attempt.


diffs (14 lines):

diff -r 6fcc98fd857d -r d63ca35d0d02 MonetDB/src/gdk/gdk_utils.mx
--- a/MonetDB/src/gdk/gdk_utils.mx      Mon Nov 01 09:36:44 2010 +0100
+++ b/MonetDB/src/gdk/gdk_utils.mx      Mon Nov 01 11:00:22 2010 +0100
@@ -1726,7 +1726,10 @@
                        }
                }
                (void) GDKgetHome();
+#if 0
+               /* we can't clean up after killing threads */
                BBPexit();
+#endif
                GDKlog(GDKLOGOFF);
                GDKunlockHome();
                MT_global_exit(status);
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to