01-14-2014 12:22 PM
Hello,
I have a strange bug with a data acquisition program that normally works very well. Once in a blue moon, it will hang up, and when we find it it has two versions of the task showing in Task manager, but no one has touched the computer.
Any ideas on how to trouble shoot this?
Thanks,
Terry
01-15-2014 09:34 AM
Hello Terry!
It would be very helpful if you could provide some more information about what your application does. Does your program do any forks or does it call other processes in the meantime?
Here are some resources you could use in order to troubleshoot this:
01-17-2014 06:38 AM
I tried running the debugger on it, but when it hangs up, the debugger won't show you where its hung up at.
In the meantime, I'm going back to an older version of code, that was stable.
Thanks for the advice.