Dump format error while compiling site

2019-09-17 16:34发布

问题:

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