Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core dump after system update (VFS5011) #17

Open
zhanghai opened this issue Jul 24, 2017 · 0 comments
Open

Core dump after system update (VFS5011) #17

zhanghai opened this issue Jul 24, 2017 · 0 comments

Comments

@zhanghai
Copy link

After some recent updates on my Arch Linux, I suddenly discovered that my fingerprint login is no longer working. I deleted my already-enrolled fingerprints and found that I wasn't able to enroll any fingerprint any more.

After some digging around, I compiled libfprint with --enable-debug-log and found that whenever I do a fprint-enroll it hangs, and after some swipes it results in a core cump of fprintd.

It is also worth mentioning that the sensor used to blink during enrollment, but now it only flash a green light once at the start of enrollment.

I have installed fprintd from offical repo and libfprintd-git from AUR two years before, and they worked well for me until recently.

Sensor:

Bus 002 Device 046: ID 138a:0017 Validity Sensors, Inc. Fingerprint Reader

Packages:

extra/fprintd 0.7.0+12+ge55ad52-3 (fprint)
    D-Bus service to access fingerprint readers
local/libfprint-git 1:0.7.0.r0.gd82847a-1 (fprint-git)
    Library for fingerprint readers (patched for VFS495 and other Validity 
    sensors using a proprietary daemon)

Log:

