>> So, what I am wondering now, is my system configured for NPTL or not? > > pretty sure: yes. > > How about less YOURAPP: > Dynamic section at offset ... contains 27 entries: > Tag Type Name/Value > 0x0000000000000001 (NEEDED) Shared library: .... > 0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0] > ?
That's what my app has. 0x00000001 (NEEDED) Shared library: [libpthread.so.0] So isn't the process supposed to have one pid, regardless of how many threads it has created? -- Timur