[PolyORB-users] Interface Repository

Héctor Pérez Tijero hectorpt at coit.es
Wed May 3 19:50:28 CEST 2006


Hi all,

I have found some problems working with IR. After running the IR server
and registering a simple interface, I am not able to run po_dumpir tool
successfully. The following exception is reached in IR server:

polyorb.orb: Got exception sending Executed_Request.Exception name:
STORAGE_ERROR
Message: stack overflow (or erroneous memory access)

However, I can get some information through po_dumpir (Interface and
Operation Nodes) although it is blocked waiting for the disconnection.

My idl file,

interface Echo {
  string echoString (in string Mesg);
};

The interface was registered just using the Register_IR_Info method that
is generated by idlac with "-ir" flag. 

I have tried to write my own client as well but I have got the same
error (when I try to call "describe_interface" in particular).

Some details about my system:

OS: Fedora 4
Polyorb 1.3r

Any help would be appreciated,

Hector Perez Tijero
 



More information about the PolyORB-users mailing list