Opened 7 years ago

Closed 7 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 Martin Sjölund, 7 years ago

Owner: changed from arunkumar palanisamy to Martin Sjölund
Status: newaccepted

comment:2 by Martin Sjölund, 7 years ago

Milestone: Future1.13.0
Resolution: fixed
Status: acceptedclosed

Fixed in PR1975

Note: See TracTickets for help on using tickets.