You are not logged in.

#1 2017-09-24 07:47:52

i_love_r34
Member
From: Mexico
Registered: 2016-02-14
Posts: 87

fastboot command freeze

Hello to everyone!

I'm trying new things with a cellphone with android and using fastboot commands that's interacts with the cellphone the commands hangs and the terminal doesn't respond until I unplug the cellphone. (The cellphone is on fastboot mode)

Here is the error I get from dmesg using an old version of the kernel linux-ck:

[  398.404157] usb 1-3: USB disconnect, device number 6
[  400.180325] usb 1-3: new high-speed USB device number 7 using xhci_hcd
[  617.440281] INFO: task fastboot:2263 blocked for more than 120 seconds.
[  617.440285]       Tainted: G           O    4.11.12-1-ck #1
[  617.440286] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  617.440287] fastboot        D    0  2263   2259 0x00000000
[  617.440289] Call Trace:
[  617.440294]  __schedule+0x6e5/0xcf0
[  617.440295]  schedule+0x3d/0xc0
[  617.440297]  schedule_timeout+0x23e/0x3e0
[  617.440299]  ? ttwu_do_wakeup+0x9c/0xb0
[  617.440301]  wait_for_common+0xb9/0x180
[  617.440302]  ? wait_for_common+0xb9/0x180
[  617.440304]  ? wake_up_q+0x80/0x80
[  617.440305]  wait_for_completion_timeout+0x13/0x20
[  617.440322]  usb_start_wait_urb+0x8c/0x180 [usbcore]
[  617.440325]  usb_bulk_msg+0xb8/0x160 [usbcore]
[  617.440327]  proc_bulk+0x17c/0x380 [usbcore]
[  617.440330]  usbdev_do_ioctl+0xc29/0x12b0 [usbcore]
[  617.440332]  ? __switch_to+0x275/0x490
[  617.440333]  ? finish_task_switch+0x9d/0x390
[  617.440336]  usbdev_ioctl+0xe/0x20 [usbcore]
[  617.440338]  do_vfs_ioctl+0xa5/0x600
[  617.440339]  ? ____fput+0xe/0x10
[  617.440340]  ? task_work_run+0x76/0x90
[  617.440342]  SyS_ioctl+0x79/0x90
[  617.440343]  entry_SYSCALL_64_fastpath+0x1a/0xa9
[  617.440344] RIP: 0033:0x7f9f888b40c7
[  617.440345] RSP: 002b:00007ffc27e685d8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[  617.440346] RAX: ffffffffffffffda RBX: 0000000000000003 RCX: 00007f9f888b40c7
[  617.440346] RDX: 00007ffc27e68608 RSI: 00000000c0185502 RDI: 0000000000000004
[  617.440347] RBP: 0000000000000000 R08: 000000000000000a R09: 0000000000000000
[  617.440347] R10: 00000072e82b5550 R11: 0000000000000246 R12: 00000072e82bd570
[  617.440348] R13: 00000072e82b5658 R14: 0000000000000004 R15: 00000072e82bd570
[  648.497919] usb 1-3: USB disconnect, device number 7

With the normal kernel get the same error:

