Hi,
This issue led to the discussion here on debian-bsd:
http://lists.debian.org/debian-bsd/2012/01/msg00148.html
Awaiting a fix in eglibc for this testcase (reassign bug there?):
| #include <pthread.h>
| #include <stdlib.h>
|
| int main() {
|
| pthread_mutex_t m;
| pthread_mutex_init(&m, NULL);
| pthread_exit(0);
| exit(EXIT_FAILURE);
| }
Regards,
--
Steven Chamberlain
[email protected]
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]