Author: aurel32
Date: 2008-11-03 23:44:05 +0000 (Mon, 03 Nov 2008)
New Revision: 3186

Added:
   glibc-package/trunk/debian/patches/any/cvs-gai-stacksize.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
  * patches/any/cvs-gai-stacksize.diff new patch from upstream to fix
    getaddrinfo_a segfaults.  Closes: bug#495007.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2008-11-03 23:39:41 UTC (rev 
3185)
+++ glibc-package/trunk/debian/changelog        2008-11-03 23:44:05 UTC (rev 
3186)
@@ -4,8 +4,10 @@
     fancy Makefile filename when using rpcgen -a.  Closes: bug#503182.
   * patches/s390/local-atomic.diff: new patch from Michael Matz to fix 
     atomic lock on s390.  Closes: bug#468793, bug#479952.
+  * patches/any/cvs-gai-stacksize.diff new patch from upstream to fix
+    getaddrinfo_a segfaults.  Closes: bug#495007.
 
- -- Aurelien Jarno <[EMAIL PROTECTED]>  Mon, 03 Nov 2008 23:00:07 +0100
+ -- Aurelien Jarno <[EMAIL PROTECTED]>  Tue, 04 Nov 2008 00:43:00 +0100
 
 glibc (2.7-15) unstable; urgency=low
 

Added: glibc-package/trunk/debian/patches/any/cvs-gai-stacksize.diff
===================================================================
--- glibc-package/trunk/debian/patches/any/cvs-gai-stacksize.diff               
                (rev 0)
+++ glibc-package/trunk/debian/patches/any/cvs-gai-stacksize.diff       
2008-11-03 23:44:05 UTC (rev 3186)
@@ -0,0 +1,17 @@
+2008-10-31  Ulrich Drepper  <[EMAIL PROTECTED]>
+
+       [BZ #6843]
+       * sysdeps/pthread/gai_misc.h (__gai_create_helper_thread):
+       Increase stack size for helper thread.
+
+--- a/nptl/sysdeps/pthread/gai_misc.h
++++ b/nptl/sysdeps/pthread/gai_misc.h
+@@ -97,7 +97,7 @@ __gai_create_helper_thread (pthread_t *threadp, void *(*tf) 
(void *),
+   pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED);
+ 
+   /* The helper thread needs only very little resources.  */
+-  (void) pthread_attr_setstacksize (&attr, PTHREAD_STACK_MIN);
++  (void) pthread_attr_setstacksize (&attr, 4 * PTHREAD_STACK_MIN);
+ 
+   /* Block all signals in the helper thread.  To do this thoroughly we
+      temporarily have to block all signals here.  */

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series   2008-11-03 23:39:41 UTC (rev 
3185)
+++ glibc-package/trunk/debian/patches/series   2008-11-03 23:44:05 UTC (rev 
3186)
@@ -170,6 +170,7 @@
 any/cvs-sunrpc_rpc_thread.diff
 any/cvs-strerror_r.diff 
 any/cvs-rpcgen-makefile.diff
+any/cvs-gai-stacksize.diff
 any/local-notls.diff -p0
 any/local-asserth-decls.diff -p0
 any/local-bashisms.diff -p0


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to