<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.newlc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>NewLC - Tracking down memory leaks - Comments</title>
 <link>http://www.newlc.com/Tracking-down-memory-leaks.html</link>
 <description>Comments for &quot;Tracking down memory leaks&quot;</description>
 <language>en</language>
<item>
 <title>Tracking down memory leaks</title>
 <link>http://www.newlc.com/Tracking-down-memory-leaks.html#comment-2927</link>
 <description>&lt;p&gt;Hi&lt;/p&gt;

&lt;p&gt;Its very nice way of finding out memory leak... but i am facing some problem.&lt;/p&gt;

&lt;p&gt;I found that leak is occuring at 0x372B0244 this address  and i found that the module with memory block of  same address &lt;/p&gt;

&lt;p&gt;I did &quot;view memory&quot; and typed  0x372B0244  address....by putting breakpoint at all possible places...and it did not display any msg instead it showed  ...i... @ ... &lt;br /&gt;
Nothing came in red color...&lt;/p&gt;

&lt;p&gt;How can i find out leak...&lt;br /&gt;
pls tell me if u have some more tips or logics...&lt;/p&gt;

&lt;p&gt;Thanks &lt;/p&gt;</description>
 <pubDate>Fri, 25 May 2007 12:31:10 +0200</pubDate>
 <dc:creator>kavita</dc:creator>
 <guid isPermaLink="false">comment 2927 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; Tracking down memory leaks</title>
 <link>http://www.newlc.com/Tracking-down-memory-leaks.html#comment-2468</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;Symbian Hooklogger should do the trick?&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;http://www.symbian.com/developer/downloads/tools.html#HookLogger&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 27 Jan 2006 21:11:28 +0100</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 2468 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; Tracking down memory leaks</title>
 <link>http://www.newlc.com/Tracking-down-memory-leaks.html#comment-2467</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;Hi Eric,&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Indeed a good article, only one thing in mind.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;When i access the internet (wap etc..) through &quot;Services&quot; on the emulator it gives alloc error on exit.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Similarly any app that accesses the internet gives alloc errors on exit on the emulator (but not on device).&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Why so?&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;And can something be done abt such apps regarding coding so that that alloc does not come up?&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Thanks.&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Sat, 21 Jan 2006 07:51:01 +0100</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 2467 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; Tracking down memory leaks</title>
 <link>http://www.newlc.com/Tracking-down-memory-leaks.html#comment-2466</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;Another good tip, if the memory adress is this predictable, is to at the destructor breakpoint, typecast the memory address to a CBase* in your debugger watch window.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Add a watch: 
(CBase*)(0x1428f900)&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;And, if the orphaned cell is a subclass of type CBase, you will be able to unfold it in the watch window, and see its real type.&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 12 Jan 2006 17:24:32 +0100</pubDate>
 <dc:creator>alh</dc:creator>
 <guid isPermaLink="false">comment 2466 at http://www.newlc.com</guid>
</item>
<item>
 <title>Tracking down memory leaks</title>
 <link>http://www.newlc.com/Tracking-down-memory-leaks.html</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;Your application terminates with an ugly &quot;Program Closed: ALLOC xxxxxxxx 0&quot; window ? It has leaked some memory... this article will teach you how to track down the faulty allocation.&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/Tracking-down-memory-leaks.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/Tracking-down-memory-leaks.html#comments</comments>
 <category domain="http://www.newlc.com/taxonomy/term/18">Tips</category>
 <category domain="http://www.newlc.com/taxonomy/term/125">Error Management</category>
 <category domain="http://www.newlc.com/taxonomy/term/137">Memory Management</category>
 <enclosure url="http://www.newlc.com/files/MemLeak-Code1.png" length="15303" type="image/png" />
 <pubDate>Thu, 12 Jan 2006 11:50:50 +0100</pubDate>
 <dc:creator>eric</dc:creator>
 <guid isPermaLink="false">768 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
