Comment 10 for bug 1854395

Revision history for this message
Paride Legovini (paride) wrote : Re: apachectl configtest segmentation fault

Hi Roberto,

While I think you ran into an actual bug, without steps to reproduce it is very difficult for a developer to begin working on it. Do you think you could try to reproduce the segfault within a container and identify the minimal (or close to minimal) steps needed to reproduce the problem?

If you have the 'lxd' snap installed running a container is very easy, just:

$ lxc launch ubuntu:xenial xenial-test-contaioner
$ lxc exec xenial-test-container bash

and you'll get a root shell within a clean Xenial container. Thanks!