Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Apr 1999 17:21:15 -0400
From:      "David E. Cross" <crossd@cs.rpi.edu>
To:        Matthew Dillon <dillon@apollo.backplane.com>
Cc:        "David E. Cross" <crossd@cs.rpi.edu>, freebsd-hackers@FreeBSD.ORG, crossd@cs.rpi.edu
Subject:   Re: Deadlock on -stable 
Message-ID:  <199904212121.RAA22131@cs.rpi.edu>
In-Reply-To: Message from Matthew Dillon <dillon@apollo.backplane.com>  of "Wed, 21 Apr 1999 14:07:32 PDT." <199904212107.OAA08532@apollo.backplane.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
Here is the PS you requested:

Interesting, since if I read this correctly *everything* is swapped out, and
tt3 is still running while swapped out.  (tt3 is the program that kills the
machine, you need to get 2 of them going under gdb, then break/continue them
a number of times.  apparently when 1 tries to exit the system stops.)

com12# ps auxww -N ./kernel.0 -M ./vmcore.0
USER      PID %CPU %MEM   VSZ  RSS  TT  STAT STARTED      TIME COMMAND
thompe2   333 90.3  0.1  4920    0  v0  RX+  -         0:00.00  (tt3)
root        1  0.0  0.0   496    0  ??  IWs  -         0:00.00 (init)
root        2  0.0  0.1     0    0  ??  RL   -         0:00.00  (pagedaemon)
root        3  0.0  0.1     0    0  ??  DL   -         0:00.00  (vmdaemon)
root        4  0.0  0.1     0    0  ??  RL   -         0:00.00  (syncer)
root       94  0.0  0.1   820    0  ??  Rs   -         0:00.00  (syslogd)
root      102  0.0  0.1  1040    0  ??  R<s  -         0:00.00  (xntpd)
daemon    106  0.0  0.0   796    0  ??  IWs  -         0:00.00 (portmap)
root      111  0.0  0.1   804    0  ??  Rs   -         0:00.00  (ypbind)
root      123  0.0  0.1   208    0  ??  R    -         0:00.00  (nfsiod)
root      124  0.0  0.1   208    0  ??  D    -         0:00.00  (nfsiod)
root      125  0.0  0.1   208    0  ??  R    -         0:00.00  (nfsiod)
root      126  0.0  0.0   208    0  ??  RW   -         0:00.00 (nfsiod)
root      132  0.0  0.1  1168    0  ??  Rs   -         0:00.00  (amd)
root      160  0.0  0.0   860    0  ??  IWs  -         0:00.00 (inetd)
root      163  0.0  0.1   980    0  ??  Rs   -         0:00.00  (cron)
root      276  0.0  0.0  1276    0  ??  IWs  -         0:00.00 (sshd2)
thompe2   311  0.0  0.0  1496    0  v1  IWs  -         0:00.00 (bash)
root      312  0.0  0.0   824    0  v2  RWs+ -         0:00.00 (getty)
thompe2   324  0.0  0.0  1496    0  v0  IWs  -         0:00.00 (bash)
thompe2   331  0.0  0.1  3000    0  v1  I    -         0:00.00  (gdb)
thompe2   332  0.0  0.1  3000    0  v0  I    -         0:00.00  (gdb)
root        0  0.0  0.1     0    0  ??  RLs  -         0:00.00  (swapper)
thompe2   334  0.0  0.1  4844    0  v1  RX+  -         0:00.00  (tt3)

--
David Cross                               |  email: crossd@cs.rpi.edu 
Systems Administrator/Research Programmer |  Web: http://www.cs.rpi.edu/~crossd 
Rensselaer Polytechnic Institute,         |  Ph: 518.276.2860            
Department of Computer Science            |  Fax: 518.276.4033
I speak only for myself.                  |  WinNT:Linux::Linux:FreeBSD


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




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