[Bug 211031] [panic] in ng_uncallout when argument is NULL

2017-08-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211031

Eugene Grosbein  changed:

   What|Removed |Added

 Status|Open|In Progress
   Assignee|freebsd-net@FreeBSD.org |sbr...@freebsd.org

--- Comment #6 from Eugene Grosbein  ---
Please perform MFC for r303848 to stable/11 and stable/10.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 211031] [panic] in ng_uncallout when argument is NULL

2017-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211031

Eugene Grosbein  changed:

   What|Removed |Added

 CC||eu...@freebsd.org

--- Comment #5 from Eugene Grosbein  ---
(In reply to Michael Zhilin from comment #1)

https://reviews.freebsd.org/D7209 seems to be committed to HEAD almost a year
ago after 11.0 branched but was never MFC'd.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 211031] [panic] in ng_uncallout when argument is NULL

2016-08-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211031

Dimitry Andric  changed:

   What|Removed |Added

 CC||b...@freebsd.org

--- Comment #4 from Dimitry Andric  ---
(In reply to Glen Barber from comment #3)
> I do not see a corresponding commit to head or stable/11 for this.  Is this
> still an issue?

I'm unsure, as I cannot immediately reproduce it anymore.  In
https://reviews.freebsd.org/D7209, bz mentioned it might be related to
Glebius's recent callout changes, but this was never really investigated. 
Since the callout changes were recently cleaned up, this may have fixed this
netgraph problem as a side effect?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 211031] [panic] in ng_uncallout when argument is NULL

2016-08-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211031

--- Comment #3 from Glen Barber  ---
I do not see a corresponding commit to head or stable/11 for this.  Is this
still an issue?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 211031] [panic] in ng_uncallout when argument is NULL

2016-07-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211031

Dimitry Andric  changed:

   What|Removed |Added

 CC||d...@freebsd.org

--- Comment #2 from Dimitry Andric  ---
Similar panic here on stable/11 r302854, with a slightly different backtrace:

#0  __curthread () at ./machine/pcpu.h:221
#1  doadump (textdump=) at
/home/dim/stable-11/sys/kern/kern_shutdown.c:298
#2  0x80ae663a in kern_reboot (howto=260) at
/home/dim/stable-11/sys/kern/kern_shutdown.c:366
#3  0x80ae6beb in vpanic (fmt=, ap=0xfe04538b3180)
at /home/dim/stable-11/sys/kern/kern_shutdown.c:759
#4  0x80ae6a23 in panic (fmt=) at
/home/dim/stable-11/sys/kern/kern_shutdown.c:690
#5  0x80fb3020 in trap_fatal (frame=0xfe04538b3480, eva=16) at
/home/dim/stable-11/sys/amd64/amd64/trap.c:841
#6  0x80fb3213 in trap_pfault (frame=0xfe04538b3480, usermode=0) at
/home/dim/stable-11/sys/amd64/amd64/trap.c:691
#7  0x80fb27bd in trap (frame=0xfe04538b3480) at
/home/dim/stable-11/sys/amd64/amd64/trap.c:442
#8  
#9  ng_uncallout (c=0xf80019f21e60, node=0xf80019db3000) at
/home/dim/stable-11/sys/modules/netgraph/netgraph/../../../netgraph/ng_base.c:3817
#10 0x82fbebbc in ng_pptpgre_reset (hpriv=0xf80019f21e00) at
/home/dim/stable-11/sys/modules/netgraph/pptpgre/../../../netgraph/ng_pptpgre.c:966
#11 ng_pptpgre_disconnect (hook=) at
/home/dim/stable-11/sys/modules/netgraph/pptpgre/../../../netgraph/ng_pptpgre.c:493
#12 0x82f9f928 in ng_destroy_hook (hook=0xf80019e4fe80) at
/home/dim/stable-11/sys/modules/netgraph/netgraph/../../../netgraph/ng_base.c:1219
#13 0x82f9f635 in ng_rmnode (node=, dummy1=, dummy2=, dummy3=) at
/home/dim/stable-11/sys/modules/netgraph/netgraph/../../../netgraph/ng_base.c:744
#14 0x82fa1843 in ng_generic_msg (here=0xf80019db3000,
item=0xf801ab2a7e80, lasthook=) at
/home/dim/stable-11/sys/modules/netgraph/netgraph/../../../netgraph/ng_base.c:2523
#15 ng_apply_item (node=0xf80019db3000, item=0xf801ab2a7e80, rw=1) at
/home/dim/stable-11/sys/modules/netgraph/netgraph/../../../netgraph/ng_base.c:2437
#16 0x82fa11b3 in ng_snd_item (item=, flags=) at
/home/dim/stable-11/sys/modules/netgraph/netgraph/../../../netgraph/ng_base.c:2320
#17 0x82f9bc4e in ngc_send (so=, flags=,
m=, addr=, control=, td=) at
/home/dim/stable-11/sys/modules/netgraph/socket/../../../netgraph/ng_socket.c:338
#18 0x80b80ea7 in sosend_generic (so=, addr=, uio=, top=, control=,
flags=, td=) at
/home/dim/stable-11/sys/kern/uipc_socket.c:1359
#19 0x80b88b7b in kern_sendit (td=, s=,
mp=, flags=0, control=0x0, segflg=UIO_USERSPACE) at
/home/dim/stable-11/sys/kern/uipc_syscalls.c:848
#20 0x80b88f7f in sendit (td=0xf80019f01500, s=,
mp=0xfe04538b3960, flags=) at
/home/dim/stable-11/sys/kern/uipc_syscalls.c:775
#21 0x80b88dcd in sys_sendto (td=0x0, uap=) at
/home/dim/stable-11/sys/kern/uipc_syscalls.c:899
#22 0x80fb397e in syscallenter (td=, sa=)
at /home/dim/stable-11/sys/amd64/amd64/../../kern/subr_syscall.c:135
#23 amd64_syscall (td=, traced=0) at
/home/dim/stable-11/sys/amd64/amd64/trap.c:942
#24 
#25 0x000802518caa in ?? ()

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 211031] [panic] in ng_uncallout when argument is NULL

2016-07-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211031

Kubilay Kocak  changed:

   What|Removed |Added

 CC||k...@freebsd.org,
   ||r...@freebsd.org
Version|11.0-BETA1  |CURRENT
   Keywords||crash, needs-qa, patch
 Status|New |Open
URL||https://reviews.freebsd.org
   ||/D7209
  Flags||mfc-stable11?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 211031] [panic] in ng_uncallout when argument is NULL

2016-07-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211031

Kubilay Kocak  changed:

   What|Removed |Added

  Flags||mfc-stable10?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 211031] [panic] in ng_uncallout when argument is NULL

2016-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211031

--- Comment #1 from Michael Zhilin  ---
Patch: https://reviews.freebsd.org/D7209
At least it works for me.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 211031] [panic] in ng_uncallout when argument is NULL

2016-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211031

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-b...@freebsd.org|freebsd-net@FreeBSD.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"