Rebuilding sitemaps crashes hhvm

Using HHVM 3.4 (tried nightly as well) on Ubuntu 14.04 64bit

Comments

KeepXtreme’s picture

I can confirm this on debian jessie 64bit. I also increases hhvm log level to verbose but the logfile doesn'T tell me anything

edit:// also reported to HHM developers: https://github.com/facebook/hhvm/issues/4511

julitroalves’s picture

Hi, in my tests I can see that error that crashes hhvm occurs when XMLWriter::endDocument() in xmlsitemap.xmlsitemap.inc file is called.

To perform this tests I put watchdog's function in function that generates xml files and see what was executed line by line. The lines that is not executed was because crashes hhvm and I finally find to XMLWriter::endDocument().

I using Ubuntu 14.04 64 bits and HHVM 3.7.0

bazzmann’s picture

Still an issue, here. We got the 500 internal error when executed with HHVM.
We are on CentOS and HHVM 3.6.0. With PHP 5.4.45 the module come back to work correctly.

Any news about a possible solution?

Thanks in advance,
M.