Re: Embperl-2.0b8 httpd Segmentation Faults. Solved...Sorta

2002-08-27 Thread Gerald Richter
> > Yes it does. I'm certain it does. If make test is ok, we need a stackbacktrace. Compile Embperl with debug support perl Makefile.PL debug make install then start gdb gdb /path/to/httpd set args -f /path/to/your/httpd.conf -X r -> Now request the page that segfaults, after gdb reports the

Re: Embperl-2.0b8 httpd Segmentation Faults. Solved...Sorta

2002-08-27 Thread Jarrod Stenberg
--- Gerald Richter <[EMAIL PROTECTED]> wrote: > > > > EMBPERL_SESSION_MODE 2 > > > > Was the killer argument. With it commented out, > all > > works fine. So the problem must lie with > > Apache::SessionX > > Does make test work correctly? If not we should > solve this first, because > make

Re: Embperl-2.0b8 httpd Segmentation Faults. Solved...Sorta

2002-08-26 Thread Gerald Richter
> EMBPERL_SESSION_MODE 2 > > Was the killer argument. With it commented out, all > works fine. So the problem must lie with > Apache::SessionX > Does make test work correctly? If not we should solve this first, because make test should test all this things and show us what goes wrong... Gera