DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39490>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39490





------- Additional Comments From [EMAIL PROTECTED]  2006-05-10 12:32 -------
The patch doesn't seem to solve all problems.

One of my web servers has a configuration file that includes another file, and
that file includes another file.  This worked fine with 1.3.34, but produces
a segmentation fault on 1.3.35.  The problem is totally reproducible using the
example below..

Create 3 files in /tmp as follows:
/tmp/1.config containing:
Include /tmp/2.config

/tmp/2.config containing:
Include /tmp/3.config

/tmp/3.config containing:
#

With 1.3.34, I could:
./configure
cd src
./httpd -f /tmp/1.config

With 1.3.35, when I do the same thing, I get a segmentation fault.  Applying the
patch above does not solve this problem.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to