:Over the past week and a bit, the INN -CURRENT source tree had a major :upheaval of code, in order to fix the major problem where reader speed :sucked. What used to take >1min to load up a newsgruop now generally :takes mere seconds (no exaggeration, try it)... : :The problem is that the new code makes *heavy* use of MMAP() ... : :When the code was put in place, I immediately upgraded my server to give :the code a good test (am one of the developers over there) in a production :environment, and ever since then, my system locks up around 24hrs uptime, :requiring a cold boot. : :I cannot get into DDB, since I'm over a serial console, so debugging this :has proved to be next to impossible :(
I'll bet that it is another mmap/write deadlock. :I run CURRENT at home and STABLE in production, but the production server :is the only one that I believe has enough load on her to be able to :trigger it... : :Is this a problem that is fixed in CURRENT, but hasn't migrated down into :STABLE? Is there any way of adding some sort of debug code to STABLE such :that if the race condition is trigger, it will at least pop up a message :onto the console letting me know its happened so that I know its MMAP() :related? : :Thanks... :Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy If it is what I think it is, it is *NOT* yet fixed in -current. -Matt Matthew Dillon <dil...@backplane.com> To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message