Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Pthreads.
@ 2001-05-30 15:02 J. Scott Kasten
  2001-05-30 15:02 ` Pthreads J. Scott Kasten
  2001-05-30 17:30 ` Pthreads Jun Sun
  0 siblings, 2 replies; 7+ messages in thread
From: J. Scott Kasten @ 2001-05-30 15:02 UTC (permalink / raw)
  To: linux-mips


If I recall correctly, some time ago, Jun Sun was looking at pthreads.
What is the status of threads in glibc-2.0.6/.7 and glibc-2.2.x for mips?
I.E. works, broken, how bad, to do???

Thanks.

--

J. Scott Kasten
Email: jsk AT tetracon-eng DOT net

"Nearly all men can stand adversity,
 but if you want to test a man's
 charater, give him power. - A Lincoln"

^ permalink raw reply	[flat|nested] 7+ messages in thread
* Pthreads
@ 1998-07-17 17:40 ralf
  0 siblings, 0 replies; 7+ messages in thread
From: ralf @ 1998-07-17 17:40 UTC (permalink / raw)
  To: linux

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2001-05-30 19:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
  -- strict thread matches above, loose matches on Subject: below --
1998-07-17 17:40 Pthreads ralf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox