Breakpoint 1, GetterI::getNotificationByDate (this=0xa40e2e70, end=@0xa40e2e70, begin=@0xa40e2e84) at GetterI.cpp:14 14 GetterI::getNotificationByDate(const string & end, const string & begin, const Ice::Current&) (gdb) list 9 { 10 _dataBase = dataBase; 11 } 12 13 Management::allNotifications 14 GetterI::getNotificationByDate(const string & end, const string & begin, const Ice::Current&) 15 { 16 cout << "!!!!entrando en el getNotificationByDate..." << endl; 17 18 Management::allNotifications tmpNoti; (gdb) bt #0 GetterI::getNotificationByDate (this=0xa40e2e70, end=@0xa40e2e70, begin=@0xa40e2e84) at GetterI.cpp:14 #1 0x08057f29 in Management::Getter::___getNotificationByDate (this=0x80a9b68, __inS=@0xa40e2e70, __current=@0xa40e2e70) at DbOperations.cpp:714 #2 0x080581b0 in Management::Getter::__dispatch (this=0x80a9b68, in=@0xa40e2e70, current=@0xa40e2e70) at DbOperations.cpp:759 #3 0xa7afcde9 in IceInternal::Incoming::invoke (this=0xa40e2e70, servantManager=@0xa40e3298) at Incoming.cpp:171 #4 0xa7ad4e97 in Ice::ConnectionI::invokeAll (this=0x80aaf10, stream=@0xa40e315c, invokeNum=1, requestId=2, compress=0 '\0', servantManager=@0xa40e3298, adapter=@0xa40e3294) at ConnectionI.cpp:2234 #5 0xa7ad66bc in Ice::ConnectionI::run (this=0x80aaf10) at ConnectionI.cpp:2530 #6 0xa7ad6a6a in Ice::ConnectionI::ThreadPerConnection::run (this=0x80aa078) at ConnectionI.cpp:2560 #7 0xa798b9e9 in startHook (arg=0x80aa078) at Thread.cpp:482 #8 0xa7949ced in start_thread () from /lib/tls/libpthread.so.0 #9 0xa7602dee in clone () from /lib/tls/libc.so.6 (gdb) n 16 cout << "!!!!entrando en el getNotificationByDate..." << endl; (gdb) n !!!!entrando en el getNotificationByDate... 18 Management::allNotifications tmpNoti; (gdb) n 20 if (begin == ""){ (gdb) n 24 cout << "!!!!haciendo getNotification..." << endl; (gdb) n !!!!haciendo getNotification... 25 tmpNoti = _dataBase->getNotification(end, begin); (gdb) n SELECT * FROM RF_INCIDENCIAS WHERE TS<"2010-01-01 00:00:00" AND TS >"1990-01-01 00:00:00" 26 cout << "!!!!pasado el getNotification..." << endl; (gdb) n !!!!pasado el getNotification... 28 Management::allNotifications::iterator i = tmpNoti.begin(); (gdb) n 29 cout << "!!!!!Primer elemento: " << i->name << endl; (gdb) n !!!!!Primer elemento: encendido 31 } (gdb) n Management::Getter::___getNotificationByDate (this=0x80a9b68, __inS=@0xa40e2e70, __current=@0xa40e2e70) at DbOperations.cpp:715 715 ::Management::__write(__os, __ret, ::Management::__U__allNotifications()); (gdb) bt #0 Management::Getter::___getNotificationByDate (this=0x80a9b68, __inS=@0xa40e2e70, __current=@0xa40e2e70) at DbOperations.cpp:715 #1 0x080581b0 in Management::Getter::__dispatch (this=0x80a9b68, in=@0xa40e2e70, current=@0xa40e2e70) at DbOperations.cpp:759 #2 0xa7afcde9 in IceInternal::Incoming::invoke (this=0xa40e2e70, servantManager=@0xa40e3298) at Incoming.cpp:171 #3 0xa7ad4e97 in Ice::ConnectionI::invokeAll (this=0x80aaf10, stream=@0xa40e315c, invokeNum=1, requestId=2, compress=0 '\0', servantManager=@0xa40e3298, adapter=@0xa40e3294) at ConnectionI.cpp:2234 #4 0xa7ad66bc in Ice::ConnectionI::run (this=0x80aaf10) at ConnectionI.cpp:2530 #5 0xa7ad6a6a in Ice::ConnectionI::ThreadPerConnection::run (this=0x80aa078) at ConnectionI.cpp:2560 #6 0xa798b9e9 in startHook (arg=0x80aa078) at Thread.cpp:482 #7 0xa7949ced in start_thread () from /lib/tls/libpthread.so.0 #8 0xa7602dee in clone () from /lib/tls/libc.so.6 (gdb) n 716 return ::IceInternal::DispatchOK; (gdb) n 717 } (gdb) n Management::Getter::__dispatch (this=0x80a9b68, in=@0xa40e2e70, current=@0xa40e2e70) at DbOperations.cpp:781 781 } (gdb) n IceInternal::Incoming::invoke (this=0xa40e2e70, servantManager=@0xa40e3298) at Incoming.cpp:184 184 if(_locator && _servant && status != DispatchAsync) (gdb) n 469 _is.endReadEncaps(); (gdb) n 475 if(status == DispatchAsync) (gdb) n 483 if(_response) (gdb) n 485 _os.endWriteEncaps(); (gdb) n 487 if(status != DispatchOK && status != DispatchUserException) (gdb) n 516 *(_os.b.begin() + headerSize + 4) = static_cast(status); // Dispatch status position. (gdb) n 519 _connection->sendResponse(&_os, _compress); (gdb) n [ Protocol: sending reply message type = 2 (reply) compression status = 0 (not compressed; do not compress response, if any) message size = 150 request id = 2 reply status = 0 (ok) ] 525 } (gdb) bt #0 IceInternal::Incoming::invoke (this=0xa40e2e70, servantManager=@0xa40e3298) at Incoming.cpp:525 #1 0xa7ad4e97 in Ice::ConnectionI::invokeAll (this=0x80aaf10, stream=@0xa40e315c, invokeNum=1, requestId=2, compress=0 '\0', servantManager=@0xa40e3298, adapter=@0xa40e3294) at ConnectionI.cpp:2234 #2 0xa7ad66bc in Ice::ConnectionI::run (this=0x80aaf10) at ConnectionI.cpp:2530 #3 0xa7ad6a6a in Ice::ConnectionI::ThreadPerConnection::run (this=0x80aa078) at ConnectionI.cpp:2560 #4 0xa798b9e9 in startHook (arg=0x80aa078) at Thread.cpp:482 #5 0xa7949ced in start_thread () from /lib/tls/libpthread.so.0 #6 0xa7602dee in clone () from /lib/tls/libc.so.6 (gdb) n Ice::ConnectionI::invokeAll (this=0x80aaf10, stream=@0xa40e315c, invokeNum=1, requestId=2, compress=0 '\0', servantManager=@0xa40e3298, adapter=@0xa40e3294) at ConnectionI.cpp:2239 2239 if(--invokeNum > 0) (gdb) n 2209 while(invokeNum > 0) (gdb) n 2270 if(invokeNum > 0) (gdb) n 2281 } (gdb) n Ice::ConnectionI::run (this=0x80aaf10) at ConnectionI.cpp:2532 2532 for(map::iterator p = requests.begin(); p != requests.end(); ++p) (gdb) n 2537 for(map::iterator q = asyncRequests.begin(); q != asyncRequests.end(); ++q) (gdb) n 2542 if(localEx.get()) (gdb) n 2334 while(!closed) (gdb) n 2341 BasicStream stream(_instance.get()); (gdb) n 2345 stream.b.resize(headerSize); (gdb) n 2346 stream.i = stream.b.begin(); (gdb) n 2347 _transceiver->read(stream, -1); (gdb) n