Public bug reported:

Ubuntu OS 22.04.3 LTS running with Kernel 5.15.0-87-generic hanging
intermittently while booting. to bring it back it needs another restart
from console.

:~$ lsb_release -rd
Description:    Ubuntu 22.04.3 LTS
Release:        22.04
:~$


:~$ cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04.3 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.3 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/";
SUPPORT_URL="https://help.ubuntu.com/";
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/";
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy";
UBUNTU_CODENAME=jammy
:~$


Console log showing following messages.

[    1.401310] Run /init as init process
[    1.403958] usb 1-1: new full-speed USB device number 2 using uhci_hcd
Loading, please wait...
Starting version 249.11-0ubuntu3.11
[    1.518785] virtio_blk virtio2: [vda] 419430400 512-byte logical blocks (215 
GB/200 GiB)
[    1.519292] input: VirtualPS/2 VMware VMMouse as 
/devices/platform/i8042/serio1/input/input4
[    1.528535] input: VirtualPS/2 VMware VMMouse as 
/devices/platform/i8042/serio1/input/input3
[    1.532791] cryptd: max_cpu_qlen set to 1000
[    1.534987] GPT:Primary header thinks Alt. header is not at the end of the 
disk.
[    1.534989] GPT:4612095 != 419430399
[    1.534990] GPT:Alternate GPT header not at the end of the disk.
[    1.534991] GPT:4612095 != 419430399
[    1.534992] GPT: Use GNU Parted to correct GPT errors.
[    1.535000]  vda: vda1 vda14 vda15
[    1.563361] FDC 0 is a S82078B
[    1.566411] AVX2 version of gcm_enc/dec engaged.
[    1.568630] AES CTR mode by8 optimization enabled
[    1.600840] virtio_net virtio0 ens3: renamed from eth0
[    1.617473] usb 1-1: New USB device found, idVendor=0627, idProduct=0001, 
bcdDevice= 0.00
[    1.620158] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5
[    1.622469] usb 1-1: Product: QEMU USB Tablet
[    1.624186] usb 1-1: Manufacturer: QEMU
[    1.625735] usb 1-1: SerialNumber: 42
[    1.628444] virtio_net virtio1 ens4: renamed from eth1
[    1.645967] hid: raw HID events driver (C) Jiri Kosina
[    1.654600] usbcore: registered new interface driver usbhid
[    1.656528] usbhid: USB HID core driver
[    1.659587] input: QEMU QEMU USB Tablet as 
/devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5
[    1.663583] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 
Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0
[  242.955991] INFO: task systemd-udevd:183 blocked for more than 120 seconds.
[  242.957774]       Not tainted 5.15.0-87-generic #97-Ubuntu
[  242.959137] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this 
message.
[  242.961130] task:systemd-udevd   state:D stack:    0 pid:  183 ppid:   160 
flags:0x00004006
[  242.963170] Call Trace:
[  242.963880]  <TASK>
[  242.964562]  __schedule+0x24e/0x590
[  242.965554]  ? sched_clock_cpu+0x12/0xf0
[  242.966583]  schedule+0x69/0x110
[  242.967454]  schedule_preempt_disabled+0xe/0x20
[  242.968641]  __mutex_lock.constprop.0+0x267/0x490
[  242.969879]  ? try_to_wake_up+0x200/0x5a0
[  242.970966]  __mutex_lock_slowpath+0x13/0x20
[  242.972063]  mutex_lock+0x38/0x50
[  242.972959]  add_early_randomness+0x1c/0xd0
[  242.974038]  hwrng_register+0x164/0x1d0
[  242.975039]  virtrng_scan+0x19/0x30 [virtio_rng]
[  242.976214]  virtio_dev_probe+0x1dd/0x260
[  242.977322]  really_probe+0x21f/0x420
[  242.978293]  __driver_probe_device+0xe8/0x140
[  242.979404]  driver_probe_device+0x23/0xc0
[  242.980534]  __driver_attach+0xf7/0x1f0
[  242.982149]  ? __device_attach_driver+0x140/0x140
[  242.984057]  bus_for_each_dev+0x7c/0xd0
[  242.985659]  driver_attach+0x1e/0x30
[  242.987145]  bus_add_driver+0x148/0x220
[  242.988742]  ? vunmap_range_noflush+0x3d5/0x470
[  242.990581]  driver_register+0x95/0x100
[  242.992154]  ? 0xffffffffc01e1000
[  242.993551]  register_virtio_driver+0x20/0x40
[  242.995339]  virtio_rng_driver_init+0x15/0x1000 [virtio_rng]
[  242.997587]  do_one_initcall+0x46/0x1e0
[  242.999177]  ? kmem_cache_alloc_trace+0x19e/0x2e0
[  243.001145]  do_init_module+0x52/0x260
[  243.002700]  load_module+0xb2b/0xbc0
[  243.004181]  __do_sys_finit_module+0xbf/0x120
[  243.005955]  __x64_sys_finit_module+0x18/0x20
[  243.007745]  do_syscall_64+0x59/0xc0
[  243.009243]  ? fput+0x13/0x20
[  243.010519]  ? ksys_mmap_pgoff+0x154/0x2c0
[  243.012192]  ? exit_to_user_mode_prepare+0x37/0xb0
[  243.014143]  ? syscall_exit_to_user_mode+0x35/0x50
[  243.016081]  ? __x64_sys_mmap+0x33/0x50
[  243.017678]  ? do_syscall_64+0x69/0xc0
[  243.019232]  entry_SYSCALL_64_after_hwframe+0x62/0xcc
[  243.021261] RIP: 0033:0x7fc3ade6ca7d
[  243.022765] RSP: 002b:00007ffe95992768 EFLAGS: 00000246 ORIG_RAX: 
0000000000000139
[  243.025795] RAX: ffffffffffffffda RBX: 0000561cbe0ec8b0 RCX: 00007fc3ade6ca7d
[  243.028588] RDX: 0000000000000000 RSI: 00007fc3ae005441 RDI: 0000000000000005
[  243.031370] RBP: 0000000000020000 R08: 0000000000000000 R09: 00007ffe959928a0
[  243.034160] R10: 0000000000000005 R11: 0000000000000246 R12: 00007fc3ae005441
[  243.036942] R13: 0000561cbe0ec790 R14: 0000561cbe0dbe80 R15: 0000561cbe0ec750
[  243.039728]  </TASK>
Begin: Loading essential drivers ... [  362.744002] raid6: avx512x4 gen() 18336 
MB/s
[  362.811998] raid6: avx512x4 xor()  7625 MB/s
[  362.879998] raid6: avx512x2 gen() 18322 MB/s
[  362.947997] raid6: avx512x2 xor() 23888 MB/s
[  363.015998] raid6: avx512x1 gen() 18341 MB/s
[  363.084001] raid6: avx512x1 xor() 21526 MB/s
[  363.152001] raid6: avx2x4   gen() 18244 MB/s
[  363.219996] raid6: avx2x4   xor()  7190 MB/s
[  363.287999] raid6: avx2x2   gen() 18213 MB/s
[  363.356009] raid6: avx2x2   xor() 17221 MB/s
[  363.423997] raid6: avx2x1   gen() 14023 MB/s
[  363.491999] raid6: avx2x1   xor() 12091 MB/s
[  363.560001] raid6: sse2x4   gen()  9621 MB/s
[  363.628009] raid6: sse2x4   xor()  6133 MB/s
[  363.696011] raid6: sse2x2   gen() 10676 MB/s
[  363.764007] raid6: sse2x2   xor()  6396 MB/s
[  363.791957] INFO: task systemd-udevd:183 blocked for more than 241 seconds.
[  363.794987]       Not tainted 5.15.0-87-generic #97-Ubuntu
[  363.797402] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this 
message.
[  363.800817] task:systemd-udevd   state:D stack:    0 pid:  183 ppid:   160 
flags:0x00004006
[  363.804292] Call Trace:
[  363.805585]  <TASK>
[  363.806741]  __schedule+0x24e/0x590
[  363.808406]  ? sched_clock_cpu+0x12/0xf0
[  363.810207]  schedule+0x69/0x110
[  363.811760]  schedule_preempt_disabled+0xe/0x20
[  363.813829]  __mutex_lock.constprop.0+0x267/0x490
[  363.815931]  ? try_to_wake_up+0x200/0x5a0
[  363.818295]  __mutex_lock_slowpath+0x13/0x20
[  363.821403]  mutex_lock+0x38/0x50
[  363.823861]  add_early_randomness+0x1c/0xd0
[  363.826816]  hwrng_register+0x164/0x1d0
[  363.829562]  virtrng_scan+0x19/0x30 [virtio_rng]
[  363.832025] raid6: sse2x1   gen()  6835 MB/s
[  363.832796]  virtio_dev_probe+0x1dd/0x260
[  363.837318]  really_probe+0x21f/0x420
[  363.839891]  __driver_probe_device+0xe8/0x140
[  363.842954]  driver_probe_device+0x23/0xc0
[  363.845790]  __driver_attach+0xf7/0x1f0
[  363.848510]  ? __device_attach_driver+0x140/0x140
[  363.851724]  bus_for_each_dev+0x7c/0xd0
[  363.854433]  driver_attach+0x1e/0x30
[  363.856955]  bus_add_driver+0x148/0x220
[  363.879684]  ? vunmap_range_noflush+0x3d5/0x470
[  363.882746]  driver_register+0x95/0x100
[  363.885346]  ? 0xffffffffc01e1000
[  363.887717]  register_virtio_driver+0x20/0x40
[  363.890734]  virtio_rng_driver_init+0x15/0x1000 [virtio_rng]
[  363.894552]  do_one_initcall+0x46/0x1e0
[  363.897273]  ? kmem_cache_alloc_trace+0x19e/0x2e0
[  363.900016] raid6: sse2x1   xor()  4037 MB/s
[  363.900454]  do_init_module+0x52/0x260
[  363.902432] raid6: using algorithm avx512x1 gen() 18341 MB/s
[  363.904787]  load_module+0xb2b/0xbc0
[  363.907071] raid6: .... xor() 21526 MB/s, rmw enabled
[  363.909270]  __do_sys_finit_module+0xbf/0x120
[  363.911426] raid6: using avx512x2 recovery algorithm
[  363.914131]  __x64_sys_finit_module+0x18/0x20
[  363.918892]  do_syscall_64+0x59/0xc0
[  363.921286]  ? fput+0x13/0x20
[  363.923133]  ? ksys_mmap_pgoff+0x154/0x2c0
[  363.923304] xor: measuring software checksum speed
[  363.925713]  ? exit_to_user_mode_prepare+0x37/0xb0
[  363.925721]  ? syscall_exit_to_user_mode+0x35/0x50
[  363.925726]  ? __x64_sys_mmap+0x33/0x50
[  363.925730]  ? do_syscall_64+0x69/0xc0
[  363.928633]    prefetch64-sse  : 11814 MB/sec
[  363.930752]  entry_SYSCALL_64_after_hwframe+0x62/0xcc
[  363.933928]    generic_sse     :  8894 MB/sec
[  363.935254] RIP: 0033:0x7fc3ade6ca7d
[  363.937011] xor: using function: prefetch64-sse (11814 MB/sec)
[  363.939710] RSP: 002b:00007ffe95992768 EFLAGS: 00000246 ORIG_RAX: 
0000000000000139
[  363.952487] RAX: ffffffffffffffda RBX: 0000561cbe0ec8b0 RCX: 00007fc3ade6ca7d
[  363.952548] async_tx: api initialized (async)
[  363.955718] RDX: 0000000000000000 RSI: 00007fc3ae005441 RDI: 0000000000000005
[  363.960500] RBP: 0000000000020000 R08: 0000000000000000 R09: 00007ffe959928a0
[  363.963734] R10: 0000000000000005 R11: 0000000000000246 R12: 00007fc3ae005441
[  363.966973] R13: 0000561cbe0ec790 R14: 0000561cbe0dbe80 R15: 0000561cbe0ec750
[  363.970234]  </TASK>
done.

** Affects: ubuntu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056103

Title:
  Ubuntu OS 22.04.3 LTS running with Kernel 5.15.0-87-generic hangging
  intermittently while booting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/2056103/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to