Poison_Bottle Crash my Server

安赫尔

New member
Messages
163
Points
0
Location
Shanghai
Github
stacksnet
Emulator
{ Id: 678 AegisName: "Poison_Bottle" Name: "毒药瓶" Type: 2 Buy: 5000 Weight: 100 Upper: 63 Script: <" if(Class == Job_Assassin_Cross || Class == Job_Guillotine_Cross || Class == Job_Guillotine_Cross_T) { sc_start SC_DPOISON,60000,0; sc_start SC_ATTHASTE_INFINITY,60000,9; } else percentheal -100,-100; ">},

When double-click the item, will crash my server.  How can I fix this??

[´íÎó]: Server received crash signal! Attempting to save all online characters!


Sorry it's my bad.

 
Last edited by a moderator:
then you should post  a GDB core dump

else we cant help you

when your mapserver crashes open a termian in your  hercules folder

to generate a core dump make

gdb map-server core

then

bt full

 
Last edited by a moderator:
can't reproduce, what job are you using? what system? RE or PRE-RE?

 
RE, I test every job. I don't know how to open GDB, have some guide?

[root@cn trunk]# gdb map-server coreGNU gdb (GDB) Red Hat Enterprise Linux (7.2-60.el6_4.1)Copyright © 2010 Free Software Foundation, Inc.License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it.There is NO WARRANTY, to the extent permitted by law. Type "show copying"and "show warranty" for details.This GDB was configured as "x86_64-redhat-linux-gnu".For bug reporting instructions, please see:...Reading symbols from /root/rosfus/trunk/map-server...done./root/rosfus/trunk/core: No such file or directory.(gdb)
I run the gdb map-server core , show this message.
Sorry is my bad.

 
Last edited by a moderator:
Back
Top