Re: Embperl 2.0 segmentation fault on apachectl configtest

2004-07-23 Thread John P. Gibbons
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: #

RE: Embperl 2.0 segmentation fault on apachectl configtest

2004-07-22 Thread Gerald Richter
> >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

Re: Embperl 2.0 segmentation fault on apachectl configtest

2004-07-22 Thread John P. Gibbons
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

RE: Embperl 2.0 segmentation fault on apachectl configtest

2004-07-22 Thread Gerald Richter
> > 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

Re: Embperl 2.0 segmentation fault on apachectl configtest

2004-07-20 Thread John P. Gibbons
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

Re: Embperl 2.0 segmentation fault on apachectl configtest

2004-07-20 Thread Gerald Richter
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