Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #007635

  • 0 - None Assigned

  • Duplicate

Issue Confirmations

  • Yes (0)No (0)
Photo

crashing when using unloadnpcfile

Posted by serverkid on 05 August 2013 - 02:19 PM

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

According to your crash dump, you're using a quite outdated Hercules revision, before commit efbc04ac, so before bug 7517 was fixed, am I correct?

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

i remembered that i last pulled your last commit, and recompiled it.
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]>

Edited by serverkid, 07 August 2013 - 12:55 AM.


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 
changed status to: Duplicate

Marking as a duplicate of http://herc.ws/board...erver-crashing/ since the other has more information