Forum Discussion

tbom's avatar
tbom
Contributor
13 years ago

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

3 Replies

  • tbom's avatar
    tbom
    Contributor
    Hi Tanya



    For the moment, it seems that the problem is solved, after I rewrote parts of our DLL, for ensuring singleton states for the ssh tunnel. So right now, I cross my fingers..



    If we encounter it again, I will contact the support team.



    Regards

    Thomas