Re: More segfault problems

2000-03-30 Thread Doug MacEachern

On Wed, 29 Mar 2000, Shevek wrote:
 I can't find any documentation for what RULE_EXPAT does, the only
 occurrence at all is in Apache src/Configure, where it seels to compile in
 the expat lite library.

RULE_EXPAT=no disables the expat lite library.  there have been reports of
it clashing with symbols in XML::Parser





Re: More segfault problems

2000-03-29 Thread Shevek

I configured on the quick and dirty with

DO_HTTPD=1 APACHE_SRC=/usr/local/src/apache_1.3.12 USE_APACI=1
PREP_HTTPD=1

I can't find any documentation for what RULE_EXPAT does, the only
occurrence at all is in Apache src/Configure, where it seels to compile in
the expat lite library.

I have since developed the code quite a way past that segfault, although I
have had several more reproducible ones, mostly related to some particular
feature ofmy Perl.

S.

On Tue, 28 Mar 2000, Doug MacEachern wrote:

 On Fri, 24 Mar 2000, Shevek wrote:
  
  Now we get rid of the DOM tree.
  
   44 $document-dispose;
  
  And the child segfaults. But if I don't have the dumper, that does not
  happen. What is the best way to get around this? Is undefining $d an
  appropriate technique?
 
 
 did you configure apache with RULE_EXPAT=no ?
 

--
Shevek
GM/CS/MU -d+ H+++ s+: !g p2 au0 !a w+++ v-(---) C$ UL$ UB+
US+++$ UI+++$ P++ L$ 3+ E--- N K- !W(-) M(-) !V -po+ Y+
t+ 5++ !j !R G' !tv b+++ D++ B--- e+ u+* h++ f? r++ n y?
Recent UH+++ UO+ UC++ U?+++ UV++ and collecting.




Re: More segfault problems

2000-03-28 Thread Doug MacEachern

On Fri, 24 Mar 2000, Shevek wrote:
 
 Now we get rid of the DOM tree.
 
  44 $document-dispose;
 
 And the child segfaults. But if I don't have the dumper, that does not
 happen. What is the best way to get around this? Is undefining $d an
 appropriate technique?


did you configure apache with RULE_EXPAT=no ?