[Bug 208957] Kernel panic (page fault) on 10.3-STABLE with VIMAGE & Infiniband modules
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Apr 21 18:03:19 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208957
Hans Petter Selasky <hselasky at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hselasky at FreeBSD.org
--- Comment #8 from Hans Petter Selasky <hselasky at FreeBSD.org> ---
In this context, can you type:
print *dev
Or:
print dev->if_vnet
(kgdb) list *0xffffffff808f89fa
0xffffffff808f89fa is in ipoib_cm_handle_rx_wc
(/usr/src/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_cm.c:565).
560 mb->m_pkthdr.rcvif = dev;
561 proto = *mtod(mb, uint16_t *);
562 m_adj(mb, IPOIB_ENCAP_LEN);
563
564 IPOIB_MTAP_PROTO(dev, mb, proto);
565 ipoib_demux(dev, mb, ntohs(proto));
566
567 repost:
--HPS
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-amd64
mailing list