9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "boyd, rounin" <boyd@insultant.net>
To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu>
Subject: Re: [9fans] off-topic linux threading bug complaint
Date: Thu, 10 Feb 2005 19:54:19 +0100	[thread overview]
Message-ID: <00c901c50fa1$ee3ec6d0$88667d50@kilgore> (raw)
In-Reply-To: <ee9e417a05021010353997a398@mail.gmail.com>

> On the other hand, if I guess the process/thread id of the
> second pthread, then I can still look at that:
>
> $ gdb a.out 4724

ahh, when i was doing some driver hacking for some
PCI based Xilinx FPGA driver i had to learn a buncha
stuff about the process structure and all sorts of horrible
mire.

from what you describe, it is consistant with the way linux
does threads.  lunix threads are 'processes' and the thread
is therefore a new 'process'.

my other guess is that their tools are not in sync with the kernel.

does linux have crash(8)?  that might shed some more light.
--
MGRS 31U DQ 52572 12604




  reply	other threads:[~2005-02-10 18:54 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-10 18:35 Russ Cox
2005-02-10 18:54 ` boyd, rounin [this message]
2005-02-10 19:16 ` bs
2005-02-10 19:19   ` Nigel Roles
2005-02-10 19:24     ` bs
2005-02-10 20:24 ` Latchesar Ionkov
2005-02-11 16:22   ` Ronald G. Minnich
2005-02-10 20:33 ` David Leimbach
2005-02-10 20:58   ` Russ Cox
2005-02-11  1:46 ` Taj Khattra
2005-02-11 16:15 ` Ronald G. Minnich

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='00c901c50fa1$ee3ec6d0$88667d50@kilgore' \
    --to=boyd@insultant.net \
    --cc=9fans@cse.psu.edu \
    /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;
as well as URLs for NNTP newsgroup(s).