Menu

#55 Program crash

open
Parser (13)
5
2008-11-16
2008-11-13
No

JMathLib version 0.90

when typing any of the following into the parser the program becomes completely unresponsive instead of giving an error message.

> ++ or
> -- or
> # or
> [ or
> ] or
> %

instead it should give an error message such as

??? ++
ERROR: FunctionToken: undefinded variable or function hello

or

??? ++
ERROR: RelationToken: Token not supported

This happened with the program running on both Windows Vista and Linux. To close the program I had to use Task manager to force close it.

Discussion

  • Mark Johnston

    Mark Johnston - 2008-11-13

    note the or in each line of input is not to be typed it should just look as follows
    > ++
    > --
    > #
    etc

     
  • Stefan Mueller

    Stefan Mueller - 2008-11-16
    • assigned_to: nobody --> st_mueller
     

Log in to post a comment.