home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / hp / 9438 < prev    next >
Encoding:
Internet Message Format  |  1992-08-19  |  1.3 KB

  1. Path: sparky!uunet!ogicse!hp-cv!hp-pcd!hpfcso!hpcuhb!hpindda!mintz
  2. From: mintz@hpindda.cup.hp.com (Ken Mintz)
  3. Newsgroups: comp.sys.hp
  4. Subject: Re: Sleeping processes
  5. Message-ID: <4310271@hpindda.cup.hp.com>
  6. Date: 18 Aug 92 22:23:29 GMT
  7. Article-I.D.: hpindda.4310271
  8. References: <1992Aug18.122020.8445@ugle.unit.no>
  9. Organization: HP Information Networks, Cupertino, CA
  10. Lines: 21
  11.  
  12. > F S   UID   PID  PPID  C PRI NI     ADDR   SZ    WCHAN TTY      TIME COMD
  13. > 1 S     0 22026 22023  0 168 20  47d2580  657 68fa8000 ttys0    2:12 fbackup
  14. > What is event 68fa8000 and where do I find some more information about the
  15. > issue?
  16.  
  17.   WCHAN is usually simply the address of an internal kernel data structure.
  18.  
  19.   We can use adb on the kernel to determine the name of the structure (if
  20.   it is not allocated dynamically), but the name is often meaningful only
  21.   to a development engineer who is familiar with internal kernel algorithms.
  22.   If the structure is allocated dynamically (for example, a socket buffer),
  23.   any name that adb might yield is meaningless.
  24.  
  25.   In terms of understanding what is happening, it is often useful to see
  26.   the kernel stack trace for the process.  Unfortunately, that is not
  27.   obtained easily.
  28.  
  29. -- Ken Mintz
  30.  
  31. DISCLAIMER:  Comments and opinions expressed are my own.  They do not 
  32. represent Hewlett-Packard Company.
  33.