Archived:Application panic during moving or copying files with Document Handler API (Known Issue)
Latest revision as of 09:30, 15 June 2012
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}.
Article Metadata
Compatibility
Platform(s): S60 3rd Edition
S60 3rd Edition, FP1
S60 3rd Edition, FP1
Article
Created: User:Technical writer 1
(16 Apr 2007)
Last edited: hamishwillee
(15 Jun 2012)
Overview
When using the Document Handler API (CDocumentHandler) for moving or copying a file, the application may crash with KERN-EXEC 3 panic. This is usually due to stack overflow when using the default stack size (8 kB).
Solution
Increase the stack size to 20 kB. In the .mmp project definition file, add the following statement:
epocstacksize 0x5000
See also:
- Small default stack size in S60 3rd Edition
- Copying or moving unrecognized files with document handler

