c# - Stopped with Exit Code = '-1073740791'. How can I debug it? -


i have windows service started , after time shuts down following exit code:

-1073740791. status_stack_buffer_overrun.

how can debug? how know happening. tried attaching debugger (with "enable native code debugging" enabled) , selected exceptions doesn't stop. service exits.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

c# - Json.Net Serialize String from URI -

ruby on rails - What is the best design practise to create tables from same controller using same actions -