SC8.1.064 on Ubuntu 16.04 can not work

I want to build one develop server base on ubuntu 16.04, step by step follow the manual,but it can not work.Check with Diagnosis.php,it seems no error.I check the log,it show “AH00052: child pid 23705 exit signal Segmentation fault (11)”.

Can anybody help to check?thanks.

Diagnosis.zip (25.5 KB)

Maybe this helps: http://stackoverflow.com/questions/7…pache-error-lo
Otherwise try removing the APC cache module… That might work too…
It is a known error which you can easily find on the internet with suggestions for solutions…
Search term for google: exit signal Segmentation fault 11

Also you should check your error logs on your server (php and apache error logs!)

Thanks for your reply.

I have read this document yet, but there no APC cache module.
Open apache debug mode and check error logs, it onley show “AH00052: child pid 1344 exit signal Segmentation fault (11)”.
I think it caused by Zend with some extensions, but no more message to help to find the way~~~
:frowning:

Fixed by rollback to old snapshot,thanks.