blob: b2bb7f7ac4ec9bbfac8fce7c15ea65b6ba4d047a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
device: 0.870
instruction: 0.683
graphic: 0.666
semantic: 0.525
boot: 0.437
vnc: 0.401
other: 0.396
network: 0.304
socket: 0.179
KVM: 0.178
mistranslation: 0.150
assembly: 0.048
segfault on loadvm after migrate_set_capability multifd on
Description of problem:
A segfault occurs when running `loadvm` having set `migrate_set_capability multifd on` from the monitor.
EDIT: also `savevm` segfaults.
Steps to reproduce:
1. Take a snapshot with `savevm test`
2. From the monitor run `migrate_set_capability multifd on`
3. Try to restore the snapshot with `loadvm test`
Additional information:
Sorry for not having triaged this much, I think it is worth reporting anyway.
|