possible deadlock in vprintk_emit (2)

12 views
Skip to first unread message

syzbot

unread,
Oct 21, 2019, 3:06:07 PM10/21/19
to syzkaller-a...@googlegroups.com
Hello,

syzbot found the following crash on:

HEAD commit: 234de928 Merge 4.14.150 into android-4.14
git tree: android-4.14
console output: https://syzkaller.appspot.com/x/log.txt?x=14bd2dd8e00000
kernel config: https://syzkaller.appspot.com/x/.config?x=e89a9c3deac950f9
dashboard link: https://syzkaller.appspot.com/bug?extid=6520fb095b01fb7dce02
compiler: gcc (GCC) 9.0.0 20181231 (experimental)

Unfortunately, I don't have any reproducer for this crash yet.

IMPORTANT: if you fix the bug, please add the following tag to the commit:
Reported-by: syzbot+6520fb...@syzkaller.appspotmail.com

315674 pages reserved
SLUB: Unable to allocate memory on node -1, gfp=0x1080020(GFP_ATOMIC)
cache: kmalloc-2048, object size: 2048, buffer size: 2176, default order:
3, min order: 0
node 0: slabs: 971, objs: 10897, free: 0
======================================================
WARNING: possible circular locking dependency detected
4.14.150+ #0 Not tainted
------------------------------------------------------
syz-executor.5/20873 is trying to acquire lock:
(console_owner){-.-.}, at: [<00000000bf80576a>] console_trylock_spinning
kernel/printk/printk.c:1652 [inline]
(console_owner){-.-.}, at: [<00000000bf80576a>] vprintk_emit+0x1b8/0x330
kernel/printk/printk.c:1916

but task is already holding lock:
(&(&port->lock)->rlock){-.-.}, at: [<0000000066a4121d>]
pty_write+0xdb/0x1c0 drivers/tty/pty.c:119

which lock already depends on the new lock.


the existing dependency chain (in reverse order) is:

-> #2 (&(&port->lock)->rlock){-.-.}:
__raw_spin_lock_irqsave include/linux/spinlock_api_smp.h:110 [inline]
_raw_spin_lock_irqsave+0x42/0x60 kernel/locking/spinlock.c:160
tty_port_tty_get+0x1d/0x80 drivers/tty/tty_port.c:287
tty_port_default_wakeup+0x11/0x40 drivers/tty/tty_port.c:46
serial8250_tx_chars+0x409/0xa20
drivers/tty/serial/8250/8250_port.c:1810
serial8250_handle_irq.part.0+0x1ef/0x240
drivers/tty/serial/8250/8250_port.c:1883
serial8250_handle_irq drivers/tty/serial/8250/8250_port.c:1869
[inline]
serial8250_default_handle_irq+0x9c/0x110
drivers/tty/serial/8250/8250_port.c:1899
serial8250_interrupt+0xea/0x1a0
drivers/tty/serial/8250/8250_core.c:129
__handle_irq_event_percpu+0xff/0x7a0 kernel/irq/handle.c:147
handle_irq_event_percpu+0x76/0x150 kernel/irq/handle.c:187
handle_irq_event+0xa2/0x12d kernel/irq/handle.c:204
handle_edge_irq+0x21b/0x820 kernel/irq/chip.c:770
generic_handle_irq_desc include/linux/irqdesc.h:159 [inline]
handle_irq+0x225/0x2e2 arch/x86/kernel/irq_64.c:87
do_IRQ+0x7f/0x1c0 arch/x86/kernel/irq.c:230
ret_from_intr+0x0/0x22
arch_local_irq_restore arch/x86/include/asm/paravirt.h:779 [inline]
__raw_spin_unlock_irqrestore include/linux/spinlock_api_smp.h:160
[inline]
_raw_spin_unlock_irqrestore+0x59/0x70 kernel/locking/spinlock.c:192
spin_unlock_irqrestore include/linux/spinlock.h:372 [inline]
uart_write+0x299/0x540 drivers/tty/serial/serial_core.c:625
process_output_block drivers/tty/n_tty.c:595 [inline]
n_tty_write+0x38e/0xe30 drivers/tty/n_tty.c:2333
do_tty_write drivers/tty/tty_io.c:959 [inline]
tty_write+0x3f4/0x6f0 drivers/tty/tty_io.c:1043
redirected_tty_write+0xaa/0xb0 drivers/tty/tty_io.c:1064
__vfs_write+0xf9/0x5a0 fs/read_write.c:482
vfs_write+0x17f/0x4d0 fs/read_write.c:546
SYSC_write fs/read_write.c:594 [inline]
SyS_write+0x102/0x250 fs/read_write.c:586
do_syscall_64+0x19b/0x520 arch/x86/entry/common.c:292
entry_SYSCALL_64_after_hwframe+0x42/0xb7

-> #1 (&port_lock_key){-.-.}:
__raw_spin_lock_irqsave include/linux/spinlock_api_smp.h:110 [inline]
_raw_spin_lock_irqsave+0x42/0x60 kernel/locking/spinlock.c:160
serial8250_console_write+0x434/0x820
drivers/tty/serial/8250/8250_port.c:3232
call_console_drivers kernel/printk/printk.c:1719 [inline]
console_unlock+0x6ea/0xc70 kernel/printk/printk.c:2391
vprintk_emit+0x128/0x330 kernel/printk/printk.c:1917
vprintk_func+0x58/0x152 kernel/printk/printk_safe.c:401
printk+0xba/0xed kernel/printk/printk.c:1990
register_console+0x5f4/0x9b0 kernel/printk/printk.c:2710
univ8250_console_init+0x2f/0x3a
drivers/tty/serial/8250/8250_core.c:692
console_init+0x4d/0x56 kernel/printk/printk.c:2791
start_kernel+0x5cf/0x890 init/main.c:659
secondary_startup_64+0xa5/0xb0 arch/x86/kernel/head_64.S:240

-> #0 (console_owner){-.-.}:
lock_acquire+0x12b/0x360 kernel/locking/lockdep.c:3994
console_trylock_spinning kernel/printk/printk.c:1673 [inline]
vprintk_emit+0x1f5/0x330 kernel/printk/printk.c:1916
vprintk_func+0x58/0x152 kernel/printk/printk_safe.c:401
printk+0xba/0xed kernel/printk/printk.c:1990
warn_alloc.cold+0x1c/0x1ab mm/page_alloc.c:3303
__alloc_pages_slowpath mm/page_alloc.c:4174 [inline]
__alloc_pages_nodemask+0x1a13/0x2370 mm/page_alloc.c:4277
__alloc_pages include/linux/gfp.h:461 [inline]
__alloc_pages_node include/linux/gfp.h:474 [inline]
alloc_pages_node include/linux/gfp.h:488 [inline]
alloc_slab_page mm/slub.c:1499 [inline]
allocate_slab mm/slub.c:1650 [inline]
new_slab+0x33c/0x3e0 mm/slub.c:1714
new_slab_objects mm/slub.c:2497 [inline]
___slab_alloc.constprop.0+0x387/0x4e0 mm/slub.c:2649
__slab_alloc.isra.0.constprop.0+0x4b/0x90 mm/slub.c:2689
slab_alloc_node mm/slub.c:2752 [inline]
slab_alloc mm/slub.c:2800 [inline]
__kmalloc+0x268/0x3e0 mm/slub.c:3834
kmalloc include/linux/slab.h:493 [inline]
tty_buffer_alloc drivers/tty/tty_buffer.c:169 [inline]
__tty_buffer_request_room+0x1b4/0x570 drivers/tty/tty_buffer.c:267
tty_insert_flip_string_fixed_flag+0x8c/0x1c0
drivers/tty/tty_buffer.c:312
tty_insert_flip_string include/linux/tty_flip.h:37 [inline]
pty_write+0x10d/0x1c0 drivers/tty/pty.c:121
n_tty_write+0x8fc/0xe30 drivers/tty/n_tty.c:2356
do_tty_write drivers/tty/tty_io.c:959 [inline]
tty_write+0x3f4/0x6f0 drivers/tty/tty_io.c:1043
__vfs_write+0xf9/0x5a0 fs/read_write.c:482
vfs_write+0x17f/0x4d0 fs/read_write.c:546
SYSC_write fs/read_write.c:594 [inline]
SyS_write+0x102/0x250 fs/read_write.c:586
do_syscall_64+0x19b/0x520 arch/x86/entry/common.c:292
entry_SYSCALL_64_after_hwframe+0x42/0xb7

