Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Dec 1997 18:51:42 -0600 (CST)
From:      dave adkins <adkin003@tc.umn.edu>
To:        current@FreeBSD.ORG
Subject:   Re: netscape problems
Message-ID:  <Pine.NEB.3.96.971216184337.1118A-100000@samthedog>
In-Reply-To: <Pine.NEB.3.96.971216084236.1043A-100000@samthedog>

next in thread | previous in thread | raw e-mail | index | archive | help


On Tue, 16 Dec 1997, dave adkins wrote:

> 
> Since the addition of poll to the ufs functions of current after
> Dec 14, netscape 4.04 seems to hang during cache reads from disk. 
> 


I narrowed it down to vop_stdpoll. If vop_stdpoll is replaced in a current
system with vop_nopoll (ufs_vnops.c) the problem goes away.  It looks like
as far as netscape 4.04 is concerned vop_stdpoll confuses the select
function. BTW, i failed to mention that the system is SMP. 

dave adkins




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96.971216184337.1118A-100000>