Abnormal program termination

S

Simon

I've got a problem with a program writed in .NET compact framework. The
application run on Pocket wm2003. Some times (it seems
really random) this application crash down during execution witohut
signaling an exception.

I use the CF2.0 SP2.

Any ideas?
 
A

Antonio Prados

Are you disposing objects after finishing tasks? Maybe it could be a
memory problem.
Anyway, please, tell as about your proggie. Do you use timers? Unmanaged
functions?

Salve!

Simon escribió:
 
E

Erel

I've seen a similar problem once.
It was actually a stack overflow and the application just quit without
any notification.
 
S

Simone

Are you disposing objects after finishing tasks? Maybe it could be a
memory problem.
Anyway, please, tell as about your proggie. Do you use timers? Unmanaged
functions?

I don't use timers, i don't use unmanaged functions. Is reality the palm
don't have much memory to use. Is possible that the problem is a failure
allocation of the memory?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top