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
problem.

You can use the following patch or the version from the CVS:

@@ -1242,7 +1242,10 @@
 static int DomTree_free (pTHX_ SV * pSV, MAGIC * mg)

     {
-    return DomTree_dodelete (CurrApp, DomTree_self (mg -> mg_len)) ;
+    if (mg && mg -> mg_len && !PL_in_clean_all)
+        return DomTree_dodelete (CurrApp, DomTree_self (mg -> mg_len)) ;
+    else
+        return ok ;
     }

>
> Speaking of that, it's been several months since the last 2.0 release.
> Does that mean that we're close to a real 2.0 final? Or have you just
> been busy Gerald?
>

We are very close to final. There a just a very few issues I have to
resolve. Hopefully I get the final 2.0 ready during the next weeks

Gerald

---------------------------------------------------------------------------
Gerald Richter            ecos electronic communication services gmbh
IT-Securitylösungen * Webapplikationen mit Apache/Perl/mod_perl/Embperl

Post:       Tulpenstrasse 5          D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]          Voice:   +49 6133 939-122
WWW:        http://www.ecos.de/      Fax:     +49 6133 939-333
---------------------------------------------------------------------------
ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info
---------------------------------------------------------------------------


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

Reply via email to