]> granicus.if.org Git - php/commitdiff
editing
authorSascha Schumann <sas@php.net>
Tue, 1 Apr 2003 12:43:45 +0000 (12:43 +0000)
committerSascha Schumann <sas@php.net>
Tue, 1 Apr 2003 12:43:45 +0000 (12:43 +0000)
TODO_SEGFAULTS

index 43be942b8e562d6a4af3bc6d15ad73218457dd90..ebcaa83e936f1609c49a5261ad0447b836e8a732 100644 (file)
@@ -28,7 +28,7 @@ Open:
     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 @@ Open:
        
        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.