Gerald Richter <[EMAIL PROTECTED]> wrote: > it would be very helpfull if you can compile with > > perl Makefile.PL debug > make install > > and then start the httpd with the -X option under gdb > > gdb httpd > set args -f httpd.conf -X > r > > when you get the sigsegv type BT and send me the backtrace
Ok, here's the results of the gdb: (gdb) set args -f /www/conf/httpd.conf -X (gdb) r Starting program: /usr/local/apache/bin/httpsd -f /www/conf/httpd.conf -X [New Thread 1024 (LWP 2113)] $path = :/www/vhosts/www.neilgunton.com/htdocs:/www/lib/perl/Apache/ Embperl::Execute /www/vhosts/www.neilgunton.com/htdocs/body.html [2113]ERR: 56: : Unknown Provider epcompile Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1024 (LWP 2113)] EMBPERL2_ArrayGetSize (a=0x8af224c, pArray=0x0) at epdom.c:685 685 return pCtrl -> nFill ; (gdb) Hope this helps... Thanks again! -Neil --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
