Archived

This forum has been archived. Please start a new discussion on GitHub.

Invoke exception

My Client and server is programing with C++.The client call the interface an average of 2 minutes.It works well for about 3 hours.But the server side crash later,with message "The application has requested the Runtime to terminate it in an unusual way".
There are some messages in the server's console(Please look over picture "msg in server console.bmp").And more messages in some other pictuers in attachment.
What causes this exception?How can I resolve the problem?

Comments

  • benoit
    benoit Rennes, France
    Hi,

    Which OS and compiler version do you use? Is your server doing anything special when dispatching the requests from the client? Is it using AMD or dispatch interceptors perhaps? Could you post your server configuration?

    The best and quickest way to investigate this problem would be to send us a small self-contained test case that reproduces the problem.

    Cheers,
    Benoit.
  • benoit
    benoit Rennes, France
    Also, is your server doing anything special such a creating new processes with CreateProcess?

    Cheers,
    Benoit.