Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Jun 2022 09:38:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 263445] [tcp] Fatal trap 12: page fault while in kernel mode // supervisor read data, page not present // 13.1-RC3
Message-ID:  <bug-263445-7501-vLl28ekFSF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-263445-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-263445-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=3D263445

--- Comment #15 from Igor A. Valkov <viaprog@gmail.com> ---

now

% uptime
12:33  up 5 days, 13:22, 1 user, load averages: 18,27 20,72 20,07

% zpool status
  pool: vol
 state: ONLINE
config:

        NAME        STATE     READ WRITE CKSUM
        vol         ONLINE       0     0     0
          mirror-0  ONLINE       0     0     0
            ada0p3  ONLINE       0     0     0
            ada1p3  ONLINE       0     0     0

% cat /etc/sysctl.conf=20
vfs.zfs.min_auto_ashift=3D12
vfs.zfs.arc_min=3D8589934592
vfs.zfs.arc_max=3D68719476736
vfs.zfs.txg.timeout=3D30

kern.maxdsiz=3D274877906944
kern.dfldsiz=3D274877906944
kern.maxtsiz=3D274877906944

net.inet.tcp.fastopen.server_enable=3D0
net.inet.tcp.fastopen.client_enable=3D0

kern.ipc.shm_use_phys=3D1
kern.ipc.maxsockbuf=3D157286400
kern.ipc.soacceptqueue=3D16384

kern.ipc.tls.enable=3D1
kern.ipc.tls.cbc_enable=3D1

net.route.netisr_maxqlen=3D2048
net.inet.ip.intr_queue_maxlen=3D2048

#net.inet.tcp.functions_default=3Dbbr
#net.inet.tcp.functions_inherit_listen_socket_stack=3D0

net.inet.tcp.rfc6675_pipe=3D1
net.inet.tcp.mssdflt=3D1460
net.inet.tcp.minmss=3D536
net.inet.tcp.abc_l_var=3D44
net.inet.tcp.initcwnd_segments=3D44

net.inet.tcp.recvbuf_max=3D4194304
net.inet.tcp.recvspace=3D1048576

net.inet.tcp.sendbuf_inc=3D65536
net.inet.tcp.sendbuf_max=3D4194304
net.inet.tcp.sendspace=3D1048576

net.inet.tcp.finwait2_timeout=3D15000

kern.corefile=3D/export/coredumps/%N.core

--=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-263445-7501-vLl28ekFSF>