Re: Regarding GetOverlappedResult() failed error.
David Birnbaum <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
Amit, This looks like it's due to your application crashing (that's the exit status 1). FastCGI will have opened a socket to your application to pass data back and forth. When the application exits, the pipe is closed, and that error message is indicative of that. I would recommend attaching a debugger to your application and seeing why it's exiting before sending any valid data to the FastCGI pipe. David. ------------------------------------------------------------------------ Amit Gupta wrote: > > I think it comes from FastCGI. Following is the log excerpt: > > / / > > /[Fri Oct 03 17:00:35 2008] [notice] Child 3992: Starting thread to > listen on port 80./ > > /[Fri Oct 03 17:01:11 2008] [warn] FastCGI: (dynamic) server > "C:/Apache/fcgi-bin/IIPImageServer.fcgi" started (pid 284)/ > > /[Fri Oct 03 17:01:11 2008] [warn] FastCGI: (dynamic) server > "C:/Apache/fcgi-bin/IIPImageServer.fcgi" (pid 284) terminated with > exit with status '1'/ > > /[Fri Oct 03 17:01:16 2008] [warn] FastCGI: (dynamic) server > "C:/Apache/fcgi-bin/IIPImageServer.fcgi" restarted (pid 3700)/ > > /[Fri Oct 03 17:01:16 2008] [error] [client 127.0.0.1] (OS 109)The > pipe has been ended. : FastCGI: comm with server > "C:/Apache/fcgi-bin/IIPImageServer.fcgi" aborted: > GetOverlappedResult() failed/ > > /[Fri Oct 03 17:01:16 2008] [error] [client 127.0.0.1] FastCGI: > incomplete headers (0 bytes) received from server > "C:/Apache/fcgi-bin/IIPImageServer.fcgi"/ > > /[Fri Oct 03 17:01:16 2008] [warn] FastCGI: (dynamic) server > "C:/Apache/fcgi-bin/IIPImageServer.fcgi" (pid 3700) terminated with > exit with status '1'/ > > > > > > It comes when a request for fcgi-bin/IIPImageServer.fcgi is sent. > > > > ------------------------------------------------------------------------ > > *From:* David Birnbaum [mailto:[email protected]] > *Sent:* Friday, October 03, 2008 6:10 PM > *To:* Amit Gupta > *Cc:* fastcgi-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org > *Subject:* Re: [FASTCGI] Regarding GetOverlappedResult() failed error. > > > > Amit, > > I haven't seen this error. Do you know where the > GetOverlappedResult() error message is coming from? Is that from > Apache or mod_fastcgi? > > David. > > ------------------------------------------------------------------------ > > > Amit Gupta wrote: > > Hi > > > > I saw a post on > http://www.fastcgi.com/archives/fastcgi-developers/2008-September/000030.html. > This is the exact issue I am facing on Windows Apache 2. But could not > find any reply to this. > > > > Could you please let me know the solution to this problem? I am stuck > with this issue for quite a long time. > > > > Thanks in advance. > > > > Regards > > Amit > > > > > "This e-mail is intended only for the use of the individual(s) named > above. If you are not the intended recipient of this e-mail, or the > employee or agent responsible for delivering it to the intended > recipient, you are hereby notified that any dissemination or copying > of this e-mail is strictly prohibited. If you have received this > e-mail in error, immediately notify the sender by e-mail and delete > the copy you have received." > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > FastCGI-developers mailing list > FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org <mailto:FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org> > http://mailman.pins.net/mailman/listinfo.cgi/fastcgi-developers > > > "This e-mail is intended only for the use of the individual(s) named > above. If you are not the intended recipient of this e-mail, or the > employee or agent responsible for delivering it to the intended > recipient, you are hereby notified that any dissemination or copying > of this e-mail is strictly prohibited. If you have received this > e-mail in error, immediately notify the sender by e-mail and delete > the copy you have received." _______________________________________________ FastCGI-developers mailing list FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org http://mailman.pins.net/mailman/listinfo.cgi/fastcgi-developers