Issue Information
-
#008183
-
0 - None Assigned
-
Unable To Reproduce
Issue Confirmations
-
Yes (0)No (0)
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.
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
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
Thank you for reporting
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.
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
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.