comp.lang.c
[Top] [All Lists]

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

Subject: Re: User defined stack for threads in Linux 2.6.11 + glibc 2.3.5
From: Flash Gordon
Date: Mon, 31 Mar 2008 19:47:43 +0100
Newsgroups: comp.lang.c


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

<Prev in Thread] Current Thread [Next in Thread>
Privacy Policy