Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Sep 2000 07:55:18 +0930
From:      Greg Lehey <grog@lemis.com>
To:        Michael Reifenberger <root@nihil.plaut.de>
Cc:        FreeBSD-Current <current@FreeBSD.ORG>, FreeBSD-SMP <freebsd-smp@FreeBSD.ORG>
Subject:   Re: Debugging -current SMPNG HANG on heavy disk-io
Message-ID:  <20000918075518.H67912@wantadilla.lemis.com>
In-Reply-To: <Pine.BSF.4.21.0009180114302.1035-100000@localhost>; from root@nihil.plaut.de on Mon, Sep 18, 2000 at 01:23:30AM %2B0200
References:  <20000918074021.E67912@wantadilla.lemis.com> <Pine.BSF.4.21.0009180114302.1035-100000@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday, 18 September 2000 at  1:23:30 +0200, Michael Reifenberger wrote:
> On Mon, 18 Sep 2000, Greg Lehey wrote:
> ...
>> You could also show the content of p->p_pid.  If you don't have a p
>> pointer in the frame you're looking at, use ((struct
>> *proc)gd_curproc)->p_pid and ((struct *proc)gd_curproc)->p_comm.  We
>> need to know what is hanging.
> Sorry doesn't seem to work:
> (kgdb) p p->p_comm
> No symbol "p" in current context.
> (kgdb) p ((struct*proc)gd_curproc)->p_pid
> A syntax error in expression, near `proc)gd_curproc)->p_pid'.
> (kgdb) p ((struct *proc)gd_curproc)->p_comm
> A syntax error in expression, near `proc)gd_curproc)->p_comm'.
> (kgdb) p gd_curproc
> $1 = 0xc78760c0

Oops, that's what comes of typing hurriedly early in the morning.

  p ((struct proc *)gd_curproc)->p_comm
  p ((struct proc *)gd_curproc)->p_pid

Greg
--
Finger grog@lemis.com for PGP public key
See complete headers for address and phone numbers


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000918075518.H67912>