Does not reproduce for me, dtrace says:
# dtrace -n 'fbt::pgadjustjobc:entry { printf("pgrp %p count %d
entering %d\n", args[0], args[0]->pg_jobc, arg1); }'
", args[0], args[0]->pg_jobc, arg1); }'dtrace: description
'fbt::pgadjustjobc:entry ' matched 1 probe
CPU IDFUNCTION
On 6/17/20 9:39 AM, Kyle Evans wrote:
> On Wed, Jun 17, 2020 at 10:21 AM Mateusz Guzik wrote:
>>
>> pho@ reported triggering one of the asserts:
>> https://people.freebsd.org/~pho/stress/log/mjguzik028.txt
>>
>> I did not have the time to properly investigate this yet and this does
>> not reproduc
On Wed, Jun 17, 2020 at 10:21 AM Mateusz Guzik wrote:
>
> pho@ reported triggering one of the asserts:
> https://people.freebsd.org/~pho/stress/log/mjguzik028.txt
>
> I did not have the time to properly investigate this yet and this does
> not reproduce for me.
>
Ah, this is good to know that he'
pho@ reported triggering one of the asserts:
https://people.freebsd.org/~pho/stress/log/mjguzik028.txt
I did not have the time to properly investigate this yet and this does
not reproduce for me.
That said, I may either revert the assert (or degrade to a warning) or
add some commentary if I don't
On Tue, Jun 9, 2020 at 10:17 AM Mateusz Guzik wrote:
>
> Author: mjg
> Date: Tue Jun 9 15:17:23 2020
> New Revision: 361967
> URL: https://svnweb.freebsd.org/changeset/base/361967
>
> Log:
> Assert on pg_jobc state.
>
> Stolen from NetBSD.
>
> Modified:
> head/sys/kern/kern_proc.c
>
> Modif
Author: mjg
Date: Tue Jun 9 15:17:23 2020
New Revision: 361967
URL: https://svnweb.freebsd.org/changeset/base/361967
Log:
Assert on pg_jobc state.
Stolen from NetBSD.
Modified:
head/sys/kern/kern_proc.c
Modified: head/sys/kern/kern_proc.c
===