This is a discussion on Need help in resolving crash - VxWorks ; Hi All, I am seeing a crash after some time when I send PING traffic target to switch (MIPS processor) and some other network traffic. The crash is observed in following sequence. I am suspecting in Mbufs. ..........->endRcvRtnCall() --> muxReceive() ...
Hi All,
I am seeing a crash after some time when I send PING traffic target to
switch (MIPS processor) and some other network traffic. The crash is
observed in following sequence. I am suspecting in Mbufs.
..........->endRcvRtnCall() --> muxReceive() --> arpResolve() -->
do_protocol_with_type() --> ipintr() --> icmp_input() --> ..
->ip_output() -->ipDetach() --> ipEtherResolvRtn() --> arpresolve() -->
netMblkClChainFree() --> netClBlkFree() --> netClBlkFree() -->
routeSockLibInit()
I will be very thankful to you, if you help me in this regard.
Thanks,
YTR