> >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/httpd
set args -X -t -f /path/to/your/httpd.conf
r
--> program is running, segfault should occur
BT
--> shows stackbacktrace

> >>It did however allow "make test" to get farther where before it 
> >>complained when trying to load httpd.
> >>
> >>    
> >>
> >
> >How far does it get?
> >
> >  
> >
> 
> Starting httpd...      
> pid = 12804  ok
> 
> Testing mod_perl mode...
> 
> #0 ascii...                   ok
> #1 pure.htm...                ok
> #2 nooutput.htm...            ok
> #3 nooutput.htm...            ok
> #4 plain.htm...               ok
> #5 plain.htm...               ok
> #6 plain.htm...               ok
> #7 plainblock.htm...          ok
> #8 plainblock.htm...          ok
> #12 error.htm...             
> 
> Expected 4 more error(s) in logfile
> 
> Input:          test/html/error.htm
> Output:         test/tmp/out.htm
> Log:            test/tmp/test.log
> Testparameter:
>   errors = 5
>   version = 2
>   repeat = 3
> 
>  ERRORS detected! NOT all test have been passed successfully
> 
> make: *** [test_dynamic] Error 1
> 
> 
Not sure if you mentioned it before, at least I didn't found it:

On which system do run this test and which Perl version do you using?

Could you run 

make test TESTARGS="-i"

There should be no errors, only for the error.htm tests (this problem is
already fixed in the current CVS version, but it is only a problem of make
test)

Gerald


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to