]> granicus.if.org Git - php/commitdiff
more insight re. ob_start bug
authorSascha Schumann <sas@php.net>
Tue, 1 Apr 2003 13:02:46 +0000 (13:02 +0000)
committerSascha Schumann <sas@php.net>
Tue, 1 Apr 2003 13:02:46 +0000 (13:02 +0000)
TODO_SEGFAULTS

index 2afa90ad54ed0aa9ca74bb8593e36fdee06d73a7..f4b1026c29c7b21f1e7c5d93d37971c1711a0a4c 100644 (file)
@@ -40,10 +40,13 @@ Open:
 
        format was zero.  The zval appeared to be fubar'ed.
 
-    The current do_crash script does not cause a segfault.  An older
-    version does however:
+    When one comments out the (unused) line
 
-           <URL:http://schumann.cx/do_crash_ob_start.txt>
+        $maxa = array_fill(100,1000,&$maxn);
+
+    in the current test script, the segfault can be reproduced (it probably
+    influences the heap layout, so that ob_start does not scribble over 
+    important memory).
 
 
 Methodology