Process Error

Mobile Testing, Android App Testing.
Rakesh123
Posts: 72
Joined: Thu Oct 28, 2010 2:18 pm

Process Error

Post by Rakesh123 » Thu Jul 31, 2014 10:33 am

Hi,

I am getting for error when I am trying to execute the test suite.

'Process is terminated due to StackOverFlowException'

PFA.

Thanks,
Rakesh
You do not have the required permissions to view the files attached to this post.

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Process Error

Post by Support Team » Thu Jul 31, 2014 4:41 pm

Hi Rakesh,

A StackOverflowException is often caused by recursing too deep, or by circular instantiations. Are you using recursions anywhere?
This exception means that you are running out of memory.
So could it be that you just ran out of memory?

Regards,
Markus