Re: command interpreter

From: Daniel A. Koepke (dkoepke@circlemud.org)
Date: 12/07/01


On Fri, 7 Dec 2001, Sam Moggach wrote:

> it seems to crash whenever the user enters a command that is not on
> the command list. the command you type in seems to bypass the
> filter... even if it's not on the list it passes... Here

And I suppose the command table is still properly terminated with

  { '\n', 0, 0, 0, 0 }

?  The 'print' command in gdb will help you.  Try doing 'print cmd' to see
what entry in the command table it's crashing at.

-dak

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 06/24/03 PDT