| Posted by
| Zeno
USA (2,871 posts) Bio
|
| Message
| Once again, another crash.
#0 0x080a8762 in set_char_color (AType=7, ch=0x83682e0) at color.c:970
970 ch->desc->pagecolor = ch->colors[AType];
(gdb) bt
#0 0x080a8762 in set_char_color (AType=7, ch=0x83682e0) at color.c:970
#1 0x080ad3bd in act (AType=18, format=0x8165b2b "$n has lost $s link.", ch=0x836b070, arg1=0x0, arg2=0x0, type=5)
at comm.c:2821
#2 0x080aa019 in close_socket (dclose=0x8364ec0, force=1 '\001') at comm.c:1045
#3 0x080aa70b in write_to_buffer (d=0x8364ec0, txt=0x81b16e0 "Demonicinu has lost his link.\n\r", length=57) at comm.c:1384
#4 0x080a8996 in send_to_char_color (txt=0x7 <Address 0x7 out of bounds>, ch=0x836b070) at color.c:1065
#5 0x080a8ad5 in send_to_char (txt=0x81b16e0 "Demonicinu has lost his link.\n\r", ch=0x836b070) at color.c:1119
#6 0x080ad3c9 in act (AType=18, format=0xbfff9067 "As the demon dies, it gives out a cry, calling another.", ch=0x8371c90,
arg1=0x0, arg2=0x0, type=0) at comm.c:2822
#7 0x080ea7b2 in do_mpecho (ch=0x8371c90, argument=0xbfff9067 "As the demon dies, it gives out a cry, calling another.")
at mud_comm.c:536
#8 0x080d3863 in interpret (ch=0x8371c90, argument=0xbfff9067 "As the demon dies, it gives out a cry, calling another.")
at interp.c:547
#9 0x080f2383 in mprog_do_command (cmnd=0xbfff8c60 "\200\214ÿ¿°à2\bl\215ÿ¿p\215ÿ¿", mob=0x8371c90, actor=0x836b070,
obj=0x0, vo=0x0, rndm=0x83682e0, ignore=0 '\0', ignore_ors=0 '\0') at mud_prog.c:2242
#10 0x080f1f35 in mprog_driver (
com_list=0x8358970 "mpecho As the demon dies, it gives out a cry, calling another.\n\rmpmload 1004\n\r", mob=0x8371c90,
actor=0x836b070, obj=0x0, vo=0x0, single_step=0 '\0') at mud_prog.c:1940
#11 0x080f2bae in mprog_percent_check (mob=0x8371c90, actor=0x836b070, obj=0x0, vo=0x0, type=4) at mud_prog.c:2454
#12 0x080f2faa in mprog_death_trigger (killer=0x0, mob=0x8371c90) at mud_prog.c:2627
#13 0x080c7893 in raw_kill (ch=0x836b070, victim=0x8371c90) at fight.c:3337
#14 0x080c6300 in damage (ch=0x836b070, victim=0x8371c90, dam=2, dt=1000) at fight.c:2425
#15 0x080c3f7f in one_hit (ch=0x836b070, victim=0x8371c90, dt=1000) at fight.c:1356
#16 0x080c2caf in multi_hit (ch=0x836b070, victim=0x8371c90, dt=-1) at fight.c:800
#17 0x080c8a66 in do_kill (ch=0x836b070, argument=0xbfffe092 "demon") at fight.c:3905
#18 0x080d3863 in interpret (ch=0x836b070, argument=0xbfffe092 "demon") at interp.c:547
#19 0x080a95a7 in game_loop () at comm.c:670
#20 0x080a8ed5 in main (argc=8, argv=0xbfffe4b0) at comm.c:303
#21 0x42015967 in __libc_start_main () from /lib/i686/libc.so.6
(gdb) print ch
$1 = (struct char_data *) 0x83682e0
(gdb) print ch->name
$2 = 0x835e198 "Demonicinu"
(gdb) print ch->port->desc
There is no member named port.
(gdb) print ch->desc
$3 = (struct descriptor_data *) 0x0
(gdb) print ch->desc->port
Cannot access memory at address 0x18
But I haven't updated color.c yet, heh. Hopefully that will fix it. |
Zeno McDohl,
Owner of Bleached InuYasha Galaxy
http://www.biyg.org | | Top |
|