From:             sroussey at network54 dot com
Operating system: RHEL 3
PHP version:      4.3.6
PHP Bug Type:     Reproducible crash
Bug description:  Crash on a POST

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


-- 
Edit bug report at http://bugs.php.net/?id=28198&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=28198&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=28198&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=28198&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=28198&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=28198&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=28198&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=28198&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=28198&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=28198&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=28198&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=28198&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=28198&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28198&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=28198&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=28198&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=28198&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=28198&r=float

Reply via email to