Date: Tue, 05 Feb 2019 15:06:03 +0000 From: Pete French <petefrench@ingresso.co.uk> To: bu7cher@yandex.ru, freebsd-stable@freebsd.org, petefrench@ingresso.co.uk Subject: Re: More CARP issues under 12 Message-ID: <E1gr2IV-000BqA-VD@dilbert.ingresso.co.uk> In-Reply-To: <49a5ec49-a8d4-2d13-bc94-c8a7cc41fadd@yandex.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
> Hi, > > What branch and revision do you use? Can you install gdb and then obtain > this information: The branch and revision is 12.0-STABLE r343538 GENERIC > # kgdb > > (kgdb) list *ether_output+0x6b6 trying to do this on the actual box is hard, as it panics, but on another machine running the same build I get this, which should suffice if you are just interested in seeing the line in the source code ? (kgdb) list *ether_output+0x6b6 0xffffffff80ca1526 is in ether_output (/usr/src/sys/net/if_ethersubr.c:435). 430 if (m == NULL) 431 return (0); 432 } 433 434 /* Continue with link-layer output */ 435 return ether_output_frame(ifp, m); 436 } 437 438 static bool 439 ether_set_pcp(struct mbuf **mp, struct ifnet *ifp, uint8_t pcp)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1gr2IV-000BqA-VD>