[omniORB] segfault compiling orb.idl
    Brian Wallis 
    brian.wallis at ot.com.au
       
    Tue May  3 12:56:05 BST 2005
    
    
  
In my attempts to compile the TM Forum's TMF814 IDL with omniorb's IDL 
compiler I have come across some IDL that causes a segfault in IDL compiler. 
(omniorb 4.0.6).
The IDL is:
#ifndef CORBA_IDL_
#define CORBA_IDL_
module CORBA
{
    interface Principal { };
    interface NamedValue { };
    interface TypeCode { };
};
#endif
The comments preceding the IDL suggest that this IDL is required to be 
included for the purposes of the Orbix IDLGen tool. I don't think that this 
is valid but it shouldn't cause a segfault (it should probably have a Orbix 
specific compile guard around it).
I can build the IDL OK if I just comment out the CORBA module definition.
(TMF814: http://www.tmforum.org/browse.asp?catID=880&linkID=28891 but this is 
only available to registered members)
-- 
brian wallis...
Open Telecommunications
http://www.ot.com.au/
    
    
More information about the omniORB-list
mailing list