Information
We are currently investigating an issue with the editor of some pages. Please save your work and avoid to create new pages until this banner is gone.
How do I get a core file when a Container crashes?
The problem is that the default limit for the size of core files is smaller than a typical Container core.
Do the following before starting your container:
ulimit -c 1000000000
To test:
You should get the following message in the window where the container runs:
Segmentation fault (core dumped)
You can find more details here: