On Fri, 3 Aug 2001, Jim Hobbs wrote:
> >From perldoc SUPPORT.........
> WHAT
> Always include this information:
>
> Output of "perl -V"
> I did this................
>
> Version of mod_perl
> This is in the ouput from error_log................
>
> Version of apache
> This is in output from error_log................
>
> Options given to mod_perl's Makefile.PL
> I used PERL_DEBUG=1 on my second and other
> attempts.................
>
> Server configuration details
> I included httpd.conf as a .txt attachment in my original
> post..........
> Relevant sections of your ErrorLog (make test's is:
> t/logs/error_log)
> All tests passed.....................
>
> If 'make test' fails, the output of 'make test
> TEST_VERBOSE=1'
> All tests passed...................
>
> I am not getting a core dump, so I'm not sure what to send as a
> trace. When I start httpd using
Jim,
What do you mean you aren't sure? The SUPPORT file explicitly says:
<QUOTE>
Here's how to get a backtrace:
% cd mod_perl-x.xx
% touch t/conf/srm.conf
% gdb ../apache_x.xx/src/httpd
(gdb) run -X -f `pwd`/t/conf/httpd.conf -d `pwd`/t
[now make request that causes core dump]
(gdb) bt
</QUOTE>
Hope this helps
> httpd -X
> and then attach to it with gdb
> and then attempt to connect from a browser, the browser just hangs,
> when I detach gdb, httpd dies. Interestingly, if I connect from a
> browser, explicitly naming the index file, it works, ie.,
> http://xxx.xxx.xxx:88/index.html
>
> I captured my feeble attempts at a trace in the attached script
> file:
>
> >>> Stas Bekman <[EMAIL PROTECTED]> 07/16/01 10:17PM >>>
> On Fri, 13 Jul 2001, Jim Hobbs wrote:
>
> Please follow the steps from the SUPPORT file, which can be found
> in the
> mod_perl distro, to properly report the segfault. (you've forgotten
> the
> trace!)
>
> > $ uname -a
> >
> > SunOS wfctest.des.state.mn.us 5.7 Generic_106541-16 sun4u sparc
> > SUNW,Ultra-1
> >
> > $ perl -v
> >
> > This is perl, v5.6.1 built for sun4-solaris
> >
> > $ cat /opt/apache/logs/error_log
> >
> > [Fri Jul 13 15:02:41 2001] [notice] caught SIGTERM, shutting
> down
> >
> > [Fri Jul 13 15:02:49 2001] [notice] Apache/1.3.20 (Unix)
> > mod_perl/1.26 configurs
> > [Fri Jul 13 15:03:13 2001] [notice] child pid 10582 exit signal
> > Segmentation Fa)
> > [Fri Jul 13 15:05:08 2001] [notice] caught SIGTERM, shutting
> down
> >
> > [Fri Jul 13 15:05:16 2001] [notice] Apache/1.3.20 (Unix)
> > mod_perl/1.26 configurs
> > [Fri Jul 13 15:05:20 2001] [notice] child pid 10595 exit signal
> > Segmentation Fa)
> > [Fri Jul 13 15:05:21 2001] [notice] child pid 10596 exit signal
> > Segmentation Fa)
> > [Fri Jul 13 15:05:22 2001] [notice] child pid 10597 exit signal
> > Segmentation Fa)
> > [Fri Jul 13 15:05:23 2001] [notice] child pid 10598 exit signal
> > Segmentation Fa)
> > [Fri Jul 13 15:05:24 2001] [notice] child pid 10599 exit signal
> > Segmentation Fa)
> > [Fri Jul 13 15:07:16 2001] [notice] child pid 10603 exit signal
> > Segmentation Fa)
> >
> > $ gcc -v
> >
> > Reading specs from
> > /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.3/specs
> > gcc version 2.95.3 20010315 (release)
> >
> >
> >
> >
> >
>
>
>
> _____________________________________________________________________
> Stas Bekman JAm_pH -- Just Another mod_perl
> Hacker
> http://stason.org/ mod_perl Guide
> http://perl.apache.org/guide
> mailto:[EMAIL PROTECTED] http://apachetoday.com
> http://eXtropia.com/
> http://singlesheaven.com http://perl.apache.org
> http://perlmonth.com/
>
>
>
_____________________________________________________________________
Stas Bekman JAm_pH -- Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide http://perl.apache.org/guide
mailto:[EMAIL PROTECTED] http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/