<?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 - strange problem while debuggging - Comments</title>
 <link>http://www.newlc.com/topic-16900</link>
 <description>Comments for &quot;strange problem while debuggging&quot;</description>
 <language>en</language>
<item>
 <title>Re: strange problem while debuggging</title>
 <link>http://www.newlc.com/topic-16900#comment-36086</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;I strongly suspect your threads then...&lt;br /&gt;Or the method you use to make sure they are killed.&lt;br /&gt;&lt;br /&gt;Do they share any memory?&lt;br /&gt;&lt;br /&gt;what functions do you see in the callstack?&lt;/div&gt;</description>
 <pubDate>Thu, 30 Nov 2006 08:51:30 +0100</pubDate>
 <dc:creator>alh</dc:creator>
 <guid isPermaLink="false">comment 36086 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: strange problem while debuggging</title>
 <link>http://www.newlc.com/topic-16900#comment-36085</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;i am not using any asynchronous call at the moment...though i have a few thread in my application. but before exit i have made sure that those threads are killed.&amp;nbsp; moreover my UI is minimal just a simple hello world&lt;/div&gt;</description>
 <pubDate>Thu, 30 Nov 2006 06:55:06 +0100</pubDate>
 <dc:creator>saurabh_gyl</dc:creator>
 <guid isPermaLink="false">comment 36085 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: strange problem while debuggging</title>
 <link>http://www.newlc.com/topic-16900#comment-36084</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;If you application uses asyncronous calls, how deep you debug can change the timeing of things.&lt;br /&gt;&lt;br /&gt;Requests not finising in time or finishing earlier..&lt;br /&gt;&lt;br /&gt;Not seeing your code in the call stack suggests it is something in the framework you mess up. Can be all kinds of reasons.&lt;br /&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 29 Nov 2006 11:05:56 +0100</pubDate>
 <dc:creator>alh</dc:creator>
 <guid isPermaLink="false">comment 36084 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: strange problem while debuggging</title>
 <link>http://www.newlc.com/topic-16900#comment-36083</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;still my question reamins there tht am i getting different outcomes depnding on how deep i debug... &lt;img src=&quot;/sites/all/modules/smf_filter/smf_smileys/huh.gif&quot; alt=&quot;Huh&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 29 Nov 2006 09:42:34 +0100</pubDate>
 <dc:creator>saurabh_gyl</dc:creator>
 <guid isPermaLink="false">comment 36083 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: strange problem while debuggging</title>
 <link>http://www.newlc.com/topic-16900#comment-36082</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;why dont u try using hooklogger.&lt;br /&gt;May be u have deleted a variable teice which leads to memory leak.&lt;br /&gt;Check out ur code.&lt;br /&gt;Cheers&lt;br /&gt;Sirisha&lt;/div&gt;</description>
 <pubDate>Wed, 29 Nov 2006 06:38:56 +0100</pubDate>
 <dc:creator>sirisha</dc:creator>
 <guid isPermaLink="false">comment 36082 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: strange problem while debuggging</title>
 <link>http://www.newlc.com/topic-16900#comment-36081</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;i understand your point but am using debugger in both the cases...in one caswe am only debugging exe and dll while in other am debugging only exe.&lt;br /&gt;&lt;br /&gt;and in first case before getting kern-exec -3 panic i was getting alloc(mem leaks) which all i have removed.&lt;br /&gt;&lt;br /&gt;so it is still not clear that why is there a mem leak if i am only debugging exe and not both. and from where the hell is this kern-exec 3 panic coming(i cannot see any of my code in callstack).&lt;br /&gt;&lt;br /&gt;all comments are welcome&amp;nbsp; &amp;nbsp;&lt;img src=&quot;/sites/all/modules/smf_filter/smf_smileys/afro.gif&quot; alt=&quot;Afro&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;</description>
 <pubDate>Tue, 28 Nov 2006 09:16:16 +0100</pubDate>
 <dc:creator>saurabh_gyl</dc:creator>
 <guid isPermaLink="false">comment 36081 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: strange problem while debuggging</title>
 <link>http://www.newlc.com/topic-16900#comment-36080</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;There are rare cases where the mere presence of a debugger can alter the behaviour of a program.&lt;br /&gt;&lt;br /&gt;According to my experience this mostly happens in connection to uninitialized variables that have an upredictable value, but e.g. always the same when the program is running alone, and another one when the program and the debugger are running together (e.g. because the program is loaded at another location in memory when loaded under the control of the debugger.)&lt;br /&gt;&lt;br /&gt;E.g. you have a boolean that you not properly initialize in your program; if your program runs alone it happens to have a value of True, if your program shares the memory with the debugger it happens to have a value of False.&lt;br /&gt;&lt;/div&gt;</description>
 <pubDate>Tue, 28 Nov 2006 08:31:01 +0100</pubDate>
 <dc:creator>rbrunner</dc:creator>
 <guid isPermaLink="false">comment 36080 at http://www.newlc.com</guid>
</item>
<item>
 <title>strange problem while debuggging</title>
 <link>http://www.newlc.com/topic-16900</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/topic-16900&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/topic-16900#comments</comments>
 <category domain="http://www.newlc.com/forums/codewarrior">Codewarrior</category>
 <pubDate>Tue, 28 Nov 2006 06:57:49 +0100</pubDate>
 <dc:creator>saurabh_gyl</dc:creator>
 <guid isPermaLink="false">16479 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
