#16820 [NoF->Opn]: hangs in multithreded environment (ZTS)
by Wmeler At Wp-Sa Dot Pl other posts by this author
May 8 2008 8:11AM messages near this date
Re: [PHP-DEV] Supporting External Authentication in the Oracle OCI8 Extension
|
#44947 [NEW]: double free or corruption curl FOLLOWLOCATION
ID: 16820
User updated by: wmeler at wp-sa dot pl
Reported By: wmeler at wp-sa dot pl
-Status: No Feedback
+Status: Open
Bug Type: Scripting Engine problem
Operating System: linux
PHP Version: 4CVS, 5CVS
Assigned To: zeev
New Comment:
I'm not surprised that it still exists.
Using longjmp in MT environment is really bad idea. If you don't have
full control of what is called in longjmped sections of code you always
can get undefined state of heap, locks and external resources.
PHP isn't designed for long running or MT apps - if you want to do such
things you should consider JAVA.
6'th anniversary - i'm quite impressed :)))
Previous Comments:
------------------------------------------------------------------------
[2008-05-08 07:42:41] Olexander Shtepa <isk at idegroup dot com>
This error existats in php version 4.4.8 and 5.2.4.
$ php-4.4.8 test.php
PHP Fatal error: Maximum execution time of 1 second exceeded in
test.php on line 7
1369575Segmentation fault
$ php-5.2.4 test.php
PHP Fatal error: Maximum execution time of 1 second exceeded in
test.php on line 7
8918675zend_mm_heap corrupted
------------------------------------------------------------------------
[2004-10-20 23:51:36] tbrown at westernwats dot com
This bug is still happening.
Red Hat Linux 8.0 3.2-7
php4-STABLE-200410202030
./configure --disable-all
Using same test script as above.
------------------------------------------------------------------------
[2004-04-21 00:13:13] iliaa@[...].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.
------------------------------------------------------------------------
[2004-04-13 12:49:18] sniper@[...].net
Please try using this CVS snapshot:
http://snaps.php.net/php4-STABLE-latest.tar.gz
For Windows:
http://snaps.php.net/win32/php4-win32-STABLE-latest.zip
------------------------------------------------------------------------
[2004-01-27 16:14:02] sniper@[...].net
Zeev, can you take a look..
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/16820
--
Edit this bug report at http://bugs.php.net/?id=16820&edit=1
|