Bug 259561
| Summary: | child pid exit signal Segmentation fault (11) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Alexandru Ciobanu <iscandr> |
| Component: | php | Assignee: | Joe Orton <jorton> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | j_planow |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-08-31 21:20:36 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
Alexandru Ciobanu
2007-08-28 10:08:22 UTC
*** Bug 259521 has been marked as a duplicate of this bug. *** FWIW, I reproduced the problem with debug info for PHP. Versions are
httpd.i386-2.2.4-9 and php.i386-5.2.3-7.
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1208887536 (LWP 5389)]
0x00cf88c0 in php_handler (r=0xb948cb90)
at /usr/src/debug/php-5.2.3/sapi/apache2handler/sapi_apache2.c:504
504 conf = ap_get_module_config(r->per_dir_config, &php5_module);
(gdb) bt
#0 0x00cf88c0 in php_handler (r=0xb948cb90)
at /usr/src/debug/php-5.2.3/sapi/apache2handler/sapi_apache2.c:504
#1 0xb7f5a82d in ap_run_handler () from /usr/sbin/httpd
#2 0xb7f5e1e7 in ap_invoke_handler () from /usr/sbin/httpd
#3 0xb7f6a1fe in ap_process_request () from /usr/sbin/httpd
#4 0xb7f6702f in ?? () from /usr/sbin/httpd
#5 0xb7f6280d in ap_run_process_connection () from /usr/sbin/httpd
#6 0xb7f6290c in ap_process_connection () from /usr/sbin/httpd
#7 0xb7f6e512 in ?? () from /usr/sbin/httpd
#8 0xb7f6e784 in ?? () from /usr/sbin/httpd
#9 0xb7f6f699 in ap_mpm_run () from /usr/sbin/httpd
#10 0xb7f4622a in main () from /usr/sbin/httpd
And with php-5.2.3-8? What does "print sizeof(request_rec)" give you in gdb? It looks a lot like something has broken the httpd ABI. I can't see how the expat/db4 changes would have done this. 5.2.3-8 seems to work fine so far here. I upgraded to 5.2.3-8 yesterday and had the same problem. I'm back in php-5.2.3-5 now which works fine. |