[  242.947120] usb 1-3: new high-speed USB device number 6 using xhci_hcd
[  262.891245] psmouse serio1: Touchpad at isa0060/serio1/input0 lost sync at byte 6
[  491.143720] INFO: task fastboot:1843 blocked for more than 120 seconds.
[  491.143724]       Not tainted 4.12.13-1-ARCH #1
[  491.143725] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  491.143727] fastboot        D    0  1843   1842 0x00000000
[  491.143729] Call Trace:
[  491.143733]  __schedule+0x236/0x870
[  491.143738]  ? xhci_urb_enqueue+0x249/0x570 [xhci_hcd]
[  491.143740]  schedule+0x3d/0x90
[  491.143756]  schedule_timeout+0x208/0x390
[  491.143758]  wait_for_completion_timeout+0x9e/0x130
[  491.143759]  ? wait_for_completion_timeout+0x9e/0x130
[  491.143761]  ? wake_up_q+0x80/0x80
[  491.143766]  usb_start_wait_urb+0x8c/0x180 [usbcore]
[  491.143769]  usb_bulk_msg+0xb8/0x160 [usbcore]
[  491.143772]  proc_bulk+0x158/0x380 [usbcore]
[  491.143775]  usbdev_do_ioctl+0xbf9/0x12b0 [usbcore]
[  491.143777]  usbdev_ioctl+0xe/0x20 [usbcore]
[  491.143779]  do_vfs_ioctl+0xa5/0x600
[  491.143781]  ? handle_mm_fault+0xb7/0x250
[  491.143783]  ? __do_page_fault+0x275/0x510
[  491.143784]  SyS_ioctl+0x79/0x90
[  491.143786]  entry_SYSCALL_64_fastpath+0x1a/0xa5
[  491.143787] RIP: 0033:0x7f9da2d660c7
[  491.143787] RSP: 002b:00007fff704262f8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[  491.143788] RAX: ffffffffffffffda RBX: 00007fff70426568 RCX: 00007f9da2d660c7
[  491.143789] RDX: 00007fff70426328 RSI: 00000000c0185502 RDI: 0000000000000004
[  491.143790] RBP: 00005620ebfc7530 R08: 000000000000000a R09: 0000000000000000
[  491.143790] R10: 00005620ebfc7550 R11: 0000000000000246 R12: 00007fff704264f8
[  491.143791] R13: 0000000000000000 R14: 00007fff70426558 R15: 00005620ebfc7530
[  614.023746] INFO: task fastboot:1843 blocked for more than 120 seconds.
[  614.023749]       Not tainted 4.12.13-1-ARCH #1
[  614.023750] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  614.023751] fastboot        D    0  1843   1842 0x00000000
[  614.023753] Call Trace:
[  614.023757]  __schedule+0x236/0x870
[  614.023761]  ? xhci_urb_enqueue+0x249/0x570 [xhci_hcd]
[  614.023762]  schedule+0x3d/0x90
[  614.023764]  schedule_timeout+0x208/0x390
[  614.023765]  wait_for_completion_timeout+0x9e/0x130
[  614.023785]  ? wait_for_completion_timeout+0x9e/0x130
[  614.023792]  ? wake_up_q+0x80/0x80
[  614.023796]  usb_start_wait_urb+0x8c/0x180 [usbcore]
[  614.023799]  usb_bulk_msg+0xb8/0x160 [usbcore]
[  614.023802]  proc_bulk+0x158/0x380 [usbcore]
[  614.023804]  usbdev_do_ioctl+0xbf9/0x12b0 [usbcore]
[  614.023807]  usbdev_ioctl+0xe/0x20 [usbcore]
[  614.023809]  do_vfs_ioctl+0xa5/0x600
[  614.023811]  ? handle_mm_fault+0xb7/0x250
[  614.023813]  ? __do_page_fault+0x275/0x510
[  614.023814]  SyS_ioctl+0x79/0x90
[  614.023816]  entry_SYSCALL_64_fastpath+0x1a/0xa5
[  614.023817] RIP: 0033:0x7f9da2d660c7
[  614.023817] RSP: 002b:00007fff704262f8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[  614.023818] RAX: ffffffffffffffda RBX: 00007fff70426568 RCX: 00007f9da2d660c7
[  614.023819] RDX: 00007fff70426328 RSI: 00000000c0185502 RDI: 0000000000000004
[  614.023820] RBP: 00005620ebfc7530 R08: 000000000000000a R09: 0000000000000000
[  614.023820] R10: 00005620ebfc7550 R11: 0000000000000246 R12: 00007fff704264f8
[  614.023821] R13: 0000000000000000 R14: 00007fff70426558 R15: 00005620ebfc7530
[  736.903690] INFO: task fastboot:1843 blocked for more than 120 seconds.
[  736.903694]       Not tainted 4.12.13-1-ARCH #1
[  736.903695] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  736.903696] fastboot        D    0  1843   1842 0x00000000
[  736.903698] Call Trace:
[  736.903703]  __schedule+0x236/0x870
[  736.903707]  ? xhci_urb_enqueue+0x249/0x570 [xhci_hcd]
[  736.903708]  schedule+0x3d/0x90
[  736.903710]  schedule_timeout+0x208/0x390
[  736.903711]  wait_for_completion_timeout+0x9e/0x130
[  736.903712]  ? wait_for_completion_timeout+0x9e/0x130
[  736.903714]  ? wake_up_q+0x80/0x80
[  736.903735]  usb_start_wait_urb+0x8c/0x180 [usbcore]
[  736.903738]  usb_bulk_msg+0xb8/0x160 [usbcore]
[  736.903740]  proc_bulk+0x158/0x380 [usbcore]
[  736.903743]  usbdev_do_ioctl+0xbf9/0x12b0 [usbcore]
[  736.903746]  usbdev_ioctl+0xe/0x20 [usbcore]
[  736.903748]  do_vfs_ioctl+0xa5/0x600
[  736.903749]  ? handle_mm_fault+0xb7/0x250
[  736.903751]  ? __do_page_fault+0x275/0x510
[  736.903752]  SyS_ioctl+0x79/0x90
[  736.903754]  entry_SYSCALL_64_fastpath+0x1a/0xa5
[  736.903755] RIP: 0033:0x7f9da2d660c7
[  736.903756] RSP: 002b:00007fff704262f8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[  736.903757] RAX: ffffffffffffffda RBX: 00007fff70426568 RCX: 00007f9da2d660c7
[  736.903757] RDX: 00007fff70426328 RSI: 00000000c0185502 RDI: 0000000000000004
[  736.903758] RBP: 00005620ebfc7530 R08: 000000000000000a R09: 0000000000000000
[  736.903758] R10: 00005620ebfc7550 R11: 0000000000000246 R12: 00007fff704264f8
[  736.903759] R13: 0000000000000000 R14: 00007fff70426558 R15: 00005620ebfc7530
[  859.783690] INFO: task fastboot:1843 blocked for more than 120 seconds.
[  859.783694]       Not tainted 4.12.13-1-ARCH #1
[  859.783694] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  859.783696] fastboot        D    0  1843   1842 0x00000000
[  859.783697] Call Trace:
[  859.783701]  __schedule+0x236/0x870
[  859.783705]  ? xhci_urb_enqueue+0x249/0x570 [xhci_hcd]
[  859.783706]  schedule+0x3d/0x90
[  859.783707]  schedule_timeout+0x208/0x390
[  859.783709]  wait_for_completion_timeout+0x9e/0x130
[  859.783710]  ? wait_for_completion_timeout+0x9e/0x130
[  859.783712]  ? wake_up_q+0x80/0x80
[  859.783715]  usb_start_wait_urb+0x8c/0x180 [usbcore]
[  859.783718]  usb_bulk_msg+0xb8/0x160 [usbcore]
[  859.783721]  proc_bulk+0x158/0x380 [usbcore]
[  859.783723]  usbdev_do_ioctl+0xbf9/0x12b0 [usbcore]
[  859.783726]  usbdev_ioctl+0xe/0x20 [usbcore]
[  859.783727]  do_vfs_ioctl+0xa5/0x600
[  859.783729]  ? handle_mm_fault+0xb7/0x250
[  859.783730]  ? __do_page_fault+0x275/0x510
[  859.783731]  SyS_ioctl+0x79/0x90
[  859.783733]  entry_SYSCALL_64_fastpath+0x1a/0xa5
[  859.783734] RIP: 0033:0x7f9da2d660c7
[  859.783734] RSP: 002b:00007fff704262f8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[  859.783736] RAX: ffffffffffffffda RBX: 00007fff70426568 RCX: 00007f9da2d660c7
[  859.783736] RDX: 00007fff70426328 RSI: 00000000c0185502 RDI: 0000000000000004
[  859.783737] RBP: 00005620ebfc7530 R08: 000000000000000a R09: 0000000000000000
[  859.783742] R10: 00005620ebfc7550 R11: 0000000000000246 R12: 00007fff704264f8
[  859.783742] R13: 0000000000000000 R14: 00007fff70426558 R15: 00005620ebfc7530
[  982.663607] INFO: task fastboot:1843 blocked for more than 120 seconds.
[  982.663610]       Not tainted 4.12.13-1-ARCH #1
[  982.663611] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  982.663612] fastboot        D    0  1843   1842 0x00000000
[  982.663614] Call Trace:
[  982.663618]  __schedule+0x236/0x870
[  982.663622]  ? xhci_urb_enqueue+0x249/0x570 [xhci_hcd]
[  982.663623]  schedule+0x3d/0x90
[  982.663624]  schedule_timeout+0x208/0x390
[  982.663626]  wait_for_completion_timeout+0x9e/0x130
[  982.663627]  ? wait_for_completion_timeout+0x9e/0x130
[  982.663629]  ? wake_up_q+0x80/0x80
[  982.663633]  usb_start_wait_urb+0x8c/0x180 [usbcore]
[  982.663635]  usb_bulk_msg+0xb8/0x160 [usbcore]
[  982.663638]  proc_bulk+0x158/0x380 [usbcore]
[  982.663640]  usbdev_do_ioctl+0xbf9/0x12b0 [usbcore]
[  982.663643]  usbdev_ioctl+0xe/0x20 [usbcore]
[  982.663644]  do_vfs_ioctl+0xa5/0x600
[  982.663646]  ? handle_mm_fault+0xb7/0x250
[  982.663647]  ? __do_page_fault+0x275/0x510
[  982.663648]  SyS_ioctl+0x79/0x90
[  982.663650]  entry_SYSCALL_64_fastpath+0x1a/0xa5
[  982.663651] RIP: 0033:0x7f9da2d660c7
[  982.663652] RSP: 002b:00007fff704262f8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[  982.663653] RAX: ffffffffffffffda RBX: 00007fff70426568 RCX: 00007f9da2d660c7
[  982.663653] RDX: 00007fff70426328 RSI: 00000000c0185502 RDI: 0000000000000004
[  982.663654] RBP: 00005620ebfc7530 R08: 000000000000000a R09: 0000000000000000
[  982.663654] R10: 00005620ebfc7550 R11: 0000000000000246 R12: 00007fff704264f8
[  982.663655] R13: 0000000000000000 R14: 00007fff70426558 R15: 00005620ebfc7530
[ 1105.543640] INFO: task fastboot:1843 blocked for more than 120 seconds.
[ 1105.543644]       Not tainted 4.12.13-1-ARCH #1
[ 1105.543644] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 1105.543646] fastboot        D    0  1843   1842 0x00000000
[ 1105.543647] Call Trace:
[ 1105.543652]  __schedule+0x236/0x870
[ 1105.543656]  ? xhci_urb_enqueue+0x249/0x570 [xhci_hcd]
[ 1105.543657]  schedule+0x3d/0x90
[ 1105.543659]  schedule_timeout+0x208/0x390
[ 1105.543660]  wait_for_completion_timeout+0x9e/0x130
[ 1105.543661]  ? wait_for_completion_timeout+0x9e/0x130
[ 1105.543664]  ? wake_up_q+0x80/0x80
[ 1105.543668]  usb_start_wait_urb+0x8c/0x180 [usbcore]
[ 1105.543671]  usb_bulk_msg+0xb8/0x160 [usbcore]
[ 1105.543673]  proc_bulk+0x158/0x380 [usbcore]
[ 1105.543676]  usbdev_do_ioctl+0xbf9/0x12b0 [usbcore]
[ 1105.543679]  usbdev_ioctl+0xe/0x20 [usbcore]
[ 1105.543680]  do_vfs_ioctl+0xa5/0x600
[ 1105.543682]  ? handle_mm_fault+0xb7/0x250
[ 1105.543683]  ? __do_page_fault+0x275/0x510
[ 1105.543685]  SyS_ioctl+0x79/0x90
[ 1105.543686]  entry_SYSCALL_64_fastpath+0x1a/0xa5
[ 1105.543687] RIP: 0033:0x7f9da2d660c7
[ 1105.543688] RSP: 002b:00007fff704262f8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[ 1105.543689] RAX: ffffffffffffffda RBX: 00007fff70426568 RCX: 00007f9da2d660c7
[ 1105.543690] RDX: 00007fff70426328 RSI: 00000000c0185502 RDI: 0000000000000004
[ 1105.543690] RBP: 00005620ebfc7530 R08: 000000000000000a R09: 0000000000000000
[ 1105.543691] R10: 00005620ebfc7550 R11: 0000000000000246 R12: 00007fff704264f8
[ 1105.543691] R13: 0000000000000000 R14: 00007fff70426558 R15: 00005620ebfc7530

I tried the fastboot in my windows partition and works with some errors. (I get BSOD randomly)

Any solutions?

Last edited by i_love_r34 (2017-09-24 07:52:09)

Offline

#2 2017-09-24 08:02:50

drdrewdown
Member
From: Land of Oz
Registered: 2010-11-22
Posts: 21
Website

Re: fastboot command freeze

assume fastboot devices works?

do you have android-udev package?

Offline

#3 2017-09-24 21:12:02

i_love_r34
Member
From: Mexico
Registered: 2016-02-14
Posts: 87

Re: fastboot command freeze

Yes, I have the android-udev package, and fastboot works in the cellphone

Offline

Board footer

Powered by FluxBB