Skip to content

Commit bb57d85

Browse files
committed
PS-10895 [DOCS] - We shall document that coredumper is not supported for ARM64 platforms 8.4
modified: docs/libcoredumper.md
1 parent d4d288b commit bb57d85

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/libcoredumper.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,20 @@ A core dump file is the documented moment of a computer when either the computer
66
The `libcoredumper` is a free and Open Source fork of `google-coredumper`,
77
enhanced 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

1824
To enable the `libcoredumper`, add the `coredumper` variable to the
1925
`mysqld` section of `my.cnf`. This variable is independent of the

0 commit comments

Comments
 (0)