Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Aug 1996 20:36:52 +0200 (MET DST)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-current@FreeBSD.org (FreeBSD-current users)
Subject:   Re: locking up
Message-ID:  <199608131836.UAA04637@uriah.heep.sax.de>
In-Reply-To: <199608130910.TAA01996@godzilla.zeta.org.au> from Bruce Evans at "Aug 13, 96 07:10:32 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
As Bruce Evans wrote:

> In polled mode, pcrint() reduces to sgetc().  sgetc() has too many cases
> for me to understand.  It seems to return too early in some cases, but not
> when Debugger() is called.

It only returns early if `noblock' is specified.  (It returns NULL in
that case.)  Otherwise, it loops again instead.

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



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