Bug 50564 - Apache crashes
Summary: Apache crashes
Status: RESOLVED DUPLICATE of bug 50520
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: All (show other bugs)
Version: 2.2.17
Hardware: PC Linux
: P2 blocker (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-10 13:41 UTC by Sÿl
Modified: 2011-01-10 18:49 UTC (History)
0 users



Attachments
httpd.conf file (16.59 KB, application/octet-stream)
2011-01-10 13:57 UTC, Sÿl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sÿl 2011-01-10 13:41:23 UTC
I just upgraded apache to 2.2.17 (I was in 2.2.11 before).
Since then I can't use post method on any kind of page.

If I click the submit in that html page :
"<html>
<head></head>
<body>
<form method="POST">
<input name="hello" type="submit" value="hello" />
</form>
</body>
</html>"

Apache child dies : 
 child pid xxxx exit signal Segmentation fault (11)

I tryed recompiling manually every apache dependence but nothing helped I'm getting crazy.
Comment 1 Sÿl 2011-01-10 13:42:10 UTC
Please ask me any information I could give to get this solved.
Comment 2 Eric Covener 2011-01-10 13:48:16 UTC
Is this request handled by mod_php or some other module?  What happens if you POST to static HTML?
Comment 3 Sÿl 2011-01-10 13:52:06 UTC
In fact its a static HTML file. No php here
Comment 4 Sÿl 2011-01-10 13:57:06 UTC
Created attachment 26470 [details]
httpd.conf file

Here's the httpd.conf, no perl, no php as you can see
Comment 5 Eric Covener 2011-01-10 18:49:37 UTC
marking as dup of gcc bug due to offline chat with Sÿl

*** This bug has been marked as a duplicate of bug 50520 ***