#376 closed defect (fixed)
Problem when creating a long set of dates
Reported by: | Christian Paz | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | SetAlgebra | Version: | head |
Severity: | normal | Keywords: | |
Cc: |
Description
I have run "tol.exe -v -d", after initLibrary loaded, run the sentence:
Set EdlGlDates = Dates(Diario, y1900m01d01, y2100m01d01);
causes TOL crashes. A tip: Tolbase does not crash in the same condition.
Thanks
Christian
Change History (3)
comment:1 Changed 19 years ago by
Owner: | changed from danirus to Víctor de Buen Remiro |
---|
comment:2 Changed 19 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 18 years ago by
bug_file_loc: | → http://www.tol-project.org |
---|
Note: See
TracTickets for help on using
tickets.
Fixed bug 376
Recursive destructor can cause stack overflow for very large lists. So, non
recursive one has been written.
Thanks to report it