Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
After the implementation of MDEV-10814, core dumps no longer contain the server's whole process address space in 10.3.7 and above. We should probably document what specifically is excluded. It could probably go in the following section of the documentation:
https://mariadb.com/kb/en/library/enabling-core-dumps/#whats-included-in-core-dumps
Attachments
Issue Links
- relates to
-
MDEV-10814 Feature request: Optionally exclude large buffers from core dumps
-
- Closed
-
It looks like danblack and marko worked on PR #364, so they might have input on this.
https://github.com/MariaDB/server/pull/364
Based on comments in the PR, it looks like the following might be excluded:
And it looks like this exclusion might only apply to non-debug builds.