RFile::Read Panics Kern Exec 0
| Thu, 2007-11-08 09:27 | |
|
Hi, In my application I am trying to read from a file using RFile::Read. It panics with Kern Exec 0. Basically mine is a Scheduled application which can reschedule after every 6 hrs. If I advance the time 6 hrs forward then the same RFile::Read works fine in the next schedule. Thanks in advance. Best Regards |
|






Forum posts: 982
What do you do with that file handle in those 6 hours?
pirosl
Forum posts: 683
Please, show some relevant code. Commenting on your code before seeing it is not a very useful exercise.