8.3 -> 9.1 results in often crashes.

Adrian Chadd adrian at freebsd.org
Mon Dec 10 23:26:06 UTC 2012


Instruction Pointer. :-)



adrian


On 10 December 2012 07:06, Pawel Tyll <ptyll at nitronet.pl> wrote:
> Witam,
>
>> You can also list the offending IP:
>
>> list *0xffffffff80956c73
> Excuse my ignorance, but how does that list an IP address?
>
> (gdb) list *0xffffffff80956c73
> 0xffffffff80956c73 is in m_tag_delete (mbuf.h:1047).
> 1042     */
> 1043    static __inline void
> 1044    m_tag_unlink(struct mbuf *m, struct m_tag *t)
> 1045    {
> 1046
> 1047        SLIST_REMOVE(&m->m_pkthdr.tags, t, m_tag, m_tag_link);
> 1048    }
> 1049
> 1050    /* These are for OpenBSD compatibility. */
> 1051    #define MTAG_ABI_COMPAT         0               /* compatibility ABI */
>
> p.
>
>


More information about the freebsd-stable mailing list