From: Sascha Schumann Date: Tue, 1 Apr 2003 13:02:46 +0000 (+0000) Subject: more insight re. ob_start bug X-Git-Tag: php-4.3.2RC2~212 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f373bcafd3385923fdcbb8342597ab4250be10fc;p=php more insight re. ob_start bug --- diff --git a/TODO_SEGFAULTS b/TODO_SEGFAULTS index 2afa90ad54..f4b1026c29 100644 --- a/TODO_SEGFAULTS +++ b/TODO_SEGFAULTS @@ -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 - + $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