From: ralf@uni-koblenz.de
To: linux@cthulhu.engr.sgi.com
Subject: Pthreads
Date: Fri, 17 Jul 1998 19:40:42 +0200 [thread overview]
Message-ID: <19980717194042.18202@uni-koblenz.de> (raw)
Hi all,
for all those who don't get the CVS commit logs - I've fixed the problem
in the libc wrapper for the clone system call; kernel threads seem now
to be running almot perfect.
The only nit which I still observe is that for newly created threads the
stacks will be allocated from KSEG0 on downward. When creating many
threads somewhen the address space for the stacks will collide with the
address space where libraries etc. are mmap(2)ed, resulting in a SIGSEGV.
This never seems to happen on Intel because there we have one 1gb more
of address space, so the process table will usually be filled (by default
1024 entries) before this collission happens. Looks like a buglet in
pthreads which doesn't seem to be very critical for now, but which wants
to be researched.
There are some more libc things to be done and I'll provide an updated
libc asap.
Ralf
next reply other threads:[~1998-07-17 17:41 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
1998-07-17 17:40 ralf [this message]
-- strict thread matches above, loose matches on Subject: below --
2001-05-30 15:02 Pthreads J. Scott Kasten
2001-05-30 15:02 ` Pthreads J. Scott Kasten
2001-05-30 17:30 ` Pthreads Jun Sun
2001-05-30 18:34 ` Pthreads J. Scott Kasten
2001-05-30 18:34 ` Pthreads J. Scott Kasten
2001-05-30 18:58 ` Pthreads Jun Sun
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=19980717194042.18202@uni-koblenz.de \
--to=ralf@uni-koblenz.de \
--cc=linux@cthulhu.engr.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox