Sure enough, the following from giopServer.cc/GIOP_S::HandleRequest()
seems to be inappropriate:
// XXX Do not support any service context yet,
// XXX For the moment, skips the service context
CORBA::ULong svcctxtsize;
svcctxtsize <<= *this;
skip(svcctxtsize);