sas Tue Apr 1 07:43:45 2003 EDT Modified files: (Branch: PHP_4_3) /php4 TODO_SEGFAULTS Log: editing Index: php4/TODO_SEGFAULTS diff -u php4/TODO_SEGFAULTS:1.1.2.1 php4/TODO_SEGFAULTS:1.1.2.2 --- php4/TODO_SEGFAULTS:1.1.2.1 Tue Apr 1 07:38:35 2003 +++ php4/TODO_SEGFAULTS Tue Apr 1 07:43:45 2003 @@ -28,7 +28,7 @@ Notes: (1) appears, when bcadd, bcmod, bcmul, bcscale, bcsqrt have been tested - prior to it. does not segfault otherwise. + prior to it. does not segfault when tested alone. (2) sometimes, mb_ereg passes the test, although a subsequent mbereg will cause a segfault. Probably something in-between screws up the engine. @@ -38,10 +38,12 @@ format = Z_STRVAL_PP(args[0]); + format was zero. The zval appeared to be fubar'ed. + I am not able to reproduce this particular issue at the moment. I was not able to create a simple test case for this initially, so - the lack of reproducibility likely relates to changes in the - changed/now-extended test script. + the lack of reproducibility likely relates to modifications in the + now-extended test script.
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php