acl/doc/core.txt
zhengshuxin 9286a008c5 test
2022-10-26 07:03:34 -04:00

12 lines
232 B
Plaintext

# for linux
echo 'core.%e.%t.%p' > /proc/sys/kernel/core_pattern
# for macos
$ lldb --core "/cores/core.xxxxx"
(lldb) bt all
(lldb) thread select 1
(lldb) frame select 1
# open core dump on ubuntu
systemctl disable apport.service