2006/8/16, Aurelien Jarno <[EMAIL PROTECTED]>:
> [EMAIL PROTECTED]:~$ ps -ef|grep a.out
> yuray     5426  4914  0 07:23 pts/0    00:00:00 ./a.out
> yuray     5427  5426  0 07:23 pts/0    00:00:00 ./a.out
> yuray     5428  5427 97 07:23 pts/0    00:00:33 ./a.out
>
> Why?
> On x86 this program work as expected and have one process.
>

x86 (on 2.6 kernels only) is using the NPTL library for threads, while
hppa uses the linuxthreads library. What you see is normal.

Aha.
Thank you.

--
Regards,
Yuri Kozlov


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to