This is only for my notes. If you found it helps, feel free to read.
1) determine program that generate the core file
# file <core>
2) determine library the program use
# chatr <program>
3) version of library in core file
# what <core>
4) stack trace
# gdb <program> <core>
(gdb) bt
# dde -ui line <core> <program>
dde > tb
# adb
No comments:
Post a Comment