Ok, the MUD crashes while I'm not on, so I go to the area directory, and here's whats in it.
core.28961 would be the newest, so I type "gdb smaug core.28961" and this is what I get.
How do I figure out what crashed it from this?
area.lst core.25240 export.are haon.are limbo.are.bak newgate.are srefuge.are
astral.are core.25472 gallery.are help.are manor.are pixie.are unholy.are
boot.txt core.28961 gods.are help.are.bak midennir.are plains.are
Build.are daycare.are grave.are limbo.are newacad.are redferne.are
chapel.are dwarven.are grove.are limbo.are2 newdark.are sewer.are
core.28961 would be the newest, so I type "gdb smaug core.28961" and this is what I get.
Core was generated by `../src/smaug 1801'.
Program terminated with signal 8, Arithmetic exception.
#0 0x080f755b in ?? ()
(gdb) bt
#0 0x080f755b in ?? ()
#1 0x080d1dc3 in ?? ()
#2 0x080a7a89 in ?? ()
#3 0x080a7355 in ?? ()
#4 0x420158f7 in ?? ()
(gdb)
How do I figure out what crashed it from this?