﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3465	Hudson fails with test Crane_FMU1_CPP	Rüdiger Franke	Adrian Pop	"Hudson produced twice the following error message that is hardly related my change on records (jobs 787, 788):
{{{
messages = ""Simulation execution failed for model: cranes_crane_me_FMU
module = FMICAPI, log level = FATAL: Could not load the DLL: 
/var/lib/hudson/slave/workspace/OpenModelica_TEST_PULL_REQUEST/OpenModelica/testsuite/openmodelica/cppruntime/fmu/modelExchange/1.0/Crane_FMU1_CPP.mos_temp3254/binaries/linux64/cranes_crane.so: 
undefined symbol: _ZN13StatArrayDim2IdLm3ELm3ELb0EEclEmm
}}}
c++filt -n:
{{{#!c++
StatArrayDim2<double, 3ul, 3ul, false>::operator()(unsigned long, unsigned long)
}}}

The operator()(size_t, size_t) finds in the file Array.h. The test succeeds on my development machine. 

I disabled it temporarily and added an alternative simple FMI 1.0 test."	defect	closed	high	1.9.4	Testing Framework		fixed		Marcus Walther sjoelund
