﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3019	A simple model works in r23550 and fails in r23681	massimo ceraolo	Martin Sjölund	"I have the following tiny model:

{{{
model transIssue
  parameter Real tau = 3.14;
  Real x, a1, a2, aSum;
equation
  x = 1 - exp(-time / tau);
  der(x) = a1;
  a2 = 0.5 * time;
  aSum = abs(a1 - a2);
  annotation(experiment(StartTime = 0, StopTime = 10, Tolerance = 0.0001, Interval = 0.02));
end transIssue;
}}}


When run in OM r23681 (win version), it gives the following error:

[c:/dev/OpenModelica/Compiler/SimCode/SerializeModelInfo.mo:103:9-103:84] Error: Internal error SerializeModelInfo.serialize failed
[:0:0-0:0] Error: Internal error SerializeModelInfo.serializeVars failed
[c:/dev/OpenModelica/Compiler/SimCode/SerializeModelInfo.mo:378:9-378:74] Error: Internal error serializeOperation failed

Instead the model runs well in r23550  (win version)
AFAIK the model is ok and should run."	defect	closed	high	1.9.2	*unknown*	trunk	fixed		
