Download/criu/3.3
Tarball: | criu-3.3.tar.gz |
Version: | 3.3 "Crystal Pelican" |
Released: | 18 Jul 2017 |
GIT tag: | v3.3 |
New features[edit]
- Added
--tcp-close
option to drop all established TCP connections - Sparse ghost files supported (fixes #230 as side effect)
- Option
-v
now has a long alias called--verbosity
- Criu build can now be reproducible
Bugfixes[edit]
- CRIU didn't compile with glibcs w/o the definition of SIGUNUSED
- Restoring files could race on 64bits
- Restoring a mount in user-namespace could result in broken flags
- C/R on nodes with unified cgroup hierarchy hanged (#252)
- Dumping a character device could crash (detected by ASAN)
- Dumping of tasks with shmem implemented as tmpfs file could fail if the shmem was huge (#230)