tbom
13 years agoContributor
Testcomplete Hosting process shuts down
In some of our tests, we need to interact with a unix prompt, in order to setup data for GUI tests.
For this I have made a .net library in C#, using SharpSSH library for ssh connections..
in general this works ok, but we see that the hosting process is crashing very often.
I have set the hosting process to use 32bit, and singlethreading. Also I have gone through our unix interaction dll, to ensure that all exceptions is handled, and also I have made the unix access as a singleton.
I don't see any exceptions within my DLL, but still the hosting process crashes.. Anyone that has a clue to what to look for?
/ Thomas
For this I have made a .net library in C#, using SharpSSH library for ssh connections..
in general this works ok, but we see that the hosting process is crashing very often.
I have set the hosting process to use 32bit, and singlethreading. Also I have gone through our unix interaction dll, to ensure that all exceptions is handled, and also I have made the unix access as a singleton.
I don't see any exceptions within my DLL, but still the hosting process crashes.. Anyone that has a clue to what to look for?
/ Thomas