Hello,
int main()
{
CERuntime_init();
CERuntime_exit();
CERuntime_init();
CERuntime_exit();
return 0;
}
Using codec engine 2.26.02.11 on dm365 with linux 2.6.37 the second call to CERuntime_init() as shown in example above causes segmentation fault. Is this normal behaviour? I'm using codec engine in standalone modules which has to do an init for their proper function, but if the module is called two times or two modules are used from an application the problem arises.
I'm not sure whether it has been fixed in some more recent version, but also I don't know if the 3x versions can be used on dm365.
The SEGFAULT is triggered in SemMP_pend() fucntion called from _DYNAMIC.
best regards
Jan