php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16018 PHP crashing (Backtrace included)
Submitted: 2002-03-12 07:52 UTC Modified: 2002-05-24 20:40 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:1 (50.0%)
From: matt at riverdynamics dot com Assigned:
Status: No Feedback Package: Reproducible crash
PHP Version: 4.1.2 OS: RH linux7.2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: matt at riverdynamics dot com
New email:
PHP Version: OS:

 

 [2002-03-12 07:52 UTC] matt at riverdynamics dot com
config.nice
'./configure' \
'--with-apxs=/www/bin/apxs' \
'--with-mysql' \
'--with-pgsql=/usr/local/pgsql' \
'--without-pear' \
'--with-gd' \
'--enable-wddx' \
'--with-xmlrpc' \
'--with-curl' \
'--enable-debug' \
"$@"

backtrace:

#0  0x40540d89 in execute (op_array=0x81bb53c) at ./zend_execute.c:1815
#1  0x4053fe02 in execute (op_array=0x8237a40) at ./zend_execute.c:1630
#2  0x4053fe02 in execute (op_array=0x81947cc) at ./zend_execute.c:1630
#3  0x4054e574 in zend_execute_scripts (type=8, retval=0x0, file_count=3) at zend.c:814
#4  0x4055bfa1 in php_execute_script (primary_file=0xbffff600) at main.c:1307
#5  0x40558082 in apache_php_module_main (r=0x8186b24, display_source_mode=0) at sapi_apache.c:90
#6  0x40558b65 in send_php (r=0x8186b24, display_source_mode=0, filename=0x0) at mod_php4.c:575
#7  0x40558bba in send_parsed_php (r=0x8186b24) at mod_php4.c:590
#8  0x808bded in ap_invoke_handler ()
#9  0x80a0fab in process_request_internal ()
#10 0x80a100c in ap_process_request ()
#11 0x8098051 in child_main ()
#12 0x8098220 in make_child ()
#13 0x8098390 in startup_children ()
#14 0x8098a09 in standalone_main ()
#15 0x80992a3 in main ()
#16 0x4016db65 in __libc_start_main (main=0x8098ee0 <main>, argc=2, ubp_av=0xbffffb14, init=0x8054a30 <_init>, 
    fini=0x80d132c <_fini>, rtld_fini=0x4000df24 <_dl_fini>, stack_end=0xbffffb0c) at ../sysdeps/generic/libc-start.c:111

Only happens under POST and then a Header("location: ...") as far as i cant tell

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-12 08:29 UTC] sniper@php.net
Please add some short example script which can be used
to  reproduce this. And also, try with the latest CVS
snapshot from http://snaps.php.net/ 

--Jani

 [2002-03-12 08:41 UTC] matt at riverdynamics dot com
Currently downloading the latest snap, this BT was from 4.1.2.

I cant make a little script, as far I can tell it's borking on a Header("Location: ");
 [2002-05-24 20:40 UTC] derick@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 04:01:28 2024 UTC