<?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 - Your experiences with KERN-EXEC 3 - Comments</title>
 <link>http://www.newlc.com/forum/your-experiences-kern-exec-3</link>
 <description>Comments for &quot;Your experiences with KERN-EXEC 3&quot;</description>
 <language>en</language>
<item>
 <title>Re: Your experiences with KERN-EXEC 3</title>
 <link>http://www.newlc.com/forum/your-experiences-kern-exec-3#comment-46991</link>
 <description>&lt;p&gt;i experienced this run-time error when i had created conrol using RESOURCe and had not handled them in COMPONENT CONTROL function............... of View class.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 11 Jun 2008 11:47:22 +0200</pubDate>
 <dc:creator>sujay.ranjan</dc:creator>
 <guid isPermaLink="false">comment 46991 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Your experiences with KERN-EXEC 3</title>
 <link>http://www.newlc.com/forum/your-experiences-kern-exec-3#comment-46737</link>
 <description>&lt;p&gt;Thanks, guys, for your suggestions.&lt;/p&gt;

&lt;p&gt;I am not sure what exactly was the problem for me.  I created a new project, copied code line-by-line from the original project, compiled, and test.  It works perfect.  &lt;/p&gt;</description>
 <pubDate>Sat, 31 May 2008 10:02:02 +0200</pubDate>
 <dc:creator>ayaz</dc:creator>
 <guid isPermaLink="false">comment 46737 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Your experiences with KERN-EXEC 3</title>
 <link>http://www.newlc.com/forum/your-experiences-kern-exec-3#comment-46411</link>
 <description>&lt;p&gt;hi &lt;br /&gt;
you can got KERN-EXEC 3 by one or more reason. like if you are opening a file &lt;br /&gt;
but file is not in your program.&lt;br /&gt;
and This panic is raised when an unhandled exception occurs. Exceptions have many causes, but the most common are access violations caused, for example, by dereferencing NULL. Among other possible causes are: general protection faults, executing an invalid instruction, alignment checks,etc&lt;br /&gt;
thanks&lt;br /&gt;
&lt;/p&gt;</description>
 <pubDate>Mon, 19 May 2008 11:29:36 +0200</pubDate>
 <dc:creator>RaviRawat</dc:creator>
 <guid isPermaLink="false">comment 46411 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Your experiences with KERN-EXEC 3</title>
 <link>http://www.newlc.com/forum/your-experiences-kern-exec-3#comment-46286</link>
 <description>&lt;p&gt;@Jupiter : have you tried this for your first problem?&lt;br /&gt;
&lt;a href=&quot;http://wiki.forum.nokia.com/index.php/TSS000651_-_NCNList_KERN-EXEC_3_panic_when_starting_the_S60_3rd_Edition%2C_FP1_emulator&quot;&gt;http://wiki.forum.nokia.com/index.php/TSS000651_-_NCNList_KERN-EXEC_3_panic_when_starting_the_S60_3rd_Edition%2C_FP1_emulator&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 09 May 2008 19:02:33 +0200</pubDate>
 <dc:creator>Symbian_Neil</dc:creator>
 <guid isPermaLink="false">comment 46286 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Your experiences with KERN-EXEC 3</title>
 <link>http://www.newlc.com/forum/your-experiences-kern-exec-3#comment-46277</link>
 <description>&lt;p&gt;Ahh... KERN-EXEC 3&lt;/p&gt;

&lt;p&gt;Ideally, it should have been split up in at least a couple of sub categories, but was never done. I can think of the following:&lt;/p&gt;

&lt;p&gt;1. You&#039;ve run out of stack space.&lt;br /&gt;
2. Accessing memory that&#039;s already been deallocated. E.g. accessing a deleted object.&lt;br /&gt;
3. Address space violation (similar to 2). Trying to access memory across process boundary, i.e. a server that you&#039;ve written tries to directly read raw pointer passed from the client application&lt;br /&gt;
4. Accessing data that&#039;s NOT on word aligned boundaries&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 09 May 2008 12:15:53 +0200</pubDate>
 <dc:creator>maxxxpayne</dc:creator>
 <guid isPermaLink="false">comment 46277 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Your experiences with KERN-EXEC 3</title>
 <link>http://www.newlc.com/forum/your-experiences-kern-exec-3#comment-46268</link>
 <description>&lt;p&gt;Not enough stack size. Some advanced dialogs, e.g. in UIQ3, require that you grow the default stack size in the MMP file.&lt;/p&gt;</description>
 <pubDate>Fri, 09 May 2008 09:33:14 +0200</pubDate>
 <dc:creator>Andreas</dc:creator>
 <guid isPermaLink="false">comment 46268 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Your experiences with KERN-EXEC 3</title>
 <link>http://www.newlc.com/forum/your-experiences-kern-exec-3#comment-46262</link>
 <description>&lt;p&gt;I have encountered this problem at two places.&lt;br /&gt;
1. at the start of s60 3rd ed fp1 emualtor, which i dont think have to do anything from the developer.&lt;br /&gt;
2. when i use the thread in my application, and didnt close it properly. After closing and freeing all resources this problem was resolved.&lt;/p&gt;</description>
 <pubDate>Fri, 09 May 2008 08:08:14 +0200</pubDate>
 <dc:creator>jupitar</dc:creator>
 <guid isPermaLink="false">comment 46262 at http://www.newlc.com</guid>
</item>
<item>
 <title>Your experiences with KERN-EXEC 3</title>
 <link>http://www.newlc.com/forum/your-experiences-kern-exec-3</link>
 <description>&lt;p&gt;The brief description for KERN-EXEC 3 panic in the SDK is vague.  From first-hand experience, could people over here be kind enough to describe their experiences with KERN-EXEC 3?  In which particular scenarios did you bump into KERN-EXEC 3?  How did you go about debugging and finding the bug?&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/forum/your-experiences-kern-exec-3&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/forum/your-experiences-kern-exec-3#comments</comments>
 <category domain="http://www.newlc.com/forums/symbian-c">Symbian C++</category>
 <pubDate>Thu, 08 May 2008 20:05:16 +0200</pubDate>
 <dc:creator>ayaz</dc:creator>
 <guid isPermaLink="false">20902 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
