Skip to content

Instantly share code, notes, and snippets.

@jwiegley
Created September 27, 2023 16:55
Show Gist options
  • Save jwiegley/da0447b3a24a52f464fb27b3604a0229 to your computer and use it in GitHub Desktop.
Save jwiegley/da0447b3a24a52f464fb27b3604a0229 to your computer and use it in GitHub Desktop.
Athena ~ $ for i in /cores/core.* ; do lldb -c "$i" --batch -o 'thread backtrace' -o 'quit' ; done
(lldb) target create --core "/cores/core.33041"
Core file '/cores/core.33041' (arm64) was loaded.
(lldb) thread backtrace
* thread #33, stop reason = ESR_EC_DABORT_EL0 (fault address: 0x22a)
* frame #0: 0x0000000105bf0c28 chainweb-node`___lldb_unnamed_symbol1077568 + 16
(lldb) quit
(lldb) target create --core "/cores/core.333"
Core file '/cores/core.333' (arm64) was loaded.
(lldb) thread backtrace
* thread #38, stop reason = ESR_EC_DABORT_EL0 (fault address: 0xeb1c023fd100e289)
* frame #0: 0x000000010adf0dc8 chainweb-node`stg_ap_0_fast + 16
(lldb) quit
(lldb) target create --core "/cores/core.45199"
Core file '/cores/core.45199' (arm64) was loaded.
(lldb) thread backtrace
* thread #3, stop reason = ESR_EC_DABORT_EL0 (fault address: 0xa)
* frame #0: 0x0000000109d7cc28 chainweb-node`___lldb_unnamed_symbol1077568 + 16
(lldb) quit
(lldb) target create --core "/cores/core.45524"
Core file '/cores/core.45524' (arm64) was loaded.
(lldb) thread backtrace
* thread #13, stop reason = ESR_EC_DABORT_EL0 (fault address: 0x1a)
* frame #0: 0x0000000109c24c28 chainweb-node`___lldb_unnamed_symbol1077568 + 16
(lldb) quit
(lldb) target create --core "/cores/core.47618"
Core file '/cores/core.47618' (arm64) was loaded.
(lldb) thread backtrace
* thread #29, stop reason = ESR_EC_DABORT_EL0 (fault address: 0xd5033fbfaa1603e9)
* frame #0: 0x0000000106e5cdc8 chainweb-node`stg_ap_0_fast + 16
(lldb) quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment