ID:               37765
 Comment by:       jwisnewski at sensable dot com
 Reported By:      wangjianjin at hotmail dot com
 Status:           Feedback
 Bug Type:         Apache2 related
 Operating System: Windows 2003 Server
 PHP Version:      5CVS-2006-06-09 (snap)
 New Comment:

Here is a minimalish testcase that causes the error on my system (Use
text between $$)


$ ))Cohen-Steiner((  “Restricted delauney triangulations and normal 

cycles”.   are estimates of 

the principle curvature directions at the vertex.  Once we have
computed principle curvatures for every isosurface 

vertex, we can use the jack triangle floodfiller to flood-follow lines
of curvature. The complexity here is how to 

sample the curvature fields to produce curves.

*) $


Previous Comments:
------------------------------------------------------------------------

[2006-06-16 09:59:53] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.




------------------------------------------------------------------------

[2006-06-15 16:40:51] wangjianjin at hotmail dot com

I have tried use the EasyPHP. the Apache do not report this kind of
errors

------------------------------------------------------------------------

[2006-06-14 16:53:21] [EMAIL PROTECTED]

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 to avoid embedding huge scripts into the report.



------------------------------------------------------------------------

[2006-06-09 14:16:44] wangjianjin at hotmail dot com

Description:
------------
Environment: Apache 2.2.2+PHP5.cvs snap+MySQL 5.0.21+windows 2003
server the application is Tikiwiki. (tikiwiki.org)
  the PHP.ini 
     mysql.allow_persistent = On, 
     mysql.max_persistent = -1,
     mysql.connect_timeout = -1
When I do some operations editing page, and want to save it to mySQL
database. after saving operations to database, in PHP script, I will
send this to display the edited page.  
    header("location: tiki-index.php?page=$page");
Then errors ocurr.the browser( whatever IE,netscape, firefox) will
crash. IE -page can not be displayed, netscape-get no data,
firefox--connection is reset. 
   Before i send Function 'header', i checked the connection status
with MySQL, it is normal. although only I am connecting to this WEB
server, but it still displayed three processes connecting with MySQL. 
   After I send Function 'header', All the processes connecting to the
MySQL are broken.  Apache error.log

Parent: child process exited with status 3221225477 -- Restarting.
Apache/2.2.2 (Win32) PHP/5.2.0-dev configured -- resuming normal
operations
Server built: Apr 29 2006 18:32:31
Parent: Created child process 4728
Child 4728: Child process is running
Child 4728: Acquired the start mutex.
Child 4728: Starting 250 worker threads.
Child 4728: Starting thread to listen on port 8089.
Child 4728: Starting thread to listen on port 8080.
Child 4728: Starting thread to listen on port 80.

if I change to google.com--header("location: http://www.google.com/";),
it is no problem. just header("location: tiki-index.php?page=$page");
have some actions with MySQL. 
   I do not know who causes who? SQL operations cause the Apache child
process exit, or child process exit cause the broken SQL connection?
   what situation will the apache produce "Parent: child process exited
with status 3221225477 "?  
  



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=37765&edit=1

Reply via email to