======================================
| Ctrl-C stdout
|
| WAIT TIMEOUT stdout
| [  509.874320] Oops: general protection fault, probably for non-canonical address 0xdead000000000122: 0000 [#1] PREEMPT SMP NOPTI
[  509.874533] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014
[  509.874637] Workqueue: netns cleanup_net
[  509.874687] RIP: 0010:neigh_flush_dev.isra.0 (./include/linux/list.h:988 ./include/linux/rculist.h:516 net/core/neighbour.c:384) 
[ 509.874739] Code: 89 d6 48 83 ed 10 0f 84 08 01 00 00 48 8b 5d 10 45 84 f6 74 0d 80 bd 9c 00 00 00 00 0f 88 e0 00 00 00 48 8b 45 00 48 8b 55 08 <48> 89 02 48 85 c0 74 04 48 89 50 08 48 8b 45 10 48 8b 55 18 4c 89
All code
========
   0:	89 d6                	mov    %edx,%esi
   2:	48 83 ed 10          	sub    $0x10,%rbp
   6:	0f 84 08 01 00 00    	je     0x114
   c:	48 8b 5d 10          	mov    0x10(%rbp),%rbx
  10:	45 84 f6             	test   %r14b,%r14b
  13:	74 0d                	je     0x22
  15:	80 bd 9c 00 00 00 00 	cmpb   $0x0,0x9c(%rbp)
  1c:	0f 88 e0 00 00 00    	js     0x102
  22:	48 8b 45 00          	mov    0x0(%rbp),%rax
  26:	48 8b 55 08          	mov    0x8(%rbp),%rdx
  2a:*	48 89 02             	mov    %rax,(%rdx)		<-- trapping instruction
  2d:	48 85 c0             	test   %rax,%rax
  30:	74 04                	je     0x36
  32:	48 89 50 08          	mov    %rdx,0x8(%rax)
  36:	48 8b 45 10          	mov    0x10(%rbp),%rax
  3a:	48 8b 55 18          	mov    0x18(%rbp),%rdx
  3e:	4c                   	rex.WR
  3f:	89                   	.byte 0x89

Code starting with the faulting instruction
===========================================
   0:	48 89 02             	mov    %rax,(%rdx)
   3:	48 85 c0             	test   %rax,%rax
   6:	74 04                	je     0xc
   8:	48 89 50 08          	mov    %rdx,0x8(%rax)
   c:	48 8b 45 10          	mov    0x10(%rbp),%rax
  10:	48 8b 55 18          	mov    0x18(%rbp),%rdx
  14:	4c                   	rex.WR
  15:	89                   	.byte 0x89
[  509.874898] RSP: 0018:ffffab2540273c10 EFLAGS: 00010246
[  509.874948] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000001388
[  509.875013] RDX: dead000000000122 RSI: 0000000000000286 RDI: ffff8c353ec1d070
[  509.875074] RBP: ffff8c3502776a00 R08: ffff8c351264a93c R09: ffff8c353ec1cf40
[  509.875136] R10: ffff8c353ec1cf58 R11: 0000000000000004 R12: ffffffffa8a2dda0
[  509.875200] R13: dead000000000122 R14: 0000000000000000 R15: ffff8c35012c3440
[  509.875268] FS:  0000000000000000(0000) GS:ffff8c353ec00000(0000) knlGS:0000000000000000
[  509.875340] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  509.875400] CR2: 00007fdcb1185270 CR3: 0000000002962004 CR4: 0000000000772ef0
[  509.875465] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[  509.875534] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[  509.875600] PKRU: 55555554
[  509.875629] Call Trace:
[  509.875658]  <TASK>
[  509.875691] ? die_addr (arch/x86/kernel/dumpstack.c:421 arch/x86/kernel/dumpstack.c:460) 
[  509.875739] ? exc_general_protection (arch/x86/kernel/traps.c:748 arch/x86/kernel/traps.c:693) 
[  509.875799] ? asm_exc_general_protection (./arch/x86/include/asm/idtentry.h:617) 
[  509.875858] ? neigh_flush_dev.isra.0 (./include/linux/list.h:988 ./include/linux/rculist.h:516 net/core/neighbour.c:384) 
[  509.875909] __neigh_ifdown.isra.0 (net/core/neighbour.c:425) 
[  509.875959] neigh_ifdown (net/core/neighbour.c:445) 
[  509.875996] fib_netdev_event (net/ipv4/fib_frontend.c:1521) 
[  509.876038] notifier_call_chain (kernel/notifier.c:93) 
[  509.876081] dev_close_many (net/core/dev.c:1590) 
[  509.876125] unregister_netdevice_many_notify (net/core/dev.c:11503) 
[  509.876175] ? rtnl_is_locked (net/core/rtnetlink.c:164) 
[  509.876214] ? unregister_netdevice_queue (net/core/dev.c:11455) 
[  509.876258] default_device_exit_batch (net/core/dev.c:12075) 
[  509.876311] cleanup_net (net/core/net_namespace.c:632 (discriminator 3)) 
[  509.876354] process_one_work (kernel/workqueue.c:3229) 
[  509.876399] worker_thread (kernel/workqueue.c:3304 kernel/workqueue.c:3391) 
[  509.876439] ? __pfx_worker_thread (kernel/workqueue.c:3337) 
[  509.876490] kthread (kernel/kthread.c:389) 
[  509.876560] ? __pfx_kthread (kernel/kthread.c:342) 
[  509.876599] ret_from_fork (arch/x86/kernel/process.c:147) 
[  509.876642] ? __pfx_kthread (kernel/kthread.c:342) 


Finger prints:
neigh_ifdown:fib_netdev_event:notifier_call_chain:dev_close_many:unregister_netdevice_many_notify