home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / HAMRADIO / TCP90140.ZIP / TCP90140.TXT
Encoding:
Text File  |  1990-09-20  |  4.1 KB  |  112 lines

  1. TCP-Group Digest            Sun, 16 Sep 90       Volume 90 : Issue 140
  2.  
  3. Today's Topics:
  4.                      NOS 900828 failure (2 msgs)
  5.  
  6. Send Replies or notes for publication to: <TCP-Group@UCSD.Edu>.
  7. Subscription requests to <TCP-Group-REQUEST@UCSD.Edu>.
  8. Problems you can't solve otherwise to brian@ucsd.edu.
  9.  
  10. Archives of past issues of the TCP-Group Digest are available
  11. (by FTP only) from UCSD.Edu in directory "mailarchives".
  12. ----------------------------------------------------------------------
  13.  
  14. Date: Sat, 15 Sep 90 15:54:46 UTC
  15. From: karn@ka9q.bellcore.com (Phil Karn)
  16. Subject: NOS 900828 failure
  17. To: dlf@phx.mcd.mot.com, tcp-group@ucsd.edu
  18.  
  19. Dave,
  20.  
  21. If you can help me track down where a stack is getting overflowed, then
  22. I can bump up the allocation. This will hopefully stop your problem.
  23.  
  24. Phil
  25.  
  26. ------------------------------
  27.  
  28. Date: Sat, 15 Sep 90 10:56:51 MST
  29. From: dlf@phx.mcd.mot.com (Dave Fritsche)
  30. Subject: NOS 900828 failure
  31. To: karn@ka9q.bellcore.com (Phil Karn)
  32.  
  33. > If you can help me track down where a stack is getting overflowed, then
  34. > I can bump up the allocation. This will hopefully stop your problem.
  35.  
  36. I'm trying to keep an eye on the stack sizes here every time I sit down
  37. at the machine.  It's been running ever since I reported the problem
  38. (approx 50 hours).  Here's what I currently have:
  39.  
  40. heap size 163104 avail 67280 (41%) morecores 137 coreleft 132008
  41. allocs 138048 frees 137346 (diff 702) alloc fails 0 invalid frees 0
  42. interrupts-off calls to malloc 0 free 0
  43. garbage collections yellow 0 red 0
  44. intqlen 5 ibufsize 2048 ibuffail 196
  45.                         ^^^^^^^^^^^^
  46. I'm currently wondering about the significance of the "ibuffail" above?
  47.  
  48. Stack 55f2 max intstk 56
  49. SP      stksize maxstk  name
  50. 5f0a01ba  256     122      Echo listener
  51. 5e0701dc  256      49      asy tx
  52. 5f3001c2  256      140      Discard listener
  53. 5f5901b8  256      123      Telnet listener
  54. 593f03e4  512      211      killer
  55. 5f8201c2  256      122      FTP listener
  56. 5fac01ba  256      105      SMTP listener
  57. 5ea801d2  256      95      AX25 listener
  58. 5fd501c2  256      105      Finger listener
  59. 5fff0134  256      195      Remote listener
  60. 5ec901ca  256      104      NETROM listener
  61. 5ac101c4  250      110      keyboard
  62. 5ee901c0  256      106      TTYlink listener
  63. 71060e10  2048      377      SMTP server
  64. 598007da  1024      689      timer
  65. 58cb0144  250      131      display
  66. 591f01c0  256      72      asy rx
  67. 5a000be0  1536      470      network
  68. 55f21f22  0      0      cmdintrp
  69.  
  70. The only thing I observe that is getting a little tight, might be the
  71. "Remote listener".  I currently have a *long* netrom path, SMTP in
  72. progress with w5tyf.  This session has been in progress for 2 days:
  73.  
  74. Local: 44.124.11.20:25 Remote: 44.30.2.1:1025 State: Established
  75.       Init seq    Unack     Next Resent CWind Thrsh  Wind  MSS Queue     Total
  76. Send: 92880000 9288003e 92880046    204    88    88    88   88     8        61
  77. Recv: 7df40000          7df4003c     84                88          0        59
  78. Backoff 10 Retrying Timer running (418054175/420005850 ms) SRTT 102641 ms
  79. Mean dev 153678 ms
  80.  
  81. Looks like my system isn't going to retry that session again for another
  82. 4.5 days (back to the manual 'tcp kicks').  Considering the totals haven't
  83. changed in so long, I would imagine his system went down and that session
  84. is really dead.
  85.  
  86. SCC status:
  87. Ch Iface  Sent   Rcvd   Error Space Overr Rxints   Txints   Exints   Spints
  88. 0  r11    326    37501  49595 196   0     3038442  9886     1236964  49966
  89.  
  90. asy status:
  91. s01: [trig char 0xc0]
  92.  RX: int 2058094 chr 2058095 ovrn 4 hiwat 2
  93.  TX: int 74127 chr 74122 sndq 0 CTS int 0
  94.  
  95. Maybe this snapshot of what's going on here after running for a couple
  96. of days will be of some help.  Unfortunately, when the crash occurred,
  97. I couldn't get a reasonable 'ps' display.  Guess for debugging purposes,
  98. it'd be nice to have a way to 'dump' a current snapshot of the systems
  99. parameters to a file, or maybe just redirecting the stdout to a file
  100. (like:  ps >ps.dmp).  I could set a timer then to just periodically dump
  101. snapshots to a file for a post-mortem analysis.  Oh well, there's already
  102. enough bells and whistles to debug.
  103.  
  104. 73 . . . Dave Fritsche (wb8zxu)
  105.          dlf@phx.mcd.mot.com
  106.  
  107. ------------------------------
  108.  
  109. End of TCP-Group Digest
  110. ******************************
  111.  
  112.