So, lately the mud will not allow the mud to reboot. This happens when the mud is trying to close the mud down I believe... After doing a wee little search using gdb. But now I'm stumped... clueless etc.
Any help would be greatful, thanks.
(gdb) bt
#0 0x005fc7a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#1 0x0063d7a5 in raise () from /lib/tls/libc.so.6
#2 0x0063f209 in abort () from /lib/tls/libc.so.6
#3 0x00671a1a in __libc_message () from /lib/tls/libc.so.6
#4 0x006782bf in _int_free () from /lib/tls/libc.so.6
#5 0x0067863a in free () from /lib/tls/libc.so.6
#6 0x080ad16c in close_area (pArea=0x99c8210) at act_wiz.c:5571
#7 0x080ad1cb in close_all_areas () at act_wiz.c:5586
#8 0x080e9fd6 in cleanup_memory () at comm.c:334
#9 0x080ea6cd in main (argc=1, argv=0xbfe33924) at comm.c:578
(gdb) frame 1
#1 0x0063d7a5 in raise () from /lib/tls/libc.so.6
(gdb) frame 2
#2 0x0063f209 in abort () from /lib/tls/libc.so.6
(gdb) frame 3
#3 0x00671a1a in __libc_message () from /lib/tls/libc.so.6
(gdb) frame 4
#4 0x006782bf in _int_free () from /lib/tls/libc.so.6
(gdb) frame 5
#5 0x0067863a in free () from /lib/tls/libc.so.6
(gdb) frame 6
#6 0x080ad16c in close_area (pArea=0x99c8210) at act_wiz.c:5571
5571 DISPOSE( pArea );
(gdb) frame 7
#7 0x080ad1cb in close_all_areas () at act_wiz.c:5586
5586 close_area( area );
(gdb) frame 8
#8 0x080e9fd6 in cleanup_memory () at comm.c:334
334 close_all_areas( );
#9 0x080ea6cd in main (argc=1, argv=0xbfe33924) at comm.c:578
578 cleanup_memory( );
Any help would be greatful, thanks.