在控制台上用 nanoc 编译我的网站时,我收到此错误:
ArgumentError: dump format error for symbol(0x20).
这是完整的 crash.log:http ://pastebin.com/nrT0gwQh
是什么导致了这个错误?
在控制台上用 nanoc 编译我的网站时,我收到此错误:
ArgumentError: dump format error for symbol(0x20).
这是完整的 crash.log:http ://pastebin.com/nrT0gwQh
是什么导致了这个错误?
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