This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] TLS support for s390*.


> With linuxthreads current CVS no threaded programs work with
> --with-tls --without-__thread.
Never tested this combination so far. I'll give it a try.

> From my current debugging it seems the problem is that
> clone() is passed end of some VM region as stack_addr
> and segfaults somewhere in the kernel when accessing it.
> Were there some recent kernel fixes in this area?
I have a patch for sys_clone/copy_thread that implements
CLONE_SETTLS which is not yet in the mainstream kernel.
Does --without-__thread need the CLONE_SETTLS semantic ?

blue skies,
   Martin



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]