svn commit: r217351 - head/sys/kern

Alexander Motin mav at FreeBSD.org
Mon Feb 7 16:08:36 UTC 2011


John Baldwin wrote:
> On Sunday, February 06, 2011 5:15:08 pm Chagin Dmitry wrote:
>> On Thu, Jan 13, 2011 at 02:22:27PM +0000, John Baldwin wrote:
>>> Author: jhb
>>> Date: Thu Jan 13 14:22:27 2011
>>> New Revision: 217351
>>> URL: http://svn.freebsd.org/changeset/base/217351
>>>
>>> Log:
>>>   Introduce two new helper macros to define the priority ranges used for
>>>   interactive timeshare threads (PRI_*_INTERACTIVE) and non-interactive
>>>   timeshare threads (PRI_*_BATCH) and use these instead of PRI_*_REALTIME
>>>   and PRI_*_TIMESHARE.  No functional change.
>>>   
>>>   Reviewed by:	jeff
>>
>> Hi, John. Got a panic in vbox:
>>
>> Mon Feb  7 00:57:27 MSK 2011
>>
>> FreeBSD amd64 9.0-CURRENT FreeBSD 9.0-CURRENT #2 r218225+ae81d3a: Sun
>> Feb  6 21:57:31 MSK 2011     root at amd64:/usr/obj/usr/work/head/sys/YOY
>> amd64
>>
>> panic: sched_priority: invalid priority 3920: nice 0, ticks 122826752
>> ftick 185416 ltick 186416 tick pri 3748
> 
> I think this is probably more a question for mav@ and the clock changes in 
> HEAD.  As this commit said, it merely added new symbolic constants and made no 
> functional changes.

It could be, but I've thought I've workarounded it by r214987. Dmitry,
could you describe how did you manage it? Boot or run-time? Any specific
activity?

-- 
Alexander Motin


More information about the svn-src-head mailing list