Opened 18 years ago
Closed 18 years ago
#553 closed defect (fixed)
TOL crash due to a wrong handling with a big matrix
| Reported by: | Víctor de Buen Remiro | Owned by: | Jorge |
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | Math | Version: | head |
| Severity: | blocker | Keywords: | |
| Cc: |
Description
This expressions are really stupid but TOL should not abort
Matrix x=Rand(376,33667,0,0);
Matrix y = Sub(x,1,1,15000, 33667);
Change History (2)
comment:1 Changed 18 years ago by
| op_sys: | Linux → All |
|---|
comment:2 Changed 18 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Problem has been fixed in CVS
Note: See
TracTickets for help on using
tickets.

TOL also crash in Windows