Apache 1.3.33
mod_auth_mysql 3.00 built as a DSO
mod_perl 1.29 (static)
mod_ssl 2.8.22 (static)
Solaris 8
MySQL 5.0.22
Everything seems to be fine until I try to load certain pages, at which point the httpd child process segfaults with a FLTBOUNDS error. Removing the loadmodule for mod_auth_mysql removes the error; compiling mod_auth_mysql as a static module causes httpd to segfault with a FLTACCESS error instead.
Something in my distant memory makes me think this has something to do with largefile support, but that's a really distant memory. Here is how Apache is compiled:
Apache 1.3.33
mod_auth_mysql 3.00 built as a DSO
mod_perl 1.29 (static)
mod_ssl 2.8.22 (static)
Solaris 8
MySQL 5.0.22
Everything seems to be fine until I try to load certain pages, at which point the httpd child process segfaults with a FLTBOUNDS error. Removing the loadmodule for mod_auth_mysql removes the error; compiling mod_auth_mysql as a static module causes httpd to segfault with a FLTACCESS error instead.
Something in my distant memory makes me think this has something to do with largefile support, but that's a really distant memory. Here is how Apache is compiled:
%apxs -q CFLAGS
-DSOLARIS2=280 -DMOD_SSL=208122 -DMOD_PERL -DUSE_PERL_SSI -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DEAPI -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
Any suggestions would be much appreciated.
Chris,
Sorry, not a lot of help here. What is an FLTBOUNDS error?
Is there something in common with the failing pages that's different from other pages?