#2334 closed defect (fixed)
terminal + assert causes segfault
| Reported by: | Per Östlund | Owned by: | Lennart Ochel |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.9.4 |
| Component: | Run-time | Version: | trunk |
| Keywords: | Cc: |
Description
A model such as this causes a segfault during simulation:
model TerminalAssert
equation
if terminal() then
assert(false, "");
end if;
end TerminalAssert;
Change History (4)
comment:1 by , 12 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:3 by , 10 years ago
| Milestone: | Future → pre1.9.4 |
|---|
It doesn't make sense to keep closed ticket in the "Future" milestone that were simply forgotten to assign to the correct milestone in the past.
comment:4 by , 8 years ago
| Milestone: | pre1.9.4 → 1.9.4 |
|---|
Removing the pre1.9.4 milestone in favor of 1.9.4.
Note:
See TracTickets
for help on using tickets.

Seems to be fixed a while back.