Re: panic: mutex process lock not owned at ../../../kern/sys_process.c:97

From: Philippe Charnier <charnier_at_xp11.frmug.org>
Date: Sun, 04 May 2003 21:08:04 +0200
Salut,

Robert Watson <rwatson_at_FreeBSD.org> wrote:

>> 80              if (kl < 0)
>> 81                      error = EINVAL;
>> 82              else
>> 83                      /* XXXKSE: */
>> 84                      error = proc_read_regs(FIRST_THREAD_IN_PROC(p), &r);
>> 85              if (error == 0)
>> 86                      error = uiomove(kv, kl, uio);
>> 87              PROC_LOCK(p);
>> 88              if (error == 0 && uio->uio_rw == UIO_WRITE) {
>
>Try moving the PROC_UNLOCK() call from line 79 to just after line 84
>(i.e., before the error check and possible uiomove()).  It looks like some
>similar bugs might exist in other bits of procfs.

With your patch applied, the kernel does not panic anymore.
Thanks
------                                                            ------ 
Philippe Charnier          charnier_at_{xp11.frmug.org,free.fr,FreeBSD.org}

    ``a PC not running FreeBSD is like a venusian with no tentacles'' 
------------------------------------------------------------------------
Received on Sun May 04 2003 - 10:06:43 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:06 UTC