Board index » cppbuilder » Problem with service at Windows shutdown
Eelke
![]() CBuilder Developer |
Problem with service at Windows shutdown2006-09-12 05:48:15 PM cppbuilder110 We have a service application which normally starts and stops without any problems. However when it is stopped as part of a windows shutdown it generates an error. Something like: Invalid instruction at: 0x... I have tried logging all steps performed during shutdown of the service but it never reaches the Stop function of the service. Has anyone suggestions how I could pinpoint what exactly is happening at the moment the error occurs? Is it for instance possible to determine from the address of the instruction on which source line it is? Thanks, Eelke |