Sporadic crashes (Part 2)

Captura

I use the standard example of RemoteDB to connecting to a Sql Server database using ADO, sometimes it crash the application and exit without any information.

I use the Win32 application as a Gateway only to serve iOS and Android request.

What happend? How to trace the error with your tools?

That is very hard to guess. Can be a million things. You can try to run your server in debug mode and see if some exception is being raised before the app crashes.