8.3 -> 9.1 results in often crashes.

Ronald Klop ronald-freebsd8 at klop.yi.org
Mon Dec 10 15:45:08 UTC 2012


On Mon, 10 Dec 2012 16:06:36 +0100, 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?

See your first error report mail.
instruction pointer    = 0x20:0xffffffff80956c73

Ronald.

>
> (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