Rev 620: a bit more information on this failure to try to track down the problem chris cowan is seeing in http://samba.org/~tridge/3_0-ctdb

tridge at samba.org tridge at samba.org
Wed Sep 19 03:05:18 GMT 2007


------------------------------------------------------------
revno: 620
revision-id: tridge at samba.org-20070919030517-284x9n0dbtjx9fxh
parent: tridge at samba.org-20070914092939-59ijev9k2oyk5aea
committer: Andrew Tridgell <tridge at samba.org>
branch nick: s3-ctdb-tridge
timestamp: Wed 2007-09-19 13:05:17 +1000
message:
  a bit more information on this failure to try to track down the problem chris cowan is seeing
modified:
  source/lib/messages.c          messages.c-20070210173807-1wjifrbwaz6xnmgl-491
=== modified file 'source/lib/messages.c'
--- a/source/lib/messages.c	2007-09-14 09:29:17 +0000
+++ b/source/lib/messages.c	2007-09-19 03:05:17 +0000
@@ -1317,6 +1317,8 @@
 		}
 
 		if (!(ctx->inbuf = TALLOC_ARRAY(ctx, uint8, ctx->msglen))) {
+			DEBUG(0,("Failed to allocate inbuf of size %u\n",
+				 (unsigned)ctx->msglen));
 			cluster_fatal("talloc failed\n");
 		}
 		ctx->inbuflen = sizeof(uint32);



More information about the samba-cvs mailing list