Pino Toscano, le Fri 18 Nov 2011 18:36:00 +0100, a écrit : > - Source/JavaScriptCore/wtf/ThreadIdentifierDataPthreads.cpp > adds a band-aid fix fix for the lack of PTHREAD_KEYS_MAX definition, > with a value which should not cause issues; > this part should not go upstream but stay locally in Debian for now, > as it will need either a better fix in webkit or a fix in > glibc/libpthread for Hurd.
Well the Hurd libpthread does not have any limit in the number of keys, so it's like PATH_MAX: defining it globally can possibly break some applications using the value blindly. Defining it to INT_MAX in the ThreadIdentifierDataPthreads.cpp file itself is however not a problem since one can check in the code below whether that case works. Samuel -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org