php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28198 Crash on a POST
Submitted: 2004-04-28 03:40 UTC Modified: 2004-04-28 22:46 UTC
From: sroussey at network54 dot com Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 4.3.6 OS: RHEL 3
Private report: No CVE-ID: None
 [2004-04-28 03:40 UTC] sroussey at network54 dot com
Description:
------------
I could use some help trying to isolate this crashing bug. Seems like it is stuck in a loop.

Reproduce code:
---------------
I have PHP compiled with --enable-debug and both it and apache are compiled with '-g' option to CFLAGS. Should I not get a better backtrace?

Expected result:
----------------
no crashes. Sigh.

Actual result:
--------------
#1-3540 0x080fff5b in execute ()
#3541 0x080fff5b in execute ()
#3542 0x080fff5b in execute ()
#3543 0x080fff5b in execute ()
#3544 0x080fff5b in execute ()
#3545 0x080fff5b in execute ()
#3546 0x080fff5b in execute ()
#3547 0x080fff5b in execute ()
#3548 0x080fff5b in execute ()
#3549 0x080fff5b in execute ()
#3550 0x080fff5b in execute ()
#3551 0x080fff5b in execute ()
#3552 0x080fff5b in execute ()
#3553 0x080fff5b in execute ()
#3554 0x080fff5b in execute ()
#3555 0x080fff5b in execute ()
#3556 0x080fff5b in execute ()
#3557 0x08101ce6 in execute ()
#3558 0x08101ce6 in execute ()
#3559 0x080f0426 in zend_execute_scripts ()
#3560 0x080c721b in php_execute_script ()
#3561 0x08104909 in apache_php_module_main ()
#3562 0x080be050 in ssl_expr_yyinput ()
#3563 0x080be0bb in ssl_expr_yyinput ()
#3564 0x081e3b84 in ap_invoke_handler ()
#3565 0x081f8a6b in ap_some_auth_required ()
#3566 0x081f8ec7 in ap_internal_redirect ()
#3567 0x0809d9ab in ap_get_server_built ()
#3568 0x081e3b84 in ap_invoke_handler ()
#3569 0x081f8a6b in ap_some_auth_required ()
#3570 0x081f8aca in ap_process_request ()
#3571 0x081efbdb in ap_child_terminate ()
#3572 0x081efda2 in ap_child_terminate ()
#3573 0x081eff09 in ap_child_terminate ()
#3574 0x081f05a8 in ap_child_terminate ()
#3575 0x081f0de0 in main ()
#3576 0x42015967 in __libc_start_main () from /lib/i686/libc.so.6


Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-04-28 09:14 UTC] derick@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc.

If possible, make the script source available online and provide
an URL to it here. Try avoid embedding huge scripts into the report.
 [2004-04-28 22:15 UTC] sroussey at network54 dot com
App error
 [2004-04-28 22:46 UTC] pollita@php.net
.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Aug 15 20:01:27 2024 UTC