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
importlxcc=lxc.Container("taskc")
ifnotc.defined:
# Create the container rootfsifnotc.create("download", lxc.LXC_CREATE_QUIET, {"dist": "fedora",
"release": "32",
"arch": "i386"}):
print("Could not create container")
within a container with nesting.conf enabled results in Segmentation fault (core dumped) with LXC version 3.2.1. Restricting the possible sources shows that the create call is the reason for the segmentation fault.