Opened 8 years ago
Closed 8 years ago
#4610 closed defect (fixed)
New unit checking stack overflows on large arrays.
| Reported by: | Per Östlund | Owned by: | Martin Sjölund |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.13.0 |
| Component: | New Instantiation | Version: | v1.13.0-dev-nightly |
| Keywords: | Cc: | Mahder Alemseged Gebremedhin |
Description
The unit checking in the new instantiation causes a stack overflow on a simple model such as:
model M Real x[10000]; end M;
Change History (2)
comment:1 by , 8 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → accepted |
comment:2 by , 8 years ago
| Milestone: | Future → 1.13.0 |
|---|---|
| Resolution: | → fixed |
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in PR1975