Skip to content

Interrupt free dumping #256

Description

Expected behavior

Like on Windows it should be possible to dump a process without interruption.
Procdump -r uses process snapshots.

Actual behavior

During dump generation process is not responding.

The Google dumping tool claims that it is possible:

https://github.com/anatol/google-coredumper

As far as I have read the code it forks the process from the inside to get a copy of everything by calling sys_fork(). Is this something which could be achieved from the outside with procdump as well on Linux, or would one need to bake this capability into the service?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestThis issue is requestion the additiona of a feature

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions