Re: User defined stack for threads in Linux 2.6.11 + glibc 2.3.5



mysterious.ashish@xxxxxxxxx wrote, On 31/03/08 06:50:
Hi,

I am currently working with threads using linux 2.6.11 and glibc 2.3.5
on x86. When i am trying to create thread with user defined stacks
glibc gives segmentation fault. I have written a wrapper to
pthread_create () and generated shared object for the same. When i am

<snip>

You need to ask on comp.programming.threads (where the threading experts hang out) or possibly comp.unix.programmer (where the POSIX experts hang out as you seem to be using Posix threads). Threads are not part of C itself but an extension provided by some systems in (sometimes) incompatible ways.
--
Flash Gordon
.



Relevant Pages