Bug#591544: libc6: dlopen() does not return when static compilation is used

2010-08-03 Thread Ludovic Rousseau
Package: libc6 Version: 2.11.2-2 Severity: important The jpilot package ./configure script generate a test program that does not finish. A short version of the problematic source code is: #include int main () { void *self = dlopen (0, RTLD_GLOBAL | RTLD_LAZY); return 0; } And is compiled

Bug#591544: libc6: dlopen() does not return when static compilation is used

2010-08-04 Thread Ludovic Rousseau
reassign 591544 binutils-gold thank Le 04/08/10 02:07, Aurelien Jarno a écrit : On Tue, Aug 03, 2010 at 09:59:50PM +0200, Ludovic Rousseau wrote: Package: libc6 Version: 2.11.2-2 Severity: important The jpilot package ./configure script generate a test program that does not finish. A short

Bug#175817: libc6-dev: typo in /usr/include/stdio.h comment for FOPEN_MAX

2003-01-08 Thread Ludovic Rousseau
Package: libc6-dev Version: 2.3.1-9 Severity: minor Change "Minimum" to "Maximun". --- stdio.h 2003-01-08 11:22:04.0 +0100 +++ stdio.h.new 2003-01-08 11:22:37.0 +0100 @@ -128,12 +128,12 @@ /* Get the values: L_tmpnamHow long an array of chars must be to be passed to