I was able to manipulate both apache 1.xx, moperl 1.xx  and wget to support
large files. This manipulation was turned out to work fine so far. The
attempt to apply the manipulation to a newer version has failed because the
coredump. My  rationale on the cause of the coredump is not related to the
large file support in apache but more or less related to an initialization
of the "core_dir_config" structure.

I will certainly follow your suggestion of the rebuilding.

THank you.

> -----Original Message-----
> From: Stas Bekman [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 06, 2004 1:13 PM
> To: Hyoung-Kee Choi
> Cc: [EMAIL PROTECTED]
> Subject: Re: [mp2] mod_perl 2.0 "make test" generated a coredump
>
>
> Hyoung-Kee Choi wrote:
> > 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

Reply via email to