Code:
[New Thread 16666]
Reading symbols from /lib/libcrypt.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/libcrypt.so.1
Reading symbols from /lib/libc.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /lib/ld-linux.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/ld-linux.so.2
Core was generated by `bin/circle -q 6969'.
Program terminated with signal 11, Segmentation fault.
#0 0x080b48e7 in sub_write (arg=0xbf94d9e6 "Enyuu bravely enters the portal.",
ch=0xa498590, find_invis=1 '\001', targets=<value optimized out>)
at dg_comm.c:184
184 for (to = world[IN_ROOM(ch)].people;
(gdb) bt
#0 0x080b48e7 in sub_write (arg=0xbf94d9e6 "Enyuu bravely enters the portal.",
ch=0xa498590, find_invis=1 '\001', targets=<value optimized out>)
at dg_comm.c:184
#1 0x080ba1c1 in do_osend (obj=0x9f4d2d8,
argument=0xbf94d9df " }256 Enyuu bravely enters the portal.", cmd=6, subcmd=1)
at dg_objcmd.c:249
#2 0x080ba388 in obj_command_interpreter (obj=0x9f4d2d8,
argument=0xbf94d9d4 "oechoaround }256 Enyuu bravely enters the portal.")
at dg_objcmd.c:835
#3 0x080c37b4 in script_driver (go_adress=0xbf94dea0, trig=0x9f4d3c8, type=1,
mode=0) at dg_scripts.c:2674
#4 0x080c73eb in cmd_otrig (obj=0x9f4d2d8, actor=0xa4febe8,
cmd=0xbf94defc "enter", argument=0xbf9547ba "portal", type=4)
at dg_triggers.c:718
#5 0x080c754b in command_otrigger (actor=0xa4febe8, cmd=0xbf94defc "enter",
argument=0xbf9547b9 " portal") at dg_triggers.c:745
#6 0x080f4e31 in command_interpreter (ch=0xa4febe8,
argument=0xbf9547b4 "enter portal") at interpreter.c:533
#7 0x080a7765 in game_loop (local_mother_desc=3) at comm.c:891
#8 0x080a8c07 in init_game (argc=Cannot access memory at address 0x100
) at comm.c:535
#9 main (argc=Cannot access memory at address 0x100
) at comm.c:355
(gdb) frame 0
#0 0x080b48e7 in sub_write (arg=0xbf94d9e6 "Enyuu bravely enters the portal.",
ch=0xa498590, find_invis=1 '\001', targets=<value optimized out>)
at dg_comm.c:184
184 for (to = world[IN_ROOM(ch)].people;
(gdb) print ch
$1 = (char_data *) 0xa498590
(gdb) print ch->in_room
$2 = 65535
(gdb) print world[ch->in_room].people
Cannot access memory at address 0xb844b000
(gdb) print world[ch->in_room].people->next_in_room
Cannot access memory at address 0xb844b000
(gdb) print world[ch->in_room].people->next_in_room->next_in_room
Cannot access memory at address 0xb844b000
(gdb)