Bug 113269

Summary: httpd segmentation faults if CookieTracking is on
Product: [Fedora] Fedora Reporter: Jason Rothstein <fdragon>
Component: httpdAssignee: Joe Orton <jorton>
Status: CLOSED ERRATA QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
URL: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24483
Whiteboard:
Fixed In Version: 2.0.49-1.2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-07-20 09:19:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jason Rothstein 2004-01-11 19:11:07 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b)
Gecko/20031208

Description of problem:
When cookie tracking is turned on, all requests from a browser that
accepts the cookie after the first request will cause httpd to
segmentation fault with a signal 11.

Version-Release number of selected component (if applicable):
2.0.48-1.2

How reproducible:
Always

Steps to Reproduce:
1. Install Fedora, Custom install, Everything for package selection
2. Apply all existing updates via "yum -y update"
3. put "CookieTracking On" into a file in /etc/httpd/conf.d/
4. restart httpd service
5. use any browser that accepts cookies to view the default test page.

Actual Results:  Lynx would give "unexpected network error" on the 2nd
request and all further requests to pages at that server name.

Expected Results:  Lynx and other browsers would recieve the
cookietracking cookie and be able to make further 

Additional info:

Reporduced on 2 machines thus far. One is AMD Duron 1.3, other is AMD
K6-2/500.

Comment 1 Joe Orton 2004-01-11 22:35:20 UTC
Yes, the workaround is to add:

"CookieName Apache"

to your httpd.conf somewhere.


Comment 2 Jason Rothstein 2004-01-12 00:51:19 UTC
Workaround works for me

Comment 3 Joe Orton 2004-07-20 09:19:17 UTC
This was fixed in the 2.0.49 update also.  Thanks for the report.