Menu

overflow a number variable, for error of PC-BASIC crashes instead of proper error message.

2017-04-04
2017-04-04
  • Ronald Herrera

    Ronald Herrera - 2017-04-04

     
  • Ronald Herrera

    Ronald Herrera - 2017-04-04

    I'm not sure if I post the Attachment correctly of the image of the error, any overflow a variable number letter equals a large value an PC-BASIC will explode.

     
  • Rob Hagemans

    Rob Hagemans - 2017-04-05

    Hi Ronals, I'm afraid I can't see the attachment - could you try again to attach it here, or alternatively post an example command that triggers the bug?

    thanks!
    Rob

     
  • Rob Hagemans

    Rob Hagemans - 2017-04-05

    OK, I can reproduce this in the released version with code like

    A=100000000000000000000000000000000000000000000000000000
    

    However, this was apparently fixed by commit 735e63e, so should not occur in 15.08.12 when that is released.