Issue Information
-
#007842
-
0 - None Assigned
-
Invalid
Issue Confirmations
-
Yes (0)No (0)
I compile latest version of Hercules from GitHub
and enable plugin ("HPMHooking", "sample")
and map-server crash at the beginning.
bt full
and enable plugin ("HPMHooking", "sample")
and map-server crash at the beginning.
#0 HPM_map_addToMSD (sd=0xb4debc22, data=0xb4deb360, id=3034493712, type=0, autofree=false) at HPMmap.c:54 warning: Source file is more recent than executable. 54 ret->hdatac = &((struct map_session_data *)ptr)->hdatac;
bt full
#0 HPM_map_addToMSD (sd=0xb4debc22, data=0xb4deb360, id=3034493712, type=0, autofree=false) at HPMmap.c:54 i = 0 __FUNCTION__ = "HPM_map_addToMSD" #1 0xb4deb556 in plugin_init () at sample.c:150 No locals. #2 0x08240bfb in hplugin_trigger_event (type=HPET_INIT) at HPM.c:32 i = 1 #3 0x0812ad40 in do_init (argc=1, argv=0xbf830364) at map.c:5558 i = <value optimized out> __FUNCTION__ = "do_init" #4 0x0823c98b in main (argc=1, argv=0xbf830364) at core.c:340 No locals.
BUMP!
changed status to: Needs More Info
whats your operating system?
Debian 6 32bits
changed status to: Started
changed status to: Needs More Info
HPM_map_addToMSD (sd=0xb4debc22, data=0xb4deb360, id=3034493712, type=0,
autofree=false) this has been removed for a few weeks now, as the compiler pointed out
Can you run a 'make clean && make', and re-run map server on gdb and let me know if it still crashes (and if so can you paste the new gdb report?)
Thank you for your time
autofree=false) this has been removed for a few weeks now, as the compiler pointed out
warning: Source file is more recent than executable.which can be demonstrated simply by the following line
ret->hdatac = &((struct map_session_data *)ptr)->hdatac;this line did not exist at the time HPM_map_addToMSD was available.
Can you run a 'make clean && make', and re-run map server on gdb and let me know if it still crashes (and if so can you paste the new gdb report?)
Thank you for your time
I used latest version of Hercules and it didn't crash anymore.
Thank you!
Thank you!
changed status to: Invalid
thanks for the update.