other info that might help us debug this:

Chain exists of:
console_owner --> &port_lock_key --> &(&port->lock)->rlock

Possible unsafe locking scenario:

CPU0 CPU1
---- ----
lock(&(&port->lock)->rlock);
lock(&port_lock_key);
lock(&(&port->lock)->rlock);
lock(console_owner);

*** DEADLOCK ***

5 locks held by syz-executor.5/20873:
#0: (&tty->ldisc_sem){++++}, at: [<0000000020ea8bf7>]
tty_ldisc_ref_wait+0x22/0x80 drivers/tty/tty_ldisc.c:284
#1: (&tty->atomic_write_lock){+.+.}, at: [<00000000a75987a4>]
tty_write_lock+0x1d/0x60 drivers/tty/tty_io.c:885
#2: (&tty->termios_rwsem){++++}, at: [<000000006194678f>]
n_tty_write+0xb30/0xe30 drivers/tty/n_tty.c:2378
#3: (&ldata->output_lock){+.+.}, at: [<00000000111deb7a>]
n_tty_write+0x8bc/0xe30 drivers/tty/n_tty.c:2355
#4: (&(&port->lock)->rlock){-.-.}, at: [<0000000066a4121d>]
pty_write+0xdb/0x1c0 drivers/tty/pty.c:119

