blob: 03c8aec032b3833dfa09ef9c1d1328a08919ca1d (
plain) (
blame)
1
2
3
|
The given bug report describes a segfault occurring in `qemu-aarch64-static` under specific conditions, particularly during the execution of scripts like `dh_fixperms` and `debootstrap --second-stage`. The issue is related to signal handling, specifically involving `memcpy` within the `signal.c` file. This suggests an error that occurs during runtime due to improper memory access or signal processing.
**Category:** runtime
|