﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2210	variable-names involved in equation-systems	Lennart Ochel	Martin Sjölund	"We cannot access variable-names involved in equation-systems during runtime since r15072. This is quite important to provide useful warnings/error-messages. Previously we had nice dumps that were quite useful. Now we get just a “Segmentation fault (core dumped)”. The reason is that we do not load the VAR_INFO inside the EQUATION_INFO structure.

This can be tested using the following model and flags:
{{{
model: /testsuite/simulation/modelica/nonlinear_system/problem6_newton.mos
simflags: -lv=LOG_NLS -nls=kinsol
}}}

Martin: Can you fix this? Or can we revert this until your changes are not breaking anything (as you promised ;-)).
I tried already to fix it. But I have no idea how to access the var names inside the xml-parser. Probably you can fix it quickly.
"	defect	closed	high	1.9.0	Run-time	trunk	fixed		Lennart Ochel
