Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 May 2006 16:41:27 +0900
From:      "Artem Kazakov" <kazakov@gmail.com>
To:        "Julian Elischer" <julian@elischer.org>
Cc:        FreeBSD Hackers <freebsd-hackers@freebsd.org>
Subject:   Re: process descriptor table
Message-ID:  <f84a63260605240041u3c7fe086lb2c7d7aa3309a26c@mail.gmail.com>
In-Reply-To: <44740A9F.9080202@elischer.org>
References:  <1148448723.1639.102.camel@tyoma.linac.kek.jp> <44740A9F.9080202@elischer.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> what is a process descriptor table?
> process FILE descriptor table?
> process table?

process file descriptor table I suppose.
The problem is that at some point a socket() function is called. And
it returns descriptor =3D 1, which is a standart ouput.
So when write() is done, everything goes to terminal,instead of socket.
I want to see descriptor table, to see why this can happen.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f84a63260605240041u3c7fe086lb2c7d7aa3309a26c>