stack backtrace:
CPU: 1 PID: 20873 Comm: syz-executor.5 Not tainted 4.14.150+ #0
Call Trace:
__dump_stack lib/dump_stack.c:17 [inline]
dump_stack+0xca/0x134 lib/dump_stack.c:53
print_circular_bug.isra.0.cold+0x2dc/0x425 kernel/locking/lockdep.c:1258
check_prev_add kernel/locking/lockdep.c:1901 [inline]
check_prevs_add kernel/locking/lockdep.c:2018 [inline]
validate_chain kernel/locking/lockdep.c:2460 [inline]
__lock_acquire+0x2f5f/0x4320 kernel/locking/lockdep.c:3487
lock_acquire+0x12b/0x360 kernel/locking/lockdep.c:3994
console_trylock_spinning kernel/printk/printk.c:1673 [inline]
vprintk_emit+0x1f5/0x330 kernel/printk/printk.c:1916
vprintk_func+0x58/0x152 kernel/printk/printk_safe.c:401
printk+0xba/0xed kernel/printk/printk.c:1990
warn_alloc.cold+0x1c/0x1ab mm/page_alloc.c:3303
__alloc_pages_slowpath mm/page_alloc.c:4174 [inline]
__alloc_pages_nodemask+0x1a13/0x2370 mm/page_alloc.c:4277
__alloc_pages include/linux/gfp.h:461 [inline]
__alloc_pages_node include/linux/gfp.h:474 [inline]
alloc_pages_node include/linux/gfp.h:488 [inline]
alloc_slab_page mm/slub.c:1499 [inline]
allocate_slab mm/slub.c:1650 [inline]
new_slab+0x33c/0x3e0 mm/slub.c:1714
new_slab_objects mm/slub.c:2497 [inline]
___slab_alloc.constprop.0+0x387/0x4e0 mm/slub.c:2649
__slab_alloc.isra.0.constprop.0+0x4b/0x90 mm/slub.c:2689
slab_alloc_node mm/slub.c:2752 [inline]
slab_alloc mm/slub.c:2800 [inline]
__kmalloc+0x268/0x3e0 mm/slub.c:3834
kmalloc include/linux/slab.h:493 [inline]
tty_buffer_alloc drivers/tty/tty_buffer.c:169 [inline]
__tty_buffer_request_room+0x1b4/0x570 drivers/tty/tty_buffer.c:267
tty_insert_flip_string_fixed_flag+0x8c/0x1c0 drivers/tty/tty_buffer.c:312
tty_insert_flip_string include/linux/tty_flip.h:37 [inline]
pty_write+0x10d/0x1c0 drivers/tty/pty.c:121
n_tty_write+0x8fc/0xe30 drivers/tty/n_tty.c:2356
do_tty_write drivers/tty/tty_io.c:959 [inline]
tty_write+0x3f4/0x6f0 drivers/tty/tty_io.c:1043
__vfs_write+0xf9/0x5a0 fs/read_write.c:482
vfs_write+0x17f/0x4d0 fs/read_write.c:546
SYSC_write fs/read_write.c:594 [inline]
SyS_write+0x102/0x250 fs/read_write.c:586
do_syscall_64+0x19b/0x520 arch/x86/entry/common.c:292
entry_SYSCALL_64_after_hwframe+0x42/0xb7
RIP: 0033:0x459a59
RSP: 002b:00007efc8bee2c78 EFLAGS: 00000246 ORIG_RAX: 0000000000000001
RAX: ffffffffffffffda RBX: 0000000000000003 RCX: 0000000000459a59
RDX: 00000000ffffff78 RSI: 00000000200000c0 RDI: 0000000000000003
RBP: 000000000075bf20 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000246 R12: 00007efc8bee36d4
R13: 00000000004c9e76 R14: 00000000004e1ba0 R15: 00000000ffffffff
syz-executor.5:
[ 6190] 0 6190 18145 8713 26 3 0
1000 syz-executor.1
page allocation failure: order:0
[ 6210] 0 6210 18145 8713 26 3 0
1000 syz-executor.1
, mode:0x1084020(GFP_ATOMIC|__GFP_COMP), nodemask=
[ 6240] 0 6240 18145 8713 26 3 0
1000 syz-executor.1
(null)
CPU: 1 PID: 20873 Comm: syz-executor.5 Not tainted 4.14.150+ #0
Call Trace:
__dump_stack lib/dump_stack.c:17 [inline]
dump_stack+0xca/0x134 lib/dump_stack.c:53
warn_alloc.cold+0x91/0x1ab mm/page_alloc.c:3319
[ 6261] 0 6261 18145 8713 26 3 0
1000 syz-executor.1
__alloc_pages_slowpath mm/page_alloc.c:4174 [inline]
__alloc_pages_nodemask+0x1a13/0x2370 mm/page_alloc.c:4277
[ 6288] 0 6288 18145 8713 26 3 0
1000 syz-executor.1
__alloc_pages include/linux/gfp.h:461 [inline]
__alloc_pages_node include/linux/gfp.h:474 [inline]
alloc_pages_node include/linux/gfp.h:488 [inline]
alloc_slab_page mm/slub.c:1499 [inline]
allocate_slab mm/slub.c:1650 [inline]
new_slab+0x33c/0x3e0 mm/slub.c:1714
new_slab_objects mm/slub.c:2497 [inline]
___slab_alloc.constprop.0+0x387/0x4e0 mm/slub.c:2649
[ 6312] 0 6312 18145 8713 26 3 0
1000 syz-executor.1
[ 6336] 0 6336 18145 8713 26 3 0
1000 syz-executor.1
[ 6364] 0 6364 18145 8713 26 3 0
1000 syz-executor.1
[ 6394] 0 6394 18145 8713 26 3 0
1000 syz-executor.1
__slab_alloc.isra.0.constprop.0+0x4b/0x90 mm/slub.c:2689
slab_alloc_node mm/slub.c:2752 [inline]
slab_alloc mm/slub.c:2800 [inline]
__kmalloc+0x268/0x3e0 mm/slub.c:3834
kmalloc include/linux/slab.h:493 [inline]
tty_buffer_alloc drivers/tty/tty_buffer.c:169 [inline]
__tty_buffer_request_room+0x1b4/0x570 drivers/tty/tty_buffer.c:267
tty_insert_flip_string_fixed_flag+0x8c/0x1c0 drivers/tty/tty_buffer.c:312
[ 6407] 0 6407 18145 8713 26 3 0
1000 syz-executor.1
[ 6424] 0 6424 18145 8713 26 3 0
1000 syz-executor.1
tty_insert_flip_string include/linux/tty_flip.h:37 [inline]
pty_write+0x10d/0x1c0 drivers/tty/pty.c:121
n_tty_write+0x8fc/0xe30 drivers/tty/n_tty.c:2356
[ 6443] 0 6443 18145 8713 26 3 0
1000 syz-executor.1
do_tty_write drivers/tty/tty_io.c:959 [inline]
tty_write+0x3f4/0x6f0 drivers/tty/tty_io.c:1043
[ 6473] 0 6473 18145 8713 26 3 0
1000 syz-executor.1
__vfs_write+0xf9/0x5a0 fs/read_write.c:482
vfs_write+0x17f/0x4d0 fs/read_write.c:546
SYSC_write fs/read_write.c:594 [inline]
SyS_write+0x102/0x250 fs/read_write.c:586
[ 6500] 0 6500 18145 8713 26 3 0
1000 syz-executor.1
[ 6528] 0 6528 18145 8713 26 3 0
1000 syz-executor.1
do_syscall_64+0x19b/0x520 arch/x86/entry/common.c:292
entry_SYSCALL_64_after_hwframe+0x42/0xb7
RIP: 0033:0x459a59
RSP: 002b:00007efc8bee2c78 EFLAGS: 00000246 ORIG_RAX: 0000000000000001
RAX: ffffffffffffffda RBX: 0000000000000003 RCX: 0000000000459a59
RDX: 00000000ffffff78 RSI: 00000000200000c0 RDI: 0000000000000003
RBP: 000000000075bf20 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000246 R12: 00007efc8bee36d4
R13: 00000000004c9e76 R14: 00000000004e1ba0 R15: 00000000ffffffff
SLUB: Unable to allocate memory on node -1, gfp=0x1080020(GFP_ATOMIC)
[ 6549] 0 6549 18145 8713 26 3 0
1000 syz-executor.1
cache: kmalloc-2048, object size: 2048, buffer size: 2176, default order:
3, min order: 0
[ 6574] 0 6574 18145 8713 26 3 0
1000 syz-executor.1
node 0: slabs: 971, objs: 10897, free: 0
[ 6611] 0 6611 18145 8713 26 3 0
1000 syz-executor.1
[ 6633] 0 6633 18145 8713 26 3 0
1000 syz-executor.1
[ 6659] 0 6659 18145 8713 26 3 0
1000 syz-executor.1
[ 6686] 0 6686 18145 8713 26 3 0
1000 syz-executor.1
[ 6708] 0 6708 18145 8713 26 3 0
1000 syz-executor.1
[ 6736] 0 6736 18145 8713 26 3 0
1000 syz-executor.1
[ 6763] 0 6763 18145 8713 26 3 0
1000 syz-executor.1
[ 6782] 0 6782 18145 8713 26 3 0
1000 syz-executor.1
[ 6802] 0 6802 18145 8713 26 3 0
1000 syz-executor.1
[ 6817] 0 6817 18145 8713 26 3 0
1000 syz-executor.1
[ 6834] 0 6834 18145 8713 26 3 0
1000 syz-executor.1
[ 6856] 0 6856 18145 8713 26 3 0
1000 syz-executor.1
[ 6885] 0 6885 18145 8713 26 3 0
1000 syz-executor.1
[ 6909] 0 6909 18145 8713 26 3 0
1000 syz-executor.1
[ 6923] 0 6923 18145 8713 26 3 0
1000 syz-executor.1
[ 6941] 0 6941 18145 8713 26 3 0
1000 syz-executor.1
[ 6958] 0 6958 18145 8713 26 3 0
1000 syz-executor.1
[ 6976] 0 6976 18145 8713 26 3 0
1000 syz-executor.1
[ 6996] 0 6996 18145 8713 26 3 0
1000 syz-executor.1
[ 7019] 0 7019 18145 8713 26 3 0
1000 syz-executor.1
[ 7037] 0 7037 18145 8714 26 3 0
1000 syz-executor.0
[ 7040] 0 7040 18145 8713 26 3 0
1000 syz-executor.1
[ 7068] 0 7068 18145 8713 26 3 0
1000 syz-executor.1
[ 7087] 0 7087 18145 8713 26 3 0
1000 syz-executor.1
[ 7104] 0 7104 18145 8713 26 3 0
1000 syz-executor.1
[ 7132] 0 7132 18145 8713 26 3 0
1000 syz-executor.1
[ 7149] 0 7149 18145 8713 26 3 0
1000 syz-executor.1
[ 7173] 0 7173 18145 8713 26 3 0
1000 syz-executor.1
[ 7196] 0 7196 18145 8713 26 3 0
1000 syz-executor.1
[ 7219] 0 7219 18145 8713 26 3 0
1000 syz-executor.1
[ 7251] 0 7251 18145 8713 26 3 0
1000 syz-executor.1
[ 7274] 0 7274 18145 8713 26 3 0
1000 syz-executor.1
[ 7293] 0 7293 18145 8713 26 3 0
1000 syz-executor.1
[ 7312] 0 7312 18145 8713 26 3 0
1000 syz-executor.1
[ 7334] 0 7334 18145 8712 25 3 0
1000 syz-executor.1
[ 7359] 0 7359 18145 8712 25 3 0
1000 syz-executor.1
[ 7368] 0 7368 18211 9610 26 3 0
0 syz-executor.2
[ 7384] 0 7384 18145 8712 25 3 0
1000 syz-executor.1
[ 7400] 0 7400 18277 12813 32 3 0
0 syz-executor.2
[ 7420] 0 7420 18145 8713 26 3 0
1000 syz-executor.1
[ 7446] 0 7446 18145 8713 26 3 0
1000 syz-executor.1
[ 7465] 0 7465 18145 8713 26 3 0
1000 syz-executor.1
[ 7487] 0 7487 18145 8713 26 3 0
1000 syz-executor.1
[ 7522] 0 7522 18178 8715 26 3 0
1000 syz-executor.1
[ 7539] 0 7539 18211 8749 27 4 0
1000 syz-executor.3
[ 7547] 0 7547 18211 8749 27 4 0
1000 syz-executor.3
[ 7566] 0 7566 18145 8713 26 3 0
1000 syz-executor.1
[ 7591] 0 7591 18145 8713 26 3 0
1000 syz-executor.1
[ 7605] 0 7605 18145 8710 25 3 0
0 syz-executor.2
[ 7612] 0 7612 18145 8713 26 3 0
1000 syz-executor.1
[ 7627] 0 7627 18244 8718 25 3 0
0 syz-executor.2
[ 7653] 0 7653 18145 8710 25 3 0
0 syz-executor.2
[ 7659] 0 7659 18145 8713 26 3 0
1000 syz-executor.1
[ 7691] 0 7691 18145 8713 26 3 0
1000 syz-executor.1
[ 7709] 0 7709 18145 8713 26 3 0
1000 syz-executor.1
[ 7730] 0 7730 18178 8715 26 3 0
1000 syz-executor.1
[ 7750] 0 7750 18145 8713 26 3 0
1000 syz-executor.1
[ 7775] 0 7775 18145 8713 26 3 0
1000 syz-executor.1
[ 7785] 0 7785 18178 8715 26 3 0
0 syz-executor.2
[ 7794] 0 7794 18145 8713 26 3 0
1000 syz-executor.1
[ 7803] 0 7803 18145 8713 26 3 0
0 syz-executor.2
[ 7808] 0 7808 18145 8713 26 3 0
1000 syz-executor.1
[ 7824] 0 7824 18145 8713 26 3 0
1000 syz-executor.1
[ 7843] 0 7843 18145 8713 26 3 0
1000 syz-executor.1
[ 7870] 0 7870 18145 8713 26 3 0
1000 syz-executor.1
[ 7889] 0 7889 18145 8713 26 3 0
1000 syz-executor.1
[ 7903] 0 7903 18145 8713 26 3 0
1000 syz-executor.1
[ 7930] 0 7930 18145 8713 26 3 0
1000 syz-executor.1
[ 7957] 0 7957 18145 8713 26 3 0
1000 syz-executor.1
[ 7980] 0 7980 18145 8713 26 3 0
1000 syz-executor.1
[ 8000] 0 8000 18145 8713 26 3 0
1000 syz-executor.1
[ 8017] 0 8017 18145 8713 26 3 0
1000 syz-executor.1
[ 8035] 0 8035 18145 8713 26 3 0
1000 syz-executor.1
[ 8056] 0 8056 18145 8713 26 3 0
1000 syz-executor.1
[ 8083] 0 8083 18145 8713 26 3 0
1000 syz-executor.1
[ 8109] 0 8109 18178 8715 26 3 0
1000 syz-executor.1
[ 8129] 0 8129 18145 8713 26 3 0
1000 syz-executor.1
[ 8139] 0 8139 18145 8745 27 4 0
0 syz-executor.2
[ 8172] 0 8172 18145 8713 26 3 0
1000 syz-executor.1
[ 8189] 0 8189 18145 8713 26 3 0
1000 syz-executor.1
[ 8207] 0 8207 18145 8713 26 3 0
1000 syz-executor.1
[ 8245] 0 8245 18145 8713 26 3 0
1000 syz-executor.1
[ 8266] 0 8266 18145 8713 26 3 0
1000 syz-executor.1
[ 8301] 0 8301 18145 8713 26 3 0
1000 syz-executor.1
[ 8316] 0 8316 18145 8713 26 3 0
1000 syz-executor.1
[ 8334] 0 8334 18145 8713 26 3 0
1000 syz-executor.1
[ 8364] 0 8364 18145 8713 26 3 0
1000 syz-executor.1
[ 8386] 0 8386 18145 8713 26 3 0
1000 syz-executor.1
[ 8402] 0 8402 18145 8713 26 3 0
1000 syz-executor.1
[ 8418] 0 8418 18145 8713 26 3 0
1000 syz-executor.1
[ 8438] 0 8438 18145 8713 26 3 0
1000 syz-executor.1
[ 8457] 0 8457 18145 8713 26 3 0
1000 syz-executor.1
[ 8481] 0 8481 18145 8713 26 3 0
1000 syz-executor.1
[ 8512] 0 8512 18145 8713 26 3 0
1000 syz-executor.1
[ 8523] 0 8523 18145 8713 26 3 0
1000 syz-executor.1
[ 8643] 0 8643 18145 8713 26 3 0
1000 syz-executor.1
[ 8651] 0 8651 18244 9185 26 4 0
0 syz-executor.2
[ 8670] 0 8670 18145 8713 26 3 0
1000 syz-executor.1
[ 8688] 0 8688 18145 8713 26 3 0
1000 syz-executor.1
[ 8703] 0 8703 18145 8713 26 3 0
1000 syz-executor.1
[ 8717] 0 8717 18178 8715 26 3 0
1000 syz-executor.1
[ 8739] 0 8739 18145 8713 26 3 0
1000 syz-executor.1
[ 8757] 0 8757 18145 8713 26 3 0
1000 syz-executor.1
[ 8771] 0 8771 18145 8713 26 3 0
1000 syz-executor.3
[ 8778] 0 8778 18145 8713 26 3 0
1000 syz-executor.1
[ 8791] 0 8791 18145 8713 26 3 0
1000 syz-executor.3
[ 8811] 0 8811 18145 8713 26 3 0
1000 syz-executor.3
[ 8813] 0 8813 18145 8713 26 3 0
1000 syz-executor.1
[ 8830] 0 8830 18145 8713 26 3 0
1000 syz-executor.1
[ 8833] 0 8833 18145 8713 26 3 0
1000 syz-executor.3
[ 8846] 0 8846 18145 8713 26 3 0
1000 syz-executor.1
[ 8865] 0 8865 18145 8713 26 3 0
1000 syz-executor.1
[ 8868] 0 8868 18145 8713 26 3 0
1000 syz-executor.3
[ 8881] 0 8881 18145 8713 26 3 0
1000 syz-executor.3
[ 8886] 0 8886 18145 8713 26 3 0
1000 syz-executor.1
[ 8898] 0 8898 18145 8713 26 3 0
1000 syz-executor.3
[ 8906] 0 8906 18145 8713 26 3 0
1000 syz-executor.1
[ 8917] 0 8917 18145 8713 26 3 0
1000 syz-executor.3
[ 8924] 0 8924 18145 8713 26 3 0
1000 syz-executor.1
[ 8936] 0 8936 18145 8712 26 3 0
1000 syz-executor.1
[ 8937] 0 8937 18145 8713 26 3 0
1000 syz-executor.3
[ 8954] 0 8954 18145 8712 26 3 0
1000 syz-executor.1
[ 8956] 0 8956 18145 8713 26 3 0
1000 syz-executor.3
[ 8973] 0 8973 18145 8712 26 3 0
1000 syz-executor.1
[ 8996] 0 8996 18145 8713 26 3 0
1000 syz-executor.1
[ 9007] 0 9007 18145 8713 26 3 0
1000 syz-executor.1
[ 9025] 0 9025 18145 8713 26 3 0
1000 syz-executor.1
[ 9051] 0 9051 18145 8713 26 3 0
1000 syz-executor.1
[ 9068] 0 9068 18145 8713 26 3 0
1000 syz-executor.1
[ 9092] 0 9092 18145 8713 26 3 0
1000 syz-executor.1
[ 9108] 0 9108 18145 8713 26 3 0
1000 syz-executor.1
[ 9145] 0 9145 18145 8713 26 3 0
1000 syz-executor.1
[ 9166] 0 9166 18145 8713 26 3 0
1000 syz-executor.1
[ 9195] 0 9195 18145 8713 26 3 0
1000 syz-executor.1
[ 9211] 0 9211 18145 8713 26 3 0
1000 syz-executor.1
[ 9222] 0 9222 18145 8713 26 3 0
1000 syz-executor.1
[ 9242] 0 9242 18145 8713 26 3 0
1000 syz-executor.1
[ 9263] 0 9263 18145 8713 26 3 0
1000 syz-executor.1
[ 9291] 0 9291 18145 8713 26 3 0
1000 syz-executor.1
[ 9314] 0 9314 18145 8713 26 3 0
1000 syz-executor.1
[ 9327] 0 9327 18145 8713 26 3 0
1000 syz-executor.1
[ 9349] 0 9349 18145 8713 26 3 0
1000 syz-executor.1
[ 9359] 0 9359 18145 8713 26 3 0
1000 syz-executor.1
[ 9384] 0 9384 18145 8713 26 3 0
1000 syz-executor.1
[ 9403] 0 9403 18145 8713 26 3 0
1000 syz-executor.1
[ 9423] 0 9423 18145 8713 26 3 0
1000 syz-executor.1
[ 9446] 0 9446 18145 8713 26 3 0
1000 syz-executor.1
[ 9467] 0 9467 18145 8713 26 3 0
1000 syz-executor.1
[ 9486] 0 9486 18145 8713 26 3 0
1000 syz-executor.1
[ 9510] 0 9510 18145 8713 26 3 0
1000 syz-executor.1
[ 9543] 0 9543 18145 8713 26 3 0
1000 syz-executor.1
[ 9549] 0 9549 34662 8760 28 4 0
1000 syz-executor.0
[ 9562] 0 9562 18145 8713 26 3 0
1000 syz-executor.1
[ 9579] 0 9579 18145 8713 26 3 0
1000 syz-executor.1
[ 9594] 0 9594 18145 8713 26 3 0
1000 syz-executor.1
[ 9598] 0 9598 34662 8760 28 4 0
1000 syz-executor.0
[ 9614] 0 9614 18145 8713 26 3 0
1000 syz-executor.1
[ 9632] 0 9632 18145 8713 26 3 0
1000 syz-executor.1
[ 9664] 0 9664 18145 8713 26 3 0
1000 syz-executor.1
[ 9683] 0 9683 18145 8713 26 3 0
1000 syz-executor.1
[ 9694] 0 9694 18145 8713 26 3 0
1000 syz-executor.1
[ 9710] 0 9710 18145 8713 26 3 0
1000 syz-executor.1
[ 9729] 0 9729 18145 8713 26 3 0
1000 syz-executor.1
[ 9754] 0 9754 18145 8713 26 3 0
1000 syz-executor.1
[ 9772] 0 9772 18145 8713 26 3 0
1000 syz-executor.1
[ 9776] 0 9776 18145 8713 26 3 0
0 syz-executor.2
[ 9796] 0 9796 18145 8713 26 3 0
1000 syz-executor.1
[ 9820] 0 9820 18145 8713 26 3 0
1000 syz-executor.1
[ 9845] 0 9845 18145 8714 26 3 0
1000 syz-executor.0
[ 9848] 0 9848 18145 8713 26 3 0
1000 syz-executor.1
[ 9905] 0 9905 18145 8713 26 3 0
1000 syz-executor.1
[ 9938] 0 9938 18145 8713 26 3 0
1000 syz-executor.1
[ 9955] 0 9955 18211 8750 26 4 0
0 syz-executor.2
[ 9973] 0 9973 18145 8713 26 3 0
1000 syz-executor.1
[ 9995] 0 9995 18145 8713 26 3 0
1000 syz-executor.1
[10018] 0 10018 18145 8713 26 3 0
1000 syz-executor.1
[10033] 0 10033 18145 8713 26 3 0
1000 syz-executor.1
[10058] 0 10058 18145 8713 26 3 0
1000 syz-executor.1
[10077] 0 10077 18145 8713 26 3 0
1000 syz-executor.1
[10085] 0 10085 18145 8714 26 3 0
1000 syz-executor.0
[10097] 0 10097 18145 8713 26 3 0
1000 syz-executor.1
[10116] 0 10116 18145 8713 26 3 0
1000 syz-executor.1
[10128] 0 10128 18178 8712 25 3 0
0 syz-executor.2
[10130] 0 10130 18145 8713 26 3 0
1000 syz-executor.1
[10142] 0 10142 18145 8713 26 3 0
1000 syz-executor.1
[10155] 0 10155 18244 8717 25 3 0
0 syz-executor.2
[10170] 0 10170 18145 8713 26 3 0
1000 syz-executor.1
[10184] 0 10184 18178 8744 26 4 0
0 syz-executor.2
[10187] 0 10187 18145 8713 26 3 0
1000 syz-executor.1
[10203] 0 10203 18145 8713 26 3 0
1000 syz-executor.1
[10220] 0 10220 18145 8713 26 3 0
1000 syz-executor.1
[10245] 0 10245 18145 8713 26 3 0
1000 syz-executor.1
[10271] 0 10271 18145 8713 26 3 0
1000 syz-executor.1
[10294] 0 10294 18178 8715 26 3 0
1000 syz-executor.1
[10306] 0 10306 18145 8713 26 3 0
1000 syz-executor.1
[10326] 0 10326 18145 8713 26 3 0
1000 syz-executor.1
[10341] 0 10341 18145 8713 26 3 0
1000 syz-executor.1
[10358] 0 10358 18145 8713 26 3 0
1000 syz-executor.1
[10372] 0 10372 18145 8713 26 3 0
1000 syz-executor.1
[10414] 0 10414 18145 8713 26 3 0
1000 syz-executor.1
[10433] 0 10433 18145 8713 26 3 0
1000 syz-executor.1
[10443] 0 10443 18145 8713 26 3 0
1000 syz-executor.1
[10470] 0 10470 18145 8713 26 3 0
1000 syz-executor.1
[10502] 0 10502 18145 8713 26 3 0
1000 syz-executor.1
[10532] 0 10532 18145 8713 26 3 0
1000 syz-executor.1
[10537] 0 10537 18145 8712 26 3 0
1000 syz-executor.5
[10544] 0 10544 18145 8713 26 3 0
1000 syz-executor.1
[10558] 0 10558 18145 8713 26 3 0
1000 syz-executor.1
[10579] 0 10579 18145 8713 26 3 0
1000 syz-executor.1
[10599] 0 10599 18145 8713 26 3 0
1000 syz-executor.1
[10616] 0 10616 18145 8713 26 3 0
1000 syz-executor.1
[10636] 0 10636 18178 8715 26 3 0
1000 syz-executor.1
[10700] 0 10700 18145 8713 26 3 0
1000 syz-executor.1
[10724] 0 10724 18145 8713 26 3 0
1000 syz-executor.1
[10732] 0 10732 18211 8747 26 4 0
1000 syz-executor.5
[10741] 0 10741 18145 8713 26 3 0
1000 syz-executor.1
[10746] 0 10746 18211 8747 26 4 0
1000 syz-executor.5
[10768] 0 10768 18145 8713 26 3 0
1000 syz-executor.1
[10788] 0 10788 18145 8713 26 3 0
1000 syz-executor.1
[10798] 0 10798 18145 8713 26 3 0
1000 syz-executor.1
[10805] 0 10805 18178 13201 32 3 0
0 syz-executor.2
[10807] 0 10807 18178 13201 32 3 0
0 syz-executor.2
[10809] 0 10809 18145 8713 26 3 0
1000 syz-executor.1
[10819] 0 10819 18145 8713 26 3 0
1000 syz-executor.1
[10834] 0 10834 18145 8713 26 3 0
1000 syz-executor.1
[10849] 0 10849 18145 8713 26 3 0
1000 syz-executor.1
[10863] 0 10863 18145 8713 26 3 0
1000 syz-executor.1
[10884] 0 10884 18145 8713 26 3 0
1000 syz-executor.1
[10909] 0 10909 18145 8713 26 3 0
1000 syz-executor.1
[10917] 0 10917 18145 8713 26 3 0
1000 syz-executor.1
[10920] 0 10920 18178 13200 32 3 0
1000 syz-executor.5
[10921] 0 10921 18178 13200 32 3 0
1000 syz-executor.5
[10937] 0 10937 18145 8713 26 3 0
1000 syz-executor.1
[10951] 0 10951 18145 8713 26 3 0
1000 syz-executor.1
[10974] 0 10974 18145 8713 26 3 0
1000 syz-executor.1
[10984] 0 10984 18145 8713 26 3 0
1000 syz-executor.1
[10991] 0 10991 18178 13259 32 3 0
1000 syz-executor.5
[10993] 0 10993 18178 13260 32 3 0
0 syz-executor.2
[10994] 0 10994 18178 13260 32 3 0
0 syz-executor.2
[11018] 0 11018 18145 8713 26 3 0
1000 syz-executor.1
[11026] 0 11026 18145 8713 26 3 0
1000 syz-executor.1
[11038] 0 11038 18145 8713 26 3 0
1000 syz-executor.1
[11040] 0 11040 18178 13259 32 3 0
0 syz-executor.2
[11047] 0 11047 18211 13292 32 3 0
0 syz-executor.2
[11055] 0 11055 18145 8713 26 3 0
1000 syz-executor.1
[11056] 0 11056 18178 13260 32 3 0
1000 syz-executor.0
[11057] 0 11057 18178 13260 32 3 0
1000 syz-executor.5
[11059] 0 11059 18178 13260 32 3 0
1000 syz-executor.0
[11081] 0 11081 18145 8713 26 3 0
1000 syz-executor.1
[11093] 0 11093 18145 8713 26 3 0
1000 syz-executor.1
[11104] 0 11104 18145 8713 26 3 0
1000 syz-executor.1
[11114] 0 11114 18178 13260 32 3 0
0 syz-executor.2
[11115] 0 11115 18145 8713 26 3 0
1000 syz-executor.1
[11121] 0 11121 18178 13260 32 3 0
1000 syz-executor.5
[11123] 0 11123 18178 13260 32 3 0
0 syz-executor.2
[11124] 0 11124 18178 13260 32 3 0
1000 syz-executor.5
[11135] 0 11135 18145 8713 26 3 0
1000 syz-executor.1
[11153] 0 11153 18145 8713 26 3 0
1000 syz-executor.1
[11164] 0 11164 18145 8713 26 3 0
1000 syz-executor.1
[11172] 0 11172 18145 8713 26 3 0
1000 syz-executor.1
[11179] 0 11179 18178 13260 32 3 0
0 syz-executor.2
[11180] 0 11180 18178 13260 32 3 0
0 syz-executor.2
[11181] 0 11181 18178 13260 32 3 0
1000 syz-executor.5
[11182] 0 11182 18178 13260 32 3 0
1000 syz-executor.5
[11196] 0 11196 18145 8713 26 3 0
1000 syz-executor.1
[11218] 0 11218 18145 8713 26 3 0
1000 syz-executor.1
[11226] 0 11226 18145 8713 26 3 0
1000 syz-executor.1
[11235] 0 11235 18145 8713 26 3 0
1000 syz-executor.1
[11245] 0 11245 18145 8713 26 3 0
1000 syz-executor.1
[11249] 0 11249 18178 13260 32 3 0
0 syz-executor.2
[11250] 0 11250 18178 13260 32 3 0
0 syz-executor.2
[11252] 0 11252 18178 13260 32 3 0
1000 syz-executor.5
[11253] 0 11253 18178 13260 32 3 0
1000 syz-executor.5
[11271] 0 11271 18145 8713 26 3 0
1000 syz-executor.1
[11286] 0 11286 18145 8713 26 3 0
1000 syz-executor.1
[11293] 0 11293 18145 8713 26 3 0
1000 syz-executor.1
[11303] 0 11303 18145 8713 26 3 0
1000 syz-executor.1
[11306] 0 11306 18178 13260 32 3 0
0 syz-executor.2
[11307] 0 11307 18178 13260 32 3 0
0 syz-executor.2
[11310] 0 11310 18178 13260 32 3 0
1000 syz-executor.5
[11311] 0 11311 18178 13260 32 3 0
1000 syz-executor.5
[11318] 0 11318 18145 8713 26 3 0
1000 syz-executor.1
[11341] 0 11341 18145 8713 26 3 0
1000 syz-executor.1
[11349] 0 11349 18145 8713 26 3 0
1000 syz-executor.1
[11357] 0 11357 18145 8713 26 3 0
1000 syz-executor.1
[11362] 0 11362 18145 8713 26 3 0
1000 syz-executor.1
[11368] 0 11368 18178 13260 32 3 0
1000 syz-executor.5
[11371] 0 11371 18178 13260 32 3 0
1000 syz-executor.5
[11376] 0 11376 18178 13261 32 3 0
0 syz-executor.2
[11377] 0 11377 18178 13260 32 3 0
0 syz-executor.2
[11398] 0 11398 18145 8713 26 3 0
1000 syz-executor.1
[11406] 0 11406 18145 8713 26 3 0
1000 syz-executor.1
[11415] 0 11415 18145 8713 26 3 0
1000 syz-executor.1
[11422] 0 11422 18145 8713 26 3 0
1000 syz-executor.1
[11427] 0 11427 18178 13260 32 3 0
1000 syz-executor.5
[11428] 0 11428 18178 13260 32 3 0
1000 syz-executor.5
[11433] 0 11433 18145 8713 26 3 0
1000 syz-executor.1
[11434] 0 11434 18178 13260 32 3 0
0 syz-executor.2
[11435] 0 11435 18178 13260 32 3 0
0 syz-executor.2
[11443] 0 11443 18178 13260 32 3 0
1000 syz-executor.0
[11444] 0 11444 18178 13260 32 3 0
1000 syz-executor.0
[11461] 0 11461 18145 8713 26 3 0
1000 syz-executor.1
[11474] 0 11474 18145 8713 26 3 0
1000 syz-executor.1
[11480] 0 11480 18145 8713 26 3 0
1000 syz-executor.1
[11488] 0 11488 18178 13259 32 3 0
0 syz-executor.2
[11489] 0 11489 18145 8713 26 3 0
1000 syz-executor.1
[11491] 0 11491 18211 13292 32 3 0
0 syz-executor.2
[11493] 0 11493 18178 13260 32 3 0
1000 syz-executor.5
[11495] 0 11495 18178 13260 32 3 0
1000 syz-executor.5
[11501] 0 11501 18145 8713 26 3 0
1000 syz-executor.1
[11502] 0 11502 18178 13260 32 3 0
1000 syz-executor.0
[11503] 0 11503 18178 13260 32 3 0
1000 syz-executor.0
[11518] 0 11518 18178 13260 32 3 0
1000 syz-executor.5
[11519] 0 11519 18178 13260 32 3 0
1000 syz-executor.5
[11533] 0 11533 18145 8713 26 3 0
1000 syz-executor.1
[11546] 0 11546 18145 8713 26 3 0
1000 syz-executor.1
[11550] 0 11550 18145 8713 26 3 0
1000 syz-executor.1
[11554] 0 11554 18178 13260 32 3 0
0 syz-executor.2
[11555] 0 11555 18178 13260 32 3 0
0 syz-executor.2
[11558] 0 11558 18145 8713 26 3 0
1000 syz-executor.1
[11563] 0 11563 18178 13259 32 3 0
1000 syz-executor.0
[11564] 0 11564 18178 13260 32 3 0
1000 syz-executor.5
[11565] 0 11565 18178 13260 32 3 0
1000 syz-executor.5
[11570] 0 11570 18145 8713 26 3 0
1000 syz-executor.1
[11574] 0 11574 18145 8713 26 3 0
1000 syz-executor.1
[11592] 0 11592 18145 8713 26 3 0
1000 syz-executor.1
[11601] 0 11601 18145 8713 26 3 0
1000 syz-executor.1
[11611] 0 11611 18145 8713 26 3 0
1000 syz-executor.1
[11622] 0 11622 18178 13260 32 3 0
1000 syz-executor.5
[11623] 0 11623 18145 8713 26 3 0
1000 syz-executor.1
[11624] 0 11624 18178 13260 32 3 0
1000 syz-executor.5
[11625] 0 11625 18178 13260 32 3 0
0 syz-executor.2
[11627] 0 11627 18178 13260 32 3 0
0 syz-executor.2
[11628] 0 11628 18178 13260 32 3 0
1000 syz-executor.0
[11630] 0 11630 18178 13260 32 3 0
1000 syz-executor.0
[11652] 0 11652 18145 8713 26 3 0
1000 syz-executor.1
[11667] 0 11667 18145 8713 26 3 0
1000 syz-executor.1
[11674] 0 11674 18145 8713 26 3 0
1000 syz-executor.1
[11678] 0 11678 18145 8713 26 3 0
1000 syz-executor.1
[11680] 0 11680 18178 13260 32 3 0
1000 syz-executor.5
[11681] 0 11681 18178 13260 32 3 0
1000 syz-executor.5
[11684] 0 11684 18178 13260 32 3 0
0 syz-executor.2
[11685] 0 11685 18178 13260 32 3 0
0 syz-executor.2
[11689] 0 11689 18178 13260 32 3 0
1000 syz-executor.0
[11691] 0 11691 18178 13260 32 3 0
1000 syz-executor.0
[11693] 0 11693 18145 8713 26 3 0
1000 syz-executor.1
[11708] 0 11708 18145 8713 26 3 0
1000 syz-executor.1
[11716] 0 11716 18145 8713 26 3 0
1000 syz-executor.1
[11720] 0 11720 18145 8713 26 3 0
1000 syz-executor.1
[11724] 0 11724 18145 8713 26 3 0
1000 syz-executor.1
[11729] 0 11729 18178 13260 32 3 0
1000 syz-executor.0
[11730] 0 11730 18178 13260 32 3 0
1000 syz-executor.0
[11731] 0 11731 18178 13260 32 3 0
1000 syz-executor.5
[11732] 0 11732 18178 13260 32 3 0
1000 syz-executor.5
[11735] 0 11735 18178 13260 32 3 0
0 syz-executor.2
[11736] 0 11736 18178 13260 32 3 0
0 syz-executor.2
[11737] 0 11737 18145 8713 26 3 0
1000 syz-executor.1
[11761] 0 11761 18145 8713 26 3 0
1000 syz-executor.1
[11768] 0 11768 18145 8713 26 3 0
1000 syz-executor.1
[11778] 0 11778 18145 8713 26 3 0
1000 syz-executor.1
[11784] 0 11784 18178 13260 32 3 0
1000 syz-executor.5
[11787] 0 11787 18145 8713 26 3 0
1000 syz-executor.1
[11797] 0 11797 18145 8713 26 3 0
1000 syz-executor.1
[11799] 0 11799 18178 13260 32 3 0
0 syz-executor.2
[11800] 0 11800 18178 13260 32 3 0
0 syz-executor.2
[11801] 0 11801 18178 13260 32 3 0
1000 syz-executor.0
[11802] 0 11802 18178 13260 32 3 0
1000 syz-executor.0
[11823] 0 11823 18145 8713 26 3 0
1000 syz-executor.1
[11831] 0 11831 18145 8713 26 3 0
1000 syz-executor.1
[11837] 0 11837 18145 8713 26 3 0
1000 syz-executor.1
[11846] 0 11846 18145 8713 26 3 0
1000 syz-executor.1
[11851] 0 11851 18145 8713 26 3 0
1000 syz-executor.1
[11854] 0 11854 18178 13259 32 3 0
0 syz-executor.2
[11858] 0 11858 18211 13292 32 3 0
0 syz-executor.2
[11859] 0 11859 18178 13260 32 3 0
1000 syz-executor.5
[11860] 0 11860 18178 13260 32 3 0
1000 syz-executor.0
[11861] 0 11861 18178 13260 32 3 0
1000 syz-executor.0
[11886] 0 11886 18145 8713 26 3 0
1000 syz-executor.1
[11896] 0 11896 18145 8713 26 3 0
1000 syz-executor.1
[11905] 0 11905 18145 8713 26 3 0
1000 syz-executor.1
[11910] 0 11910 18178 13260 32 3 0
0 syz-executor.2
[11911] 0 11911 18178 13260 32 3 0
0 syz-executor.2
[11912] 0 11912 18145 8713 26 3 0
1000 syz-executor.1
[11915] 0 11915 18178 13260 32 3 0
1000 syz-executor.0
[11916] 0 11916 18178 13260 32 3 0
1000 syz-executor.0
[11919] 0 11919 18178 13260 32 3 0
1000 syz-executor.5
[11937] 0 11937 18145 8713 26 3 0
1000 syz-executor.1
[11943] 0 11943 18145 8713 26 3 0
1000 syz-executor.1
[11948] 0 11948 18178 13260 32 3 0
0 syz-executor.2
[11949] 0 11949 18178 13260 32 3 0
0 syz-executor.2
[11950] 0 11950 18145 8713 26 3 0
1000 syz-executor.1
[11957] 0 11957 18145 8713 26 3 0
1000 syz-executor.1
[11959] 0 11959 18178 13260 32 3 0
1000 syz-executor.5
[11967] 0 11967 18145 8713 26 3 0
1000 syz-executor.1
[11970] 0 11970 18178 13260 32 3 0
1000 syz-executor.0
[11972] 0 11972 18178 13260 32 3 0
1000 syz-executor.0
[11978] 0 11978 18145 8713 26 3 0
1000 syz-executor.1
[12005] 0 12005 18145 8713 26 3 0
1000 syz-executor.1
[12014] 0 12014 18145 8713 26 3 0
1000 syz-executor.1
[12022] 0 12022 18145 8713 26 3 0
1000 syz-executor.1
[12032] 0 12032 18145 8713 26 3 0
1000 syz-executor.1
[12037] 0 12037 18178 13260 32 3 0
1000 syz-executor.5
[12040] 0 12040 18178 13260 32 3 0
0 syz-executor.2
[12041] 0 12041 18178 13260 32 3 0
0 syz-executor.2
[12042] 0 12042 18178 13260 32 3 0
1000 syz-executor.0
[12043] 0 12043 18178 13260 32 3 0
1000 syz-executor.0
[12065] 0 12065 18145 8713 26 3 0
1000 syz-executor.1
[12073] 0 12073 18145 8713 26 3 0
1000 syz-executor.1
[12080] 0 12080 18145 8713 26 3 0
1000 syz-executor.1
[12087] 0 12087 18145 8713 26 3 0
1000 syz-executor.1
[12094] 0 12094 18145 8713 26 3 0
1000 syz-executor.1
[12095] 0 12095 18178 13260 32 3 0
0 syz-executor.2
[12096] 0 12096 18178 13260 32 3 0
0 syz-executor.2
[12099] 0 12099 18178 13260 32 3 0
1000 syz-executor.5
[12101] 0 12101 18178 13260 32 3 0
1000 syz-executor.0
[12103] 0 12103 18178 13260 32 3 0
1000 syz-executor.0
[12123] 0 12123 18145 8709 25 3 0
1000 syz-executor.5
[12127] 0 12127 18145 8709 25 3 0
1000 syz-executor.5
[12130] 0 12130 18145 8713 26 3 0
1000 syz-executor.1
[12140] 0 12140 18145 8713 26 3 0
1000 syz-executor.1
[12148] 0 12148 18145 8713 26 3 0
1000 syz-executor.1
[12157] 0 12157 18145 8713 26 3 0
1000 syz-executor.1
[12162] 0 12162 18178 13259 32 3 0
0 syz-executor.2
[12166] 0 12166 18211 13292 32 3 0
0 syz-executor.2
[12167] 0 12167 18178 13260 32 3 0
1000 syz-executor.0
[12168] 0 12168 18178 13260 32 3 0
1000 syz-executor.0
[12187] 0 12187 18145 8709 25 3 0
1000 syz-executor.5
[12190] 0 12190 18145 8709 25 3 0
1000 syz-executor.5
[12192] 0 12192 18145 8713 26 3 0
1000 syz-executor.1
[12199] 0 12199 18145 8713 26 3 0
1000 syz-executor.1
[12208] 0 12208 18145 8713 26 3 0
1000 syz-executor.1
[12220] 0 12220 18145 8713 26 3 0
1000 syz-executor.1
[12222] 0 12222 18178 13260 32 3 0
0 syz-executor.2
[12225] 0 12225 18178 13260 32 3 0
1000 syz-executor.0
[12226] 0 12226 18178 13260 32 3 0
1000 syz-executor.0
[12245] 0 12245 18145 8709 25 3 0
1000 syz-executor.5
[12247] 0 12247 18145 8709 25 3 0
1000 syz-executor.5
[12249] 0 12249 18145 8713 26 3 0
1000 syz-executor.1
[12259] 0 12259 18145 8713 26 3 0
1000 syz-executor.1
[12268] 0 12268 18145 8713 26 3 0
1000 syz-executor.1
[12277] 0 12277 18145 8713 26 3 0
1000 syz-executor.1
[12283] 0 12283 18178 13260 32 3 0
0 syz-executor.2
[12286] 0 12286 18178 13260 32 3 0
1000 syz-executor.0
[12287] 0 12287 18178 13260 32 3 0
1000 syz-executor.0
[12303] 0 12303 18145 8713 26 3 0
1000 syz-executor.1
[12315] 0 12315 18145 8713 26 3 0
1000 syz-executor.1
[12323] 0 12323 18178 13260 32 3 0
1000 syz-executor.0
[12324] 0 12324 18178 13260 32 3 0
1000 syz-executor.0
[12326] 0 12326 18145 8713 26 3 0
1000 syz-executor.1
[12337] 0 12337 18178 13260 32 3 0
1000 syz-executor.5
[12338] 0 12338 18178 13260 32 3 0
1000 syz-executor.5
[12339] 0 12339 18145 8713 26 3 0
1000 syz-executor.1
[12347] 0 12347 18145 8713 26 3 0
1000 syz-executor.1
[12366] 0 12366 18145 8713 26 3 0
1000 syz-executor.1
[12380] 0 12380 18145 8713 26 3 0
1000 syz-executor.1
[12388] 0 12388 18145 8713 26 3 0
1000 syz-executor.1
[12389] 0 12389 18178 13260 32 3 0
1000 syz-executor.0
[12396] 0 12396 18145 8713 26 3 0
1000 syz-executor.1
[12403] 0 12403 18145 8713 26 3 0
1000 syz-executor.1
[12407] 0 12407 18178 13260 32 3 0
1000 syz-executor.5
[12408] 0 12408 18178 13260 32 3 0
1000 syz-executor.5
[12430] 0 12430 18145 8713 26 3 0
1000 syz-executor.1
[12441] 0 12441 18145 8713 26 3 0
1000 syz-executor.1
[12447] 0 12447 18178 13259 32 3 0
1000 syz-executor.5
[12448] 0 12448 18145 8713 26 3 0
1000 syz-executor.1
[12454] 0 12454 18145 8713 26 3 0
1000 syz-executor.1
[12461] 0 12461 18145 8713 26 3 0
1000 syz-executor.1
[12463] 0 12463 18178 13260 32 3 0
1000 syz-executor.0
[12467] 0 12467 18145 8713 26 3 0
1000 syz-executor.1
[12492] 0 12492 18145 8713 26 3 0
1000 syz-executor.1
[12501] 0 12501 18145 8713 26 3 0
1000 syz-executor.1
[12507] 0 12507 18178 13259 32 3 0
1000 syz-executor.0
[12508] 0 12508 18145 8713 26 3 0
1000 syz-executor.1
[12520] 0 12520 18145 8713 26 3 0
1000 syz-executor.1
[12525] 0 12525 18145 8713 26 3 0
1000 syz-executor.1
[12530] 0 12530 18178 13260 32 3 0
1000 syz-executor.5
[12531] 0 12531 18178 13260 32 3 0
1000 syz-executor.5
[12535] 0 12535 18145 8713 26 3 0
1000 syz-executor.1
[12559] 0 12559 18145 8713 26 3 0
1000 syz-executor.1
[12564] 0 12564 18178 8712 25 3 0
0 syz-executor.2
[12571] 0 12571 18145 8713 26 3 0
1000 syz-executor.1
[12582] 0 12582 18145 8713 26 3 0
1000 syz-executor.1
[12590] 0 12590 18178 13260 32 3 0
1000 syz-executor.5
[12591] 0 12591 18178 13260 32 3 0
1000 syz-executor.5
[12592] 0 12592 18145 8713 26 3 0
1000 syz-executor.1
[12615] 0 12615 18145 8713 26 3 0
1000 syz-executor.1
[12629] 0 12629 18145 8713 26 3 0
1000 syz-executor.1
[12641] 0 12641 18145 8713 26 3 0
1000 syz-executor.1
[12649] 0 12649 18145 8713 26 3 0
1000 syz-executor.1
[12653] 0 12653 18178 13260 32 3 0
1000 syz-executor.5
[12654] 0 12654 18178 13260 32 3 0
1000 syz-executor.5
[12680] 0 12680 18145 8713 26 3 0
1000 syz-executor.1
[12689] 0 12689 18145 8713 26 3 0
1000 syz-executor.1
[12699] 0 12699 18145 8713 26 3 0
1000 syz-executor.1
[12707] 0 12707 18178 13260 32 3 0
0 syz-executor.2
[12710] 0 12710 18178 13260 32 3 0
1000 syz-executor.0
[12713] 0 12713 18178 13260 32 3 0
1000 syz-executor.5
[12714] 0 12714 18178 13260 32 3 0
1000 syz-executor.5
[12732] 0 12732 18145 8713 26 3 0
1000 syz-executor.1
[12744] 0 12744 18145 8713 26 3 0
1000 syz-executor.1
[12753] 0 12753 18178 13260 32 3 0
0 syz-executor.2
[12757] 0 12757 18178 13260 32 3 0
1000 syz-executor.5
[12758] 0 12758 18178 13260 32 3 0
1000 syz-executor.5
[12759] 0 12759 18145 8713 26 3 0
1000 syz-executor.1
[12770] 0 12770 18145 8713 26 3 0
1000 syz-executor.1
[12787] 0 12787 18178 13260 32 3 0
0 syz-executor.2
[12789] 0 12789 18178 13260 32 3 0
1000 syz-executor.5
[12790] 0 12790 18178 13260 32 3 0
1000 syz-executor.5
[12800] 0 12800 18145 8713 26 3 0
1000 syz-executor.1
[12813] 0 12813 18145 8711 25 3 0
1000 syz-executor.0
[12814] 0 12814 18145 8711 25 3 0
1000 syz-executor.0
[12818] 0 12818 18145 8713 26 3 0
1000 syz-executor.1
[12822] 0 12822 18145 8713 26 3 0
1000 syz-executor.1
[12826] 0 12826 18145 8713 26 3 0
1000 syz-executor.1
[12828] 0 12828 18178 13260 32 3 0
0 syz-executor.2
[12833] 0 12833 18178 13260 32 3 0
1000 syz-executor.5
[12834] 0 12834 18178 13260 32 3 0
1000 syz-executor.5
[12837] 0 12837 18145 8713 26 3 0
1000 syz-executor.1
[12842] 0 12842 18178 13260 32 3 0
1000 syz-executor.3
[12844] 0 12844 18145 8713 26 3 0
1000 syz-executor.1
[12866] 0 12866 18145 8711 25 3 0
1000 syz-executor.0
[12867] 0 12867 18145 8711 25 3 0
1000 syz-executor.0
[12868] 0 12868 18145 8713 26 3 0
1000 syz-executor.1
[12872] 0 12872 18145 8713 26 3 0
1000 syz-executor.1
[12876] 0 12876 18145 8713 26 3 0
1000 syz-executor.1
[12886] 0 12886 18178 13260 32 3 0
0 syz-executor.2
[12887] 0 12887 18178 13260 32 3 0
1000 syz-executor.3
[12888] 0 12888 18145 8713 26 3 0
1000 syz-executor.1
[12889] 0 12889 18178 13260 32 3 0
1000 syz-executor.5
[12890] 0 12890 18178 13260 32 3 0
1000 syz-executor.5
[12894] 0 12894 18145 8713 26 3 0
1000 syz-executor.1
[12898] 0 12898 18145 8713 26 3 0
1000 syz-executor.1
[12907] 0 12907 18178 13260 32 3 0
1000 syz-executor.5
[12908] 0 12908 18178 13260 32 3 0
1000 syz-executor.5
[12923] 0 12923 18145 8713 26 3 0
1000 syz-executor.3
[12924] 0 12924 18145 8713 26 3 0
1000 syz-executor.1
[12935] 0 12935 18145 8713 26 3 0
1000 syz-executor.1
[12942] 0 12942 18145 8713 26 3 0
1000 syz-executor.1
[12946] 0 12946 18145 8713 26 3 0
1000 syz-executor.1
[12948] 0 12948 18178 13259 32 3 0
0 syz-executor.2
[12951] 0 12951 18178 13260 32 3 0
1000 syz-executor.5
[12952] 0 12952 18178 13260 32 3 0
1000 syz-executor.5
[12956] 0 12956 18145 8713 26 3 0
1000 syz-executor.1
[12957] 0 12957 18178 13260 32 3 0
1000 syz-executor.0
[12958] 0 12958 18178 13260 32 3 0
1000 syz-executor.0
[12960] 0 12960 18178 13260 32 3 0
1000 syz-executor.3
[12964] 0 12964 18178 13260 32 3 0
1000 syz-executor.3
[12965] 0 12965 18145 8713 26 3 0
1000 syz-executor.1
[12984] 0 12984 18145 8713 26 3 0
1000 syz-executor.1
[12991] 0 12991 18145 8713 26 3 0
1000 syz-executor.1
[12998] 0 12998 18145 8713 26 3 0
1000 syz-executor.1
[13003] 0 13003 18178 13260 32 3 0
0 syz-executor.2
[13004] 0 13004 18145 8713 26 3 0
1000 syz-executor.1
[13008] 0 13008 18178 13260 32 3 0
1000 syz-executor.5
[13009] 0 13009 18178 13260 32 3 0
1000 syz-executor.3
[13010] 0 13010 18178 13260 32 3 0
1000 syz-executor.5
[13013] 0 13013 18145 8713 26 3 0
1000 syz-executor.1
[13018] 0 13018 18178 13260 32 3 0
1000 syz-executor.3
[13021] 0 13021 18145 8713 26 3 0
1000 syz-executor.1
[13026] 0 13026 18145 8713 26 3 0
1000 syz-executor.1
[13032] 0 13032 18145 8713 26 3 0
1000 syz-executor.1
[13037] 0 13037 18178 13260 32 3 0
1000 syz-executor.5
[13038] 0 13038 18178 13260 32 3 0
1000 syz-executor.5
[13053] 0 13053 18145 8713 26 3 0
1000 syz-executor.1
[13059] 0 13059 18145 8713 26 3 0
1000 syz-executor.1
[13064] 0 13064 18145 8713 26 3 0

---
This bug is generated by a bot. It may contain errors.
See https://goo.gl/tpsmEJ for more information about syzbot.
syzbot engineers can be reached at syzk...@googlegroups.com.

syzbot will keep track of this bug report. See:
https://goo.gl/tpsmEJ#status for how to communicate with syzbot.

syzbot

unread,
Feb 18, 2020, 1:06:09 PM2/18/20
to syzkaller-a...@googlegroups.com
Auto-closing this bug as obsolete.
Crashes did not happen for a while, no reproducer and no activity.
Reply all
Reply to author
Forward
0 new messages