Makoto Matsushita wrote: > tlambert2> The worst case failure with my "Ugly patch" should be that > tlambert2> things hang, and quit running completey. > > I've emailed to the list that I've tried your patch but it cannot boot > (actually it boots, but panics immediately.) Maybe I'm using > different time of source code. Which 5-current source code did you > use to write the patch?
Can you provide a traceback, in this case? The patch should have converted all calls that asked for "nowait" into waiting calls that blocked for memory to be available, instead of panic'ing when it wasn't. In other words, it should be impossible to get the same panic, you should only get a different panic. I'd like to know what the different panic is... -- Terry To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message