AR# 55782

|

v2013.04 - PetaLinux - When Debugging with QEMU Network, Accesses cause QEMU to Hang

描述

Periodically, when using QEMU to debug a system, network accessing from with the emulated system will cause QEMU to hang.

解决方案

When this issue occurs, the normal exit mechanism for QEMU (Ctrl+A+X) will not allow the user to exit QEMU.  If this occurs, the process ID for QEMU must be identified and killed manually.

To identify the QEMU process ID, use a syntax such as:

$> ps ax | grep qemu

Once the proper process ID has been identified, it can be killed with:

$> kill process_id

After killing the QEMU process, the debugging/emulation session can be restarted.

AR# 55782
日期 06/03/2013
状态 Active
Type 综合文章
器件 More Less
Tools More Less
People Also Viewed