Page MenuHomePhabricator

Phabricator diffusion fails markup rendering for large files
Closed, ResolvedPublic

Description

Steps to reproduce

Actual results

  • it is coming up with this error:
>>> UNRECOVERABLE FATAL ERROR <<<

Maximum execution time of 10 seconds exceeded

/srv/phab/libphutil/src/markup/render.php:0


┻━┻ ︵ ¯\_(ツ)_/¯ ︵ ┻━┻

Expected results

  • It should be able to display the file. If syntax highlighting times out it should fallback to no highlighting.

Event Timeline

Paladox raised the priority of this task from to Needs Triage.
Paladox updated the task description. (Show Details)
Paladox subscribed.
hashar renamed this task from Carnt view large files in phabricator diffusion to Phabricator diffusion fails markup rendering for large files.Jan 5 2016, 10:26 AM
hashar triaged this task as Medium priority.
hashar updated the task description. (Show Details)
hashar subscribed.

The poor markup renderer choke on InitialiseSettings.php which is too large.

Yes. Could we have a back for large files to only render them in black colour only if it's goes pass the 10 sec. Gitblit manages to load the file so we should do the same with phabricator.

This is fixed on our instance - given example link renders for me