Difference between revisions of "Download/criu/3.3"

From CRIU
Jump to navigation Jump to search
 
Line 13: Line 13:
 
* Restoring a mount in user-namespace could result in broken flags
 
* Restoring a mount in user-namespace could result in broken flags
 
* C/R on nodes with unified cgroup hierarchy hanged ({{Bug|252}})
 
* C/R on nodes with unified cgroup hierarchy hanged ({{Bug|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 {{Bug|230}}
+
* Dumping of tasks with shmem implemented as tmpfs file could fail if the shmem was huge ({{Bug|230}})

Latest revision as of 18:39, 18 July 2017

Tarball: criu-3.3.tar.gz
Version: 3.3 "Crystal Pelican"
Released: 18 Jul 2017
GIT tag: v3.3

New features[edit]

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)