Re: stack dump

2000-06-09 Thread Doug MacEachern

On Thu, 8 Jun 2000, Blue wrote:

 
 Apache 1.3.12, mod_perl 1.24 (USE_EVERYTHING=1), perl 5.6, linux 2.2.12

assuming you built mod_perl as a dso (apxs?), Makefile.PL should have
warned you to choose one of:

Your Perl is uselargefiles enabled, but Apache is not, suggestions:
*) Rebuild Apache with CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
*) Rebuild Perl with Configure -Uuselargefiles
*) Let mod_perl build Apache (USE_DSO=1 instead of USE_APXS=1)




Re: stack dump

2000-06-09 Thread Blue

On Fri, 9 Jun 2000, Doug MacEachern wrote:

 On Thu, 8 Jun 2000, Blue wrote:
 
  
  Apache 1.3.12, mod_perl 1.24 (USE_EVERYTHING=1), perl 5.6, linux 2.2.12
 
 assuming you built mod_perl as a dso (apxs?), Makefile.PL should have
 warned you to choose one of:
 

did all that.. compiled perl with large files, rebuilt mod_perl and
apache, and it got even worse - every file i served crashed apache.

-- 
Blue Lang  Unix Systems Admin
QSP, Inc., 3200 Atlantic Ave, Ste 100, Raleigh, NC, 27604
Home: 919 835 1540  Work: 919 875 6994  Fax: 919 872 4015





Re: stack dump

2000-06-09 Thread Doug MacEachern

On Fri, 9 Jun 2000, Blue wrote:

 On Fri, 9 Jun 2000, Doug MacEachern wrote:
 
  On Thu, 8 Jun 2000, Blue wrote:
  
   
   Apache 1.3.12, mod_perl 1.24 (USE_EVERYTHING=1), perl 5.6, linux 2.2.12
  
  assuming you built mod_perl as a dso (apxs?), Makefile.PL should have
  warned you to choose one of:
  
 
 did all that.. compiled perl with large files, rebuilt mod_perl and
 apache, and it got even worse - every file i served crashed apache.

you need to compile Perl _without_ largefiles (Configure -Uuselargefiles)
your stack trace looked exactly like the one triggered by largefile
support, if something new is happening, we'll need to see a new stacktrace
to help.




stack dump

2000-06-08 Thread Blue


Apache 1.3.12, mod_perl 1.24 (USE_EVERYTHING=1), perl 5.6, linux 2.2.12

#0  0x4030d130 in XS_Apache_content_type ()
   from /usr/local/apache/libexec/libperl.so
#1  0x4030d104 in XS_Apache_content_type ()
   from /usr/local/apache/libexec/libperl.so
#2  0x806b9e4 in run_method ()
#3  0x806bae8 in ap_header_parse ()
#4  0x807f049 in process_request_internal ()
#5  0x807f3fc in ap_process_request ()
#6  0x8076c9e in child_main ()
#7  0x8076e2c in make_child ()
#8  0x8076f89 in startup_children ()
#9  0x80775b6 in standalone_main ()
#10 0x8077d43 in main ()
#11 0x4007f9cb in __libc_start_main (main=0x80779fc main, argc=2, 
argv=0xbb74, init=0x804ebf4 _init, fini=0x80ac03c _fini, 
rtld_fini=0x4000ae60 _dl_fini, stack_end=0xbb6c)
at ../sysdeps/generic/libc-start.c:92


happens every time i try to load the web page. if there is any more info i
can give, please let me know.

thanks,

-- 
Blue Lang  Unix Systems Admin
QSP, Inc., 3200 Atlantic Ave, Ste 100, Raleigh, NC, 27604
Home: 919 835 1540  Work: 919 875 6994  Fax: 919 872 4015