Gerald Richter wrote:
Rebuild with debug options. In Embperl directory
perl Makefile.PL debug
make install
Then run
gdb /path/to/httpd
set args -X -t -f /path/to/your/httpd.conf
r
--> program is running, segfault should occur
BT
--> shows stackbacktrace
I did the above but this was the result:
#
> >To debug this further I would need a sack backtrace. Do you
> know how to
> >create it?
> >
> >
> >
>
> No, but if you point me in the right direction I'm sure I can do it.
>
Rebuild with debug options. In Embperl directory
perl Makefile.PL debug
make install
Then run
gdb /path/to/htt
Gerald Richter wrote:
I patched it and it still gives me the segmentation fault
during configtest.
To debug this further I would need a sack backtrace. Do you know how to
create it?
No, but if you point me in the right direction I'm sure I can do it.
It did however allow "make test" to get
>
> I patched it and it still gives me the segmentation fault
> during configtest.
To debug this further I would need a sack backtrace. Do you know how to
create it?
> It did however allow "make test" to get
> farther where before it complained when trying to load httpd.
>
How far does it ge
On Jul 20, 2004, at 1:31 AM, Gerald Richter wrote:
I have just fixed a similar problem which should also fix your
configtest
problem.
You can use the following patch or the version from the CVS:
Hi Gerald,
I patched it and it still gives me the segmentation fault during
configtest. It did howeve
Hi,
>
> I recently installed Embperl 2.0b11 to experiment with it and have
> encountered the apachectl configtest segmentation fault that others
> have mentioned. Gerald, you said (in a list post from October 2002):
>
I have just fixed a similar problem which should also fix your configtest
pro