#511 closed defect (fixed)
Include makes TOL to break down
Reported by: | César Pérez Álvarez | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Various | Version: | 1.1.5 |
Severity: | critical | Keywords: | |
Cc: |
Description
If we have this series in a bdt file
Mensual;Thisisanobjectwithalonglonglonglonglonglonglonglonglonglonglonglonglongname;
2007/01/01;2.047015;
2007/02/01;-1.810865;
2007/03/01;0.191314;
2007/04/01;0.587885;
2007/05/01;-1.359009;
2007/06/01;0.075256;
2007/07/01;-1.623780;
2007/08/01;-2.032291;
2007/09/01;-0.259615;
2007/10/01;-0.282744;
2007/11/01;0.823626;
2007/12/01;-0.011719;
2008/01/01;-0.396138;
2008/02/01;-0.119110;
2008/03/01;-1.685554;
2008/04/01;0.356294;
2008/05/01;0.212882;
2008/06/01;-0.418056;
2008/07/01;1.593692;
2008/08/01;-1.192764;
2008/09/01;0.328692;
2008/10/01;0.174769;
2008/11/01;-0.879485;
2008/12/01;-0.116773;
2009/01/01;0.539667;
And now we try to include this bdt file, TOL crashes. I know that the name of the object is so long, but I think that TOL must not crash.
This long-named object are usually created when we are using an algebraic notation for names of series.
Change History (5)
comment:1 Changed 18 years ago by
Owner: | changed from danirus to Víctor de Buen Remiro |
---|
comment:2 Changed 18 years ago by
Status: | new → assigned |
---|
comment:3 Changed 18 years ago by
bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000511 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Problem has been solved in CVS and binaries for both releases
v1.1.5 b.19 2007-09-28 17:39:32 i686-win
http://www.tol-project.org/pub/bin/win/tolbase-1.1.5-setup.exe
and
v1.1.6 b.0.24.alpha 2007-09-28 17:58:46 i686-win
http://www.tol-project.org/pub/bin/win/tolbase-cvstrunk-setup.exe
A test has been added at
http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000511
Thanks to report
comment:4 Changed 18 years ago by
Sorry, I didn't explain the new behaviour.
Now, Tol sends an error of invalid long name and returns empty set.
We are working about this bug
Thans to report it