// Client: Server: //const long DIM = 2097152; // 2MB CORBA::MARSHAL OK //const long DIM = 2097100; // CORBA::MARSHAL OK //const long DIM = 2097000; // CORBA::COMM_FAILURE Segmentation Fault //const long DIM = 1100000; // CORBA::COMM_FAILURE Segmentation Fault //const long DIM = 1048576; // 1MB sys exc TRANSIENT Segmentation Fault //const long DIM = 1000000; // OK OK const long DIM = 1048576; struct st_fi_t { octet x[DIM]; }; interface Echo { void st_fi(inout st_fi_t p1); };