Hi all,
I am working with WINCE 5.0 and PXA 27X . I am running one
application which will run some tests (like Audio play, SD and CF Card
read/write,get wifi signal strength etc..like this so many tests are there)
continuously. After the test is executed ,again it will start executing from
first test. This should happen continuously. I am printing "started" before
start of first test and "end" after last test. The application is running
continuously fine for some duration (2 hrs)after that the application is
hanging after displaying "end".(Task bar and application is hanging .It is
not showing any exception in the hyper terminal or it is not giving any fatal
application error) So i cant able to find what test is causing this problem.
Because it is hanging after "end" .i am not getting any hint.
Can anyone suggest What may be the problem ,how to debug this.Is
there any wince tools are there to resolve this issue.

Thanks in advance

Re: Wince Application is hanging by Silver

Silver
Wed Jun 06 09:56:25 CDT 2007

Build your CE image with kernel debugger support enabled then run your
tests. When it is hung break into the system and examing the threads in the
shell process to discover which ones are blocking.
I make this broad statement but if you are not familiar with platfrom
builder , KITL and kernel debugging then it could be a daunting task.

If you run for a short period does it still fail? (maybe a few minutes). If
it does not fail then this may indicate that you are leaking resources.

Geoff
--



"mamatha" <mamatha@discussions.microsoft.com> wrote in message
news:7CE17262-2255-485E-840F-D37C83296710@microsoft.com...
> Hi all,
> I am working with WINCE 5.0 and PXA 27X . I am running one
> application which will run some tests (like Audio play, SD and CF Card
> read/write,get wifi signal strength etc..like this so many tests are
> there)
> continuously. After the test is executed ,again it will start executing
> from
> first test. This should happen continuously. I am printing "started"
> before
> start of first test and "end" after last test. The application is running
> continuously fine for some duration (2 hrs)after that the application is
> hanging after displaying "end".(Task bar and application is hanging .It is
> not showing any exception in the hyper terminal or it is not giving any
> fatal
> application error) So i cant able to find what test is causing this
> problem.
> Because it is hanging after "end" .i am not getting any hint.
> Can anyone suggest What may be the problem ,how to debug this.Is
> there any wince tools are there to resolve this issue.
>
> Thanks in advance
>
>
>
>
>