Issue information

Issue ID
#7635
Status
Duplicate
Severity
None
Started
serverkid
Aug 5, 2013 14:19
Last Post
Ind
Aug 7, 2013 18:54
Confirmation
N/A

serverkid - Aug 5, 2013 14:19

Program terminated with signal 11, Segmentation fault.
#0 linkdb_erase (head=0x7fff251af458, key=0x7f1b050c5af4) at db.c:2778
2778 if( node->key == key ) {

serverkid - Aug 5, 2013 14:35

full crash dump


[url="http://pastebin.com/FY15R4kf"]http://pastebin.com/FY15R4kf[/url]

Haru - Aug 5, 2013 23:19

According to your crash dump, you're using a quite outdated Hercules revision, before commit [url="https://github.com/HerculesWS/Hercules/commit/efbc04ac"]efbc04ac[/url], so before [url="http://herc.ws/board/tracker/issue-7517-yet-another-map-server-cr/"]bug 7517[/url] was fixed, am I correct?

If so, it's a duplicate of that bug.

serverkid - Aug 6, 2013 9:27

i remembered that i last pulled your last commit, and recompiled it.
[code=auto:0]git log -2 commit a3630e408d9d63525acf994450d705cdfbd571e5 Merge: a9ca893 c1dca64 Author: xx <[email protected]> Date: Mon Aug 5 22:30:54 2013 +0800 Merge branch 'master' of https://github.com/HerculesWS/Hercules commit c1dca647670c1b55bcd66c82958fcd8180115fac Author: xx <[email protected]> Date: Mon Aug 5 11:21:27 2013 +0200 Improved reliability of the packet obfuscation key update function Follow-up to 38b8bf0 Solves some edge cases where, depending on key and packet combination, the key may not be correctly updated and leads to a forced disconnection. Signed-off-by: xx <[email protected]>[/code]

This post has been edited by serverkid on Aug 7, 2013 0:55

serverkid - Aug 6, 2013 10:19

copied my files to my local linux box and recompiled, and it is really happening, tried to unloadnpcfile other files and it doesn't crash...

Ind - Aug 7, 2013 16:24

hmm probably related to [url="http://herc.ws/board/tracker/issue-7544-new-server-crash/?gopid=19451#entry19451"]http://herc.ws/board/tracker/issue-7544-new-server-crash/?gopid=19451#entry19451[/url]

Ind - Aug 7, 2013 18:54

Marking as a duplicate of [url="http://herc.ws/board/tracker/issue-7636-map-server-crashing/"]http://herc.ws/board/tracker/issue-7636-map-server-crashing/[/url] since the other has more information