Anupam Das
unread,Mar 22, 2012, 2:03:42 PM3/22/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
It's pretty common to see the phrase UNKNOWN_FUNCTION_NAME_ in beginning stack frames while analyzing a snapshot file from a TNS/E code, just like how I showed below as an example.
I was however found it very strange while I executed the bt command against a snapshot file and it showed me only frames of UNKNOWN-FUNCTION_NAME_ from Top to Bottom! Any idea why?
(eInspect 1,1053):bt
#0 0xfffffffff901deb0 in UNKNOWN_FUNCTION_NAME_ ()
#1 0xfffffffff90635b0 in UNKNOWN_FUNCTION_NAME_ ()
#2 0xfffffffff0ca0910 in UNKNOWN_FUNCTION_NAME_ ()
#3 0xfffffffff0ca2260 in UNKNOWN_FUNCTION_NAME_ ()
#4 0xfffffffff0c98ba0 in UNKNOWN_FUNCTION_NAME_ ()
#5 0xfffffffff0ca4d90 in UNKNOWN_FUNCTION_NAME_ ()
#6 0xfffffffff0ca5a50 in UNKNOWN_FUNCTION_NAME_ ()
#7 0xfffffffff0ca3410 in UNKNOWN_FUNCTION_NAME_ ()
#8 0xfffffffff9048ce0 in UNKNOWN_FUNCTION_NAME_ ()
#9 0xfffffffff227f9f0 in UNKNOWN_FUNCTION_NAME_ ()
#10 0xfffffffff2276a30 in UNKNOWN_FUNCTION_NAME_ ()
#11 0xfffffffff2298be0 in UNKNOWN_FUNCTION_NAME_ ()
#12 0xfffffffff02e1660 in UNKNOWN_FUNCTION_NAME_ ()
#13 0x70ccae60:1 in TunnelingResponderImpl::TR_OnConnectFailure(SSH::Manager &, const std::exception *) ()
#14 0x70d4aeb0:0 in SSH::TunnelingResponder::HandleOpen(SSH::Manager &, CryptoPP::BufferedTransformation &, CryptoPP::BufferedTransformation &) ()
#15 0x70aa6f00:0 in SSH::Manager::ProcessSshMessage(SSH::Manager::MessageToProcess &)