Update of /cvsroot/monetdb/MonetDB/src/gdk
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22113/src/gdk
Modified Files:
gdk_utils.mx
Log Message:
THRnew callers should handle, running out of threads problem, ie
we return NULL now.
Index: gdk_utils.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/gdk/gdk_utils.mx,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -d -r1.184 -r1.185
--- gdk_utils.mx 26 May 2007 14:11:18 -0000 1.184
+++ gdk_utils.mx 29 May 2007 12:45:13 -0000 1.185
@@ -1993,7 +1993,8 @@
}
if (s == t) {
gdk_unset_lock(GDKthreadLock, "THRnew");
- GDKfatal("THRnew: too many threads\n");
+ GDKwarning("THRnew: too many threads\n");
+ return NULL;
}
tid = s->tid;
memset((char *) s, 0, sizeof(*s));
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins