Skip to main content

What is the reason for calling exit() in DSUser::markSuspect() function?

  • February 16, 2013
  • 0 replies
  • 0 views

Problem:

Product: VBC 4.5
Platform: ALL
Product Component: ORB
What is the reason for calling exit() in DSUser::markSuspect() function?
Stack trace:
#0 0xc0209cd8 in kill () from /usr/lib/libc.2
#1 0xc01a4ffc in raise () from /usr/lib/libc.2
#2 0xc01e53f0 in abort_C () from /usr/lib/libc.2
#3 0xc01e544c in abort () from /usr/lib/libc.2
#4 0xc03b37d8 in terminate () from /usr/lib/libCsup.2
#5 0xc03b77e0 in _niam () from /usr/lib/libCsup.2
#6 0xc018354c in exit () from /usr/lib/libc.2
#7 0xc31eb7a8 in DSUser::markSuspect () from /opt/vbroker/lib/liborb_r.sl
#8 0xc324af8c in VISLocation::mark_suspect () from /opt/vbroker/lib/liborb_r.sl
#9 0xc324a71c in VISLocation::relocate () from /opt/vbroker/lib/liborb_r.sl
#10 0xc324c840 in VISLocation::bind_failed () from /opt/vbroker/lib/liborb_r.sl
#11 0xc32d1e1c in VISChainBindInterceptor::bind_failed () from /opt/vbroker/lib/liborb_r.sl
#12 0xc32c2280 in VISDelegate::_bind () from /opt/vbroker/lib/liborb_r.sl
#13 0xc32c59b4 in VISDelegate::_verify_connection () from /opt/vbroker/lib/liborb_r.sl
#14 0xc32c66d0 in VISDelegate::is_local () from /opt/vbroker/lib/liborb_r.sl
#15 0xc33cd570 in CORBA_Object::_is_local () from /opt/vbroker/lib/liborb_r.sl
#16 0xc575aae8 in OfRep::GlobalRepository::ping (this=0x2371428) at xioOfGlobalRepository_c.C:439
#17 0xc5738a48 in xio::OfGlobalRepositoryImpl::triggerThreadRunRoutine ( repository=0x447888) at xioOfGlobalRepository.C:722
#18 0xc004b168 in __pthread_body () from /usr/lib/libpthread.1#19 0xc00549ec in __pthread_start () from /usr/lib/libpthread.1

Resolution:

The only reason for calling exit() in DSUser::markSuspect() function is that the ORB is not able to create a new UDP socket for communication with the osagent. This is probably because all the FD resources are exhausted. Please check on the ulimit settings in Unix/Linux or the equivalent in Windows.


#DSUser
#VisiBroker
#Exit
#markSuspect
#Security