cvs commit: src/sys/kern kern_resource.c

Alfred Perlstein alfred at FreeBSD.org
Fri Mar 14 20:20:53 PDT 2008


alfred      2008-03-15 03:20:53 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/kern             kern_resource.c 
  Log:
  In calcru, we make sure the thread's state is correct, however we
  do not emit the thread or proc information making debugging this
  assertion difficult.
  
  Emit the thread/proc that caused the KASSERT to fail to ease debugging.
  
  Note: this assert does not exist in later branches of FreeBSD.
  
  Revision   Changes    Path
  1.148.2.4  +2 -1      src/sys/kern/kern_resource.c


More information about the cvs-src mailing list