Hi all,
I just want to ask about the dump file. Where is the gdb core dump being saved in Hercules? specifically for the map-server.
Because I've tried both guides in rAthena https://rathena.org/wiki/GDB and Hercules http://herc.ws/wiki/GDB
and nothing worked.
Any help would be greatly appreciated. Using debian here, with gdb already installed.
I've also set
ulimit -u unlimited or ulimit -c 9999999
it now says unlimited when i check.
I've also enabled gdb debug already using this command
I just want to ask about the dump file. Where is the gdb core dump being saved in Hercules? specifically for the map-server.
Because I've tried both guides in rAthena https://rathena.org/wiki/GDB and Hercules http://herc.ws/wiki/GDB
and nothing worked.
Any help would be greatly appreciated. Using debian here, with gdb already installed.
I've also set
ulimit -u unlimited or ulimit -c 9999999
it now says unlimited when i check.
I've also enabled gdb debug already using this command
Code:
./configure --enable-debug=gdb --disable-lto
Last edited by a moderator: