8.3 -> 9.1 results in often crashes.

Adrian Chadd adrian at freebsd.org
Mon Dec 10 14:47:04 UTC 2012


You can also list the offending IP:

list *0xffffffff80956c73


adrian

On 10 December 2012 06:22, Pawel Tyll <ptyll at nitronet.pl> wrote:
> Hi,
>
>> The gdb block at the top as that will help identify where in the code
>> your panic is occurring. The kdb block you posted only lists offsets where
>> as gdb lists lines.
> Steven,
>
> Please see http://pastie.org/5506669
>
>
>
> Lawrence,
>
> 0xffffffff80a7c1af is in tcp_input (/usr/src/sys/netinet/tcp_input.c:861).
> 856                         th->th_dport, INPLOOKUP_WILDCARD |
> 857                         INPLOOKUP_WLOCKPCB, m->m_pkthdr.rcvif);
> 858             }
> 859             /* Remove the tag from the packet.  We don't need it anymore. */
> 860             m_tag_delete(m, fwd_tag);
> 861             m->m_flags &= ~M_IP_NEXTHOP;
> 862         } else
> 863             inp = in_pcblookup_mbuf(&V_tcbinfo, ip->ip_src,
> 864                 th->th_sport, ip->ip_dst, th->th_dport,
> 865                 INPLOOKUP_WILDCARD | INPLOOKUP_WLOCKPCB,
>
> Thanks for your interest and help guys.
>
> p.
>
>
> _______________________________________________
> freebsd-stable at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscribe at freebsd.org"


More information about the freebsd-stable mailing list