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

Map-Crash issues

Posted by ぽろり on 09 May 2014 - 11:21 PM

Latest revision, crashes after logging in Admin(ID: 99) with groups configuration all_equipment: true , all_skill: true, skill_unconditional: true .

and last 2-5 revision ago.
Map crashes after Summoning 2 Clones of Archbishop.
@clone Name
@evilclone Name
at some point the map-server crashes while the 2 clones are fighting.

same as ぽろり ,my map server crashes after logging


edit: this commit fix the crash issue  https://github.com/H...ebfbee5c217e02b

Edited by Angelmelody, 10 May 2014 - 09:57 AM.


That commit was readded, but still I can't reproduce this issue, so I'm marking it as Unable to Reproduce.

Thank you for reporting :)

pan 
changed status to: Unable To Reproduce

Can you check whether after the re-commit it still crashes? I'm not able to reproduce this - if you still can, please let us see a gdb backtrace

updated it to the latest revision. still happens.
procedure i use.
  • No Equips
  • job change to Archbishop(Trans)
  • lvl 175 , j 60
  • allstat
  • allskills
  • clone Name
  • evilclone Name

Two clones will fight for 1-6mins or until one dies.
but sometimes during the fight map-crashes.
recent test crashed after the clone is still casting Praefatio after casting Oratio + Offer whatever + Lauda Agnus
and the Evil clone still casting Clearance im still not sure which skill produces the error

Can you check whether after the re-commit it still crashes? I'm not able to reproduce this - if you still can, please let us see a gdb backtrace


Finally ,I find out the cause and solve my issue, the crash was from the Auraset plugin

becoz original include timer.h in pc.h was removed by this commit 0ab52ac

if (sce->timer != tid && tid != INVALID_TIMER) ---> this line in Auraset plugin will

crashes map server, So Auraset plugin require include timer.h now

Edited by Angelmelody, 11 May 2014 - 01:58 PM.