﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2999	Divide by zero in algorithm crashes omc	crupp@…	Willi Braun	"Sometimes one makes the silly mistake of dividing by zero, but it shouldn't be crashing the omc.

Crashing since r23516 and somewhat earlier.

{{{
loadString(""
model crash_bug
  Real pos = crash_func();
end crash_bug;

function crash_func
  import Modelica.Math.Vectors;
  output Real A;
algorithm
    A := 1.0 / 0.0;
end crash_func;
"");

checkModel(crash_bug); // crashes omc!
}}}"	defect	closed	critical	1.9.4	Run-time	trunk	fixed		
