Skip to content

Enable core dump by default in the docker image. #3

@leoadonia

Description

@leoadonia

Setting the core dump configuration:

  • echo '/tmp/core.%e.%p' | tee /proc/sys/kernel/core_pattern
  • ulimit -c unlimited

The core dump file should be generated if there is a crash from any Python, GO extension or C runtime.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions