--- Dale Kingston <[EMAIL PROTECTED]> wrote: > Ok i'm haveing this problem, if someone gets like 800 of something and saves > it will crash but if they take those 800 items put them in seperate bags and > save it works fine. Normaly i would go to the core dump but apperntly the > mud doesn't want to share it's problems. Any ideas on what could be up? >
IIRC save.c has a bunch of conditions where it will actually exit the mud when there is a problem with loading a char from a file. My first suggestion would be to go through save.c and replace every call to exit with a call to abort. This will ensure that if/when there is a problem loading a file you will get a core dump you can work with. ~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!? Find a job, post your resume. http://careers.yahoo.com

