Version
The version of CIAO, ACE, and TAO you are using
CIAO:1.3.8
ACE:6.5.5
TAO:2.5.5
Host machine and operating system
Intel(R) Xeon(R) CPU E5-2690 0 @ 2.90GHz
ubuntu 18.04
Target machine and operating system (if different from host)
Compiler name and version (including patch level)
g++ 7.4.0
The $ACE_ROOT/ace/config.h file
#include "ace/config-linux.h"
If you use a link to a platform-specific file, simply state which one
The $ACE_ROOT/include/makeinclude/platform_macros.GNU file
include ${ACE_ROOT}/include/makeinclude/platform_linux.GNU
if you use a link to a platform-specific file, simply state which one (unless this isn't used in this case, e.g., with Microsoft Visual C++)
Contents of $ACE_ROOT/bin/MakeProjectCreator/config/default.features
xerces3 =1
zlib =1
boost=1
Used by MPC when you generate your own makefiles
AREA/CLASS/EXAMPLE AFFECTED:
What example failed? What module failed to compile?
The problem effects:
Does it affect compilation, linking, or execution. Please indicate whether ACE/TAO, your application, or both are affected.
Synopsis
Brief description of the problem
Description
EXECUTION failed:
run $CIAO_ROOT/examples/DevGuideExamples/Messenger/descriptors/run_test.pl:
(25251|139770801102720) [LM_ERROR] - 09:43:44.615747 - Plan_Launcher::teardown_plan - Application Teardown failed, exception: Caught CORBA exception while invoking destroyApplication: system exception, ID 'IDL:omg.org/CORBA/UNKNOWN:1.0'
Unknown vendor minor code id (0), minor code = 0, completed = YES
Repeat by
What you did to get the error; include test program or session transcript if at all possible.
Sample fix/ workaround
If available