On Sat, Jan 12, 2013 at 10:05 PM, Marc Delisle <span dir="ltr"><<a href="mailto:marc@infomarc.info" target="_blank">marc@infomarc.info</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Le 2013-01-12 09:46, Alex M a écrit :<br>
<div><div>> On Sat, Jan 12, 2013 at 4:18 PM, Alex M <<a href="mailto:alex.ukf@gmail.com" target="_blank">alex.ukf@gmail.com</a>> wrote:<br>
><br>
>> Marc, I am running on a 64-bit Ubuntu 12.04.01 with<br>
>> Google Chrome 24.0.1312.52.<br>
>><br>
>><br>
> Ubuntu Desktop *<br>
<br>
</div></div>With the same Ubuntu as yours, running in a VM of 1024 MB RAM, I have no<br>
problem with Chrome and current master (without Madhura's patch).</blockquote><div><br></div><div>My problem in Chrome appears in </div><div>libraries/OutputBuffering.class.php, line 93.</div><div><br></div><div>    /**</div>
<div>
     * This function will need to run at the top of all pages if output</div><div>     * output buffering is turned on.  It also needs to be passed $mode</div><div>     * from the PMA_outBufferModeGet() function or it will be useless.</div>

<div>     *</div><div>     * @return void</div><div>     */</div><div>87   public function start()</div><div>88    {</div><div>89        if (! $this->_on) {</div><div>90            if ($this->_mode) {                     // does not enter here</div>

<div>91              ob_start('ob_gzhandler');</div><div>92            }</div><div>               // echo "test"; -> shows a message</div><div>93            ob_start();                                </div>

<div>               // echo "test"; -> fails to print anything</div><div>94            if (! defined('TESTSUITE')) {</div><div>                header('X-ob_mode: ' . $this->_mode);</div><div>

            }</div><div>            register_shutdown_function('PMA_OutputBuffering::stop');</div><div>            $this->_on = true;</div><div>        }</div><div>    } </div><div><br></div><div><br></div><div>
<div>As a side note, in /etc/php5/apache2filter/php.ini, I have defined: </div><div>output_buffering = 4096. </div><div>Commenting out ob_start(); shows [1] instead of a blank page, but</div><div>it still has the same errors.</div>
<div><br></div><div>I've found an article from January 3rd 2013 mentioning a similar</div><div>problem in Chrome here [2], but it's not exactly the same.</div><div><br></div><div>[1] <a href="http://postimage.org/image/42gxhby4z/full/">http://postimage.org/image/42gxhby4z/full/</a></div>
<div>[2] <a href="http://code.stephenmorley.org/php/google-chrome-blank-white-page-bug/#contentlength">http://code.stephenmorley.org/php/google-chrome-blank-white-page-bug/#contentlength</a></div></div><div><br></div><div>
--</div><div>Alex</div></div>