Hi (Kevin)
I've found finally the cause of the "crashing": most likely c10 has problems with threading and the (sql/anywhere) file drivers.
Some questions with regard to the ConnectionChecker:
- is it supposed to have a win32 UI or a web interface? I see a window defined in the "main" procedure, but also a webserver extension and I can access it through the browser, but there is no way I can "save" the properties (for example : the e-mail address). Looking from the code, it tries to save when the window (server) closes, but there is no way for me to nicely close the server (I can't find the console)
- does it work on services too? I guess the used Shellexecute, only works for normal exe's right?
I also tried GPF's reporters feature to "auto restart after GFP" which is a really nice feature i didn't know of (Bruce, next time you add these niceties let me know :-), but in my case the exe not actually gpf's. I seem to have 3 situations:
- Sometimes it's unresponsive for a while and the exe first returns the crashdump in the errorcode/fileerror() functions, but afterwards dies and becomes totally unresponsive, but there is no gpf signalled (so no restart) and I manually have to kill the process
- Sometimes it does seem to "gpf" but several "messageboxes" with crashdumps open (but I've configured GPFReporter to close quietly and restart automatic) and I have to click on a "close" button first
- Sometimes a little windows messagebox pops up, which only can brings me to Visual Studio when I choose to debug ...
Haven't tried "restart on crash" though ... will investigate tomorrow ...
regards,
Ton