Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get exception while writing in a Pipe

Status
Not open for further replies.

Rodie

Programmer
Jun 27, 2004
132
FR
Hi all

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 ?

Thanks a lot :D
 
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.

--------------------------------------------------
Free Database Connection Pooling Software
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top