home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 16753 < prev    next >
Encoding:
Internet Message Format  |  1992-11-15  |  1.2 KB

  1. Path: sparky!uunet!gatech!darwin.sura.net!spool.mu.edu!nigel.msen.com!math.fu-berlin.de!news.netmbx.de!Germany.EU.net!Informatik.Uni-Dortmund.DE!trillian!rg
  2. From: rg@trillian.informatik.uni-dortmund.de (Rudolf Gross)
  3. Newsgroups: comp.os.linux
  4. Subject: Memory leaks in the TCP/IP-Code ?
  5. Date: 15 Nov 1992 17:07:43 GMT
  6. Organization: University of Dortmund, Germany
  7. Lines: 22
  8. Message-ID: <1e604vINNlqr@fbi-news.Informatik.Uni-Dortmund.DE>
  9. References: <1992Nov15.142934.29409@monu6.cc.monash.edu.au>
  10. NNTP-Posting-Host: trillian
  11.  
  12. I've been compiling an LPmud driver using linux.
  13. For those who aren't familiar with it: The driver
  14. creates a socket, and accept()/select()s on it.
  15. The driver is monolithic and has NO childs or so.
  16.  
  17. However, even if nothing happens, "free" reports
  18. that the memory is running out. In 4 blocks
  19. portions every 3-6 seconds or so. The driver itself
  20. keeps memory statistics and reports NO additional
  21. memory being allocated.
  22.  
  23. Could it be that there is some obscure bug in the
  24. kernel ? The same code works 100% under SunOS and
  25. a VERY capable LPmud-driver-specialist assured me
  26. that the driver itself does NOT allocate memory
  27. like that.
  28.  
  29. Does any kernel wizard have an idea where the memory
  30. leak could be ?
  31.  
  32. Thanks in advance,
  33.                 Rudi Gross
  34.