--- Adrian Allen <[EMAIL PROTECTED]> wrote: > I have had a bug that causes crashes sometimes when a player is fighting a > mob. It is mostly random and happens for some reason > when someone kills the wimpy monsters in mudschool but not the > snails. The only difference between the wimpy monsters and > the snails is that the wimps are noalign mobs and they are > carrying equipment. Anyway here is what the gdb says: > > > Program received signal SIGSEGV, Segmentation fault. > 0x400a5f89 in strcpy () at strcpy:-1 > -1 strcpy: No such file or directory. > in strcpy
It would be more useful to see the backtrace, as the problem is probably not so much with the standard C strcpy function as it is something in your code. ~Kender ===== -----BEGIN GEEK CODE BLOCK----- Version 3.1 GCS/L/C/O d-(+) s++: a-- C+++$>++++ UBLS++++$ P+++(--)$ L+++>++++ E--- W+>++$ N !o K? w(--) !O M- !V PS+ PE(++) Y+ PGP->+ t+ 5 X+() R(+) tv+@ b++(+++) !DI+++ D G(-) e>+++$ h---() r+++ y+++ ------END GEEK CODE BLOCK------ __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com