7月 24 11:37:57 ZH-Laptop dbus[329]: [system] Activating via systemd: service name='net.reactivated.Fprint' unit='fprintd.service'
7月 24 11:37:57 ZH-Laptop systemd[1]: Starting Fingerprint Authentication Daemon...
7月 24 11:37:57 ZH-Laptop dbus[329]: [system] Successfully activated service 'net.reactivated.Fprint'
7月 24 11:37:57 ZH-Laptop systemd[1]: Started Fingerprint Authentication Daemon.
7月 24 11:37:57 ZH-Laptop systemd-journald[166]: Suppressed 2137 messages from /system.slice/fprintd.service
7月 24 11:37:57 ZH-Laptop fprintd[31088]: fp:debug [fp_init]
7月 24 11:37:57 ZH-Laptop fprintd[31088]: fp:debug [register_driver] registered driver upekts
7月 24 11:37:57 ZH-Laptop fprintd[31088]: fp:debug [register_driver] registered driver aes3500
7月 24 11:37:57 ZH-Laptop fprintd[31088]: fp:debug [register_driver] registered driver aes4000
7月 24 11:37:57 ZH-Laptop fprintd[31088]: fp:debug [register_driver] registered driver aes2501
7月 24 11:37:57 ZH-Laptop fprintd[31088]: fp:debug [register_driver] registered driver aes2550
7月 24 11:37:57 ZH-Laptop fprintd[31088]: fp:debug [register_driver] registered driver uru4000
7月 24 11:37:57 ZH-Laptop fprintd[31088]: fp:debug [register_driver] registered driver vcom5s
7月 24 11:37:57 ZH-Laptop fprintd[31088]: fp:debug [register_driver] registered driver upeksonly
7月 24 11:37:57 ZH-Laptop fprintd[31088]: fp:debug [register_driver] registered driver aes1610
7月 24 11:37:57 ZH-Laptop fprintd[31088]: fp:debug [register_driver] registered driver aes1660
7月 24 11:37:57 ZH-Laptop fprintd[31088]: fp:debug [register_driver] registered driver aes2660
7月 24 11:37:57 ZH-Laptop fprintd[31088]: fp:debug [register_driver] registered driver vfs101
7月 24 11:37:57 ZH-Laptop fprintd[31088]: fp:debug [register_driver] registered driver vfs301
7月 24 11:37:57 ZH-Laptop fprintd[31088]: fp:debug [register_driver] registered driver vfs5011
7月 24 11:37:57 ZH-Laptop fprintd[31088]: fp:debug [register_driver] registered driver upektc
7月 24 11:37:57 ZH-Laptop fprintd[31088]: fp:debug [register_driver] registered driver upektc_img
7月 24 11:37:57 ZH-Laptop fprintd[31088]: fp:debug [register_driver] registered driver etes603
7月 24 11:37:57 ZH-Laptop fprintd[31088]: fp:debug [register_driver] registered driver vfs0050
7月 24 11:37:57 ZH-Laptop fprintd[31088]: fp:debug [register_driver] registered driver Validity
7月 24 11:37:57 ZH-Laptop fprintd[31088]: fp:debug [find_supporting_driver] driver vfs5011 supports USB device 138a:0017
7月 24 11:37:57 ZH-Laptop fprintd[31088]: fp:debug [find_supporting_driver] selected driver vfs5011 supports USB device 138a:0017
7月 24 11:37:57 ZH-Laptop fprintd[31088]: user 'zh' claiming the device: 0
7月 24 11:37:57 ZH-Laptop fprintd[31088]: now monitoring fd 15
7月 24 11:37:57 ZH-Laptop fprintd[31088]: async:debug [fp_async_dev_open]
7月 24 11:37:57 ZH-Laptop kernel: usb 2-6: reset full-speed USB device number 45 using xhci_hcd
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xeea130 entering state 0
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 0
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_cmd_01
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 1
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 38 bytes out of 64
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 2
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_cmd_19
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 3
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 64 bytes out of 64
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 4
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 4 bytes out of 64
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 5
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_init_00
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 6
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 6 bytes out of 64
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 7
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_init_01
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 8
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 7 bytes out of 64
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 9
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_init_02
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 10
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 11
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_cmd_01
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 12
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 38 bytes out of 64
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 13
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_cmd_1A
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 14
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 15
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_init_03
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 16
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 17
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_init_04
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 18
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 19
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 256 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 256 bytes out of 256
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 20
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 32 bytes out of 64
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 21
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_cmd_1A
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 22
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 23
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_init_05
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 24
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 25
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_cmd_01
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 26
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 38 bytes out of 64
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 27
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_init_06
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 28
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 29
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 17216 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 17216 bytes out of 17216
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 30
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 32 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 32 bytes out of 32
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 31
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_init_07
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 32
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 33
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 45056 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 45056 bytes out of 45056
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 34
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_init_08
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 35
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 36
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 16896 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 16896 bytes out of 16896
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 37
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_init_09
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 38
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 39
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 4928 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 4928 bytes out of 4928
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 40
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_init_10
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 41
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 42
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 5632 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 5632 bytes out of 5632
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 43
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_init_11
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 44
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 45
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 5632 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 5632 bytes out of 5632
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 46
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_init_12
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 47
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 48
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 3328 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 3328 bytes out of 3328
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 49
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 32 bytes out of 64
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 50
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_init_13
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 51
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 52
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_cmd_1A
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 53
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 54
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_init_03
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 55
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 56
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_init_14
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 57
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 58
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 4800 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 4800 bytes out of 4800
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 59
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_cmd_1A
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 60
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 61
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_init_02
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 62
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 63
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_cmd_27
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 64
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 22 bytes out of 64
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 65
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_cmd_1A
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 66
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 67
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_init_15
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 68
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 69
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_init_16
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 70
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 2368 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 2368 bytes out of 2368
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 71
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 36 bytes out of 64
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 72
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 4800 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 4800 bytes out of 4800
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 73
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_init_17
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 74
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 75
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_init_18
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xee9dd0 entering state 76
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [fpi_ssm_mark_completed] 0xee9dd0 completed with status 0
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [fpi_ssm_mark_completed] 0xeea130 completed with status 0
7月 24 11:37:58 ZH-Laptop fprintd[31088]: async:debug [fpi_drvcb_open_complete] status 0
7月 24 11:37:58 ZH-Laptop fprintd[31088]: device 0 claim status 0
7月 24 11:37:58 ZH-Laptop fprintd[31088]: start enrollment device 0 finger 7
7月 24 11:37:58 ZH-Laptop fprintd[31088]: async:debug [fp_async_enroll_start] starting enrollment
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [generic_acquire_start] action 1
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [dev_activate] device initialized
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [start_scan] creating ssm
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [start_scan] starting ssm
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 0
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 0
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 0
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_cmd_04
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [start_scan] ssm done, getting out
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 1
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 64 bytes out of 64
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 2
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 84032 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 2816 bytes out of 84032
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 3
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 4
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_cmd_1A
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 5
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop kernel: xhci_hcd 0000:00:14.0: WARN Event TRB for slot 15 ep 4 with no TDs queued?
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 6
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_prepare_00
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 7
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 8
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_cmd_1A
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 9
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 10
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_prepare_01
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 11
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 12
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_prepare_02
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 13
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 2368 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 2368 bytes out of 2368
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 14
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 36 bytes out of 64
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 15
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 4800 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 4800 bytes out of 4800
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 16
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_prepare_03
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 17
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 18
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_prepare_04
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 19
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 2368 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [fpi_ssm_mark_completed] 0xf12f80 completed with status 0
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 1
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 1
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [capture_init] capture_init
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_activate_complete] status 0
7月 24 11:37:58 ZH-Laptop fprintd[31088]: async:debug [fpi_drvcb_enroll_started] status 0
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 0
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 1
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 1
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:37:58 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:37:58 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 1
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:37:59 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 1
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:37:59 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 8
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:37:59 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 229
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:37:59 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 229
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:37:59 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 229
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:37:59 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 229
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:37:59 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 244
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:37:59 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 412
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:37:59 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 412
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:37:59 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 412
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:37:59 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:37:59 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 419
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:00 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 635
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:00 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 635
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:00 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 635
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:00 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 635
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:00 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 797
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:00 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 797
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:00 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 797
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:00 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 866
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:00 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 957
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:00 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 957
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:00 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 957
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:00 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:38:00 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 1104
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:01 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 1104
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:01 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 1104
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:01 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 1227
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:01 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 1242
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:01 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 1242
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:01 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 1274
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:01 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 1308
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:01 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 1308
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:01 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 1308
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:01 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 1389
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:01 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:38:01 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 1389
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 1441
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 1556
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 1556
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 1560
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 1692
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 1692
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 1778
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 1863
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 2
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 2
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [capture_chunk_async] capture_chunk_async: capture 256 lines, already have 1863
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] finger on sensor
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [fpi_imgdev_report_finger_status] ignoring status report
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: got 61440 bytes
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [process_chunk] process_chunk: recorded 2000 lines, finishing
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 3
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 3
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [fpi_timeout_add] in 1ms
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000992s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000963s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000941s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000926s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000911s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000897s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000880s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000865s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000850s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000835s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000818s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000804s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000788s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000774s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000760s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000747s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000732s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000716s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000701s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000687s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000671s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000657s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000643s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000628s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000613s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000599s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000584s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000571s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000555s
7月 24 11:38:02 ZH-Laptop kernel: xhci_hcd 0000:00:14.0: WARN Event TRB for slot 15 ep 4 with no TDs queued?
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000539s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000523s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000509s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000494s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000481s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000467s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000451s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000435s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000422s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000408s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000395s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000381s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000366s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000350s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000338s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000323s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000310s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000296s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000282s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000266s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000252s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000237s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000224s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000206s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000193s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000179s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000166s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000152s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000134s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000118s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000105s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000090s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000076s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000061s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000044s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000027s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] next timeout in 0.000012s
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [get_next_timeout_expiry] first timeout already expired
7月 24 11:38:02 ZH-Laptop fprintd[31088]: poll:debug [handle_timeout]
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12fc0 entering state 4
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [activate_loop] main_loop: state 4
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 0
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_cmd_04
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 1
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 64 bytes out of 64
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 2
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 84032 bytes
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 1856 bytes out of 84032
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 3
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 4
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_cmd_1A
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 5
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 6
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_prepare_00
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 7
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 8
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_cmd_1A
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 9
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 10
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_prepare_01
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 11
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 12
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_prepare_02
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 13
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 2368 bytes
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 2368 bytes out of 2368
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 14
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 36 bytes out of 64
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 15
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 4800 bytes
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [async_recv_cb] Got 4800 bytes out of 4800
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 16
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_prepare_03
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 17
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 64 bytes
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 18
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Sending vfs5011_prepare_04
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [__ssm_call_handler] 0xf12f80 entering state 19
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [usbexchange_loop] Receiving 2368 bytes
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [fpi_ssm_mark_completed] 0xf12f80 completed with status 0
7月 24 11:38:02 ZH-Laptop fprintd[31088]: drv:debug [fpi_ssm_mark_completed] 0xf12fc0 completed with status 0
7月 24 11:38:02 ZH-Laptop fprintd[31088]: fp:debug [activate_loop_complete] finishing
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 1500867482845142
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 25
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 14
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 30
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 28
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 26
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 6
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 30
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 28
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 26
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 6
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 14
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 20
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 18
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 16
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 6
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 4
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 10
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 8
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 6
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 5
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 2
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 8
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 7
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 6
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 2
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 15
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 7
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 5
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 9
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 7
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 6
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 3
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 7
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 5
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 21
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 24
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 15
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 25
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 24
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 15
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 7
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 30
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 28
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 6
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 20
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 6
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 18
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 17
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 7
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 8
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 7
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 6
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 7
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 6
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 5
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 8
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 6
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 4
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 6
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 28
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 15
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 14
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 5
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 30
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 28
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 5
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 24
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 12
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 30
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 6
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 4
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 24
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 4
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 19
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 13
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 4
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 14
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 8
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 6
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 3
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 4
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 23
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 15
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 19
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 27
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 29
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 23
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 25
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 26
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 21
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 18
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 17
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 14
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 25
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 20
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 30
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 28
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 4
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 26
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 24
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 19
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 18
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 4
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 15
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 11
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 1
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 11
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 24
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 29
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 20
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 25
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 30
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 29
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 27
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 25
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 23
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 29
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 27
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 25
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 23
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 21
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 19
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 17
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 15
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 22
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 20
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 9
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 7
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 5
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 3
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 1
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 7
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 6
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 4
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 16
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 24
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 22
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 20
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 8
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 16
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 14
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 12
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 10
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 8
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 6
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 4
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 2
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 7
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 5
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 3
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 1
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 16
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 30
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 12
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 24
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 29
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 27
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 25
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 23
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 21
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 19
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 30
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 15
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 30
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 28
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 26
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 29
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 27
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 20
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 23
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 21
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 28
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 17
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 24
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 13
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 20
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 9
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 7
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 5
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 3
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 1
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 8
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 10
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 15
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 6
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 4
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 2
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 30
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 5
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 3
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 24
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 22
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 14
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 12
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 10
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 8
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 6
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 4
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 2
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 6
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 4
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 2
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 3
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 1
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 3
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 1
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 19
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 17
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 15
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 13
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 11
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 9
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 2
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 25
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 1
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 21
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 11
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 30
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 2
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 11
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 9
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 8
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 30
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 29
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 27
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 26
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 23
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 18
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 19
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 17
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 18
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 8
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 7
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 8
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 20
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 9
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 8
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 7
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 6
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 9
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 7
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 19
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 17
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 18
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 6
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 10
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 8
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 7
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 5
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 6
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 1
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 7
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 5
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 6
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 7
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 6
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 30
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 28
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 26
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 24
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 22
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 20
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 18
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 16
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 14
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 23
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 14
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 8
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 6
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 4
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 13
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 11
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 10
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 7
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 6
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 3
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 1
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 25
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 29
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 10
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 28
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 6
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 21
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 19
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 23
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 18
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 13
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 14
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 12
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 27
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 24
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 6
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 21
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 18
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 16
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 14
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 12
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 10
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 8
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 6
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 30
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 28
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 26
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 24
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 22
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 25
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 18
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 16
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 14
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 29
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 10
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 25
7月 24 11:38:02 ZH-Laptop fprintd[31088]: assembling:debug [fpi_assemble_lines] 23
7月 24 11:38:03 ZH-Laptop systemd[1]: Started Process Core Dump (PID 31093/UID 0).
7月 24 11:38:03 ZH-Laptop systemd-coredump[31094]: Removed old coredump core.fprintd.0.5b003ef94cbf46929e89e932735d5362.30918.1500867318000000.lz4.
7月 24 11:38:03 ZH-Laptop systemd[1]: fprintd.service: Main process exited, code=dumped, status=6/ABRT
7月 24 11:38:03 ZH-Laptop systemd[1]: fprintd.service: Unit entered failed state.
7月 24 11:38:03 ZH-Laptop systemd[1]: fprintd.service: Failed with result 'core-dump'.
7月 24 11:38:03 ZH-Laptop systemd-coredump[31094]: Process 31088 (fprintd) of user 0 dumped core.
                                                    
                                                    Stack trace of thread 31088:
                                                    #0  0x00007f3fa02f08c0 raise (libc.so.6)
                                                    #1  0x00007f3fa02f1f72 abort (libc.so.6)
                                                    #2  0x00007f3fa032fbe2 __libc_message (libc.so.6)
                                                    #3  0x00007f3fa03362ec malloc_printerr (libc.so.6)
                                                    #4  0x00007f3fa03394ce _int_malloc (libc.so.6)
                                                    #5  0x00007f3fa033a6a8 malloc (libc.so.6)
                                                    #6  0x00007f3fa15d4b74 n/a (libdbus-1.so.3)
                                                    #7  0x00007f3fa15c2866 n/a (libdbus-1.so.3)
                                                    #8  0x00007f3fa15c4700 dbus_message_iter_append_basic (libdbus-1.so.3)
                                                    #9  0x00007f3fa180828d n/a (libdbus-glib-1.so.2)
                                                    #10 0x00007f3fa17fef08 n/a (libdbus-glib-1.so.2)
                                                    #11 0x00007f3fa0ba3ead g_closure_invoke (libgobject-2.0.so.0)
                                                    #12 0x00007f3fa0bb64ae n/a (libgobject-2.0.so.0)
                                                    #13 0x00007f3fa0bbec85 g_signal_emit_valist (libgobject-2.0.so.0)
                                                    #14 0x00007f3fa0bbf69f g_signal_emit (libgobject-2.0.so.0)
                                                    #15 0x0000000000405933 n/a (fprintd)
                                                    #16 0x00007f3fa1a29bcd n/a (libfprint.so.0)
                                                    #17 0x00007f3fa1a3b2c6 n/a (libfprint.so.0)
                                                    #18 0x00007f3fa1a28941 n/a (libfprint.so.0)
                                                    #19 0x00007f3fa1a3ac14 n/a (libfprint.so.0)
                                                    #20 0x00007f3f9fd9bdd5 n/a (libusb-1.0.so.0)
                                                    #21 0x00007f3f9fd9fbdc n/a (libusb-1.0.so.0)
                                                    #22 0x00007f3f9fda1890 n/a (libusb-1.0.so.0)
                                                    #23 0x00007f3f9fd9b769 n/a (libusb-1.0.so.0)
                                                    #24 0x00007f3f9fd9c76a libusb_handle_events_timeout_completed (libusb-1.0.so.0)
                                                    #25 0x00007f3fa1a2a92b fp_handle_events_timeout (libfprint.so.0)
                                                    #26 0x000000000040409d n/a (fprintd)
                                                    #27 0x00007f3fa08cba57 g_main_context_dispatch (libglib-2.0.so.0)
                                                    #28 0x00007f3fa08cbc88 n/a (libglib-2.0.so.0)
                                                    #29 0x00007f3fa08cbfa2 g_main_loop_run (libglib-2.0.so.0)
                                                    #30 0x0000000000403c74 n/a (fprintd)
                                                    #31 0x00007f3fa02dd4ca __libc_start_main (libc.so.6)
                                                    #32 0x0000000000403e8a n/a (fprintd)
                                                    
                                                    Stack trace of thread 31090:
                                                    #0  0x00007f3fa03a0e9d poll (libc.so.6)
                                                    #1  0x00007f3fa08cbc09 n/a (libglib-2.0.so.0)
                                                    #2  0x00007f3fa08cbd1c g_main_context_iteration (libglib-2.0.so.0)
                                                    #3  0x00007f3fa08cbd61 n/a (libglib-2.0.so.0)
                                                    #4  0x00007f3fa08f2ae5 n/a (libglib-2.0.so.0)
                                                    #5  0x00007f3fa066a049 start_thread (libpthread.so.0)
                                                    #6  0x00007f3fa03aaf0f __clone (libc.so.6)
                                                    
                                                    Stack trace of thread 31091:
                                                    #0  0x00007f3fa03a0e9d poll (libc.so.6)
                                                    #1  0x00007f3fa08cbc09 n/a (libglib-2.0.so.0)
                                                    #2  0x00007f3fa08cbfa2 g_main_loop_run (libglib-2.0.so.0)
                                                    #3  0x00007f3fa0eb3546 n/a (libgio-2.0.so.0)
                                                    #4  0x00007f3fa08f2ae5 n/a (libglib-2.0.so.0)
                                                    #5  0x00007f3fa066a049 start_thread (libpthread.so.0)
                                                    #6  0x00007f3fa03aaf0f __clone (libc.so.6)
                                                    
                                                    Stack trace of thread 31089:
                                                    #0  0x00007f3fa03a0e9d poll (libc.so.6)
                                                    #1  0x00007f3f9fda1d31 n/a (libusb-1.0.so.0)
                                                    #2  0x00007f3fa066a049 start_thread (libpthread.so.0)
                                                    #3  0x00007f3fa03aaf0f __clone (libc.so.6)
                                                    
                                                    Stack trace of thread 31092:
                                                    #0  0x00007f3fa03a6029 syscall (libc.so.6)
                                                    #1  0x00007f3fa0910cba g_cond_wait_until (libglib-2.0.so.0)
                                                    #2  0x00007f3fa08a0121 n/a (libglib-2.0.so.0)
                                                    #3  0x00007f3fa08a06dc g_async_queue_timeout_pop (libglib-2.0.so.0)
                                                    #4  0x00007f3fa08f358e n/a (libglib-2.0.so.0)
                                                    #5  0x00007f3fa08f2ae5 n/a (libglib-2.0.so.0)
                                                    #6  0x00007f3fa066a049 start_thread (libpthread.so.0)
                                                    #7  0x00007f3fa03aaf0f __clone (libc.so.6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant