WriteLog
[Top] [All Lists]

[WriteLog] Software Memory Leak

To: <writelog@contesting.com>
Subject: [WriteLog] Software Memory Leak
From: wa0sxv@mellinger.com (Mike Mellinger WA0SXV)
Date: Thu, 3 Jan 2002 08:02:54 -0700
This is a multi-part message in MIME format.

------=_NextPart_000_0028_01C1942D.0D4D1840
Content-Type: text/plain;
        charset="us-ascii"
Content-Transfer-Encoding: 7bit

Not exactly.  Garbage collection is collecting and compressing chunks of
free memory that have been properly released either by the program
itself.  A memory leak is caused by memory that isn't properly released
and therefore the garbage collector would believe that it was still in
use and would not collect it while the defective program was running.

 

Mike

 

 

-----Original Message-----
From: writelog-admin@contesting.com
[mailto:writelog-admin@contesting.com] On Behalf Of Marijan Miletic,
S56A
Sent: Thursday, January 03, 2002 05:40
To: writelog@contesting.com
Subject: Re: [WriteLog] Software Memory Leak

 

This problem was called "garbage collection" in the previous millenium
:-)

 


------=_NextPart_000_0028_01C1942D.0D4D1840
Content-Type: text/html;
        charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>

<head>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">


<meta name=3DGenerator content=3D"Microsoft Word 10 (filtered)">

<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"\@SimSun";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
span.EmailStyle17
        {font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body bgcolor=3Dwhite lang=3DEN-US link=3Dblue vlink=3Dblue>

<div class=3DSection1>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>Not exactly.&nbsp; Garbage =
collection is
collecting and compressing chunks of free memory that have been properly
released either by the program itself.&nbsp; A memory leak is caused by =
memory that isn&#8217;t
properly released and therefore the garbage collector would believe that =
it was
still in use and would not collect it while the defective program was =
running.</span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>Mike</span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<p class=3DMsoNormal style=3D'margin-left:.5in'><font size=3D2 =
face=3DTahoma><span
style=3D'font-size:10.0pt;font-family:Tahoma'>-----Original =
Message-----<br>
<b><span style=3D'font-weight:bold'>From:</span></b> =
writelog-admin@contesting.com
[mailto:writelog-admin@contesting.com] <b><span =
style=3D'font-weight:bold'>On
Behalf Of </span></b>Marijan Miletic, S56A<br>
<b><span style=3D'font-weight:bold'>Sent:</span></b> Thursday, January =
03, 2002
05:40<br>
<b><span style=3D'font-weight:bold'>To:</span></b> =
writelog@contesting.com<br>
<b><span style=3D'font-weight:bold'>Subject:</span></b> Re: [WriteLog] =
Software
Memory Leak</span></font></p>

<p class=3DMsoNormal style=3D'margin-left:.5in'><font size=3D3 =
face=3D"Times New Roman"><span
style=3D'font-size:12.0pt'>&nbsp;</span></font></p>

<div>

<p class=3DMsoNormal style=3D'margin-left:.5in'><font size=3D2 =
face=3DArial><span
style=3D'font-size:10.0pt;font-family:Arial'>This problem&nbsp;was =
called
&quot;garbage collection&quot; in the previous millenium =
:-)</span></font></p>

</div>

<div>

<p class=3DMsoNormal style=3D'margin-left:.5in'><font size=3D3 =
face=3D"Times New Roman"><span
style=3D'font-size:12.0pt'>&nbsp;</span></font></p>

</div>

</div>

</body>

</html>

------=_NextPart_000_0028_01C1942D.0D4D1840--


<Prev in Thread] Current Thread [Next in Thread>