Stas Bekman wrote:
Could this error occur if the close or unlock a type glob that does not have a file handle in it?


May be. It's hard to tell w/o being able to reproduce the problem.

Another thing to try is to change the perl source code to dump the sv:

  sv_dump(sv);

in the place it logs this error, so it may give you an idea what kind of the variable it has the problem with.

also any difference if you replace {r}->slurp_filename with a manually coded version that just reads the file in?

I guess we could just say

$code = qq{
        print "I am the script";
}

We'll try moving to Apache::Registry first. As far as I can see Apache::Registry should call slurp_filename less often (only once per child and modification time).

Thanks
malte

--
SCHAFFHAUSEN COMMUNICATION GROUP
Schaffhausen Advertising GmbH / Daimlerstraße 17 / 25337 Elmshorn


Fon +49 41 21.47 29-459 / Fax +49 41 21.47 29-455
[EMAIL PROTECTED] / www.schaffhausen.de

Reply via email to