Comment 8 for bug 1234253

Revision history for this message
gerard ziemski (gerard-ziemski) wrote :

ibpthread.so exists at: /lib/x86_64-linux-gnu/libpthread-2.17.so
debug libpthread.so exists at: /usr/lib/debug/lib/x86_64-linux-gnu/libpthread-2.17.so

According to http://packages.ubuntu.com/saucy/i386/libc6-amd64/filelist libpthread is part of libc6 (ie. [http://archive.ubuntu.com/ubuntu/pool/main/e/eglibc/eglibc_2.17.orig.tar.xz])

The file pthread_create.c:157 shows:

156: /* Call the user-provided destructor. */
157: __pthread_keys[idx].destr (data);