Bug 458

Summary: Running tao_idl with -Sp -Gd causes application code to crash
Product: TAO Reporter: Byron Harris <harris_b>
Component: IDL CompilerAssignee: Jeff Parsons <parsons>
Status: RESOLVED ---    
Severity: normal    
Priority: P2    
Version: 1.0.14   
Hardware: All   
OS: All   

Description Byron Harris 2000-02-25 11:30:31 CST
When having tao_idl suppress the generation of thru_poa stub code (-Sp) and
generating direct collocation code (-Gd) the application code will crash when
running with -ORBCollocationStrategy direct. The application will run okay if
-Sp is not passed to the tao_idl compiler.

This behavior can be seen for example by modifiying the Makefile in the
GettingStarted/collocation example found in
http://download.ociweb.com/examples_tar.gz to include TAO_IDLFLAGS = -Sp -Gd.
Comment 1 Byron Harris 2000-02-25 13:06:59 CST
Duh! I wasn't passing -ORBCollocationStrategy direct to the server ORB_init,
only to the client ORB_init.