summary refs log tree commit diff stats
path: root/results/scraper/gitlab/issues_text/target_missing/host_missing/accel_missing/2881
blob: 6764786b686aa4d74d04a633a99d8b15ad7c2a1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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.