--- Jeremy Hill <[EMAIL PROTECTED]> wrote: > Howdy, > > My MUD (based on QuickMUD/ROM) doesn't seem to like to drop core files. I've > read through the archives and have set the ulimit to unlimited. One person > mentions something about "-g in your Makefile". I'm not quite sure what he > means, so here's our Makefile. We're running on Red Had Linux; gcc version > 3.0.4. I don't *think* we have any disk quotas, we've used way more disk > than > we are right now. [SNIP] > Any other ideas? More information needed?
It's not the Makefile. Are you sure that it's actually crashing and not just running into one of the many "exit(1)" conditions?? This is usually what I've seen when there is no core and the core limit is unlimited. ~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! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com

