Comment 10 for bug 62748

Revision history for this message
Max Bowsher (maxb) wrote :

I can't find anything obviously related, but I did note that there were mutex/semaphore related changes in the build:

(- is dapper, + is edgy)

autoconf definitions:
 /* Define to 1 if you have the `pthread_mutexattr_setrobust_np' function. */
-/* #undef HAVE_PTHREAD_MUTEXATTR_SETROBUST_NP */
+#define HAVE_PTHREAD_MUTEXATTR_SETROBUST_NP 1

 /* Define if recursive pthread mutexes are available */
-#define HAVE_PTHREAD_MUTEX_RECURSIVE 1
+/* #undef HAVE_PTHREAD_MUTEX_RECURSIVE */

apr.h:
-#define APR_HAS_POSIXSEM_SERIALIZE 0
+#define APR_HAS_POSIXSEM_SERIALIZE 1

Perhaps that can be useful to someone. Or maybe it's not related at all. :-/