Qemuppc Boot Hangs: Difference between revisions

From Yocto Project
Jump to navigationJump to search
(Created page with "qemuppc is randomly hanging at boot during sanity testing. For example: * https://autobuilder.yocto.io/builders/nightly-ppc-lsb/builds/581 * https://autobuilder.yocto.io/bui...")
 
No edit summary
Line 7: Line 7:


It is *not*:
It is *not*:
* Specific to a host OS
* Specific to a host OS (observed on centos7, debian8, ubuntu1710)
* Specific to image recipe
* Specific to image recipe (happens sato, sato-sdk, lsb, lsb-sdk)
* Specific to DISTRO
* Specific to DISTRO (poky and poky-lsb)
 
The hang usually occurs after:
[    6.667445] udevd[104]: starting version 3.2.2
[    6.743262] udevd[105]: starting eudev-3.2.2
and is hanging in the poll() call in udevadm-settle.c:adm_settle(), it doesn't seem to return from the syscall.
 
In some cases the boot proceeds further and hangs in the dropbear key creation.

Revision as of 21:44, 15 November 2017

qemuppc is randomly hanging at boot during sanity testing. For example:

Despite initial suspicions this was not due to entropy problems.

It is *not*:

  • Specific to a host OS (observed on centos7, debian8, ubuntu1710)
  • Specific to image recipe (happens sato, sato-sdk, lsb, lsb-sdk)
  • Specific to DISTRO (poky and poky-lsb)

The hang usually occurs after:

[    6.667445] udevd[104]: starting version 3.2.2
[    6.743262] udevd[105]: starting eudev-3.2.2

and is hanging in the poll() call in udevadm-settle.c:adm_settle(), it doesn't seem to return from the syscall.

In some cases the boot proceeds further and hangs in the dropbear key creation.