Re: Expensive timeout?



Please don't top-post...

User Freebsd wrote:
On Wed, 28 Jun 2006, User Freebsd wrote:
Just got this on the console of one of hte servers that has been causing problems ...

Expensive timeout(9) function: 0xc0520e18(0xc8b223a0) 0.296959250 s

not a very informative error, and that is all that was there, nothing before, nothing after ...

Oh, wait, does this have something to do with the Deadlock options I just added to the kernel?

Yes, if you look in /sys/kern/kern_timeout.c you'll note that the "Expensive timeout(9) function" printf is inside an "#ifdef DIAGNOSTIC".

-Jonathan
_______________________________________________
freebsd-stable@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Expensive timeout?
    ... Oh, wait, does this have something to do with the Deadlock options I just added to the kernel? ... On Wed, 28 Jun 2006, User Freebsd wrote: ... not a very informative error, and that is all that was there, nothing before, nothing after ... ...
    (freebsd-stable)
  • Re: Expensive timeout?
    ... On Wed, 28 Jun 2006, Jonathan Noack wrote: ... User Freebsd wrote: ... not a very informative error, and that is all that was there, nothing before, nothing after ... ... timeoutfunction" printf is inside an "#ifdef DIAGNOSTIC". ...
    (freebsd-stable)
  • Re: Expensive timeout?
    ... On Wed, 28 Jun 2006, User Freebsd wrote: ... not a very informative error, and that is all that was there, nothing before, nothing after ... ... This is an advisory diagnostic message to let developers know a kernel function running in a time-critical path is taking too long to run, ...
    (freebsd-stable)
  • Expensive timeout?
    ... Just got this on the console of one of hte servers that has been causing problems ... ... not a very informative error, and that is all that was there, nothing before, nothing after ... ...
    (freebsd-stable)