Dump format error while compiling site

我们两清 提交于 2019-12-13 05:23:57

问题


When compiling my site in nanoc on the console, I'm receiving this error:

ArgumentError: dump format error for symbol(0x20). 

Here's the full crash.log: http://pastebin.com/nrT0gwQh

What's causing this error?


回答1:


Removing tmp will clear the error.

When I had the same issue, I realised that what I had done was a global find and replace on the entire nanoc directory, which changed a file in /tmp. This is what caused the error - changing contents of the tmp directory with a tool outside nanoc



来源:https://stackoverflow.com/questions/17630761/dump-format-error-while-compiling-site

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!