Gerald Richter wrote:
I tried the latest version of Embperl but without any luck. I still have a Segmentation fault. Here is a backtrace:


Does make test work for you, or does the segfault also occur during make
test?
Not. Test doesn't give the segfault . It crash with error:

#0 ascii... ERR:Server closed connection without sending any data back
What do you do to produce the segfault?
Any request to any Embperl web applications. For example this simple page:
[-
   our $test = 'This is just a test ...';
-]

TEST: [+$test+]
Does it occur during startup or restart?
It occur during q request.
Does it only occur when you request a special page or for every page?
For every Embperl pages. PHP and Mason works fine.

P.S. I have following Embperl configuration in /etc/httpd/conf.d/perl.conf:

LoadModule embperl_module /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/Embperl/Embperl.so

AddType text/html .epl

PerlModule Embperl

<FilesMatch ".*\.epl|.*\.htm?$">
       SetHandler perl-script
   PerlHandler Embperl
   Options ExecCGI
</FilesMatch>

Gerald



** Virus checked by BB-5000 Mailfilter **


--
Best regards, Michael Stepanov
Senior Software Developer
PrimeTel Ltd
Tel: +357 25-867154
Email: [EMAIL PROTECTED]


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

Reply via email to