Date: Tue, 24 Aug 1999 22:07:23 +0300 (EEST) From: Adrian Penisoara <ady@warpnet.ro> To: Juergen Lock <nox@jelal.kn-bremen.de> Cc: scrappy@hub.org, freebsd-stable@FreeBSD.ORG, alc@FreeBSD.ORG Subject: Re: 3.2-STABLE hangs after several hours ... Message-ID: <Pine.BSF.4.10.9908242203160.1037-100000@ady.warpnet.ro> In-Reply-To: <199908240311.FAA02349@saturn.kn-bremen.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, On Tue, 24 Aug 1999, Juergen Lock wrote: > >In case anyone is looking at this, with as little info as there is here, > >the last kernel updated was July 13th, so its between then and now that > >the "bug" appears to have been introduced... > > I also went to update my kernel yesterday and stumbled across what > appears to be the same problems as yours, hanging processes until the > entire system becomes unusable... And here is what i came up with: It seems that I've been bitten by the same bug (the machine suddenly freezes after some 2-3 hours); I'm checking out right now the submitted patch and I'll let you know (probably tomorrow) how it works for me... > > Index: vm_object.h > =================================================================== > RCS file: /home/cvs/cvs/src/sys/vm/vm_object.h,v > retrieving revision 1.51.2.1 > diff -u -u -r1.51.2.1 vm_object.h > --- vm_object.h 1999/07/29 05:38:57 1.51.2.1 > +++ vm_object.h 1999/08/24 01:58:14 > @@ -93,9 +93,9 @@ > vm_size_t size; /* Object size */ > int ref_count; /* How many refs?? */ > int shadow_count; /* how many objects that this is a shadow for */ > + int pg_color; /* color of first page in obj */ > int id; /* ID for no purpose, other than info */ > u_short flags; /* see below */ > - u_short pg_color; /* color of first page in obj */ > u_short paging_in_progress; /* Paging (in or out) so don't collapse or destroy */ > u_short behavior; /* see below */ > int resident_page_count; /* number of resident pages */ > [...] > > Regards, > -- > Juergen Lock <nox.foo@jelal.kn-bremen.de> > (remove dot foo from address to reply) Thanks, Ady (@freebsd.ady.ro) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9908242203160.1037-100000>