Opened 11 years ago

Closed 11 years ago

Last modified 7 years ago

#2334 closed defect (fixed)

terminal + assert causes segfault

Reported by: perost Owned by: lochel
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 Changed 11 years ago by sjoelund.se

  • Owner changed from somebody to lochel
  • Status changed from new to assigned

comment:2 Changed 11 years ago by lochel

  • Resolution set to fixed
  • Status changed from assigned to closed

Seems to be fixed a while back.

comment:3 Changed 9 years ago by dietmarw

  • Milestone changed from Future to 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 Changed 7 years ago by sjoelund.se

  • Milestone changed from pre1.9.4 to 1.9.4

Removing the pre1.9.4 milestone in favor of 1.9.4.

Note: See TracTickets for help on using tickets.