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*.


On Mon, Jan 27, 2003 at 08:44:06PM +0100, Martin Schwidefsky wrote:
> Hi Ulrich,
> the following patch adds TLS support for s390 31-bit and 64-bit.

With linuxthreads current CVS no threaded programs work with
--with-tls --without-__thread.
>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?

	Jakub


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