Hello,
My app has this funny habit of crashing and burning without the slightest hint of what happened. One moment it is running along (in debug mode) without issue, and then all of a sudden it just disappears. There were no warnings, pop-ups, exceptions caught, etc. I am curious of there are any guesses as to what can cause this behavior.
Normally, if some type of an error occurs while debugging, I get some type of exception and visual studio stops at the line where the problem is. If not that, at least I usually get the MS "send us feedback" pop-up.
For some details, within the app are a number of timers and background worker threads, interaction with a 3rd party pci card, some minor UDP traffic generation, and some serial communication.
Has anyone seen this type of behavior (crashing completely without warning nor notification)? Well, any tips, pointers, and suggestions are more than welcome.
My app has this funny habit of crashing and burning without the slightest hint of what happened. One moment it is running along (in debug mode) without issue, and then all of a sudden it just disappears. There were no warnings, pop-ups, exceptions caught, etc. I am curious of there are any guesses as to what can cause this behavior.
Normally, if some type of an error occurs while debugging, I get some type of exception and visual studio stops at the line where the problem is. If not that, at least I usually get the MS "send us feedback" pop-up.
For some details, within the app are a number of timers and background worker threads, interaction with a 3rd party pci card, some minor UDP traffic generation, and some serial communication.
Has anyone seen this type of behavior (crashing completely without warning nor notification)? Well, any tips, pointers, and suggestions are more than welcome.