- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Omedit connection with compiler is lost
Omedit connection with compiler is lost
Omedit connection with compiler is lost
Hi,
I've just installed OpenModelica 1.9.1+dev (r21395) (RML version)
Load buildings example:
/usr/lib/omlibrary/Buildings latest/Examples/Tutorial/SpaceCooling/System3.mo
Model loads ok, but both validate and simulate breaks after some minutes and a message saying "Connection with compiler lost". After accepting OK dialog, Omedit closes.
I have read some old topics regarding this issue, but not solution found ...
Any one can give me some point ?
Regards.
Re: Omedit connection with compiler is lost
I would create a bug report: https://trac.openmodelica.org/OpenModelica/newticket
The model triggers a stack overflow in the compiler. You can see it if you run the following mos-script using omc-bootstrapped:
Code:
loadModel(Buildings,{"latest"});getErrorString();
translateModel(Buildings.Examples.Tutorial.SpaceCooling.System3);getErrorString();
- sjoelund.se
- 1700 Posts
Re: Omedit connection with compiler is lost
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Omedit connection with compiler is lost