Hi, I'm about to update mico in a situation with threads disabled, and face compilation errors because of two distinct problems:
1) HAVE_THREADS not being defined causes compilation errors, and the first patch does fix them. 2) The idl compiler dumps core when optimization is enabled, and valgrind does show some invalid memory read after free. This eventually is because ORBInvokeRec is ref-counted since 2014, but ORB::_cache_rec does not respect that. Fixed by second patch. What do you think? Thanks! /haubi/ _______________________________________________ Mico-devel mailing list Mico-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mico-devel