Issue information

Issue ID
#8183
Status
Unable to Reproduce
Severity
None
Started
ぽろり
May 9, 2014 23:21
Last Post
Angelmelody
May 11, 2014 1:23
Confirmation
N/A

ぽろり - May 9, 2014 23:21

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.

Angelmelody - May 10, 2014 7:01

same as [b][url="http://herc.ws/board/user/5949-%E3%81%BD%E3%82%8D%E3%82%8A/"]ぽろり[/url][/b] ,my map server crashes after logging


edit: this commit fix the crash issue [url="https://github.com/HerculesWS/Hercules/commit/94657284973f4037596bae468ebfbee5c217e02b"]https://github.com/HerculesWS/Hercules/commit/94657284973f4037596bae468ebfbee5c217e02b[/url]

This post has been edited by Angelmelody on May 10, 2014 9:57

pan - May 10, 2014 18:53

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 :)

Haru - May 10, 2014 19:23

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

ぽろり - May 11, 2014 0:02

updated it to the latest revision. still happens.
procedure i use.[list=1]
[*]No Equips
[*]job change to Archbishop(Trans)
[*]lvl 175 , j 60
[*]allstat
[*]allskills
[*]clone Name
[*]evilclone Name
[/list]

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

Angelmelody - May 11, 2014 1:23

[quote name="Haru" timestamp="1399749820"]
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[/quote]

Finally ,I find out the cause and solve my issue, the crash was from the [url="http://herc.ws/board/topic/5057-auraset/"]Auraset plugin[/url]

becoz original include timer.h in pc.h was removed by this commit [url="https://github.com/HerculesWS/Hercules/commit/0ab52ac65bdba93be94e4149e267698d31b41d72"] 0ab52ac[/url]

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

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

This post has been edited by Angelmelody on May 11, 2014 13:58