Opened 13 years ago
Closed 13 years ago
#1521 closed defect (fixed)
TOL crash
Reported by: | imendez | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | high | Milestone: | Mantainance |
Component: | Kernel | Version: | head |
Severity: | blocker | Keywords: | |
Cc: | atorre@…, jgallardo@… |
Description (last modified by )
Hi, TOL crashes after executing this code:
TimeSet Fes = D(1)*M(3)+D(28)*M(5); TimeSet Fec = Range(D(1),0, 27, Daily); Serie SrFestivS = F:CalInd(FestiveTms, Fec);
Regards.
Change History (5)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
comment:2 Changed 13 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
I suppose that you want to write this
TimeSet Fes = D(1)*M(3)+D(28)*M(5); TimeSet Fec = Range(D(1),0, 27, Daily); Serie SrFestivS = F:CalInd(Fes, Fec);
I'm trying to discover where is the problem but you can avoid it using SubSer like this
TimeSet Fes = D(1)*M(3)+D(28)*M(5); TimeSet Fec = Range(D(1),0, 27, Daily); Serie SrFestivS = F:SubSer(CalInd(Fes, Fec),y2000,y2020);
comment:5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
Sorry but I cannot reproduce it. TOL show error messages due to
FestiveTms
doesn't exist but there is no crash