On Wed, Oct 10, 2001 at 08:41:47PM +0200, Gerald Richter wrote:
> 
> I have currently no idea what is happeing. The only way I see to track this
> down, is to put logging message inside of CGI.pm itself. I good place to
> start is the function read_multipart. Put some warns inside to see where it
> might fail.
> 

It appears that Embperl thinks CGI.pm has failed even though it hasn't - and CGI.pm
continues uploading files even though Embperl has bailed out.

This is the sequence of events I have so far from the logs:

10:30:29 - my logging in CGI.pm reports read_multipart() in CGI.pm called, upload 
length 949716
10:30:30 - my logging in CGI.pm reports first file of batch started
10:31:58 - my logging in CGI.pm reports first file of batch completed successfully
10:31:58 - my logging in CGI.pm reports second file of batch started
10:32:17 - Setup of CGI.pm failed appears in error log
10:32:19 - my log from HTML script complains that %fdat is empty
10:32:20 - POST request appears in main server log with 500 return code
10:36:01 - my logging in CGI.pm reports second first file of batch completed 
successfully
10:36:01 - my logging in CGI.pm reports third file of batch started
10:39:55 - my logging in CGI.pm reports third file of batch completed successfully
10:39:55 - my logging in CGI.pm reports fourth file of batch started
10:40:10 - my logging in CGI.pm reports third file of batch completed successfully


Any ideas??


ps... Confirmed that this also happens through mod_perl.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to