You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[leo@laworks 4cpu]$ unshare -c -i ./vncserver.sh xclock
_XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root
Xvnc TigerVNC 1.13.1 - built Apr 22 2024 00:00:00
Copyright (C) 1999-2022 TigerVNC Team and many others (see README.rst)
See https://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12011000
Thu Sep 19 14:25:44 2024
vncext: VNC extension running!
vncext: Listening for VNC connections on 0.0.0.0 interface(s), port 5925
vncext: created VNC server for screen 0
run criu dump pgrep vncserver.sh, then coredump happens
[root@laworks criutool]# criu dump -t 3781956 -D temp -j
Error (criu/namespaces.c:931): Unable to convert uid or gid
Error (criu/namespaces.c:997): One or more namespaces doesn't belong to the target user namespace
munmap_chunk(): invalid pointer
Aborted (core dumped)
[root@laworks criutool]# criu check --all
Warn (criu/cr-check.c:1346): Nftables based locking requires libnftables and set concatenations support
Looks good but some kernel features are missing
which, depending on your process tree, may cause
dump or restore failure.
Additional environment details:
The text was updated successfully, but these errors were encountered:
coldbloodx
changed the title
criu core dump when checkpoint a normal user vnc application.
criu core dump when checkpointing a normal user vnc application.
Sep 19, 2024
Description
Steps to reproduce the issue:
pgrep vncserver.sh
, then coredump happensDescribe the results you received:
criu core dump...
Describe the results you expected:
criu could dump vncserver.sh process tree successfully.
Additional information you deem important (e.g. issue happens only occasionally):
core dump file.
core.criu.0.9f266cde1c6846b7ae0556ac80433149.3782079.1726727340000000.zip
CRIU logs and information:
CRIU full dump/restore logs:
Output of `criu --version`:
Output of `criu check --all`:
Additional environment details:
The text was updated successfully, but these errors were encountered: