sas Tue Apr 1 08:02:46 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4 TODO_SEGFAULTS
Log:
more insight re. ob_start bug
Index: php4/TODO_SEGFAULTS
diff -u php4/TODO_SEGFAULTS:1.1.2.3 php4/TODO_SEGFAULTS:1.1.2.4
--- php4/TODO_SEGFAULTS:1.1.2.3 Tue Apr 1 07:54:48 2003
+++ php4/TODO_SEGFAULTS Tue Apr 1 08:02:46 2003
@@ -40,10 +40,13 @@
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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php