blob: 81dbcc5b6d908c3f006a6c2121ad3f06f5b09dd2 (
plain) (
blame)
1
2
3
4
5
6
7
|
The issue described involves a segmentation fault when running `ps` inside a chroot environment using QEMU-static for an armhf guest on an Ubuntu Precise host. The problem arises within the `procps-ng` package, but the user suspects it might be related to QEMU due to the lack of existing bug reports for `procps`. The segmentation fault occurs during runtime when executing `ps`, which is part of the procps utilities. This suggests a runtime error specific to the interaction between the guest environment and the QEMU-static emulator.
The category that best fits this issue is:
runtime
**Answer:** runtime
|