-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
CRIU.images_dir= segv #1
Comments
I found debian@5cb93423b602% bundle exec ruby -ve '
require "criu"
CRIU._init_options
CRIU.images_dir = "/tmp/process_dump"
'
ruby 2.6.1p33 (2019-01-30 revision 66950) [x86_64-linux]
debian@5cb93423b602% echo $?
0 |
Finally I got tsuyoshi@mira% sudo RBENV_VERSION=2.6.1 /opt/rbenv/shims/bundle exec ruby -ve '
require "criu"
CRIU._init_options
CRIU.images_dir = "/tmp/process_dump"
CRIU.pid = 19803
CRIU.dump
'
ruby 2.6.1p33 (2019-01-30 revision 66950) [x86_64-linux]
ruby-criu: Success
Traceback (most recent call last):
1: from -e:6:in `<main>'
-e:6:in `dump': criu_dump failed (RuntimeError) In /tmp/process_dump directory, some files are generated. tsuyoshi@mira% ls -l /tmp/process_dump
合計 4300
-rw-r--r-- 1 root root 6230 2月 28 00:55 cgroup.img
-rw-r--r-- 1 root root 2141 2月 28 00:55 core-19803.img
-rw-r--r-- 1 root root 777 2月 28 00:55 core-19840.img
-rw------- 1 root root 144 2月 28 00:55 criu.log
-rw-r--r-- 1 root root 92 2月 28 00:55 fdinfo-2.img
-rw-r--r-- 1 root root 1386 2月 28 00:55 files.img
-rw-r--r-- 1 root root 18 2月 28 00:55 fs-19803.img
-rw-r--r-- 1 root root 34 2月 28 00:55 ids-19803.img
-rw-r--r-- 1 root root 2912 2月 28 00:55 mm-19803.img
-rw-r--r-- 1 root root 594 2月 28 00:55 pagemap-19803.img
-rw-r--r-- 1 root root 4349952 2月 28 00:55 pages-1.img
-rw-r--r-- 1 root root 36 2月 28 00:55 pipes-data.img
-rw-r--r-- 1 root root 34 2月 28 00:55 pstree.img |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
CRIU.images_dir=
causes segmentation faulton debian sid, criu 3.8.1-1, ruby 2.6.1.
The text was updated successfully, but these errors were encountered: