Well this one has me stumped, any help would be apprecited.
I added the pchan snippet, I get this when I try psend/private/. which
sends text over the private channel.
Chris Powell
Core was generated by `bin/circle -q 4000'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /lib/libc.so.5.3.12...done.
Reading symbols from /lib/ld-linux.so.1...done.
#0 0x806f124 in command_interpreter (ch=
Cannot access memory at address 0x676e71.
) at interpreter.c:657
657 } else if (no_specials || !special(ch, cmd, line))
(gdb) bt
#0 0x806f124 in command_interpreter (ch=
Cannot access memory at address 0x676e71.
) at interpreter.c:657
Cannot access memory at address 0x676e69.
(gdb) list
652 send_to_char("Maybe you should get on your feet first?\r\n", ch);
653 break;
654 case POS_FIGHTING:
655 send_to_char("No way! You're fighting for your life!\r\n", ch);
656 break;
657 } else if (no_specials || !special(ch, cmd, line))
658 ((*cmd_info[cmd].command_pointer) (ch, line, cmd, cmd_info[cmd].subcmd));
659 }
660
661 /**************************************************************************
(gdb)
"The eyes are the windows to the soul."
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST