close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 21 years ago

Closed 21 years ago

#46 closed defect (fixed)

To crash the TolBase when the file is decompile

Reported by: mthomas Owned by: Jorge
Priority: highest Milestone:
Component: Kernel Version: head
Severity: critical Keywords: TOL
Cc:

Description

To create a file with the following code:

Serie NewDaysInMonths = DaysInMonth + 100;

Set Estim = Estimate(ModelDef

(

NewDaysInMonths, 0, 0, 12, 0, 1,
SetOfPolyn(1-0.1*B1, 1),
SetOfPolyn(1, 1),
SetOfSet(InputDef(0.1,Pulse(y2002,Mensual))),
If(ObjectExist("Set","AllLinnear"),AllLinnear,AllLinear)

), y2000,y2004);

To make the following steps:

1.- To compile the file.

2.- To decompile the file.

3.- To go to the "Grammars -> Series"

4.- To crash the TolBase.

Change History (2)

comment:1 Changed 21 years ago by Jorge

Component: TOL-tclENGINE_Parser
Keywords: TOL added; Tol-Base removed
product: Tol-BaseTOL
Status: newassigned

This is a mistake related to TOL a not to Tolbase. As critical we'll going to
solve it as soon as possible. Thanks for the code.

comment:2 Changed 21 years ago by Jorge

Resolution: fixed
Status: assignedclosed

The solution to this bug is not create the Serie and other members of the result
of Estimate as objects in the level Estimate's evaluation. In order to access
those elements in an easy way you can now use the element access by name as:

Serie Residual = EstimSeries?Residual?;

Note: See TracTickets for help on using tickets.