Opened 11 years ago

Closed 11 years ago

Last modified 7 years ago

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

Owner: changed from somebody to Lennart Ochel
Status: newassigned

comment:2 by Lennart Ochel, 11 years ago

Resolution: fixed
Status: assignedclosed

Seems to be fixed a while back.

comment:3 by Dietmar Winkler, 9 years ago

Milestone: Futurepre1.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 Martin Sjölund, 7 years ago

Milestone: pre1.9.41.9.4

Removing the pre1.9.4 milestone in favor of 1.9.4.

Note: See TracTickets for help on using tickets.