I am reposing the following bug report again with a hope that I would get an answer soon.
AFAIK, Apache doesn't support large files on linux. You can enable them manually by adding "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64", but the consequences could be bad. This is mainly because of the sendfile(2) API. Though you get the segfault in a different place, so probably the cause is different. Usually things segfault when either Apache and Perl don't have large file support, when the variable length mismatch (e.g. off_t has a different size w/ and w/o largefile support).
Can you please rebuild with the latest mod_perl 1.99_12 and post a new report and a new backtrace if it still segfaults? Thanks.
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html