[svn-commits] tilghman: trunk r89240 - in /trunk: ./ main/utils.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Nov 13 08:03:35 CST 2007


Author: tilghman
Date: Tue Nov 13 08:03:34 2007
New Revision: 89240

URL: http://svn.digium.com/view/asterisk?view=rev&rev=89240
Log:
Merged revisions 89239 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r89239 | tilghman | 2007-11-13 07:51:53 -0600 (Tue, 13 Nov 2007) | 4 lines

Debugging is running into the 16-lock limit.  Increase to avoid.
(This define is only effective when debugging is turned on, so there's
no effect for most installations.)

........

Modified:
    trunk/   (props changed)
    trunk/main/utils.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/main/utils.c
URL: http://svn.digium.com/view/asterisk/trunk/main/utils.c?view=diff&rev=89240&r1=89239&r2=89240
==============================================================================
--- trunk/main/utils.c (original)
+++ trunk/main/utils.c Tue Nov 13 08:03:34 2007
@@ -520,7 +520,7 @@
 #ifdef DEBUG_THREADS
 
 /*! \brief A reasonable maximum number of locks a thread would be holding ... */
-#define AST_MAX_LOCKS 16
+#define AST_MAX_LOCKS 32
 
 /* Allow direct use of pthread_mutex_t and friends */
 #undef pthread_mutex_t




More information about the svn-commits mailing list