[Bug 223824] [arm64] Kernel panic in ng_base.c (netgraph)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Nov 27 12:11:22 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223824
--- Comment #6 from Eugene Grosbein <eugen at freebsd.org> ---
I did not work with ARM yet, so I may be completely wrong, but it seems to me
we have several problems here. First, netgraph's ng_snd_item() function does
something wrong (NULL pointer dereference?) at causes exception. Then, control
passes to handle_el1h_sync that does something wrong again (?) causing second
exception due to ARM64 platform-specific "data abort" exception.
Someone with ARM64 knowledge is needed here.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-net
mailing list