1) install gdb
2) run login/char-server normally.
3) run map-server by typing following commands
gdb map-server run4) Reproduce the bug and let the server crash
5) Check the ssh console, it might show the report
6) type 'bt full' and show all the output here.
You're a live saver.
Seems that the Hercules Battleground from Smoke is the issue.
I thought i wasn't running any plugins because I disabled everything in /conf/plugins.conf, but seems I was wrong. I remove hBG and its working fine.
Its still strange because it works on Windows, but thats ok for now.
Thanks Dastgir, today I learned something!
Here's the dump:Thread 1 "map-server" received signal SIGSEGV, Segmentation fault. 0x00007ffff3f4c159 in hBG_statistics_parsefromchar (fd=9) at hBG.c:4014 4014 if ((hBGsd = getFromMSD(sd, 1)) == NULL) {Would it be possible for you to provide the full dump? please and thanks.
That was the full dump. Is there any way I can get more infos?