Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Dec 2021 23:25:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 260393] Page Fault tcp_output/tcp_input
Message-ID:  <bug-260393-7501-Rcd2whcwws@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-260393-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-260393-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260393

--- Comment #34 from Michael Tuexen <tuexen@freebsd.org> ---
Add to the kernel config file GENERIC

options         BUF_TRACKING            # Track buffer history
options         DDB                     # Support DDB.
options         FULL_BUF_TRACKING       # Track more buffer history
options         GDB                     # Support remote GDB.
options         DEADLKRES               # Enable the deadlock resolver
options         INVARIANTS              # Enable calls of extra sanity chec=
king
options         INVARIANT_SUPPORT       # Extra sanity checks of internal
structures, required by INVARIANTS
options         QUEUE_MACRO_DEBUG_TRASH # Trash queue(2) internal pointers =
on
invalidation
options         WITNESS                 # Enable checks to detect deadlocks=
 and
cycles
options         WITNESS_SKIPSPIN        # Don't run witness on spinlocks for
speed
options         MALLOC_DEBUG_MAXZONES=3D8 # Separate malloc(9) zones
options         VERBOSE_SYSINIT=3D0       # Support debug.verbose_sysinit, =
off by
default

and rebuild the kernel.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-260393-7501-Rcd2whcwws>