Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Jun 2020 16:18:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 242406] mpd & 3G USB modem: Fatal trap 12: page fault while in kernel mode
Message-ID:  <bug-242406-7501-mV4nvWLgRw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-242406-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-242406-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=3D242406

Mark Johnston <markj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |markj@FreeBSD.org
             Status|New                         |Open
           Assignee|bugs@FreeBSD.org            |net@FreeBSD.org

--- Comment #6 from Mark Johnston <markj@FreeBSD.org> ---
We are crashing here:

1120 #ifdef VIMAGE=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
1121         if (V_netisr_enable[proto] =3D=3D 0) {=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
1122                 m_freem(m);=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20
1123                 return (ENOPROTOOPT);=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20
1124         }=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
1125 #endif

I guess we are missing a CURVNET_SET() somewhere in netgraph?

--=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-242406-7501-mV4nvWLgRw>