Tagged Questions
1
vote
2answers
917 views
Disabling Windows error reporting (Dr. Watson) for my process
I have an application that is hosting some unstable third-party code which I can't control in an external process to protect my main application from nasty errors it exhibits. My parent process is ...
0
votes
0answers
84 views
What does windows error 0 “ERROR_SUCCESS” mean?
I've written a python program which read a stdout of another process by the pipe redirection.
However, the program sucks in this line:
print "[Input Thread] ", self.inputPipe.readline(ii)
The error ...