On Mon Dec 21 18:25:50 2009, raveland wrote:
Show quoted text> Hello,
>
> As far as I understand - my script never creates itself temporary
> files. It is done by CGI module when it gets specific form parameters.
> But it's not the point.
>
> I have created a simple multipart form in html file, which points to
> that simple script. If I provide file (i.e. upload it) then CGI is
> responsible for this. So my example should work, it works (removes
> temporary files) on almost all systems, except this new one. This is
> what I am trying to figure out.
>
> Also my mod_perl startup script is default. For this test I am not
> using ANY modules except these come with default apache installation.
I
Show quoted text> have removed all my work from this test machine. I rule out fact
> something was made by me except for that simple script.
>
> How can we debug this why CGITempFile does not destroy?
I think you've run into classic mod_perl perl issues:
Search for "CGI->new" from here:
http://perl.apache.org/docs/1.0/guide/porting.html#The_First_Mystery
If you want to re-open a ticket for a bug you are experiencing in
mod_perl, please submit a script which follows the recommendations
outlined here.
Mark