Skip to content

The size of the coredump file generated when the process crashes is too large. #1021

Open
@TechVortexZ

Description

@TechVortexZ

I use mimalloc on the arm64 platform. When I use kill -11 to make the process generate a coredump file, the size of this coredump file is more than double that of not using mimalloc.

The first line below is the coredump file generated using mimalloc, and the second line is the coredump file generated without mimalloc:
`
-rw-------. 1 root root 2.9G 1月 1 2024 core-perception-4598-1704038613

-rw-------. 1 root root 1023M 1月 1 2024 core-perception-4666-1704039050
`
This affects our normal debugging and use. Is there any solution?

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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions