Package: libc6 Version: 2.3.5-8 Followup-For: Bug #347793
The pthread_join call is wrong, as the second argument isn't the address of an actual pointer. Get it right: void *return_pointer; return_code = pthread_join (thread, &return_pointer); and the complaint goes away. So I guess my bug is what libc is complaining about, albiet in a fairly inscrutable way. So I guess this is not a bug. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.8-1-k7 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]