Subj : Loic,come in...... To : comp.programming.threads From : zhouxw Date : Thu Apr 07 2005 12:07 am Hello, > Following program runs OK on Linux kernel 2.6.9 under root [snip] > But why if I wrapped pthread_create(3),It causeed "Segmentation fault" > :( [snip] Seems to be a NPTL issue? The program ran fine with LinuxThreads (switch using export LD_ASSUME_KERNEL=2.4.19 ) I shall check with the latest NPTL today night. With regards, Loic. Have you checked?And what was the result? .