File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,14 +6,20 @@ A core dump file is the documented moment of a computer when either the computer
66The ` libcoredumper ` is a free and Open Source fork of ` google-coredumper ` ,
77enhanced to work on newer Linux versions, and GCC and CLANG.
88
9+ !!! note "ARM64 not supported"
10+
11+ The libcoredumper is not supported on ARM64 (aarch64) platforms. Use
12+ standard core dumps (for example, `core-file`) or kernel core handling if you need
13+ crash dumps on ARM64.
14+
915!!! tip "Need Help Interpreting Stack Traces?"
1016 [ Percona Support :octicons-link-external-16:] ( https://www.percona.com/services/support ) offers
1117 expert debugging and performance analysis to help you understand
1218 complex stack trace diagnostics.
1319
1420### Enabling the ` libcoredumper `
1521
16- Enable core dumps for troubleshooting purposes.
22+ Enable core dumps for troubleshooting purposes on supported platforms .
1723
1824To enable the ` libcoredumper ` , add the ` coredumper ` variable to the
1925` mysqld ` section of ` my.cnf ` . This variable is independent of the
You can’t perform that action at this time.
0 commit comments