#227 closed defect (fixed)
Reasignation operator := crashes when object doesn't exist
| Reported by: | Javier Portugal | Owned by: | danirus |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Kernel | Version: | head |
| Severity: | critical | Keywords: | |
| Cc: |
Description
When we write
Real variableQueNoExiste := 0;
tolbase (and also tol.exe) chashs .
Change History (3)
comment:1 Changed 21 years ago by
| Status: | new → assigned |
|---|
comment:2 Changed 21 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:3 Changed 19 years ago by
| bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000227 |
|---|
Note: See
TracTickets for help on using
tickets.

Just resolved.
I left a null pointer operation there when I resolved the bug 218.
I also just apply an enhancement suggested by Javier in the spanish Tol User
List, that let us code like this:
Now all of them works.