#283 closed defect (fixed)
TolBase falls in error
| Reported by: | Christian Paz | Owned by: | danirus |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Various | Version: | head |
| Severity: | blocker | Keywords: | TOL |
| Cc: |
Description
When this code is run, TolBase shows an error message (in red) in Output Window,
as usual, but it also closes TolBase with a windows error message:
Real FunPrueba(Text txt)
{
If(Not(Real VarNoExiste), "", WriteLn(txt))
};
Real FunPrueba("Hola");
I think this code should only shows a message in output window, as it did in
previous versions.
Change History (4)
comment:1 Changed 20 years ago by
| Component: | Editor → Unclassified |
|---|---|
| Keywords: | TOL added; Tol-Base removed |
| Owner: | changed from Javier Portugal to danirus |
| product: | Tol-Base → TOL |
comment:2 Changed 20 years ago by
| Status: | new → assigned |
|---|
comment:3 Changed 20 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:4 Changed 19 years ago by
| bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000283 |
|---|
Note: See
TracTickets for help on using
tickets.

Hi,
Christian, thanks for your warning.
The problem was related with the solution of Bug 274...
...in fact, I wrote the code that causes the crash. :-(
It has been resolved and fixed in CVS.
Cheers