Posted by
| Zeno
USA (2,871 posts) Bio
|
Message
| It's happened again, so I've compiled a list of all the gdb backtraces when it's happened. Here are all the backtraces, and I still have the latest core. Had to split it up to multiple posts due to limit.
I will sometime convert the code to C++, but I don't know if that will solve this.
New server (Arthmoor):
1/20/05:
#0 0x008617a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#1 0x008a1955 in raise () from /lib/tls/libc.so.6
#2 0x008a3319 in abort () from /lib/tls/libc.so.6
#3 0x008d4f8a in __libc_message () from /lib/tls/libc.so.6
#4 0x008daed0 in malloc_consolidate () from /lib/tls/libc.so.6
#5 0x008dbdd3 in _int_malloc () from /lib/tls/libc.so.6
#6 0x008dd906 in calloc () from /lib/tls/libc.so.6
#7 0x080b8642 in write_to_pager (d=0x99eff4, txt=0x818a890 "\033[0;37m", length=1) at color.c:1134
#8 0x080b85b0 in set_pager_color (AType=17, ch=0x8d5fe78) at color.c:1112
#9 0x080bbf11 in nanny (d=0x8d6e080, argument=0x8d5fe78 "") at comm.c:2311
#10 0x080b9799 in game_loop () at comm.c:684
#11 0x080b904c in main (argc=2, argv=0xbfe1a1b0) at comm.c:316
11/30/04:
#0 0x004996c0 in malloc_consolidate () from /lib/tls/libc.so.6
(gdb) bt
#0 0x004996c0 in malloc_consolidate () from /lib/tls/libc.so.6
#1 0x00498e6a in _int_malloc () from /lib/tls/libc.so.6
#2 0x0049892e in calloc () from /lib/tls/libc.so.6
#3 0x080b167b in create_mobile (pMobIndex=0x9aa7730) at db.c:2559
#4 0x080e9e54 in do_mpmload (ch=0x9b383d8, argument=0xfeefb888 "1004") at mud_comm.c:768
#5 0x080cf97d in interpret (ch=0x9b383d8, argument=0xfeefb888 "1004") at interp.c:571
#6 0x080f2271 in mprog_do_command (cmnd=0xfeefc582 "mpmload 1004", mob=0x9b383d8, actor=0x9be6b08, obj=0x0, vo=0x0,
rndm=0x9be6b08, ignore=0 '\0', ignore_ors=0 '\0') at mud_prog.c:2236
#7 0x080f1e11 in mprog_driver (
com_list=0x9aa78b8 "mpecho &gAs the demon dies, it gives out a cry, calling another.\n\rmpmload 1004\n\r",
mob=0x9b383d8, actor=0x9be6b08, obj=0x0, vo=0x0, single_step=0 '\0') at mud_prog.c:1934
#8 0x080f2abc in mprog_percent_check (mob=0x9b383d8, actor=0x9be6b08, obj=0x0, vo=0x0, type=4) at mud_prog.c:2448
#9 0x080f2eb5 in mprog_death_trigger (killer=0x9bf8870, mob=0x9b383d8) at mud_prog.c:2621
#10 0x080c2596 in raw_kill (ch=0x9be6b08, victim=0x9b383d8) at fight.c:3381
#11 0x080c10b8 in damage (ch=0x9be6b08, victim=0x9b383d8, dam=18, dt=1007) at fight.c:2473
#12 0x080bead8 in one_hit (ch=0x9be6b08, victim=0x9b383d8, dt=1007) at fight.c:1362
#13 0x080bd6d8 in multi_hit (ch=0x9be6b08, victim=0x9b383d8, dt=-1) at fight.c:806
#14 0x080c3ab1 in do_kill (ch=0x9be6b08, argument=0xfef018b5 "demon") at fight.c:4000
#15 0x080cf97d in interpret (ch=0x9be6b08, argument=0xfef018b5 "demon") at interp.c:571
#16 0x080a52ab in game_loop () at comm.c:679
#17 0x080a4b4e in main (argc=8, argv=0xfef01cf0) at comm.c:308
Old server (Fredrik):
11/03/04:
#0 0x420751d1 in calloc () from /lib/i686/libc.so.6
(gdb) bt
#0 0x420751d1 in calloc () from /lib/i686/libc.so.6
#1 0x42074827 in calloc () from /lib/i686/libc.so.6
#2 0x42074544 in calloc () from /lib/i686/libc.so.6
#3 0x080a8b3e in create_mobile (pMobIndex=0x82d7698) at db.c:2555
#4 0x080ddab3 in do_mpmload (ch=0x83dbaf0, argument=0xbfff8318 "1003")
at mud_comm.c:768
#5 0x080c577e in interpret (ch=0x83dbaf0, argument=0xbfff8318 "1003")
at interp.c:571
#6 0x080e4d1f in mprog_do_command (cmnd=0xbfff7f10 "", mob=0x83dbaf0,
actor=0x836c240, obj=0x0, vo=0x0, rndm=0x836c240, ignore=0 '\0',
ignore_ors=0 '\0') at mud_prog.c:2236
#7 0x080e48d1 in mprog_driver (
com_list=0x82d7820 "mpecho &gThe small bear cub makes a low growl, as anothe
r lumbers in.\n\rmpmload 1003\n\r", mob=0x83dbaf0, actor=0x836c240, obj=0x0,
vo=0x0, single_step=0 '\0') at mud_prog.c:1934
#8 0x080e554a in mprog_percent_check (mob=0x83dbaf0, actor=0x836c240,
obj=0x0, vo=0x0, type=4) at mud_prog.c:2448
#9 0x080e5946 in mprog_death_trigger (killer=0x83d0cc0, mob=0x83dbaf0)
at mud_prog.c:2621
#10 0x080b8d80 in raw_kill (ch=0x836c240, victim=0x83dbaf0) at fight.c:3381
#11 0x080b7903 in damage (ch=0x836c240, victim=0x83dbaf0, dam=17, dt=1000)
at fight.c:2473
#12 0x080b543a in one_hit (ch=0x836c240, victim=0x83dbaf0, dt=1000)
---Type <return> to continue, or q <return> to quit---
at fight.c:1362
#13 0x080b4288 in multi_hit (ch=0x836c240, victim=0x83dbaf0, dt=-1)
at fight.c:806
#14 0x080ba286 in do_kill (ch=0x836c240, argument=0xbfffe355 "cub")
at fight.c:3997
#15 0x080c577e in interpret (ch=0x836c240, argument=0xbfffe355 "cub")
at interp.c:571
#16 0x0809d424 in game_loop () at comm.c:679
#17 0x0809cd29 in main (argc=2, argv=0xbfffe770) at comm.c:308
#18 0x42015967 in __libc_start_main () from /lib/i686/libc.so.6
|
Zeno McDohl,
Owner of Bleached InuYasha Galaxy
http://www.biyg.org | Top |
|