-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Watchdog timeout #81
Comments
Same as #42 |
Same issue here I think, seems rare. Crash log included. |
Bump on this issue, coming back to a crashed server is no fun :( |
Also getting this issue. Has crashed twice in the last few days with the exact same issue. |
The issue was because the server.save was called from BackupBuilder which locked the calling thread until all was done. In TxB-3.0.0, this call was moved into ExecutableBackup ( textile_backup/src/main/java/net/szum123321/textile_backup/core/create/ExecutableBackup.java Line 69 in 955fbd0
|
I did some digging through my crash log and I believe this mod to be the culprit. Feel free to point me elsewhere if you believe otherwise.
Hopefully this helps to identify an issue that can be fixed.
I have had no issues till now, so I suspect this is a rare occurrence. Possibly a race condition with a performance mod I am using.
Thank you for making this mod and providing support!
crash log: https://drive.google.com/file/d/1U09CP4PHhMCsh7obKRQcwLJfLeQfnl4G/view?usp=sharing
The text was updated successfully, but these errors were encountered: