OK, I rebuilt perl with -Uuselargefiles, then rebuilt mod_perl. Stills gives a core dump, but looks a little differnt...
#0 0x403a9793 in Perl_require_pv (pv=0x814a498 "/data/httpd/perl/startup2.pl") at perl.c:2197 2197 PUSHSTACKi(PERLSI_REQUIRE); (gdb) where #0 0x403a9793 in Perl_require_pv (pv=0x814a498 "/data/httpd/perl/startup2.pl") at perl.c:2197 #1 0x4039965e in modperl_require_file (pv=0x814a498 "/data/httpd/perl/startup2.pl", logfailure=0) at modperl_util.c:30 #2 0x40396a51 in modperl_cmd_requires (parms=0xbffff6e0, mconfig=0x8134520, arg=0x814a498 "/data/httpd/perl/startup2.pl") at modperl_cmd.c:97 #3 0x0809cba2 in invoke_cmd (cmd=0x404a58b0, parms=0xbffff6e0, mconfig=0x8134520, args=0x8137d5c "") at config.c:797 #4 0x0809d20b in ap_walk_config_sub (current=0x8137d20, parms=0xbffff6e0, section_vector=0x812a6c0) at config.c:1079 #5 0x0809d284 in ap_walk_config (current=0x812ff70, parms=0xbffff6e0, section_vector=0x812a6c0) at config.c:1118 #6 0x0809dab0 in ap_process_config_tree (s=0x80f67d8, conftree=0x812ff70, p=0x80deb30, ptemp=0x812ac60) at config.c:1556 #7 0x0809fdb6 in main (argc=2, argv=0xbffff804) at main.c:623 #8 0x42017589 in __libc_start_main () from /lib/i686/libc.so.6 <quote who="Stas Bekman"> > Dave Smith wrote: >> (gdb) where >> #0 0x403965f6 in Perl_require_pv () from >> /opt/local/apache2/modules/mod_perl.so > > this is weird, modperl_require_file() calls require_pv(pv), which seems > to be just right in the frame #1. but it never gets passed to > require_pv(). > >> #1 0x4038803e in modperl_require_file (pv=0x813ecd8 >> "/data/httpd/perl/startup2.pl", logfailure=0) >> at modperl_util.c:30 > > Could it be somehow related to the LARGE_FILES flag enabled? Do you > still have this problem if you rebuild perl with -Uuselargefiles and > subsequent rebuild of mod_perl? > > If this still doesn't help, please give me quick instructions on > getting/installing the php4_module for 2.0, I'll try to reproduce the > problem. > > __________________________________________________________________ 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 > > > --------------------------------------------------------------------- To > unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- Kind regards, Dave Smith <[EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]