ID: 15253
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Open
Bug Type: Unknown/Other Function
Operating System: Linux Red Hat 7.1
PHP Version: 4.1.1
New Comment:

---> [EMAIL PROTECTED]
I'm using set_time_limit (3600); though the page only takes 560 seconds
to execute...
// Zydox


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

[2002-01-28 07:35:44] [EMAIL PROTECTED]

Do you really need the execution time when using the console script?
Try to remove the maximum execution time with set_time_limit(0) and see
if the problem still occurs.

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

[2002-01-28 07:03:10] [EMAIL PROTECTED]

Please make an example script to reproduce this Coredump.

Try lates CVS Snap from http://snaps.php.net

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

[2002-01-28 06:42:35] [EMAIL PROTECTED]

Hello... I love PHP... = )
But now I've got a problem... when I load a lot of data from MySQL into
the Console version of PHP (around 3-400MB) the PHP krashes when the
script has ended... 

I guess it's when the PHP are freeing all data... Here is what the
output is...

"<br>
<b>Fatal error</b>:  Maximum execution time of 30 seconds exceeded in
<b>Unknown</b> on line <b>0</b><br>
Segmentation fault (core dumped)"

The script does what IT should... so it doesen't krash untill it's
completed... The PHP even close down the MySQL Connection before it
crashes... But I realy don't wanna have a 400MB core file afterwards...
= )

// Zydox [Erik Persson]
   Stockholm, Sweden
   (sorry about my bad english)

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



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


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to