What values do the walkback array in the SocketException contain?
- by akhilss
Recently I have debugging into a problem where a connection to a database server from the application server get reset. I am pretty sure there is no reset being called from either end. But while I was debugging into the problem, while inspecting the SocketException, I found the walkback variable.
arg0 SocketException (id=11532)
cause SocketException (id=11532)
detailMessage "Connection reset"
stackTrace null
walkback long[50] (id=11618)
What do the values in this variable represent?