good morning, does anyone know how to read this log and know what causes the crash on my server
justpaste.it
Someone died, server was adding loot to corpse and it crashed.good morning, does anyone know how to read this log and know what causes the crash on my server
JustPaste.it - Share Text & Images the Easy Way
justpaste.it
game.cpp.gdb to get item ID. Something like:p (Item*) 0xffffcf00a230
p $1.id
game.cpp: /** * The Forgotten Server - a free and open-source MMORPG server emulator * - Pastebin.com (https://pastebin.com/tBEnLK4K)Someone died, server was adding loot to corpse and it crashed.
Post yourgame.cpp.
You should use interactivegdbto get item ID. Something like:
Code:p (Item*) 0xffffcf00a230 p $1.id
p (Item*) 0xffffcf00a230
p $1.id
Idk how do you rungame.cpp: /** * The Forgotten Server - a free and open-source MMORPG server emulator * - Pastebin.com (https://pastebin.com/tBEnLK4K)
how to run it?
Code:p (Item*) 0xffffcf00a230 p $1.id
gdb to generate report from first post:Thread 2 "otbr" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xfffff7b471c0 (LWP 31982)]
(...)
Idk how do you rungdbto generate report from first post:
You should run these commands in same place. If you don't know how to do it, message me on Discord: Gesior.pl#3208Code:Thread 2 "otbr" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xfffff7b471c0 (LWP 31982)] (...)
ok, i'll try it here, because i don't use discordIdk how do you rungdbto generate report from first post:
You should run these commands in same place. If you don't know how to do it, message me on Discord: Gesior.pl#3208Code:Thread 2 "otbr" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xfffff7b471c0 (LWP 31982)] (...)