I use a Pipe and sometimes, when I write in it, I have the error : [color:red] Read end dead [/color]. What does it mean ??
I checked that my readPipe and writePipe still exist after this error. Someone knows ?
A stack trace available ? That looks like a "custom" error message - not a system generated error message, so without seeing the code or a stack trace, its pretty impossible to know what you're problem is.
You are right. Actually I finally find out my problem.
The thread that was supposed to read into the Pipe was blocked and apparently if there is no reader available, the writer returns an Exception.
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.