> 0xc0147290 is in random_kthread (../../dev/random/yarrow.c:97).
> 92 mtx_lock(&Giant);
> 93 printf("OWNERSHIP Giant == %d sched_lock == %d\n",
> 94 mtx_owned(&Giant), mtx_owned(&sched_lock));
> 95 mtx_unlock(&Giant);
> 96 #endif
> 97
> 98 for (pl = 0; pl < 2; pl++)
> 99 yarrow_hash_init(&random_state.pool[pl].hash, NULL, 0);
> 100
> 101 for (;;) {
Is DEBUG defined?
M
--
Mark Murray
Warning: this .sig is umop ap!sdn
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message