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

Issue Confirmations

  • Yes (0)No (0)
Photo

Crash On Skill_dance_switch

Posted by Hercules Bot on 28 April 2008 - 05:41 PM

Originally posted by zephyrus_cr
http://www.eathena.w...er&showbug=1446

CODE
#0  skill_dance_switch (unit=0xb71b0c64, flag=1) at skill.c:6112
        group = (struct skill_unit_group *) 0x0
        backup = {src_id = 0, party_id = 0, guild_id = 0, map = 0,
  target_flag = 2031616, bl_flag = 9, tick = 0, limit = 0, interval = -1,
  skill_id = 321, skill_lv = 10, val1 = 0, val2 = 0, val3 = 0, valstr = 0x0,
  unit_id = 169, group_id = 0, unit_count = 0, alive_count = 0, unit = 0x0,
  state = {ammo_consume = 0, magic_power = 0, song_dance = 0}}
#1  0x080d6f42 in skill_unit_timer_sub (bl=0xb71b0c64,
    ap=0xbfafc808 "20&\v\fÌ|") at skill.c:9565
        unit = (struct skill_unit *) 0xb71b0c64
        group = (struct skill_unit_group *) 0xacf9f960
        tick = 202057232
        dissonance = 1 '�1'
#2  0x0804e5e3 in map_foreachobject (func=0x80d6ea0 <skill_unit_timer_sub>,
    type=32) at map.c:1259
        i = 329
        blockcount = 0
        ap = 0xbfafc808 "20&\v\fÌ|"
#3  0x080d6ab6 in skill_unit_timer (tid=7, tick=202057232, id=0, data=0)
    at skill.c:9701
No locals.
#4  0x0814396a in do_timer (tick=202057237) at timer.c:394
        nextmin = -5
        i = 7
        __FUNCTION__ = "do_timer"
#5  0x081411de in main (argc=1, argv=0xbfafc904) at core.c:253
        next = <value optimized out>



Group = NULL :/

Also, there is a note about this possible crash:

//TODO: add protection against attempts to read an empty backup / write to a full backup

This post has been edited by zephyrus_cr: Apr 28 2008, 10:43 AM