From Fedora Project Wiki

Revision as of 06:47, 14 April 2015 by Jfilak (talk | contribs)

Description

This test case tests the ABRT's ability to process crashes of binaries running in a container.

Setup

Install you favourite container technology (Docker, LXC, systemd-nspawn) and start a container. You can use [Docker and Fedora 22 Alpha Base image]

How to test

  1. Turn on ABRT core dump hook:
    systemctl start abrt-ccpp.service
    
  2. Kill sleep with SIGSEGV in your container.
    docker run -it --rm Fedora-Docker-Base-22_Alpha-20150305.x86_64 bash
    sleep 1000 &
    kill -SEGV %%
    
  3. run abrt-cli
    sudo abrt-cli list -d
    

Expected Results

  1. abrt-cli list's output should contain these fiels: container, container_cmdline, container_id, container_image, docker_inspect (which will be empty if you have SELinux enforcing : https://bugzilla.redhat.com/show_bug.cgi?id=1194280)