[Bug 223824] [arm64] Kernel panic in ng_base.c (netgraph)

2017-12-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223824 Eugene Grosbein changed: What|Removed |Added Flags|mfc-stable10?,

[Bug 223824] [arm64] Kernel panic in ng_base.c (netgraph)

2017-11-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223824 aonishenko changed: What|Removed |Added Severity|Affects Only Me |Affects

[Bug 223824] [arm64] Kernel panic in ng_base.c (netgraph)

2017-11-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223824 --- Comment #6 from Eugene Grosbein --- 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

[Bug 223824] [arm64] Kernel panic in ng_base.c (netgraph)

2017-11-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223824 --- Comment #5 from aonishenko --- Here is more detailed out root@rpi3:/usr/home/pi # service mpd5 onestart Starting mpd5. root@rpi3:/usr/home/pi # Kernel page fault with the following non-sleepable locks held:

[Bug 223824] [arm64] Kernel panic in ng_base.c (netgraph)

2017-11-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223824 --- Comment #4 from aonishenko --- Done! Here the output: Multi-link PPP daemon for FreeBSD process 841 started, version 5.8Kernel page fault with the following non-sleepab exclusive sleep mutex ng_node

[Bug 223824] [arm64] Kernel panic in ng_base.c (netgraph)

2017-11-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223824 --- Comment #3 from Eugene Grosbein --- You have to add NETGRAPH_DEBUG to your kernel configuration to obtain more debug information. Please note that NETGRAPH_DEBUG changes netgraph ABI, so you won't be able to use

[Bug 223824] [arm64] Kernel panic in ng_base.c (netgraph)

2017-11-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223824 Mark Linimon changed: What|Removed |Added CC|