This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CoreProtect started updating yesterday, and my server crashed when it was around 40% done... | |
2013-02-27 17:46:48 [INFO] [CoreProtect] Upgrading... 40% complete. | |
then, | |
it crashes around 10 minutes later: | |
2013-02-27 17:55:41 [SEVERE] The server has stopped responding! | |
2013-02-27 17:55:42 [SEVERE] Please report this to md_5! | |
2013-02-27 17:55:42 [SEVERE] Spigot version: 1.4.7-R1.1-SNAPSHOT | |
2013-02-27 17:55:42 [SEVERE] Begin Exception Trace For All Threads: | |
2013-02-27 17:55:45 [SEVERE] ------------------------------ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir logs/ | |
cp server.log logs/$(date +%Y-%m-%d).log | |
for remove in 's/\[37;1m//g' 's/\[31;22m//g' 's/\[34;22m//g' 's/\[32;22m//g' 's/\[36;22m//g' 's/\[35;22m//g' 's/\[33;22m//g' 's/\[37;22m//g' 's/\[30;1m//g' 's/\[30;22m//g' 's/\[32;1m//g' 's/\[36;1m//g' 's/\[31;1m//g' 's/\[35;1m//g' 's/\[33;1m//g' 's/\[37;1m//g' 's/\[0;39m//g' 's/\[34;1m//g' 's/\[5m//g' 's/\[9m//g' 's/\[3m//g' 's/\[21m//g' 's/\[4m//g' 's/\[m//g' 's/\[33m//g' 's/\[0m//g' 's/§a//g' 's/§b//g' 's/§c//g' 's/§d//g' 's/§e//g' 's/§f//g' 's/§1//g' 's/§2//g' 's/§3//g' 's/§4//g' 's/§5//g' 's/§6//g' 's/§7//g' 's/§8//g' 's/§9//g' 's/§0//g' 's/§r//g' 's/§l//g' 's/§n//g' 's/§o//g' 's/§k//g' 's/§m//g' 's/Â//g' | |
do | |
sed -i "$remove" logs/$(date +%Y-%m-%d).log | |
done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Unhandled exception: page fault on read access to 0x06000006 in 32-bit code (0x06000006). | |
Register dump: | |
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b | |
EIP:06000006 ESP:0033d610 EBP:0033d878 EFLAGS:00010202( R- -- I - - - ) | |
EAX:03321640 EBX:00000000 ECX:00000000 EDX:0033d5ac | |
ESI:00000000 EDI:00a4aac0 | |
Stack dump: | |
0x0033d610: 300237f4 00000000 00aa7830 00000001 | |
0x0033d620: 00000000 02bc72a0 30933fdc 00900010 | |
0x0033d630: 30933ff8 00000000 0033d9b0 0033d650 |
NewerOlder