diff --git a/docs/development/how_to_debug.rst b/docs/development/how_to_debug.rst index 7efdfcd2f85346051dfa6e8b9fad6917476046a9..6efeb71f47955a1f6a9aadbb5682993deed7b8ac 100644 --- a/docs/development/how_to_debug.rst +++ b/docs/development/how_to_debug.rst @@ -80,7 +80,9 @@ MACE op's output. Debug with crash -------------------------- -If MACE crashes, a complete stacktrace is needed. You can rebuild `mace_run` with `--debug_mode` option to reserve debug symbols, e.g., +When MACE crashes, a complete stacktrace is useful in debugging. But because of `selinux problem `__, +symbols table is not loaded in memory, which leading to no symbol in stack trace. +To circumvent this problem, you can rebuild `mace_run` with `--debug_mode` option to reserve debug symbols, e.g., .. code:: sh