On Sat, 9 Nov 2002, Randy Kobes wrote: > I believe this is related to ActivePerl's defining > USE_LARGE_FILES; with a self-compiled perl-5.8 using the same > compile-time options as ActivePerl except for USE_LARGE_FILES, > mod_perl-2 compiled fine. > > I'm not confident the following is the right fix, and it most > certainly can be done cleaner, but used as a work-around,
i think instead of the dTHX's we need to #undef malloc and #undef free, similar to #undef exit. we do not want our malloc/frees tied to an interpreter, as the lifetime of that data is not the same as the interpreter. can you try that out randy? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
