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 Bye! ---- Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- Debugging -current SMPNG HANG on heavy disk-io Michael Reifenberger
- Re: Debugging -current SMPNG HANG on heavy disk-... Greg Lehey
- Re: Debugging -current SMPNG HANG on heavy d... Michael Reifenberger
- Re: Debugging -current SMPNG HANG on hea... Greg Lehey
- Re: Debugging -current SMPNG HANG on... Michael Reifenberger
- Re: Debugging -current SMPNG HA... Greg Lehey
- Re: Debugging -current SMPN... Michael Reifenberger
- Re: Debugging -current ... Greg Lehey
- Re: Debugging -current ... John Baldwin
- Re: Debugging -current ... Michael Reifenberger
- Congrats on the SMPng w... Matt Dillon
- Re: Debugging -current SMPNG HANG on hea... Tor . Egge
- Re: Debugging -current SMPNG HANG on... Michael Reifenberger
- Re: Debugging -current SMPNG HANG on... Michael Reifenberger
- Re: Debugging -current SMPNG HANG on heavy d... Michael Reifenberger