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
Component: | TOL-tcl → ENGINE_Parser |
---|---|
Keywords: | TOL added; Tol-Base removed |
product: | Tol-Base → TOL |
Status: | new → assigned |
comment:2 Changed 21 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
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.