Skip to content

SIGQUIT considered harmful #1000

@ricardobranco777

Description

@ricardobranco777

Bug Overview

I've been running the docker-compose e2e tests and noticed that some processes dumped core and the culprit was the nginx:alpine image that sets STOPSIGNAL to SIGQUIT, which dumps core, thus filling up space in the filesystem and risking exposing whatever is stored on memory.

Expected Behavior

This image shouldn't have a STOPSIGNAL that dumps core.

Steps to Reproduce the Bug

Run the docker image and stop it.

Environment Details

openSUSE Tumbleweed.

Additional Context

Disabling dumping core is not an option.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions