Breakpoint 1, TC65OperationsI::getNotificationTC65ByDate (this=0xa6212e70, topic=@0xa6212e70, end=@0xa6212e84, begin=@0xa79fb2a0) at TC65OperationsI.cpp:26 26 TC65OperationsI::getNotificationTC65ByDate(const string & topic, const string & end, const string & begin, const Ice::Current&) (gdb) list 21 _adapterTC65 = adapterTC65; 22 _properties = properties; 23 } 24 25 allNotifications 26 TC65OperationsI::getNotificationTC65ByDate(const string & topic, const string & end, const string & begin, const Ice::Current&) 27 { 28 allNotifications tmpNoti; 29 30 cout << "!!!!!getterProxies[incidencias]: " << _adapterTC65->getCommunicator()->proxyToString(_getterProxies[topic]) << endl; (gdb) bt #0 TC65OperationsI::getNotificationTC65ByDate (this=0xa6212e70, topic=@0xa6212e70, end=@0xa6212e84, begin=@0xa79fb2a0) at TC65OperationsI.cpp:26 #1 0x0806b5e3 in Management::TC65Operations::___getNotificationTC65ByDate (this=0x80a8090, __inS=@0xa6212e70, __current=@0xa6212e70) at TC65Operations.cpp:743 #2 0x0806b8d4 in Management::TC65Operations::__dispatch (this=0x80a8090, in=@0xa6212e70, current=@0xa6212e70) at TC65Operations.cpp:818 #3 0xa7b36de9 in IceInternal::Incoming::invoke (this=0xa6212e70, servantManager=@0xa6213298) at Incoming.cpp:171 #4 0xa7b0ee97 in Ice::ConnectionI::invokeAll (this=0x80a55f8, stream=@0xa621315c, invokeNum=1, requestId=1, compress=0 '\0', servantManager=@0xa6213298, adapter=@0xa6213294) at ConnectionI.cpp:2234 #5 0xa7b106bc in Ice::ConnectionI::run (this=0x80a55f8) at ConnectionI.cpp:2530 #6 0xa7b10a6a in Ice::ConnectionI::ThreadPerConnection::run (this=0x80a52c0) at ConnectionI.cpp:2560 #7 0xa79c59e9 in startHook (arg=0x80a52c0) at Thread.cpp:482 #8 0xa7983ced in start_thread () from /lib/tls/libpthread.so.0 #9 0xa763cdee in clone () from /lib/tls/libc.so.6 (gdb) n [ Protocol: sending request message type = 0 (request) compression status = 0 (not compressed; do not compress response, if any) message size = 74 request id = 16 identity = 30797013-EC1E-4E8D-A869-C09015FF2C5D facet = operation = ice_ping mode = 1 (nonmutating) context = ] 28 allNotifications tmpNoti; (gdb) n 30 cout << "!!!!!getterProxies[incidencias]: " << _adapterTC65->getCommunicator()->proxyToString(_getterProxies[topic]) << endl; (gdb) n !!!!!getterProxies[incidencias]: getter_incidencias -t:tcp -h 138.4.9.76 -p 10031 31 cout << "!!!!!Justo antes de hacer getNotificationByDate" << endl; (gdb) n !!!!!Justo antes de hacer getNotificationByDate 33 tmpNoti = _getterProxies[topic]->getNotificationByDate(end,begin); (gdb) bt #0 TC65OperationsI::getNotificationTC65ByDate (this=0x80a8090, topic=@0xa6212b20, end=@0xa6212b1c, begin=@0xa6212b18) at TC65OperationsI.cpp:33 #1 0x0806b5e3 in Management::TC65Operations::___getNotificationTC65ByDate (this=0x80a8090, __inS=@0xa6212e70, __current=@0xa6212e70) at TC65Operations.cpp:743 #2 0x0806b8d4 in Management::TC65Operations::__dispatch (this=0x80a8090, in=@0xa6212e70, current=@0xa6212e70) at TC65Operations.cpp:818 #3 0xa7b36de9 in IceInternal::Incoming::invoke (this=0xa6212e70, servantManager=@0xa6213298) at Incoming.cpp:171 #4 0xa7b0ee97 in Ice::ConnectionI::invokeAll (this=0x80a55f8, stream=@0xa621315c, invokeNum=1, requestId=1, compress=0 '\0', servantManager=@0xa6213298, adapter=@0xa6213294) at ConnectionI.cpp:2234 #5 0xa7b106bc in Ice::ConnectionI::run (this=0x80a55f8) at ConnectionI.cpp:2530 #6 0xa7b10a6a in Ice::ConnectionI::ThreadPerConnection::run (this=0x80a52c0) at ConnectionI.cpp:2560 #7 0xa79c59e9 in startHook (arg=0x80a52c0) at Thread.cpp:482 #8 0xa7983ced in start_thread () from /lib/tls/libpthread.so.0 #9 0xa763cdee in clone () from /lib/tls/libc.so.6 (gdb) n [ Protocol: sending request message type = 0 (request) compression status = 0 (not compressed; do not compress response, if any) message size = 109 request id = 17 identity = getter_incidencias facet = operation = getNotificationByDate mode = 0 (normal) context = ]