• Wincent
    Open
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search

Debugging core dumps on OS XEdit

Created 2/29/2016, updated 3/12/2020
$ ulimit -c unlimited # Enable core dumps.
$ ls -lt /cores # Identify latest core dump.
$ lldb -c /cores/core.12345
> bt -- backtrace

See also

  • https://developer.apple.com/library/mac/technotes/tn2124/_index.html
  • http://lldb.llvm.org/lldb-gdb.html
  • core.dump
  • macos
  • wiki
Site
  • About
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search
External
  • GitHub
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
Colophon

Made by Greg Hurrell using React, Relay and GraphQL (with help from Git, Redis and Neovim).