Code: Select all
2021-02-08 19:44:22: ERROR[Server]: An unhandled exception occurred: Failed to save block: disk I/O error
2021-02-08 19:44:22: ERROR[Server]: In thread 7f62c8d1c700:
2021-02-08 19:44:22: ERROR[Server]: /root/rpmbuild/SOURCES/minetest-0.4.14/src/server.cpp:74: virtual void* ServerThread::run(): A fatal error occured: Failed to save block: disk I/O error
2021-02-08 19:44:22: ERROR[Server]: Debug stacks:
2021-02-08 19:44:22: ERROR[Server]: DEBUG STACK FOR THREAD 7f62b6bde700:
2021-02-08 19:44:22: ERROR[Server]: #0 virtual void* EmergeThread::run()
2021-02-08 19:44:22: ERROR[Server]: DEBUG STACK FOR THREAD 7f62b77fd700:
2021-02-08 19:44:22: ERROR[Server]: #0 virtual void* CurlFetchThread::run()
2021-02-08 19:44:22: ERROR[Server]: DEBUG STACK FOR THREAD 7f62c8d1c700:
2021-02-08 19:44:22: ERROR[Server]: #0 virtual void* ServerThread::run()
2021-02-08 19:44:22: ERROR[Server]: DEBUG STACK FOR THREAD 7f62d01f17e0:
2021-02-08 19:44:22: ERROR[Server]: #0 int main(int, char**)
2021-02-08 19:44:22: ERROR[Server]: #1 Dedicated server branch
2021-02-08 19:44:22: ERROR[Server]: #2 void dedicated_server_loop(Server&, bool&)
Incidentally, the reason for the disk I/O error was that my /tmp partition was full. So I'm not sure if that would impact the integrity of the map database itself, since it is on a completely different partition. But I'm aware that SQLite3 uses /tmp for its page cache.
Thanks in advance for your help!